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.6241,-79.7248)};var g_1786aee548304a7a90c0fd42c9bd919b = new google.maps.Geocoder();g_1786aee548304a7a90c0fd42c9bd919b.geocode( { 'address': "Princeton Ave, Natrona Heights, PA 15065, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('natrona-heights-PA-first-commonwealth-banking').style.display = '';map = new google.maps.Map(document.getElementById('natrona-heights-PA-first-commonwealth-banking'), mapOptions);}document.getElementById('bf663756').innerHTML += ' | View Map';var $l1786aee548304a7a90c0fd42c9bd919b = '

First Commonwealth Banking

Address: Princeton Ave, Natrona Heights, PA 15065, USA
Phone:
';var m_1786aee548304a7a90c0fd42c9bd919b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Commonwealth Banking',});m_1786aee548304a7a90c0fd42c9bd919b['infowindow'] = new google.maps.InfoWindow({content: $l1786aee548304a7a90c0fd42c9bd919b});var infowindow = new google.maps.InfoWindow({content: $l1786aee548304a7a90c0fd42c9bd919b});google.maps.event.addListener(m_1786aee548304a7a90c0fd42c9bd919b, 'click', function() {infowindow.open(map,m_1786aee548304a7a90c0fd42c9bd919b);});$marker.push(m_1786aee548304a7a90c0fd42c9bd919b);}});}google.maps.event.addDomListener(window, 'load', initialize);