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.2906,-73.9193)};var g_ea9f8af74617d1b0e067f75ebcbaf515 = new google.maps.Geocoder();g_ea9f8af74617d1b0e067f75ebcbaf515.geocode( { 'address': "1019 Park St, Peekskill, NY 10566, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('peekskill-NY-mt-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('peekskill-NY-mt-bank-atm'), mapOptions);}document.getElementById('b165e860').innerHTML += ' | View Map';var $lea9f8af74617d1b0e067f75ebcbaf515 = '

M&T Bank ATM

Address: 1019 Park St, Peekskill, NY 10566, USA
Phone: (800) 724-2440
';var m_ea9f8af74617d1b0e067f75ebcbaf515 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M&T Bank ATM',});m_ea9f8af74617d1b0e067f75ebcbaf515['infowindow'] = new google.maps.InfoWindow({content: $lea9f8af74617d1b0e067f75ebcbaf515});var infowindow = new google.maps.InfoWindow({content: $lea9f8af74617d1b0e067f75ebcbaf515});google.maps.event.addListener(m_ea9f8af74617d1b0e067f75ebcbaf515, 'click', function() {infowindow.open(map,m_ea9f8af74617d1b0e067f75ebcbaf515);});$marker.push(m_ea9f8af74617d1b0e067f75ebcbaf515);}});}google.maps.event.addDomListener(window, 'load', initialize);