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.8783,-72.5223)};var g_b85482319c8623b9288ef55b6ecd0238 = new google.maps.Geocoder();g_b85482319c8623b9288ef55b6ecd0238.geocode( { 'address': "18 E Montauk Hwy, Hampton Bays, NY 11946, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hampton-bays-NY-mt-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('hampton-bays-NY-mt-bank-atm'), mapOptions);}document.getElementById('46d6c2b7').innerHTML += ' | View Map';var $lb85482319c8623b9288ef55b6ecd0238 = '

M&T Bank ATM

Address: 18 E Montauk Hwy, Hampton Bays, NY 11946, USA
Phone: (800) 724-2440
';var m_b85482319c8623b9288ef55b6ecd0238 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M&T Bank ATM',});m_b85482319c8623b9288ef55b6ecd0238['infowindow'] = new google.maps.InfoWindow({content: $lb85482319c8623b9288ef55b6ecd0238});var infowindow = new google.maps.InfoWindow({content: $lb85482319c8623b9288ef55b6ecd0238});google.maps.event.addListener(m_b85482319c8623b9288ef55b6ecd0238, 'click', function() {infowindow.open(map,m_b85482319c8623b9288ef55b6ecd0238);});$marker.push(m_b85482319c8623b9288ef55b6ecd0238);}});}google.maps.event.addDomListener(window, 'load', initialize);