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.5988,-77.4114)};var g_08f74d4f455ea11b1dd9c8b1266e6be4 = new google.maps.Geocoder();g_08f74d4f455ea11b1dd9c8b1266e6be4.geocode( { 'address': "146 Stoney Creek Dr, Mifflintown, PA 17059, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mifflintown-PA-first-national-bank-of-mifflintown---trust--investment-services').style.display = '';map = new google.maps.Map(document.getElementById('mifflintown-PA-first-national-bank-of-mifflintown---trust--investment-services'), mapOptions);}document.getElementById('f1bf08ec').innerHTML += ' | View Map';var $l08f74d4f455ea11b1dd9c8b1266e6be4 = '

First National Bank of Mifflintown - Trust & Investment Services

Address: 146 Stoney Creek Dr, Mifflintown, PA 17059, USA
Phone: (717) 436-2144
';var m_08f74d4f455ea11b1dd9c8b1266e6be4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank of Mifflintown - Trust & Investment Services',});m_08f74d4f455ea11b1dd9c8b1266e6be4['infowindow'] = new google.maps.InfoWindow({content: $l08f74d4f455ea11b1dd9c8b1266e6be4});var infowindow = new google.maps.InfoWindow({content: $l08f74d4f455ea11b1dd9c8b1266e6be4});google.maps.event.addListener(m_08f74d4f455ea11b1dd9c8b1266e6be4, 'click', function() {infowindow.open(map,m_08f74d4f455ea11b1dd9c8b1266e6be4);});$marker.push(m_08f74d4f455ea11b1dd9c8b1266e6be4);}});}google.maps.event.addDomListener(window, 'load', initialize);