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.8146,-73.2567)};var g_531f0268dcc2e4704abdf665f754b5ae = new google.maps.Geocoder();g_531f0268dcc2e4704abdf665f754b5ae.geocode( { 'address': "140 Adams Ave #1a, Hauppauge, NY 11788, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hauppauge-NY-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('hauppauge-NY-mt-bank'), mapOptions);}document.getElementById('880e05a7').innerHTML += ' | View Map';var $l531f0268dcc2e4704abdf665f754b5ae = '

M&T Bank

Address: 140 Adams Ave #1a, Hauppauge, NY 11788, USA
Phone: (631) 952-1216
';var m_531f0268dcc2e4704abdf665f754b5ae = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M&T Bank',});m_531f0268dcc2e4704abdf665f754b5ae['infowindow'] = new google.maps.InfoWindow({content: $l531f0268dcc2e4704abdf665f754b5ae});var infowindow = new google.maps.InfoWindow({content: $l531f0268dcc2e4704abdf665f754b5ae});google.maps.event.addListener(m_531f0268dcc2e4704abdf665f754b5ae, 'click', function() {infowindow.open(map,m_531f0268dcc2e4704abdf665f754b5ae);});$marker.push(m_531f0268dcc2e4704abdf665f754b5ae);}});}google.maps.event.addDomListener(window, 'load', initialize);