One of these things is not like the others. #vegemite #notmedicine
Posted on Instagram 2:51 pm, February 6, 2017 jQuery(document).ready(function(){ var gmap_mcb89be7979aaf70eb954b5190d0aa66c = { positions : { 553 : new google.maps.LatLng( ‘37.784161540494’, ‘-122.39733877818’ ) }, bounds : new google.maps.LatLngBounds(), // empty for now, we’ll dynamically extend it later map : new google.maps.Map( document.getElementById( ‘gmap_mcb89be7979aaf70eb954b5190d0aa66c’ ), { 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_mcb89be7979aaf70eb954b5190d0aa66c.positions ) { gmap_mcb89be7979aaf70eb954b5190d0aa66c.bounds.extend( gmap_mcb89be7979aaf70eb954b5190d0aa66c.positions[m] ); } // Render markers for ( var m in gmap_mcb89be7979aaf70eb954b5190d0aa66c.positions ) { gmap_mcb89be7979aaf70eb954b5190d0aa66c.markers[m] = new google.maps.Marker( { clickable: true, map : gmap_mcb89be7979aaf70eb954b5190d0aa66c.map, position : gmap_mcb89be7979aaf70eb954b5190d0aa66c.positions[m] } ); } // Redraw map to fit our new marker-based bounds gmap_mcb89be7979aaf70eb954b5190d0aa66c.map.setCenter( gmap_mcb89be7979aaf70eb954b5190d0aa66c.positions[553] ); });
