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.5731,-75.5007)};var g_93cac6bc681b8e6f79d40155e8c37f95 = new google.maps.Geocoder();g_93cac6bc681b8e6f79d40155e8c37f95.geocode( { 'address': "67 Salem Ave, Carbondale, PA 18407, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('carbondale-PA-community-bank-na').style.display = '';map = new google.maps.Map(document.getElementById('carbondale-PA-community-bank-na'), mapOptions);}document.getElementById('42bbfd7f').innerHTML += ' | View Map';var $l93cac6bc681b8e6f79d40155e8c37f95 = '

Community Bank, N.A.

Address: 67 Salem Ave, Carbondale, PA 18407, USA
Phone: (570) 282-9390
';var m_93cac6bc681b8e6f79d40155e8c37f95 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank, N.A.',});m_93cac6bc681b8e6f79d40155e8c37f95['infowindow'] = new google.maps.InfoWindow({content: $l93cac6bc681b8e6f79d40155e8c37f95});var infowindow = new google.maps.InfoWindow({content: $l93cac6bc681b8e6f79d40155e8c37f95});google.maps.event.addListener(m_93cac6bc681b8e6f79d40155e8c37f95, 'click', function() {infowindow.open(map,m_93cac6bc681b8e6f79d40155e8c37f95);});$marker.push(m_93cac6bc681b8e6f79d40155e8c37f95);}});}google.maps.event.addDomListener(window, 'load', initialize);