Fishing on the Batten Kill with @blowrey

Fishing on the Batten Kill with @blowrey

Posted on Instagram 7:46 pm, October 10, 2014 jQuery(document).ready(function(){ var gmap_m139df10c16e7eae6e59b1ca24ac76c1c = { positions : { 254 : new google.maps.LatLng( ‘43.087558333’, ‘-73.345536667’ ) }, bounds : new google.maps.LatLngBounds(), // empty for now, we’ll dynamically extend it later map : new google.maps.Map( document.getElementById( ‘gmap_m139df10c16e7eae6e59b1ca24ac76c1c’ ), { 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_m139df10c16e7eae6e59b1ca24ac76c1c.positions ) { gmap_m139df10c16e7eae6e59b1ca24ac76c1c.bounds.extend( gmap_m139df10c16e7eae6e59b1ca24ac76c1c.positions[m] ); } // Render markers for ( var m in gmap_m139df10c16e7eae6e59b1ca24ac76c1c.positions ) { gmap_m139df10c16e7eae6e59b1ca24ac76c1c.markers[m] = new google.maps.Marker( { clickable: true, map : gmap_m139df10c16e7eae6e59b1ca24ac76c1c.map, position : gmap_m139df10c16e7eae6e59b1ca24ac76c1c.positions[m] } ); } // Redraw map to fit our new marker-based bounds gmap_m139df10c16e7eae6e59b1ca24ac76c1c.map.setCenter( gmap_m139df10c16e7eae6e59b1ca24ac76c1c.positions[254] ); });