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.5537,-71.2641)};var g_84fc80be70d6ffd85f3f172f1f8ea150 = new google.maps.Geocoder();g_84fc80be70d6ffd85f3f172f1f8ea150.geocode( { 'address': "508 Boston Rd, Billerica, MA 01821, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('billerica-MA-santander-walk-up-atm').style.display = '';map = new google.maps.Map(document.getElementById('billerica-MA-santander-walk-up-atm'), mapOptions);}document.getElementById('0f927394').innerHTML += ' | View Map';var $l84fc80be70d6ffd85f3f172f1f8ea150 = '

Santander Walk-Up ATM

Address: 508 Boston Rd, Billerica, MA 01821, USA
Phone: (978) 670-9253
';var m_84fc80be70d6ffd85f3f172f1f8ea150 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander Walk-Up ATM',});m_84fc80be70d6ffd85f3f172f1f8ea150['infowindow'] = new google.maps.InfoWindow({content: $l84fc80be70d6ffd85f3f172f1f8ea150});var infowindow = new google.maps.InfoWindow({content: $l84fc80be70d6ffd85f3f172f1f8ea150});google.maps.event.addListener(m_84fc80be70d6ffd85f3f172f1f8ea150, 'click', function() {infowindow.open(map,m_84fc80be70d6ffd85f3f172f1f8ea150);});$marker.push(m_84fc80be70d6ffd85f3f172f1f8ea150);}});}google.maps.event.addDomListener(window, 'load', initialize);