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.1487,-76.5976)};var g_d0761d981bce5c8706808bb62e20f3b9 = new google.maps.Geocoder();g_d0761d981bce5c8706808bb62e20f3b9.geocode( { 'address': "104 S Market St, Elizabethtown, PA 17022"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('elizabethtown-PA-m-t-bank').style.display = '';map = new google.maps.Map(document.getElementById('elizabethtown-PA-m-t-bank'), mapOptions);}document.getElementById('30ed97c9').innerHTML += ' | View Map';var $ld0761d981bce5c8706808bb62e20f3b9 = '

M & T Bank

Address: 104 S Market St, Elizabethtown, PA 17022
Phone: (717) 367-4904
';var m_d0761d981bce5c8706808bb62e20f3b9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M & T Bank',});m_d0761d981bce5c8706808bb62e20f3b9['infowindow'] = new google.maps.InfoWindow({content: $ld0761d981bce5c8706808bb62e20f3b9});var infowindow = new google.maps.InfoWindow({content: $ld0761d981bce5c8706808bb62e20f3b9});google.maps.event.addListener(m_d0761d981bce5c8706808bb62e20f3b9, 'click', function() {infowindow.open(map,m_d0761d981bce5c8706808bb62e20f3b9);});$marker.push(m_d0761d981bce5c8706808bb62e20f3b9);}});}google.maps.event.addDomListener(window, 'load', initialize);