Map and Directions PDF Print E-mail

Directions:
From I-69, Exit 38 (I-94) EAST to Exit 112, or from I-94, use Exit 112.  Turn right off Exit 112.  Centennial Road is the first road South of I-94.  the building is on the corner of Partello Road and Centennial Road.
Copyright ? 2005 Michigan Rural Rehabilitation Corporation (MRRC). All Rights Reserved
7 queries executed
1
SELECT * FROM mos_menu ORDER BY name
2 SELECT template, client_id, menuid FROM mos_templates_menu WHERE (client_id=0 or client_id=1) AND menuid=0 ORDER BY client_id, menuid
3 DELETE FROM mos_session WHERE (time<1283620575 AND guest>=0) OR (time<1283625975 AND guest<0)
4 SELECT folder, element, published, params, CONCAT_WS('/',folder,element) AS lookup FROM mos_mambots WHERE published >= 1 AND access <= 0 ORDER BY ordering
5 SELECT a.*, ROUND(v.rating_sum/v.rating_count) AS rating, v.rating_count, u.name AS author, u.usertype, cc.name AS category, s.name AS section, g.name AS groups FROM mos_content AS a LEFT JOIN mos_categories AS cc ON cc.id = a.catid LEFT JOIN mos_sections AS s ON s.id = cc.section AND s.scope='content' LEFT JOIN mos_users AS u ON u.id = a.created_by LEFT JOIN mos_content_rating AS v ON a.id = v.content_id LEFT JOIN mos_groups AS g ON a.access = g.id WHERE a.id='9' AND (a.state = '1' OR a.state = '-1') AND (publish_up = '0000-00-00 00:00:00' OR publish_up <= '2010-09-04 10:46:15') AND (publish_down = '0000-00-00 00:00:00' OR publish_down >= '2010-09-04 10:46:15') AND a.access <= 0
6 SELECT a.params, a.option FROM mos_components AS a WHERE a.name = 'Syndicate'
7 SELECT id, title, module, position, content, showtitle, params, published, m.access, m.groups FROM mos_modules AS m, mos_modules_menu AS mm WHERE m.access <= '0' AND m.client_id='0' AND mm.moduleid=m.id AND (mm.menuid = '0' OR mm.menuid = '0') ORDER BY ordering