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.5829,-75.4587)};var g_ed0ed15f708e541f33b43121bd1c2f8b = new google.maps.Geocoder();g_ed0ed15f708e541f33b43121bd1c2f8b.geocode( { 'address': "471 W Wabash St, Allentown, PA 18103, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('allentown-PA-essa-bank-and-trust').style.display = '';map = new google.maps.Map(document.getElementById('allentown-PA-essa-bank-and-trust'), mapOptions);}document.getElementById('43f9dd84').innerHTML += ' | View Map';var $led0ed15f708e541f33b43121bd1c2f8b = '

ESSA Bank and Trust

Address: 471 W Wabash St, Allentown, PA 18103, USA
Phone: (610) 798-9480
';var m_ed0ed15f708e541f33b43121bd1c2f8b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ESSA Bank and Trust',});m_ed0ed15f708e541f33b43121bd1c2f8b['infowindow'] = new google.maps.InfoWindow({content: $led0ed15f708e541f33b43121bd1c2f8b});var infowindow = new google.maps.InfoWindow({content: $led0ed15f708e541f33b43121bd1c2f8b});google.maps.event.addListener(m_ed0ed15f708e541f33b43121bd1c2f8b, 'click', function() {infowindow.open(map,m_ed0ed15f708e541f33b43121bd1c2f8b);});$marker.push(m_ed0ed15f708e541f33b43121bd1c2f8b);}});}google.maps.event.addDomListener(window, 'load', initialize);