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.3279,-73.5908)};var g_4a7d2be8648d00c3d1090ed4168a5748 = new google.maps.Geocoder();g_4a7d2be8648d00c3d1090ed4168a5748.geocode( { 'address': "60 June Rd, North Salem, NY 10560, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-salem-NY-mt-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('north-salem-NY-mt-bank-atm'), mapOptions);}document.getElementById('868eeda2').innerHTML += ' | View Map';var $l4a7d2be8648d00c3d1090ed4168a5748 = '

M&T Bank ATM

Address: 60 June Rd, North Salem, NY 10560, USA
Phone: (800) 724-2440
';var m_4a7d2be8648d00c3d1090ed4168a5748 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M&T Bank ATM',});m_4a7d2be8648d00c3d1090ed4168a5748['infowindow'] = new google.maps.InfoWindow({content: $l4a7d2be8648d00c3d1090ed4168a5748});var infowindow = new google.maps.InfoWindow({content: $l4a7d2be8648d00c3d1090ed4168a5748});google.maps.event.addListener(m_4a7d2be8648d00c3d1090ed4168a5748, 'click', function() {infowindow.open(map,m_4a7d2be8648d00c3d1090ed4168a5748);});$marker.push(m_4a7d2be8648d00c3d1090ed4168a5748);}});}google.maps.event.addDomListener(window, 'load', initialize);