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.7294,-77.0093)};var g_95c7a47f19fed03b040aec2326360cf7 = new google.maps.Geocoder();g_95c7a47f19fed03b040aec2326360cf7.geocode( { 'address': "8413 PA-104, Mt Pleasant Mills, PA 17853, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mount-pleasant-mills-PA-swineford-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('mount-pleasant-mills-PA-swineford-national-bank'), mapOptions);}document.getElementById('c5f8140a').innerHTML += ' | View Map';var $l95c7a47f19fed03b040aec2326360cf7 = '

Swineford National Bank

Address: 8413 PA-104, Mt Pleasant Mills, PA 17853, USA
Phone: (570) 539-8804
';var m_95c7a47f19fed03b040aec2326360cf7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Swineford National Bank',});m_95c7a47f19fed03b040aec2326360cf7['infowindow'] = new google.maps.InfoWindow({content: $l95c7a47f19fed03b040aec2326360cf7});var infowindow = new google.maps.InfoWindow({content: $l95c7a47f19fed03b040aec2326360cf7});google.maps.event.addListener(m_95c7a47f19fed03b040aec2326360cf7, 'click', function() {infowindow.open(map,m_95c7a47f19fed03b040aec2326360cf7);});$marker.push(m_95c7a47f19fed03b040aec2326360cf7);}});}google.maps.event.addDomListener(window, 'load', initialize);