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.2372,-76.9634)};var g_cb3f7087c987ceff5b306d4ff89f5db6 = new google.maps.Geocoder();g_cb3f7087c987ceff5b306d4ff89f5db6.geocode( { 'address': "4622 Carlisle Pike, Mechanicsburg, PA 17050, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mechanicsburg-PA-mid-penn-bank').style.display = '';map = new google.maps.Map(document.getElementById('mechanicsburg-PA-mid-penn-bank'), mapOptions);}document.getElementById('55927af9').innerHTML += ' | View Map';var $lcb3f7087c987ceff5b306d4ff89f5db6 = '

Mid Penn Bank

Address: 4622 Carlisle Pike, Mechanicsburg, PA 17050, USA
Phone: (717) 761-2480
';var m_cb3f7087c987ceff5b306d4ff89f5db6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mid Penn Bank',});m_cb3f7087c987ceff5b306d4ff89f5db6['infowindow'] = new google.maps.InfoWindow({content: $lcb3f7087c987ceff5b306d4ff89f5db6});var infowindow = new google.maps.InfoWindow({content: $lcb3f7087c987ceff5b306d4ff89f5db6});google.maps.event.addListener(m_cb3f7087c987ceff5b306d4ff89f5db6, 'click', function() {infowindow.open(map,m_cb3f7087c987ceff5b306d4ff89f5db6);});$marker.push(m_cb3f7087c987ceff5b306d4ff89f5db6);}});}google.maps.event.addDomListener(window, 'load', initialize);