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.1616,-79.0664)};var g_05b0ea6e9b8e791347dfe157d54d679f = new google.maps.Geocoder();g_05b0ea6e9b8e791347dfe157d54d679f.geocode( { 'address': "1626 Pitt St, Jennerstown, PA 15547"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jennerstown-PA-first-commonwealth-bank').style.display = '';map = new google.maps.Map(document.getElementById('jennerstown-PA-first-commonwealth-bank'), mapOptions);}document.getElementById('3dcebfe4').innerHTML += ' | View Map';var $l05b0ea6e9b8e791347dfe157d54d679f = '

First Commonwealth Bank

Address: 1626 Pitt St, Jennerstown, PA 15547
Phone: (814) 629-6611
';var m_05b0ea6e9b8e791347dfe157d54d679f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Commonwealth Bank',});m_05b0ea6e9b8e791347dfe157d54d679f['infowindow'] = new google.maps.InfoWindow({content: $l05b0ea6e9b8e791347dfe157d54d679f});var infowindow = new google.maps.InfoWindow({content: $l05b0ea6e9b8e791347dfe157d54d679f});google.maps.event.addListener(m_05b0ea6e9b8e791347dfe157d54d679f, 'click', function() {infowindow.open(map,m_05b0ea6e9b8e791347dfe157d54d679f);});$marker.push(m_05b0ea6e9b8e791347dfe157d54d679f);}});}google.maps.event.addDomListener(window, 'load', initialize);