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.9225,-75.3732)};var g_b0d3e132c23529b08ae2b24fba1f86f5 = new google.maps.Geocoder();g_b0d3e132c23529b08ae2b24fba1f86f5.geocode( { 'address': "2022 US-209, Brodheadsville, PA 18322, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brodheadsville-PA-first-keystone-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('brodheadsville-PA-first-keystone-community-bank'), mapOptions);}document.getElementById('034fa202').innerHTML += ' | View Map';var $lb0d3e132c23529b08ae2b24fba1f86f5 = '

First Keystone Community Bank

Address: 2022 US-209, Brodheadsville, PA 18322, USA
Phone: (570) 402-2008
';var m_b0d3e132c23529b08ae2b24fba1f86f5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Keystone Community Bank',});m_b0d3e132c23529b08ae2b24fba1f86f5['infowindow'] = new google.maps.InfoWindow({content: $lb0d3e132c23529b08ae2b24fba1f86f5});var infowindow = new google.maps.InfoWindow({content: $lb0d3e132c23529b08ae2b24fba1f86f5});google.maps.event.addListener(m_b0d3e132c23529b08ae2b24fba1f86f5, 'click', function() {infowindow.open(map,m_b0d3e132c23529b08ae2b24fba1f86f5);});$marker.push(m_b0d3e132c23529b08ae2b24fba1f86f5);}});}google.maps.event.addDomListener(window, 'load', initialize);