The Pulaski dominates stumps!

The Pulaski dominates stumps!

Posted on Instagram 3:33 pm, July 15, 2015 jQuery(document).ready(function(){ var gmap_mce2e38597f9bf0e108f61b3e39215361 = { positions : { 152 : new google.maps.LatLng( ‘39.759913333’, ‘-104.969528333’ ) }, bounds : new google.maps.LatLngBounds(), // empty for now, we’ll dynamically extend it later map : new google.maps.Map( document.getElementById( ‘gmap_mce2e38597f9bf0e108f61b3e39215361’ ), { 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_mce2e38597f9bf0e108f61b3e39215361.positions ) { gmap_mce2e38597f9bf0e108f61b3e39215361.bounds.extend( gmap_mce2e38597f9bf0e108f61b3e39215361.positions[m] ); } // Render markers for ( var m in gmap_mce2e38597f9bf0e108f61b3e39215361.positions ) { gmap_mce2e38597f9bf0e108f61b3e39215361.markers[m] = new google.maps.Marker( { clickable: true, map : gmap_mce2e38597f9bf0e108f61b3e39215361.map, position : gmap_mce2e38597f9bf0e108f61b3e39215361.positions[m] } ); } // Redraw map to fit our new marker-based bounds gmap_mce2e38597f9bf0e108f61b3e39215361.map.setCenter( gmap_mce2e38597f9bf0e108f61b3e39215361.positions[152] ); });