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()};var g_17cb0af79d7e65c0304df15bb10ed446 = new google.maps.Geocoder();g_17cb0af79d7e65c0304df15bb10ed446.geocode( { 'address': "9300 State Route 61, Coal Twp, PA 17866"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('coal-twp-PA-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('coal-twp-PA-woodforest-national-bank'), mapOptions);}document.getElementById('82f6f878').innerHTML += ' | View Map';var $l17cb0af79d7e65c0304df15bb10ed446 = '

Woodforest National Bank

Address: 9300 State Route 61, Coal Twp, PA 17866
Phone: (570) 644-7526
';var m_17cb0af79d7e65c0304df15bb10ed446 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_17cb0af79d7e65c0304df15bb10ed446['infowindow'] = new google.maps.InfoWindow({content: $l17cb0af79d7e65c0304df15bb10ed446});var infowindow = new google.maps.InfoWindow({content: $l17cb0af79d7e65c0304df15bb10ed446});google.maps.event.addListener(m_17cb0af79d7e65c0304df15bb10ed446, 'click', function() {infowindow.open(map,m_17cb0af79d7e65c0304df15bb10ed446);});$marker.push(m_17cb0af79d7e65c0304df15bb10ed446);}});}google.maps.event.addDomListener(window, 'load', initialize);