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.329,-79.7214)};var g_d6153eb9fef56d883e1cdd0a9ce24edc = new google.maps.Geocoder();g_d6153eb9fef56d883e1cdd0a9ce24edc.geocode( { 'address': "580 Wendel Rd, Irwin, PA 15642"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('irwin-PA-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('irwin-PA-first-national-bank'), mapOptions);}document.getElementById('a24ae21f').innerHTML += ' | View Map';var $ld6153eb9fef56d883e1cdd0a9ce24edc = '

First National Bank

Address: 580 Wendel Rd, Irwin, PA 15642
Phone: (724) 864-0082
';var m_d6153eb9fef56d883e1cdd0a9ce24edc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank',});m_d6153eb9fef56d883e1cdd0a9ce24edc['infowindow'] = new google.maps.InfoWindow({content: $ld6153eb9fef56d883e1cdd0a9ce24edc});var infowindow = new google.maps.InfoWindow({content: $ld6153eb9fef56d883e1cdd0a9ce24edc});google.maps.event.addListener(m_d6153eb9fef56d883e1cdd0a9ce24edc, 'click', function() {infowindow.open(map,m_d6153eb9fef56d883e1cdd0a9ce24edc);});$marker.push(m_d6153eb9fef56d883e1cdd0a9ce24edc);}});}google.maps.event.addDomListener(window, 'load', initialize);