Feeding the Possums. #jillandkai16616

Feeding the Possums. #jillandkai16616

Feeding the Possums. #jillandkai16616

-26.7006463152.8714575

Posted on Instagram 8:32 am, June 18, 2016 jQuery(document).ready(function(){ var gmap_m40c04b78a8f7327355463a45197d0c8d = { positions : { 10 : new google.maps.LatLng( ‘-26.700646319655’, ‘152.87145753495’ ) }, bounds : new google.maps.LatLngBounds(), // empty for now, we’ll dynamically extend it later map : new google.maps.Map( document.getElementById( ‘gmap_m40c04b78a8f7327355463a45197d0c8d’ ), { 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_m40c04b78a8f7327355463a45197d0c8d.positions ) { gmap_m40c04b78a8f7327355463a45197d0c8d.bounds.extend( gmap_m40c04b78a8f7327355463a45197d0c8d.positions[m] ); } // Render markers for ( var m in gmap_m40c04b78a8f7327355463a45197d0c8d.positions ) { gmap_m40c04b78a8f7327355463a45197d0c8d.markers[m] = new google.maps.Marker( { clickable: true, map : gmap_m40c04b78a8f7327355463a45197d0c8d.map, position : gmap_m40c04b78a8f7327355463a45197d0c8d.positions[m] } ); } // Redraw map to fit our new marker-based bounds gmap_m40c04b78a8f7327355463a45197d0c8d.map.setCenter( gmap_m40c04b78a8f7327355463a45197d0c8d.positions[10] ); });