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.5642,-79.804)};var g_6079012e410176453cbb3274cfe14bac = new google.maps.Geocoder();g_6079012e410176453cbb3274cfe14bac.geocode( { 'address': "2010 Village Center Dr, Tarentum, PA 15084, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tarentum-PA-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('tarentum-PA-woodforest-national-bank'), mapOptions);}document.getElementById('8704a995').innerHTML += ' | View Map';var $l6079012e410176453cbb3274cfe14bac = '

Woodforest National Bank

Address: 2010 Village Center Dr, Tarentum, PA 15084, USA
Phone: (724) 274-6357
';var m_6079012e410176453cbb3274cfe14bac = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_6079012e410176453cbb3274cfe14bac['infowindow'] = new google.maps.InfoWindow({content: $l6079012e410176453cbb3274cfe14bac});var infowindow = new google.maps.InfoWindow({content: $l6079012e410176453cbb3274cfe14bac});google.maps.event.addListener(m_6079012e410176453cbb3274cfe14bac, 'click', function() {infowindow.open(map,m_6079012e410176453cbb3274cfe14bac);});$marker.push(m_6079012e410176453cbb3274cfe14bac);}});}google.maps.event.addDomListener(window, 'load', initialize);