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.926,-75.3853)};var g_5d1d848d2a48beb57a1aa5c86fdf2881 = new google.maps.Geocoder();g_5d1d848d2a48beb57a1aa5c86fdf2881.geocode( { 'address': "1881 US-209, Brodheadsville, PA 18322, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brodheadsville-PA-essa-bank-and-trust').style.display = '';map = new google.maps.Map(document.getElementById('brodheadsville-PA-essa-bank-and-trust'), mapOptions);}document.getElementById('300d8780').innerHTML += ' | View Map';var $l5d1d848d2a48beb57a1aa5c86fdf2881 = '

ESSA Bank and Trust

Address: 1881 US-209, Brodheadsville, PA 18322, USA
Phone: (570) 992-5756
';var m_5d1d848d2a48beb57a1aa5c86fdf2881 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ESSA Bank and Trust',});m_5d1d848d2a48beb57a1aa5c86fdf2881['infowindow'] = new google.maps.InfoWindow({content: $l5d1d848d2a48beb57a1aa5c86fdf2881});var infowindow = new google.maps.InfoWindow({content: $l5d1d848d2a48beb57a1aa5c86fdf2881});google.maps.event.addListener(m_5d1d848d2a48beb57a1aa5c86fdf2881, 'click', function() {infowindow.open(map,m_5d1d848d2a48beb57a1aa5c86fdf2881);});$marker.push(m_5d1d848d2a48beb57a1aa5c86fdf2881);}});}google.maps.event.addDomListener(window, 'load', initialize);