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(40.7623,-73.9858)};var g_56e6f4e587679c56a32af7a61f6d1ce1 = new google.maps.Geocoder();g_56e6f4e587679c56a32af7a61f6d1ce1.geocode( { 'address': "830 8th Ave, New York, NY 10019, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-york-NY-atm-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('new-york-NY-atm-mt-bank'), mapOptions);}document.getElementById('40bc2699').innerHTML += ' | View Map';var $l56e6f4e587679c56a32af7a61f6d1ce1 = '

ATM (M&T Bank)

Address: 830 8th Ave, New York, NY 10019, USA
Phone: (212) 664-0274
';var m_56e6f4e587679c56a32af7a61f6d1ce1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (M&T Bank)',});m_56e6f4e587679c56a32af7a61f6d1ce1['infowindow'] = new google.maps.InfoWindow({content: $l56e6f4e587679c56a32af7a61f6d1ce1});var infowindow = new google.maps.InfoWindow({content: $l56e6f4e587679c56a32af7a61f6d1ce1});google.maps.event.addListener(m_56e6f4e587679c56a32af7a61f6d1ce1, 'click', function() {infowindow.open(map,m_56e6f4e587679c56a32af7a61f6d1ce1);});$marker.push(m_56e6f4e587679c56a32af7a61f6d1ce1);}});}google.maps.event.addDomListener(window, 'load', initialize);