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()};var g_fc0fcd65964759bcdd1a4fd491927f63 = new google.maps.Geocoder();g_fc0fcd65964759bcdd1a4fd491927f63.geocode( { 'address': "27 N River St, Plains, PA 18705"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plains-PA-first-national-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('plains-PA-first-national-community-bank'), mapOptions);}document.getElementById('07594ea0').innerHTML += ' | View Map';var $lfc0fcd65964759bcdd1a4fd491927f63 = '

First National Community Bank

Address: 27 N River St, Plains, PA 18705
Phone: (570) 825-3622
';var m_fc0fcd65964759bcdd1a4fd491927f63 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Community Bank',});m_fc0fcd65964759bcdd1a4fd491927f63['infowindow'] = new google.maps.InfoWindow({content: $lfc0fcd65964759bcdd1a4fd491927f63});var infowindow = new google.maps.InfoWindow({content: $lfc0fcd65964759bcdd1a4fd491927f63});google.maps.event.addListener(m_fc0fcd65964759bcdd1a4fd491927f63, 'click', function() {infowindow.open(map,m_fc0fcd65964759bcdd1a4fd491927f63);});$marker.push(m_fc0fcd65964759bcdd1a4fd491927f63);}});}google.maps.event.addDomListener(window, 'load', initialize);