Another 10 mile training hike for #fjallravenclassic. This time with @akires
39.6678136-105.2578443
Posted on Instagram 9:48 pm, May 13, 2018 jQuery(document).ready(function(){ var gmap_m78620e0e5aa879d140d1cdeb915dbf5e = { positions : { 99 : new google.maps.LatLng( ‘39.667813594234’, ‘-105.25784430977’ ) }, bounds : new google.maps.LatLngBounds(), // empty for now, we’ll dynamically extend it later map : new google.maps.Map( document.getElementById( ‘gmap_m78620e0e5aa879d140d1cdeb915dbf5e’ ), { mapTypeId: google.maps.MapTypeId.ROADMAP, center: new google.maps.LatLng( 0, 0 ), zoom: 16 // Seems to be a good zoom for a single point } ), markers : {}, }; // end of gmap // Extend the bounds of interest based on our positions for ( var m in gmap_m78620e0e5aa879d140d1cdeb915dbf5e.positions ) { gmap_m78620e0e5aa879d140d1cdeb915dbf5e.bounds.extend( gmap_m78620e0e5aa879d140d1cdeb915dbf5e.positions[m] ); } // Render markers for ( var m in gmap_m78620e0e5aa879d140d1cdeb915dbf5e.positions ) { gmap_m78620e0e5aa879d140d1cdeb915dbf5e.markers[m] = new google.maps.Marker( { clickable: true, map : gmap_m78620e0e5aa879d140d1cdeb915dbf5e.map, position : gmap_m78620e0e5aa879d140d1cdeb915dbf5e.positions[m] } ); } // Redraw map to fit our new marker-based bounds gmap_m78620e0e5aa879d140d1cdeb915dbf5e.map.setCenter( gmap_m78620e0e5aa879d140d1cdeb915dbf5e.positions[99] ); });
