var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(41.3735,-73.7987)};var g_d1c49264f03ef12ffb90230ee5452cb1 = new google.maps.Geocoder();g_d1c49264f03ef12ffb90230ee5452cb1.geocode( { 'address': "157 Bryant Pond Rd, Putnam Valley, NY 10579, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('putnam-valley-NY-on-the-run').style.display = '';map = new google.maps.Map(document.getElementById('putnam-valley-NY-on-the-run'), mapOptions);}document.getElementById('f6caac28').innerHTML += ' | View Map';var $ld1c49264f03ef12ffb90230ee5452cb1 = '

On the Run

Address: 157 Bryant Pond Rd, Putnam Valley, NY 10579, USA
Phone: (845) 526-6138
';var m_d1c49264f03ef12ffb90230ee5452cb1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'On the Run',});m_d1c49264f03ef12ffb90230ee5452cb1['infowindow'] = new google.maps.InfoWindow({content: $ld1c49264f03ef12ffb90230ee5452cb1});var infowindow = new google.maps.InfoWindow({content: $ld1c49264f03ef12ffb90230ee5452cb1});google.maps.event.addListener(m_d1c49264f03ef12ffb90230ee5452cb1, 'click', function() {infowindow.open(map,m_d1c49264f03ef12ffb90230ee5452cb1);});$marker.push(m_d1c49264f03ef12ffb90230ee5452cb1);}});}google.maps.event.addDomListener(window, 'load', initialize);