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.6458,-71.309)};var g_7cbfa0951f975fd1e85c414e83771fc8 = new google.maps.Geocoder();g_7cbfa0951f975fd1e85c414e83771fc8.geocode( { 'address': "83 Merrimack St, Lowell, MA 01852, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lowell-MA-mills42-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('lowell-MA-mills42-federal-credit-union'), mapOptions);}document.getElementById('0327e86d').innerHTML += ' | View Map';var $l7cbfa0951f975fd1e85c414e83771fc8 = '

Mills42 Federal Credit Union

Address: 83 Merrimack St, Lowell, MA 01852, USA
Phone: (978) 328-5100
';var m_7cbfa0951f975fd1e85c414e83771fc8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mills42 Federal Credit Union',});m_7cbfa0951f975fd1e85c414e83771fc8['infowindow'] = new google.maps.InfoWindow({content: $l7cbfa0951f975fd1e85c414e83771fc8});var infowindow = new google.maps.InfoWindow({content: $l7cbfa0951f975fd1e85c414e83771fc8});google.maps.event.addListener(m_7cbfa0951f975fd1e85c414e83771fc8, 'click', function() {infowindow.open(map,m_7cbfa0951f975fd1e85c414e83771fc8);});$marker.push(m_7cbfa0951f975fd1e85c414e83771fc8);}});}google.maps.event.addDomListener(window, 'load', initialize);