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.6465,-71.3157)};var g_b8636312b4811434238d39298f195983 = new google.maps.Geocoder();g_b8636312b4811434238d39298f195983.geocode( { 'address': "450 Merrimack St, Lowell, MA 01854, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lowell-MA-mcci').style.display = '';map = new google.maps.Map(document.getElementById('lowell-MA-mcci'), mapOptions);}document.getElementById('a317e5ac').innerHTML += ' | View Map';var $lb8636312b4811434238d39298f195983 = '

MCCI

Address: 450 Merrimack St, Lowell, MA 01854, USA
Phone: (978) 970-0600
';var m_b8636312b4811434238d39298f195983 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MCCI',});m_b8636312b4811434238d39298f195983['infowindow'] = new google.maps.InfoWindow({content: $lb8636312b4811434238d39298f195983});var infowindow = new google.maps.InfoWindow({content: $lb8636312b4811434238d39298f195983});google.maps.event.addListener(m_b8636312b4811434238d39298f195983, 'click', function() {infowindow.open(map,m_b8636312b4811434238d39298f195983);});$marker.push(m_b8636312b4811434238d39298f195983);}});}google.maps.event.addDomListener(window, 'load', initialize);