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()};var g_49117628ac2ccc7459e70c95fc9f55f1 = new google.maps.Geocoder();g_49117628ac2ccc7459e70c95fc9f55f1.geocode( { 'address': "311 W Barr St, McDonald, PA 15057"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mcdonald-PA-first-commonwealth-bank').style.display = '';map = new google.maps.Map(document.getElementById('mcdonald-PA-first-commonwealth-bank'), mapOptions);}document.getElementById('00f145b3').innerHTML += ' | View Map';var $l49117628ac2ccc7459e70c95fc9f55f1 = '

First Commonwealth Bank

Address: 311 W Barr St, McDonald, PA 15057
Phone: (724) 926-1325
';var m_49117628ac2ccc7459e70c95fc9f55f1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Commonwealth Bank',});m_49117628ac2ccc7459e70c95fc9f55f1['infowindow'] = new google.maps.InfoWindow({content: $l49117628ac2ccc7459e70c95fc9f55f1});var infowindow = new google.maps.InfoWindow({content: $l49117628ac2ccc7459e70c95fc9f55f1});google.maps.event.addListener(m_49117628ac2ccc7459e70c95fc9f55f1, 'click', function() {infowindow.open(map,m_49117628ac2ccc7459e70c95fc9f55f1);});$marker.push(m_49117628ac2ccc7459e70c95fc9f55f1);}});}google.maps.event.addDomListener(window, 'load', initialize);