#winning at #sushi

#winning at #sushi

Posted on Instagram 7:53 pm, January 7, 2016 jQuery(document).ready(function(){ var gmap_mc20ad2e19b2f3288d612e8150ecce3f1 = { positions : { 649 : new google.maps.LatLng( ‘39.7588997’, ‘-104.9851456’ ) }, bounds : new google.maps.LatLngBounds(), // empty for now, we’ll dynamically extend it later map : new google.maps.Map( document.getElementById( ‘gmap_mc20ad2e19b2f3288d612e8150ecce3f1’ ), { 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_mc20ad2e19b2f3288d612e8150ecce3f1.positions ) { gmap_mc20ad2e19b2f3288d612e8150ecce3f1.bounds.extend( gmap_mc20ad2e19b2f3288d612e8150ecce3f1.positions[m] ); } // Render markers for ( var m in gmap_mc20ad2e19b2f3288d612e8150ecce3f1.positions ) { gmap_mc20ad2e19b2f3288d612e8150ecce3f1.markers[m] = new google.maps.Marker( { clickable: true, map : gmap_mc20ad2e19b2f3288d612e8150ecce3f1.map, position : gmap_mc20ad2e19b2f3288d612e8150ecce3f1.positions[m] } ); } // Redraw map to fit our new marker-based bounds gmap_mc20ad2e19b2f3288d612e8150ecce3f1.map.setCenter( gmap_mc20ad2e19b2f3288d612e8150ecce3f1.positions[649] ); });