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(42.1594,-79.968)};var g_6568b9057123d5baf6a920cef31285ea = new google.maps.Geocoder();g_6568b9057123d5baf6a920cef31285ea.geocode( { 'address': "5741 Buffalo Rd, Harborcreek, PA 16421, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('harborcreek-PA-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('harborcreek-PA-woodforest-national-bank'), mapOptions);}document.getElementById('5f5a576a').innerHTML += ' | View Map';var $l6568b9057123d5baf6a920cef31285ea = '

Woodforest National Bank

Address: 5741 Buffalo Rd, Harborcreek, PA 16421, USA
Phone: (814) 898-1691
';var m_6568b9057123d5baf6a920cef31285ea = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_6568b9057123d5baf6a920cef31285ea['infowindow'] = new google.maps.InfoWindow({content: $l6568b9057123d5baf6a920cef31285ea});var infowindow = new google.maps.InfoWindow({content: $l6568b9057123d5baf6a920cef31285ea});google.maps.event.addListener(m_6568b9057123d5baf6a920cef31285ea, 'click', function() {infowindow.open(map,m_6568b9057123d5baf6a920cef31285ea);});$marker.push(m_6568b9057123d5baf6a920cef31285ea);}});}google.maps.event.addDomListener(window, 'load', initialize);