Sun at the end of the valley. #fjallclassic2016 @fjallravenusa
Posted on Instagram 9:36 pm, August 21, 2016 jQuery(document).ready(function(){ var gmap_mae9ccb533c36f9511f5a4e6b8a1314ad = { positions : { 218 : new google.maps.LatLng( ‘40.5113831’, ‘-106.0084839’ ) }, bounds : new google.maps.LatLngBounds(), // empty for now, we’ll dynamically extend it later map : new google.maps.Map( document.getElementById( ‘gmap_mae9ccb533c36f9511f5a4e6b8a1314ad’ ), { 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_mae9ccb533c36f9511f5a4e6b8a1314ad.positions ) { gmap_mae9ccb533c36f9511f5a4e6b8a1314ad.bounds.extend( gmap_mae9ccb533c36f9511f5a4e6b8a1314ad.positions[m] ); } // Render markers for ( var m in gmap_mae9ccb533c36f9511f5a4e6b8a1314ad.positions ) { gmap_mae9ccb533c36f9511f5a4e6b8a1314ad.markers[m] = new google.maps.Marker( { clickable: true, map : gmap_mae9ccb533c36f9511f5a4e6b8a1314ad.map, position : gmap_mae9ccb533c36f9511f5a4e6b8a1314ad.positions[m] } ); } // Redraw map to fit our new marker-based bounds gmap_mae9ccb533c36f9511f5a4e6b8a1314ad.map.setCenter( gmap_mae9ccb533c36f9511f5a4e6b8a1314ad.positions[218] ); });
