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.6378,-79.7207)};var g_7cf865cfc88ec59cc9d77babfc38e820 = new google.maps.Geocoder();g_7cf865cfc88ec59cc9d77babfc38e820.geocode( { 'address': "1880 Union Ave, Natrona Heights, PA 15065"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('natrona-heights-PA-first-commonwealth-bank').style.display = '';map = new google.maps.Map(document.getElementById('natrona-heights-PA-first-commonwealth-bank'), mapOptions);}document.getElementById('41623e5e').innerHTML += ' | View Map';var $l7cf865cfc88ec59cc9d77babfc38e820 = '

First Commonwealth Bank

Address: 1880 Union Ave, Natrona Heights, PA 15065
Phone: (724) 224-2600
';var m_7cf865cfc88ec59cc9d77babfc38e820 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Commonwealth Bank',});m_7cf865cfc88ec59cc9d77babfc38e820['infowindow'] = new google.maps.InfoWindow({content: $l7cf865cfc88ec59cc9d77babfc38e820});var infowindow = new google.maps.InfoWindow({content: $l7cf865cfc88ec59cc9d77babfc38e820});google.maps.event.addListener(m_7cf865cfc88ec59cc9d77babfc38e820, 'click', function() {infowindow.open(map,m_7cf865cfc88ec59cc9d77babfc38e820);});$marker.push(m_7cf865cfc88ec59cc9d77babfc38e820);}});}google.maps.event.addDomListener(window, 'load', initialize);