Republica Dominica

Republica Dominica

Republica Dominica

Republica Dominica

Posted on Flickr 4:31 pm, December 26, 2013 jQuery(document).ready(function(){ var gmap_me77c3b37d02bdff626e619b6bf5c9d6a = { positions : { 375 : new google.maps.LatLng( ‘19.450813’, ‘-70.694253’ ) }, bounds : new google.maps.LatLngBounds(), // empty for now, we’ll dynamically extend it later map : new google.maps.Map( document.getElementById( ‘gmap_me77c3b37d02bdff626e619b6bf5c9d6a’ ), { 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_me77c3b37d02bdff626e619b6bf5c9d6a.positions ) { gmap_me77c3b37d02bdff626e619b6bf5c9d6a.bounds.extend( gmap_me77c3b37d02bdff626e619b6bf5c9d6a.positions[m] ); } // Render markers for ( var m in gmap_me77c3b37d02bdff626e619b6bf5c9d6a.positions ) { gmap_me77c3b37d02bdff626e619b6bf5c9d6a.markers[m] = new google.maps.Marker( { clickable: true, map : gmap_me77c3b37d02bdff626e619b6bf5c9d6a.map, position : gmap_me77c3b37d02bdff626e619b6bf5c9d6a.positions[m] } ); } // Redraw map to fit our new marker-based bounds gmap_me77c3b37d02bdff626e619b6bf5c9d6a.map.setCenter( gmap_me77c3b37d02bdff626e619b6bf5c9d6a.positions[375] ); });