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_092a9a239bd1316fc1af076d38baaaeb = new google.maps.Geocoder();g_092a9a239bd1316fc1af076d38baaaeb.geocode( { 'address': "1713 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-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('natrona-heights-PA-first-national-bank'), mapOptions);}document.getElementById('ce0e8cb6').innerHTML += ' | View Map';var $l092a9a239bd1316fc1af076d38baaaeb = '

First National Bank

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