Isolated House

Isolated House

Isolated House

Isolated House

Surely one of the most isolated houses possible – this is the only house on an island in the middle of nowhere.

Posted on Flickr 7:19 pm, December 28, 2006 jQuery(document).ready(function(){ var gmap_m648952c282bfd2bf6fec92d900a93501 = { positions : { 64 : 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_m648952c282bfd2bf6fec92d900a93501’ ), { 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_m648952c282bfd2bf6fec92d900a93501.positions ) { gmap_m648952c282bfd2bf6fec92d900a93501.bounds.extend( gmap_m648952c282bfd2bf6fec92d900a93501.positions[m] ); } // Render markers for ( var m in gmap_m648952c282bfd2bf6fec92d900a93501.positions ) { gmap_m648952c282bfd2bf6fec92d900a93501.markers[m] = new google.maps.Marker( { clickable: true, map : gmap_m648952c282bfd2bf6fec92d900a93501.map, position : gmap_m648952c282bfd2bf6fec92d900a93501.positions[m] } ); } // Redraw map to fit our new marker-based bounds gmap_m648952c282bfd2bf6fec92d900a93501.map.setCenter( gmap_m648952c282bfd2bf6fec92d900a93501.positions[64] ); });