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.9864,-76.0125)};var g_473b4298a668b952dc57b9a264bdc99c = new google.maps.Geocoder();g_473b4298a668b952dc57b9a264bdc99c.geocode( { 'address': "761 Airport Rd, Hazleton, PA 18202, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hazleton-PA-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('hazleton-PA-woodforest-national-bank'), mapOptions);}document.getElementById('e9255e45').innerHTML += ' | View Map';var $l473b4298a668b952dc57b9a264bdc99c = '

Woodforest National Bank

Address: 761 Airport Rd, Hazleton, PA 18202, USA
Phone: (570) 455-4063
';var m_473b4298a668b952dc57b9a264bdc99c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_473b4298a668b952dc57b9a264bdc99c['infowindow'] = new google.maps.InfoWindow({content: $l473b4298a668b952dc57b9a264bdc99c});var infowindow = new google.maps.InfoWindow({content: $l473b4298a668b952dc57b9a264bdc99c});google.maps.event.addListener(m_473b4298a668b952dc57b9a264bdc99c, 'click', function() {infowindow.open(map,m_473b4298a668b952dc57b9a264bdc99c);});$marker.push(m_473b4298a668b952dc57b9a264bdc99c);}});}google.maps.event.addDomListener(window, 'load', initialize);