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.3473,-79.9439)};var g_7c7b23ffe10825da18545758c0917543 = new google.maps.Geocoder();g_7c7b23ffe10825da18545758c0917543.geocode( { 'address': "2204 Lebanon Church Rd, West Mifflin, PA 15122, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-mifflin-PA-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('west-mifflin-PA-first-national-bank'), mapOptions);}document.getElementById('c3481251').innerHTML += ' | View Map';var $l7c7b23ffe10825da18545758c0917543 = '

First National Bank

Address: 2204 Lebanon Church Rd, West Mifflin, PA 15122, USA
Phone: (412) 655-0900
';var m_7c7b23ffe10825da18545758c0917543 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank',});m_7c7b23ffe10825da18545758c0917543['infowindow'] = new google.maps.InfoWindow({content: $l7c7b23ffe10825da18545758c0917543});var infowindow = new google.maps.InfoWindow({content: $l7c7b23ffe10825da18545758c0917543});google.maps.event.addListener(m_7c7b23ffe10825da18545758c0917543, 'click', function() {infowindow.open(map,m_7c7b23ffe10825da18545758c0917543);});$marker.push(m_7c7b23ffe10825da18545758c0917543);}});}google.maps.event.addDomListener(window, 'load', initialize);