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.512,-75.6038)};var g_f55b0ce15b46eb8cc8666c471cc6466c = new google.maps.Geocoder();g_f55b0ce15b46eb8cc8666c471cc6466c.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-atm-essa-bank').style.display = '';map = new google.maps.Map(document.getElementById('alburtis-PA-atm-essa-bank'), mapOptions);}document.getElementById('f2f57db0').innerHTML += ' | View Map';var $lf55b0ce15b46eb8cc8666c471cc6466c = '

ATM ESSA Bank

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