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.2445,-75.6088)};var g_117d92228ced5642aca010a93bff4116 = new google.maps.Geocoder();g_117d92228ced5642aca010a93bff4116.geocode( { 'address': "1833 E High St, Pottstown, PA 19464, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pottstown-PA-sovereign-atm').style.display = '';map = new google.maps.Map(document.getElementById('pottstown-PA-sovereign-atm'), mapOptions);}document.getElementById('86aa357e').innerHTML += ' | View Map';var $l117d92228ced5642aca010a93bff4116 = '

Sovereign ATM

Address: 1833 E High St, Pottstown, PA 19464, USA
Phone:
';var m_117d92228ced5642aca010a93bff4116 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sovereign ATM',});m_117d92228ced5642aca010a93bff4116['infowindow'] = new google.maps.InfoWindow({content: $l117d92228ced5642aca010a93bff4116});var infowindow = new google.maps.InfoWindow({content: $l117d92228ced5642aca010a93bff4116});google.maps.event.addListener(m_117d92228ced5642aca010a93bff4116, 'click', function() {infowindow.open(map,m_117d92228ced5642aca010a93bff4116);});$marker.push(m_117d92228ced5642aca010a93bff4116);}});}google.maps.event.addDomListener(window, 'load', initialize);