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(41.1254,-75.3722)};var g_e7e82d958cab6d8b4a2b495d59e38740 = new google.maps.Geocoder();g_e7e82d958cab6d8b4a2b495d59e38740.geocode( { 'address': "3271 PA-940, Mt Pocono, PA 18344, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mount-pocono-PA-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('mount-pocono-PA-woodforest-national-bank'), mapOptions);}document.getElementById('5b40c10a').innerHTML += ' | View Map';var $le7e82d958cab6d8b4a2b495d59e38740 = '

Woodforest National Bank

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