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.1471,-73.249)};var g_bdcfb9dc66bf47ddc6f4f3f6238a92cd = new google.maps.Geocoder();g_bdcfb9dc66bf47ddc6f4f3f6238a92cd.geocode( { 'address': "837 Post Rd, Fairfield, CT 06824, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fairfield-CT-mt-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('fairfield-CT-mt-bank-atm'), mapOptions);}document.getElementById('72ce7c6a').innerHTML += ' | View Map';var $lbdcfb9dc66bf47ddc6f4f3f6238a92cd = '

M&T Bank ATM

Address: 837 Post Rd, Fairfield, CT 06824, USA
Phone: (800) 724-2440
';var m_bdcfb9dc66bf47ddc6f4f3f6238a92cd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M&T Bank ATM',});m_bdcfb9dc66bf47ddc6f4f3f6238a92cd['infowindow'] = new google.maps.InfoWindow({content: $lbdcfb9dc66bf47ddc6f4f3f6238a92cd});var infowindow = new google.maps.InfoWindow({content: $lbdcfb9dc66bf47ddc6f4f3f6238a92cd});google.maps.event.addListener(m_bdcfb9dc66bf47ddc6f4f3f6238a92cd, 'click', function() {infowindow.open(map,m_bdcfb9dc66bf47ddc6f4f3f6238a92cd);});$marker.push(m_bdcfb9dc66bf47ddc6f4f3f6238a92cd);}});}google.maps.event.addDomListener(window, 'load', initialize);