Silverado Tablemates! #a8cgm
Posted on Instagram 7:48 pm, September 17, 2014 jQuery(document).ready(function(){ var gmap_macb62596c27a7ebccd1f0f34b050ae76 = { positions : { 77 : new google.maps.LatLng( ‘40.685043627’, ‘-111.55658947’ ) }, bounds : new google.maps.LatLngBounds(), // empty for now, we’ll dynamically extend it later map : new google.maps.Map( document.getElementById( ‘gmap_macb62596c27a7ebccd1f0f34b050ae76’ ), { 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_macb62596c27a7ebccd1f0f34b050ae76.positions ) { gmap_macb62596c27a7ebccd1f0f34b050ae76.bounds.extend( gmap_macb62596c27a7ebccd1f0f34b050ae76.positions[m] ); } // Render markers for ( var m in gmap_macb62596c27a7ebccd1f0f34b050ae76.positions ) { gmap_macb62596c27a7ebccd1f0f34b050ae76.markers[m] = new google.maps.Marker( { clickable: true, map : gmap_macb62596c27a7ebccd1f0f34b050ae76.map, position : gmap_macb62596c27a7ebccd1f0f34b050ae76.positions[m] } ); } // Redraw map to fit our new marker-based bounds gmap_macb62596c27a7ebccd1f0f34b050ae76.map.setCenter( gmap_macb62596c27a7ebccd1f0f34b050ae76.positions[77] ); });
