Cheesin’ on top of a mountain, as we do! #fjallravenclassicusa
40.1619-106.128
Posted on Instagram 7:27 pm, June 29, 2018 jQuery(document).ready(function(){ var gmap_m23dbd490be3db13b67cd43eb60fb9dbe = { positions : { 992 : new google.maps.LatLng( ‘40.1619’, ‘-106.128’ ) }, bounds : new google.maps.LatLngBounds(), // empty for now, we’ll dynamically extend it later map : new google.maps.Map( document.getElementById( ‘gmap_m23dbd490be3db13b67cd43eb60fb9dbe’ ), { 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_m23dbd490be3db13b67cd43eb60fb9dbe.positions ) { gmap_m23dbd490be3db13b67cd43eb60fb9dbe.bounds.extend( gmap_m23dbd490be3db13b67cd43eb60fb9dbe.positions[m] ); } // Render markers for ( var m in gmap_m23dbd490be3db13b67cd43eb60fb9dbe.positions ) { gmap_m23dbd490be3db13b67cd43eb60fb9dbe.markers[m] = new google.maps.Marker( { clickable: true, map : gmap_m23dbd490be3db13b67cd43eb60fb9dbe.map, position : gmap_m23dbd490be3db13b67cd43eb60fb9dbe.positions[m] } ); } // Redraw map to fit our new marker-based bounds gmap_m23dbd490be3db13b67cd43eb60fb9dbe.map.setCenter( gmap_m23dbd490be3db13b67cd43eb60fb9dbe.positions[992] ); });
