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_561abb177528d5bf95d40838809a7cf6 = new google.maps.Geocoder();g_561abb177528d5bf95d40838809a7cf6.geocode( { 'address': "3271 Route 940, Mt Pocono, PA 18344"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mt-pocono-PA-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('mt-pocono-PA-woodforest-national-bank'), mapOptions);}document.getElementById('1ed49eda').innerHTML += ' | View Map';var $l561abb177528d5bf95d40838809a7cf6 = '

Woodforest National Bank

Address: 3271 Route 940, Mt Pocono, PA 18344
Phone: (570) 839-4080
';var m_561abb177528d5bf95d40838809a7cf6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_561abb177528d5bf95d40838809a7cf6['infowindow'] = new google.maps.InfoWindow({content: $l561abb177528d5bf95d40838809a7cf6});var infowindow = new google.maps.InfoWindow({content: $l561abb177528d5bf95d40838809a7cf6});google.maps.event.addListener(m_561abb177528d5bf95d40838809a7cf6, 'click', function() {infowindow.open(map,m_561abb177528d5bf95d40838809a7cf6);});$marker.push(m_561abb177528d5bf95d40838809a7cf6);}});}google.maps.event.addDomListener(window, 'load', initialize);