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.3756,-70.9878)};var g_418ac5c69ea7db9a03ff20cb8a689107 = new google.maps.Geocoder();g_418ac5c69ea7db9a03ff20cb8a689107.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-santander-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('winthrop-MA-santander-bank-atm'), mapOptions);}document.getElementById('0ed624ee').innerHTML += ' | View Map';var $l418ac5c69ea7db9a03ff20cb8a689107 = '

Santander Bank ATM

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