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.6346,-71.3566)};var g_e4d9302635d5c9456d08f9e364aab3a1 = new google.maps.Geocoder();g_e4d9302635d5c9456d08f9e364aab3a1.geocode( { 'address': "1 Wood St, Lowell, MA 01851, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lowell-MA-santander-bank').style.display = '';map = new google.maps.Map(document.getElementById('lowell-MA-santander-bank'), mapOptions);}document.getElementById('7e6ef3e5').innerHTML += ' | View Map';var $le4d9302635d5c9456d08f9e364aab3a1 = '

Santander Bank

Address: 1 Wood St, Lowell, MA 01851, USA
Phone: (978) 446-3550
';var m_e4d9302635d5c9456d08f9e364aab3a1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander Bank',});m_e4d9302635d5c9456d08f9e364aab3a1['infowindow'] = new google.maps.InfoWindow({content: $le4d9302635d5c9456d08f9e364aab3a1});var infowindow = new google.maps.InfoWindow({content: $le4d9302635d5c9456d08f9e364aab3a1});google.maps.event.addListener(m_e4d9302635d5c9456d08f9e364aab3a1, 'click', function() {infowindow.open(map,m_e4d9302635d5c9456d08f9e364aab3a1);});$marker.push(m_e4d9302635d5c9456d08f9e364aab3a1);}});}google.maps.event.addDomListener(window, 'load', initialize);