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.7646,-76.0944)};var g_154860e7d6c1a90ff1fd9f6c8b209054 = new google.maps.Geocoder();g_154860e7d6c1a90ff1fd9f6c8b209054.geocode( { 'address': "3540 State Route 706, Lawton, PA 18828"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lawton-PA-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('lawton-PA-community-bank'), mapOptions);}document.getElementById('92a305c0').innerHTML += ' | View Map';var $l154860e7d6c1a90ff1fd9f6c8b209054 = '

Community Bank

Address: 3540 State Route 706, Lawton, PA 18828
Phone: (570) 934-2178
';var m_154860e7d6c1a90ff1fd9f6c8b209054 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank',});m_154860e7d6c1a90ff1fd9f6c8b209054['infowindow'] = new google.maps.InfoWindow({content: $l154860e7d6c1a90ff1fd9f6c8b209054});var infowindow = new google.maps.InfoWindow({content: $l154860e7d6c1a90ff1fd9f6c8b209054});google.maps.event.addListener(m_154860e7d6c1a90ff1fd9f6c8b209054, 'click', function() {infowindow.open(map,m_154860e7d6c1a90ff1fd9f6c8b209054);});$marker.push(m_154860e7d6c1a90ff1fd9f6c8b209054);}});}google.maps.event.addDomListener(window, 'load', initialize);