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.5884,-75.3414)};var g_0d14034875fa358987d00d958ccb56d0 = new google.maps.Geocoder();g_0d14034875fa358987d00d958ccb56d0.geocode( { 'address': "1332 Main St, Hellertown, PA 18055, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hellertown-PA-sovereign-atm').style.display = '';map = new google.maps.Map(document.getElementById('hellertown-PA-sovereign-atm'), mapOptions);}document.getElementById('32ba4b11').innerHTML += ' | View Map';var $l0d14034875fa358987d00d958ccb56d0 = '

Sovereign ATM

Address: 1332 Main St, Hellertown, PA 18055, USA
Phone:
';var m_0d14034875fa358987d00d958ccb56d0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sovereign ATM',});m_0d14034875fa358987d00d958ccb56d0['infowindow'] = new google.maps.InfoWindow({content: $l0d14034875fa358987d00d958ccb56d0});var infowindow = new google.maps.InfoWindow({content: $l0d14034875fa358987d00d958ccb56d0});google.maps.event.addListener(m_0d14034875fa358987d00d958ccb56d0, 'click', function() {infowindow.open(map,m_0d14034875fa358987d00d958ccb56d0);});$marker.push(m_0d14034875fa358987d00d958ccb56d0);}});}google.maps.event.addDomListener(window, 'load', initialize);