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.3757,-70.9876)};var g_2d86b01f7c6e1f289cfe34df8a3b0c3d = new google.maps.Geocoder();g_2d86b01f7c6e1f289cfe34df8a3b0c3d.geocode( { 'address': "3 Woodside Ave, Winthrop, MA 02152, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('winthrop-MA-sovereign-atm').style.display = '';map = new google.maps.Map(document.getElementById('winthrop-MA-sovereign-atm'), mapOptions);}document.getElementById('0ed624ee').innerHTML += ' | View Map';var $l2d86b01f7c6e1f289cfe34df8a3b0c3d = '

Sovereign ATM

Address: 3 Woodside Ave, Winthrop, MA 02152, USA
Phone:
';var m_2d86b01f7c6e1f289cfe34df8a3b0c3d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sovereign ATM',});m_2d86b01f7c6e1f289cfe34df8a3b0c3d['infowindow'] = new google.maps.InfoWindow({content: $l2d86b01f7c6e1f289cfe34df8a3b0c3d});var infowindow = new google.maps.InfoWindow({content: $l2d86b01f7c6e1f289cfe34df8a3b0c3d});google.maps.event.addListener(m_2d86b01f7c6e1f289cfe34df8a3b0c3d, 'click', function() {infowindow.open(map,m_2d86b01f7c6e1f289cfe34df8a3b0c3d);});$marker.push(m_2d86b01f7c6e1f289cfe34df8a3b0c3d);}});}google.maps.event.addDomListener(window, 'load', initialize);