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.3662,-73.9662)};var g_21c3a4930b97ebde84f32b47b638674f = new google.maps.Geocoder();g_21c3a4930b97ebde84f32b47b638674f.geocode( { 'address': "195 Main St, Highland Falls, NY 10928, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('highland-falls-NY-keybank-atm').style.display = '';map = new google.maps.Map(document.getElementById('highland-falls-NY-keybank-atm'), mapOptions);}document.getElementById('a36f34e9').innerHTML += ' | View Map';var $l21c3a4930b97ebde84f32b47b638674f = '

KeyBank ATM

Address: 195 Main St, Highland Falls, NY 10928, USA
Phone: (800) 539-2968
';var m_21c3a4930b97ebde84f32b47b638674f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'KeyBank ATM',});m_21c3a4930b97ebde84f32b47b638674f['infowindow'] = new google.maps.InfoWindow({content: $l21c3a4930b97ebde84f32b47b638674f});var infowindow = new google.maps.InfoWindow({content: $l21c3a4930b97ebde84f32b47b638674f});google.maps.event.addListener(m_21c3a4930b97ebde84f32b47b638674f, 'click', function() {infowindow.open(map,m_21c3a4930b97ebde84f32b47b638674f);});$marker.push(m_21c3a4930b97ebde84f32b47b638674f);}});}google.maps.event.addDomListener(window, 'load', initialize);