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.7215,-75.393)};var g_266961938e316427507db4857da1be71 = new google.maps.Geocoder();g_266961938e316427507db4857da1be71.geocode( { 'address': "358 S Walnut St, Bath, PA 18014, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bath-PA-essa-bank-and-trust').style.display = '';map = new google.maps.Map(document.getElementById('bath-PA-essa-bank-and-trust'), mapOptions);}document.getElementById('685d46e6').innerHTML += ' | View Map';var $l266961938e316427507db4857da1be71 = '

ESSA Bank and Trust

Address: 358 S Walnut St, Bath, PA 18014, USA
Phone: (610) 837-6729
';var m_266961938e316427507db4857da1be71 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ESSA Bank and Trust',});m_266961938e316427507db4857da1be71['infowindow'] = new google.maps.InfoWindow({content: $l266961938e316427507db4857da1be71});var infowindow = new google.maps.InfoWindow({content: $l266961938e316427507db4857da1be71});google.maps.event.addListener(m_266961938e316427507db4857da1be71, 'click', function() {infowindow.open(map,m_266961938e316427507db4857da1be71);});$marker.push(m_266961938e316427507db4857da1be71);}});}google.maps.event.addDomListener(window, 'load', initialize);