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(39.7966,-77.0014)};var g_96072ac037cbf6c5a0829593b6a5122f = new google.maps.Geocoder();g_96072ac037cbf6c5a0829593b6a5122f.geocode( { 'address': "425 Westminster Ave, Hanover, PA 17331"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hanover-PA-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('hanover-PA-mt-bank'), mapOptions);}document.getElementById('37798ccf').innerHTML += ' | View Map';var $l96072ac037cbf6c5a0829593b6a5122f = '

M&T Bank

Address: 425 Westminster Ave, Hanover, PA 17331
Phone: (717) 637-3680
';var m_96072ac037cbf6c5a0829593b6a5122f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M&T Bank',});m_96072ac037cbf6c5a0829593b6a5122f['infowindow'] = new google.maps.InfoWindow({content: $l96072ac037cbf6c5a0829593b6a5122f});var infowindow = new google.maps.InfoWindow({content: $l96072ac037cbf6c5a0829593b6a5122f});google.maps.event.addListener(m_96072ac037cbf6c5a0829593b6a5122f, 'click', function() {infowindow.open(map,m_96072ac037cbf6c5a0829593b6a5122f);});$marker.push(m_96072ac037cbf6c5a0829593b6a5122f);}});}google.maps.event.addDomListener(window, 'load', initialize);