Best Thing At The Market
@4505_Meats cheeseburger.
37.794999-122.392334
Posted on Flickr 8:01 am, February 9, 2013 jQuery(document).ready(function(){ var gmap_m7669cae5badf5f6637b4bb246d82e97f = { positions : { 588 : new google.maps.LatLng( ‘37.794999’, ‘-122.392334’ ) }, bounds : new google.maps.LatLngBounds(), // empty for now, we’ll dynamically extend it later map : new google.maps.Map( document.getElementById( ‘gmap_m7669cae5badf5f6637b4bb246d82e97f’ ), { 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_m7669cae5badf5f6637b4bb246d82e97f.positions ) { gmap_m7669cae5badf5f6637b4bb246d82e97f.bounds.extend( gmap_m7669cae5badf5f6637b4bb246d82e97f.positions[m] ); } // Render markers for ( var m in gmap_m7669cae5badf5f6637b4bb246d82e97f.positions ) { gmap_m7669cae5badf5f6637b4bb246d82e97f.markers[m] = new google.maps.Marker( { clickable: true, map : gmap_m7669cae5badf5f6637b4bb246d82e97f.map, position : gmap_m7669cae5badf5f6637b4bb246d82e97f.positions[m] } ); } // Redraw map to fit our new marker-based bounds gmap_m7669cae5badf5f6637b4bb246d82e97f.map.setCenter( gmap_m7669cae5badf5f6637b4bb246d82e97f.positions[588] ); });
