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(42.3012,-71.293)};var g_33402619e42ed18ae7c17066d7a46354 = new google.maps.Geocoder();g_33402619e42ed18ae7c17066d7a46354.geocode( { 'address': "188 Linden St, Wellesley, MA 02482, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wellesley-MA-sovereign-atm').style.display = '';map = new google.maps.Map(document.getElementById('wellesley-MA-sovereign-atm'), mapOptions);}document.getElementById('2d870449').innerHTML += ' | View Map';var $l33402619e42ed18ae7c17066d7a46354 = '

Sovereign ATM

Address: 188 Linden St, Wellesley, MA 02482, USA
Phone:
';var m_33402619e42ed18ae7c17066d7a46354 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sovereign ATM',});m_33402619e42ed18ae7c17066d7a46354['infowindow'] = new google.maps.InfoWindow({content: $l33402619e42ed18ae7c17066d7a46354});var infowindow = new google.maps.InfoWindow({content: $l33402619e42ed18ae7c17066d7a46354});google.maps.event.addListener(m_33402619e42ed18ae7c17066d7a46354, 'click', function() {infowindow.open(map,m_33402619e42ed18ae7c17066d7a46354);});$marker.push(m_33402619e42ed18ae7c17066d7a46354);}});}google.maps.event.addDomListener(window, 'load', initialize);