Breakfast

Breakfast

Breakfast

Breakfast

Posted on Flickr 6:42 am, December 26, 2010 jQuery(document).ready(function(){ var gmap_me780f78c6d2c5cea66524cc22e7ba97d = { positions : { 921 : new google.maps.LatLng( ‘-32.053’, ‘115.846499’ ) }, bounds : new google.maps.LatLngBounds(), // empty for now, we’ll dynamically extend it later map : new google.maps.Map( document.getElementById( ‘gmap_me780f78c6d2c5cea66524cc22e7ba97d’ ), { 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_me780f78c6d2c5cea66524cc22e7ba97d.positions ) { gmap_me780f78c6d2c5cea66524cc22e7ba97d.bounds.extend( gmap_me780f78c6d2c5cea66524cc22e7ba97d.positions[m] ); } // Render markers for ( var m in gmap_me780f78c6d2c5cea66524cc22e7ba97d.positions ) { gmap_me780f78c6d2c5cea66524cc22e7ba97d.markers[m] = new google.maps.Marker( { clickable: true, map : gmap_me780f78c6d2c5cea66524cc22e7ba97d.map, position : gmap_me780f78c6d2c5cea66524cc22e7ba97d.positions[m] } ); } // Redraw map to fit our new marker-based bounds gmap_me780f78c6d2c5cea66524cc22e7ba97d.map.setCenter( gmap_me780f78c6d2c5cea66524cc22e7ba97d.positions[921] ); });