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(41.4846,-75.7099)};var g_bc216e162cc93993cf53029f3add9518 = new google.maps.Geocoder();g_bc216e162cc93993cf53029f3add9518.geocode( { 'address': "931 S State St, Clarks Summit, PA 18411"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clarks-summit-PA-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('clarks-summit-PA-community-bank'), mapOptions);}document.getElementById('4dfd4bb5').innerHTML += ' | View Map';var $lbc216e162cc93993cf53029f3add9518 = '

Community Bank

Address: 931 S State St, Clarks Summit, PA 18411
Phone: (570) 587-0575
';var m_bc216e162cc93993cf53029f3add9518 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank',});m_bc216e162cc93993cf53029f3add9518['infowindow'] = new google.maps.InfoWindow({content: $lbc216e162cc93993cf53029f3add9518});var infowindow = new google.maps.InfoWindow({content: $lbc216e162cc93993cf53029f3add9518});google.maps.event.addListener(m_bc216e162cc93993cf53029f3add9518, 'click', function() {infowindow.open(map,m_bc216e162cc93993cf53029f3add9518);});$marker.push(m_bc216e162cc93993cf53029f3add9518);}});}google.maps.event.addDomListener(window, 'load', initialize);