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.6429,-71.3077)};var g_55b6c89aa6fd00e583fa5f17840b8eb9 = new google.maps.Geocoder();g_55b6c89aa6fd00e583fa5f17840b8eb9.geocode( { 'address': "18 Hurd St, Lowell, MA 01852, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lowell-MA-lowell-cooperative-bank').style.display = '';map = new google.maps.Map(document.getElementById('lowell-MA-lowell-cooperative-bank'), mapOptions);}document.getElementById('57d3e20d').innerHTML += ' | View Map';var $l55b6c89aa6fd00e583fa5f17840b8eb9 = '

Lowell Cooperative Bank

Address: 18 Hurd St, Lowell, MA 01852, USA
Phone: (978) 458-4598
';var m_55b6c89aa6fd00e583fa5f17840b8eb9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lowell Cooperative Bank',});m_55b6c89aa6fd00e583fa5f17840b8eb9['infowindow'] = new google.maps.InfoWindow({content: $l55b6c89aa6fd00e583fa5f17840b8eb9});var infowindow = new google.maps.InfoWindow({content: $l55b6c89aa6fd00e583fa5f17840b8eb9});google.maps.event.addListener(m_55b6c89aa6fd00e583fa5f17840b8eb9, 'click', function() {infowindow.open(map,m_55b6c89aa6fd00e583fa5f17840b8eb9);});$marker.push(m_55b6c89aa6fd00e583fa5f17840b8eb9);}});}google.maps.event.addDomListener(window, 'load', initialize);