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.5617,-73.6017)};var g_1f376f49e57d4d7787a5b5b4489edd25 = new google.maps.Geocoder();g_1f376f49e57d4d7787a5b5b4489edd25.geocode( { 'address': "3 W Main St, Pawling, NY 12564, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pawling-NY-atm-key-bank').style.display = '';map = new google.maps.Map(document.getElementById('pawling-NY-atm-key-bank'), mapOptions);}document.getElementById('3d054384').innerHTML += ' | View Map';var $l1f376f49e57d4d7787a5b5b4489edd25 = '

ATM (Key Bank)

Address: 3 W Main St, Pawling, NY 12564, USA
Phone:
';var m_1f376f49e57d4d7787a5b5b4489edd25 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Key Bank)',});m_1f376f49e57d4d7787a5b5b4489edd25['infowindow'] = new google.maps.InfoWindow({content: $l1f376f49e57d4d7787a5b5b4489edd25});var infowindow = new google.maps.InfoWindow({content: $l1f376f49e57d4d7787a5b5b4489edd25});google.maps.event.addListener(m_1f376f49e57d4d7787a5b5b4489edd25, 'click', function() {infowindow.open(map,m_1f376f49e57d4d7787a5b5b4489edd25);});$marker.push(m_1f376f49e57d4d7787a5b5b4489edd25);}});}google.maps.event.addDomListener(window, 'load', initialize);