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(41.6135,-70.9375)};var g_58d07ec4a553036d571ae5d22ca4f5ac = new google.maps.Geocoder();g_58d07ec4a553036d571ae5d22ca4f5ac.geocode( { 'address': "548 Dartmouth St, South Dartmouth, MA 02748, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dartmouth-MA-sovereign-atm').style.display = '';map = new google.maps.Map(document.getElementById('dartmouth-MA-sovereign-atm'), mapOptions);}document.getElementById('5c72b3cc').innerHTML += ' | View Map';var $l58d07ec4a553036d571ae5d22ca4f5ac = '

Sovereign ATM

Address: 548 Dartmouth St, South Dartmouth, MA 02748, USA
Phone:
';var m_58d07ec4a553036d571ae5d22ca4f5ac = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sovereign ATM',});m_58d07ec4a553036d571ae5d22ca4f5ac['infowindow'] = new google.maps.InfoWindow({content: $l58d07ec4a553036d571ae5d22ca4f5ac});var infowindow = new google.maps.InfoWindow({content: $l58d07ec4a553036d571ae5d22ca4f5ac});google.maps.event.addListener(m_58d07ec4a553036d571ae5d22ca4f5ac, 'click', function() {infowindow.open(map,m_58d07ec4a553036d571ae5d22ca4f5ac);});$marker.push(m_58d07ec4a553036d571ae5d22ca4f5ac);}});}google.maps.event.addDomListener(window, 'load', initialize);