import { builder } from '@builder.io/sdk' builder.init('7a0e03458c994ae3913c4c1a0c725a5e') builder.get('page').promise().then(content => { // Add the HTML to the element needed, wrapping with our webcomponent library // to fill in any needed interactivity (e.g. lazy loaded images, interactive tabs, etc) document.querySelector('#my-page').innerHTML = ` ${content.data.html} ` });
 

Contact Us

We are in the office from 9:30-4:30 on Wednesdays! Please stop in and say hi!

For any other days, please give us a call or email us:

Call:
847.295.5626

Email:

General Questions or to register for one of our events or presentations:
email: [email protected] 

Join CRC's Mailing List

Learn About Upcoming Events

Name

Email

Driving Directions to CRC

Address:

40 E. Old Mill Rd 

Lake Forest, IL 60045

CRC is located in a residential neighborhood on the Grove Cultural Campus in southwest Lake Forest 
40 E. Old Mill Rd Lake Forest, IL 60045 


Career Resource Center is located in Lake Forest, at 40 E. Old Mill Road, on the Grove Cultural Campus in the rear of the Music Institute of Chicago Building. 

From Route 22 
Old Mill Road is 1/2 mile north of Route 22 (Half Day Road) off Ridge Road.

Turn right on Old Mill Road.

Turn left at second drive.

Park north of first building on left.

Our entrance is in the rear of that building. 

From Old Elm Road 
Old Mill Road is 1/2 mile south of Old Elm Road off Ridge Road.

Turn left on E. Old Mill Road.

Turn left at second drive.

Park north of first building on left.

Our entrance is in the rear of that building. 

From US 41, Skokie Highway 
Go west on Old Elm Road to Ridge Road.

Turn left on Ridge Road.

Go 1/2 mile and turn left on E. Old Mill Road.

Turn left at second drive.

Park north of first building on left.

Our entrance is in the rear of that building.

 
import { builder } from '@builder.io/sdk' builder.init('7a0e03458c994ae3913c4c1a0c725a5e') builder.get('page').promise().then(content => { // Add the HTML to the element needed, wrapping with our webcomponent library // to fill in any needed interactivity (e.g. lazy loaded images, interactive tabs, etc) document.querySelector('#my-page').innerHTML = ` ${content.data.html} ` });