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.5121,-75.6038)};var g_a131005bc99e0505cc970be992378a4f = new google.maps.Geocoder();g_a131005bc99e0505cc970be992378a4f.geocode( { 'address': "11 N Main St, Alburtis, PA 18011, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alburtis-PA-essa-bank-and-trust').style.display = '';map = new google.maps.Map(document.getElementById('alburtis-PA-essa-bank-and-trust'), mapOptions);}document.getElementById('f2f57db0').innerHTML += ' | View Map';var $la131005bc99e0505cc970be992378a4f = '

ESSA Bank and Trust

Address: 11 N Main St, Alburtis, PA 18011, USA
Phone: (610) 966-2095
';var m_a131005bc99e0505cc970be992378a4f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ESSA Bank and Trust',});m_a131005bc99e0505cc970be992378a4f['infowindow'] = new google.maps.InfoWindow({content: $la131005bc99e0505cc970be992378a4f});var infowindow = new google.maps.InfoWindow({content: $la131005bc99e0505cc970be992378a4f});google.maps.event.addListener(m_a131005bc99e0505cc970be992378a4f, 'click', function() {infowindow.open(map,m_a131005bc99e0505cc970be992378a4f);});$marker.push(m_a131005bc99e0505cc970be992378a4f);}});}google.maps.event.addDomListener(window, 'load', initialize);