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.2451,-75.6439)};var g_860752c3fc7a4058ce178c37c4258c4c = new google.maps.Geocoder();g_860752c3fc7a4058ce178c37c4258c4c.geocode( { 'address': "401 E High St, Pottstown, PA 19464, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pottstown-PA-atm-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('pottstown-PA-atm-wells-fargo-bank'), mapOptions);}document.getElementById('02a15fc6').innerHTML += ' | View Map';var $l860752c3fc7a4058ce178c37c4258c4c = '

ATM (Wells Fargo Bank)

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