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.2694,-80.151)};var g_115c343463041f8763d7552fdce43c9f = new google.maps.Geocoder();g_115c343463041f8763d7552fdce43c9f.geocode( { 'address': "325 Southpointe Blvd, Canonsburg, PA 15317"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canonsburg-PA-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('canonsburg-PA-community-bank'), mapOptions);}document.getElementById('ca052a5e').innerHTML += ' | View Map';var $l115c343463041f8763d7552fdce43c9f = '

Community Bank

Address: 325 Southpointe Blvd, Canonsburg, PA 15317
Phone: (724) 743-0700
';var m_115c343463041f8763d7552fdce43c9f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank',});m_115c343463041f8763d7552fdce43c9f['infowindow'] = new google.maps.InfoWindow({content: $l115c343463041f8763d7552fdce43c9f});var infowindow = new google.maps.InfoWindow({content: $l115c343463041f8763d7552fdce43c9f});google.maps.event.addListener(m_115c343463041f8763d7552fdce43c9f, 'click', function() {infowindow.open(map,m_115c343463041f8763d7552fdce43c9f);});$marker.push(m_115c343463041f8763d7552fdce43c9f);}});}google.maps.event.addDomListener(window, 'load', initialize);