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.8782,-79.9433)};var g_fc557fea34a7bee22c85859344e2f13b = new google.maps.Geocoder();g_fc557fea34a7bee22c85859344e2f13b.geocode( { 'address': "400 Butler Commons, Butler, PA 16001-2496, Butler, PA 16001, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('butler-PA-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('butler-PA-woodforest-national-bank'), mapOptions);}document.getElementById('881ef2d2').innerHTML += ' | View Map';var $lfc557fea34a7bee22c85859344e2f13b = '

Woodforest National Bank

Address: 400 Butler Commons, Butler, PA 16001-2496, Butler, PA 16001, USA
Phone: (724) 285-3733
';var m_fc557fea34a7bee22c85859344e2f13b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_fc557fea34a7bee22c85859344e2f13b['infowindow'] = new google.maps.InfoWindow({content: $lfc557fea34a7bee22c85859344e2f13b});var infowindow = new google.maps.InfoWindow({content: $lfc557fea34a7bee22c85859344e2f13b});google.maps.event.addListener(m_fc557fea34a7bee22c85859344e2f13b, 'click', function() {infowindow.open(map,m_fc557fea34a7bee22c85859344e2f13b);});$marker.push(m_fc557fea34a7bee22c85859344e2f13b);}});}google.maps.event.addDomListener(window, 'load', initialize);