Beautiful Islands

Beautiful Islands

Beautiful Islands

Beautiful Islands

Beautiful Islands

They’re everywhere

8.09500598.457927

Posted on Flickr 6:54 pm, December 28, 2006 jQuery(document).ready(function(){ var gmap_m5c1f0677a1336fd5c3caa2855a5126ae = { positions : { 120 : new google.maps.LatLng( ‘8.095005’, ‘98.457927’ ) }, bounds : new google.maps.LatLngBounds(), // empty for now, we’ll dynamically extend it later map : new google.maps.Map( document.getElementById( ‘gmap_m5c1f0677a1336fd5c3caa2855a5126ae’ ), { 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_m5c1f0677a1336fd5c3caa2855a5126ae.positions ) { gmap_m5c1f0677a1336fd5c3caa2855a5126ae.bounds.extend( gmap_m5c1f0677a1336fd5c3caa2855a5126ae.positions[m] ); } // Render markers for ( var m in gmap_m5c1f0677a1336fd5c3caa2855a5126ae.positions ) { gmap_m5c1f0677a1336fd5c3caa2855a5126ae.markers[m] = new google.maps.Marker( { clickable: true, map : gmap_m5c1f0677a1336fd5c3caa2855a5126ae.map, position : gmap_m5c1f0677a1336fd5c3caa2855a5126ae.positions[m] } ); } // Redraw map to fit our new marker-based bounds gmap_m5c1f0677a1336fd5c3caa2855a5126ae.map.setCenter( gmap_m5c1f0677a1336fd5c3caa2855a5126ae.positions[120] ); });