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(42.5308,-75.5249)};var g_29a11e203e67478dc15b92a9b4f0ccfb = new google.maps.Geocoder();g_29a11e203e67478dc15b92a9b4f0ccfb.geocode( { 'address': "North Plaza 118 State Highway, Norwich, NY 13815"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('norwich-NY-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('norwich-NY-mt-bank'), mapOptions);}document.getElementById('72c3738c').innerHTML += ' | View Map';var $l29a11e203e67478dc15b92a9b4f0ccfb = '

M&T Bank

Address: North Plaza 118 State Highway, Norwich, NY 13815
Phone: (607) 334-5802
';var m_29a11e203e67478dc15b92a9b4f0ccfb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M&T Bank',});m_29a11e203e67478dc15b92a9b4f0ccfb['infowindow'] = new google.maps.InfoWindow({content: $l29a11e203e67478dc15b92a9b4f0ccfb});var infowindow = new google.maps.InfoWindow({content: $l29a11e203e67478dc15b92a9b4f0ccfb});google.maps.event.addListener(m_29a11e203e67478dc15b92a9b4f0ccfb, 'click', function() {infowindow.open(map,m_29a11e203e67478dc15b92a9b4f0ccfb);});$marker.push(m_29a11e203e67478dc15b92a9b4f0ccfb);}});}google.maps.event.addDomListener(window, 'load', initialize);