BACON

BACON

BACON

BACON

Perth, Mooloolaba and Melbourne

Posted on Flickr 4:21 am, March 27, 2014 jQuery(document).ready(function(){ var gmap_me03a2c3ef1ad4ae2ef572ed3fc8032b4 = { positions : { 842 : new google.maps.LatLng( ‘-37.825775’, ‘144.956497’ ) }, bounds : new google.maps.LatLngBounds(), // empty for now, we’ll dynamically extend it later map : new google.maps.Map( document.getElementById( ‘gmap_me03a2c3ef1ad4ae2ef572ed3fc8032b4’ ), { 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_me03a2c3ef1ad4ae2ef572ed3fc8032b4.positions ) { gmap_me03a2c3ef1ad4ae2ef572ed3fc8032b4.bounds.extend( gmap_me03a2c3ef1ad4ae2ef572ed3fc8032b4.positions[m] ); } // Render markers for ( var m in gmap_me03a2c3ef1ad4ae2ef572ed3fc8032b4.positions ) { gmap_me03a2c3ef1ad4ae2ef572ed3fc8032b4.markers[m] = new google.maps.Marker( { clickable: true, map : gmap_me03a2c3ef1ad4ae2ef572ed3fc8032b4.map, position : gmap_me03a2c3ef1ad4ae2ef572ed3fc8032b4.positions[m] } ); } // Redraw map to fit our new marker-based bounds gmap_me03a2c3ef1ad4ae2ef572ed3fc8032b4.map.setCenter( gmap_me03a2c3ef1ad4ae2ef572ed3fc8032b4.positions[842] ); });