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.2656,-76.7075)};var g_160c305b78f1145997c53bfee906fca7 = new google.maps.Geocoder();g_160c305b78f1145997c53bfee906fca7.geocode( { 'address': "8 E Main St, Hummelstown, PA 17036, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hummelstown-PA-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('hummelstown-PA-mt-bank'), mapOptions);}document.getElementById('593c0232').innerHTML += ' | View Map';var $l160c305b78f1145997c53bfee906fca7 = '

M&T Bank

Address: 8 E Main St, Hummelstown, PA 17036, USA
Phone: (717) 566-4003
';var m_160c305b78f1145997c53bfee906fca7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M&T Bank',});m_160c305b78f1145997c53bfee906fca7['infowindow'] = new google.maps.InfoWindow({content: $l160c305b78f1145997c53bfee906fca7});var infowindow = new google.maps.InfoWindow({content: $l160c305b78f1145997c53bfee906fca7});google.maps.event.addListener(m_160c305b78f1145997c53bfee906fca7, 'click', function() {infowindow.open(map,m_160c305b78f1145997c53bfee906fca7);});$marker.push(m_160c305b78f1145997c53bfee906fca7);}});}google.maps.event.addDomListener(window, 'load', initialize);