Paintballin’

Paintballin’

IMG_5447

Paintballin’

Posted on Flickr 10:16 am, August 10, 2013 jQuery(document).ready(function(){ var gmap_md4326cdcc1a2aaf8ca2e8e002f34830a = { positions : { 695 : new google.maps.LatLng( ‘41.115166’, ‘-74.383837’ ) }, bounds : new google.maps.LatLngBounds(), // empty for now, we’ll dynamically extend it later map : new google.maps.Map( document.getElementById( ‘gmap_md4326cdcc1a2aaf8ca2e8e002f34830a’ ), { 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_md4326cdcc1a2aaf8ca2e8e002f34830a.positions ) { gmap_md4326cdcc1a2aaf8ca2e8e002f34830a.bounds.extend( gmap_md4326cdcc1a2aaf8ca2e8e002f34830a.positions[m] ); } // Render markers for ( var m in gmap_md4326cdcc1a2aaf8ca2e8e002f34830a.positions ) { gmap_md4326cdcc1a2aaf8ca2e8e002f34830a.markers[m] = new google.maps.Marker( { clickable: true, map : gmap_md4326cdcc1a2aaf8ca2e8e002f34830a.map, position : gmap_md4326cdcc1a2aaf8ca2e8e002f34830a.positions[m] } ); } // Redraw map to fit our new marker-based bounds gmap_md4326cdcc1a2aaf8ca2e8e002f34830a.map.setCenter( gmap_md4326cdcc1a2aaf8ca2e8e002f34830a.positions[695] ); });