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.3655,-77.3458)};var g_800eba1acce95760ec63d44f7d930a6d = new google.maps.Geocoder();g_800eba1acce95760ec63d44f7d930a6d.geocode( { 'address': "3544 Shermans Valley Rd, Loysville, PA 17047, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('loysville-PA-first-national-bank-of-mifflintown').style.display = '';map = new google.maps.Map(document.getElementById('loysville-PA-first-national-bank-of-mifflintown'), mapOptions);}document.getElementById('5e298970').innerHTML += ' | View Map';var $l800eba1acce95760ec63d44f7d930a6d = '

First National Bank of Mifflintown

Address: 3544 Shermans Valley Rd, Loysville, PA 17047, USA
Phone: (717) 789-2400
';var m_800eba1acce95760ec63d44f7d930a6d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank of Mifflintown',});m_800eba1acce95760ec63d44f7d930a6d['infowindow'] = new google.maps.InfoWindow({content: $l800eba1acce95760ec63d44f7d930a6d});var infowindow = new google.maps.InfoWindow({content: $l800eba1acce95760ec63d44f7d930a6d});google.maps.event.addListener(m_800eba1acce95760ec63d44f7d930a6d, 'click', function() {infowindow.open(map,m_800eba1acce95760ec63d44f7d930a6d);});$marker.push(m_800eba1acce95760ec63d44f7d930a6d);}});}google.maps.event.addDomListener(window, 'load', initialize);