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.9823,-75.1953)};var g_2e8c1723f08b5cde40bf9c58668b0900 = new google.maps.Geocoder();g_2e8c1723f08b5cde40bf9c58668b0900.geocode( { 'address': "Palmer St, Stroudsburg, PA 18360, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stroudsburg-PA-essa-bank--trust').style.display = '';map = new google.maps.Map(document.getElementById('stroudsburg-PA-essa-bank--trust'), mapOptions);}document.getElementById('bf72e297').innerHTML += ' | View Map';var $l2e8c1723f08b5cde40bf9c58668b0900 = '

ESSA Bank & Trust

Address: Palmer St, Stroudsburg, PA 18360, USA
Phone: (570) 421-0531
';var m_2e8c1723f08b5cde40bf9c58668b0900 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ESSA Bank & Trust',});m_2e8c1723f08b5cde40bf9c58668b0900['infowindow'] = new google.maps.InfoWindow({content: $l2e8c1723f08b5cde40bf9c58668b0900});var infowindow = new google.maps.InfoWindow({content: $l2e8c1723f08b5cde40bf9c58668b0900});google.maps.event.addListener(m_2e8c1723f08b5cde40bf9c58668b0900, 'click', function() {infowindow.open(map,m_2e8c1723f08b5cde40bf9c58668b0900);});$marker.push(m_2e8c1723f08b5cde40bf9c58668b0900);}});}google.maps.event.addDomListener(window, 'load', initialize);