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.2242,-79.2167)};var g_180cbb52a965d98421f2479587c99f71 = new google.maps.Geocoder();g_180cbb52a965d98421f2479587c99f71.geocode( { 'address': "201 W Main St, Ligonier, PA 15658"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ligonier-PA-commercial-bank-trust-of-pa').style.display = '';map = new google.maps.Map(document.getElementById('ligonier-PA-commercial-bank-trust-of-pa'), mapOptions);}document.getElementById('7c0f907f').innerHTML += ' | View Map';var $l180cbb52a965d98421f2479587c99f71 = '

COMMERCIAL Bank & Trust Of Pa

Address: 201 W Main St, Ligonier, PA 15658
Phone: (724) 238-9538
';var m_180cbb52a965d98421f2479587c99f71 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'COMMERCIAL Bank & Trust Of Pa',});m_180cbb52a965d98421f2479587c99f71['infowindow'] = new google.maps.InfoWindow({content: $l180cbb52a965d98421f2479587c99f71});var infowindow = new google.maps.InfoWindow({content: $l180cbb52a965d98421f2479587c99f71});google.maps.event.addListener(m_180cbb52a965d98421f2479587c99f71, 'click', function() {infowindow.open(map,m_180cbb52a965d98421f2479587c99f71);});$marker.push(m_180cbb52a965d98421f2479587c99f71);}});}google.maps.event.addDomListener(window, 'load', initialize);