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.0636,-72.4297)};var g_b6059262044eabcb0df593e81b4e5b1c = new google.maps.Geocoder();g_b6059262044eabcb0df593e81b4e5b1c.geocode( { 'address': "53345 Main Rd, Southold, NY 11971, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('southold-NY-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('southold-NY-mt-bank'), mapOptions);}document.getElementById('f9637097').innerHTML += ' | View Map';var $lb6059262044eabcb0df593e81b4e5b1c = '

M&T Bank

Address: 53345 Main Rd, Southold, NY 11971, USA
Phone: (631) 765-4019
';var m_b6059262044eabcb0df593e81b4e5b1c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M&T Bank',});m_b6059262044eabcb0df593e81b4e5b1c['infowindow'] = new google.maps.InfoWindow({content: $lb6059262044eabcb0df593e81b4e5b1c});var infowindow = new google.maps.InfoWindow({content: $lb6059262044eabcb0df593e81b4e5b1c});google.maps.event.addListener(m_b6059262044eabcb0df593e81b4e5b1c, 'click', function() {infowindow.open(map,m_b6059262044eabcb0df593e81b4e5b1c);});$marker.push(m_b6059262044eabcb0df593e81b4e5b1c);}});}google.maps.event.addDomListener(window, 'load', initialize);