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_48203361c285689ed686300c0ec5cfd8 = new google.maps.Geocoder();g_48203361c285689ed686300c0ec5cfd8.geocode( { 'address': "269 E Grove St, Clarks Green, PA 18411"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clarks-green-PA-first-national-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('clarks-green-PA-first-national-community-bank'), mapOptions);}document.getElementById('9e368496').innerHTML += ' | View Map';var $l48203361c285689ed686300c0ec5cfd8 = '

First National Community Bank

Address: 269 E Grove St, Clarks Green, PA 18411
Phone: (570) 586-3622
';var m_48203361c285689ed686300c0ec5cfd8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Community Bank',});m_48203361c285689ed686300c0ec5cfd8['infowindow'] = new google.maps.InfoWindow({content: $l48203361c285689ed686300c0ec5cfd8});var infowindow = new google.maps.InfoWindow({content: $l48203361c285689ed686300c0ec5cfd8});google.maps.event.addListener(m_48203361c285689ed686300c0ec5cfd8, 'click', function() {infowindow.open(map,m_48203361c285689ed686300c0ec5cfd8);});$marker.push(m_48203361c285689ed686300c0ec5cfd8);}});}google.maps.event.addDomListener(window, 'load', initialize);