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.1445,-73.9965)};var g_8880ca0deddd14fc387dca5cd9538fa0 = new google.maps.Geocoder();g_8880ca0deddd14fc387dca5cd9538fa0.geocode( { 'address': "76 N Main St, New City, NY 10956"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-city-NY-putnam-county-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('new-city-NY-putnam-county-savings-bank'), mapOptions);}document.getElementById('4c413b34').innerHTML += ' | View Map';var $l8880ca0deddd14fc387dca5cd9538fa0 = '

Putnam County Savings Bank

Address: 76 N Main St, New City, NY 10956
Phone: (845) 634-7272
';var m_8880ca0deddd14fc387dca5cd9538fa0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Putnam County Savings Bank',});m_8880ca0deddd14fc387dca5cd9538fa0['infowindow'] = new google.maps.InfoWindow({content: $l8880ca0deddd14fc387dca5cd9538fa0});var infowindow = new google.maps.InfoWindow({content: $l8880ca0deddd14fc387dca5cd9538fa0});google.maps.event.addListener(m_8880ca0deddd14fc387dca5cd9538fa0, 'click', function() {infowindow.open(map,m_8880ca0deddd14fc387dca5cd9538fa0);});$marker.push(m_8880ca0deddd14fc387dca5cd9538fa0);}});}google.maps.event.addDomListener(window, 'load', initialize);