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.9415,-72.9913)};var g_e8502664bac3c418cc48b3ea12501809 = new google.maps.Geocoder();g_e8502664bac3c418cc48b3ea12501809.geocode( { 'address': "301 NY-25A, Miller Place, NY 11764, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miller-place-NY-mt-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('miller-place-NY-mt-bank-atm'), mapOptions);}document.getElementById('db048862').innerHTML += ' | View Map';var $le8502664bac3c418cc48b3ea12501809 = '

M&T Bank ATM

Address: 301 NY-25A, Miller Place, NY 11764, USA
Phone: (800) 724-2440
';var m_e8502664bac3c418cc48b3ea12501809 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M&T Bank ATM',});m_e8502664bac3c418cc48b3ea12501809['infowindow'] = new google.maps.InfoWindow({content: $le8502664bac3c418cc48b3ea12501809});var infowindow = new google.maps.InfoWindow({content: $le8502664bac3c418cc48b3ea12501809});google.maps.event.addListener(m_e8502664bac3c418cc48b3ea12501809, 'click', function() {infowindow.open(map,m_e8502664bac3c418cc48b3ea12501809);});$marker.push(m_e8502664bac3c418cc48b3ea12501809);}});}google.maps.event.addDomListener(window, 'load', initialize);