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.1958,-76.1716)};var g_55f971e3a5a850cd1d795b9fa4d83471 = new google.maps.Geocoder();g_55f971e3a5a850cd1d795b9fa4d83471.geocode( { 'address': "440 N Reading Rd, Ephrata, PA 17522, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ephrata-PA-sovereign-atm').style.display = '';map = new google.maps.Map(document.getElementById('ephrata-PA-sovereign-atm'), mapOptions);}document.getElementById('9b68c91f').innerHTML += ' | View Map';var $l55f971e3a5a850cd1d795b9fa4d83471 = '

Sovereign ATM

Address: 440 N Reading Rd, Ephrata, PA 17522, USA
Phone:
';var m_55f971e3a5a850cd1d795b9fa4d83471 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sovereign ATM',});m_55f971e3a5a850cd1d795b9fa4d83471['infowindow'] = new google.maps.InfoWindow({content: $l55f971e3a5a850cd1d795b9fa4d83471});var infowindow = new google.maps.InfoWindow({content: $l55f971e3a5a850cd1d795b9fa4d83471});google.maps.event.addListener(m_55f971e3a5a850cd1d795b9fa4d83471, 'click', function() {infowindow.open(map,m_55f971e3a5a850cd1d795b9fa4d83471);});$marker.push(m_55f971e3a5a850cd1d795b9fa4d83471);}});}google.maps.event.addDomListener(window, 'load', initialize);