Associate Director of Entrepreneurial Services

The Muskegon Innovation Hub is seeking an Associate Director of Entrepreneurial Services to lead client-facing business development, coaching, and ecosystem relationship-building. This position will help grow the Hub’s client pipeline and portfolio of success stories, with a particular focus on developing high-growth technology companies from concept to commercialization and supporting early- through growth-stage businesses with limited access to capital, networks, or technical assistance.

Position Description

This position leads client-facing business development for the Muskegon Innovation Hub, from initial outreach through 1-on-1 coaching, driving the Hub's growth and its portfolio of success stories, with particular emphasis on developing high-growth technology companies from concept to commercialization and on serving early- through growth-stage businesses with limited access to capital, networks, or technical assistance.

As the Hub's tactical lead for ecosystem relationship-building, this role is accountable for filling the Hub's pipeline of clients by partnering with community-based organizations that refer entrepreneurs to the Hub. The position is also responsible for designing and sustaining the coaching and client-lifecycle systems that allow the Hub's programs to operate efficiently and endure through staff transitions.

Comprehensive benefits package including medical, vision, dental, life insurance, generous employer retirement contributions, wellness resources, and tuition waiver effective on date of hire.

Primary Duties

  • Fill the Hub's client pipeline across coaching, accelerator, and grant programs through direct outreach to entrepreneurs and small businesses, including early- through growth-stage businesses with limited access to capital, networks, or technical assistance.

  • Serve as the Hub's tactical lead for ecosystem relationship-building across the six-county region, proactively establishing and maintaining collaborative relationships with GVSU faculty and staff, other entrepreneurial support organizations, economic development organizations, and service providers who scout and refer clients.

  • Co-plan and coordinate partner-delivered programming with partners and collect partner activity and outcome metrics for Hub reporting.

  • Provide 1-on-1 coaching and mentoring to Hub clients in strategic business management, innovation, and growth planning, conducting needs assessments and co-creating actionable business plans that address each client's specific challenges and goals.

  • Plan, develop, and lead the Hub's cohort-based accelerator program, ElevateWest, including curriculum, cohort recruitment and onboarding, and program delivery.

  • Connect clients to capital and financing across the ecosystem, providing direct coaching support for Business Accelerator Fund applications, including business-plan and executive-summary development in coordination with the Assistant Director.

  • Design, document, and continuously improve sustainable coaching and client-lifecycle processes and systems—including client intake, coaching workflow, pipeline tracking, and a repeatable accelerator playbook—so that programs run efficiently across the team and sustainably.

  • Perform other duties as required/assigned by leadership.

Required Knowledge, Skills and Abilities

  • Bachelor's degree in a relevant field.

  • Minimum seven (7) years of business experience.

  • Demonstrated ability to build and manage partnerships and stakeholder relationships across organizations.

  • Experience providing 1-on-1 coaching or mentoring.

  • Ability to articulate an understanding of traditional and emerging industries relevant to Michigan's economic recovery and future success.

  • Excellent verbal, written, presentation, and negotiation skills.

  • Resourceful and proactive in gathering information, sharing ideas, and building and sustaining programs and business processes and systems.

  • Strong/advanced computer skills.

  • Demonstrated organizational skills with the ability to manage multiple projects and client relationships simultaneously.

Preferred Knowledge, Skills and Abilities

  • MBA or equivalent relevant post-graduate degree.

  • Experience coaching early-stage or rural businesses with limited access to capital, networks, or technical assistance.

  • Working familiarity with the Business Model Canvas.

  • International Business Innovation Association’s Entrepreneur Center Manager or equivalent certification.

  • Project Management Institute Certified Associate in Project Management or equivalent certification.

  • Coaching certification or relevant training in business coaching methodologies.

  • Grant or proposal writing experience.

  • Five (5) years of entrepreneurial or intrapreneurial management experience.

Working Conditions

Normal office environment. Some travel required.

How to Apply

Attach your cover letter and resume. Applications missing required documents will not be considered. The system will allow you to attach these documents electronically.

If you have questions about the position or posting, please contact search chair Tom Hopper at hoppert@gvsu.edu. If you need technical assistance, please contact Human Resources at hro@gvsu.edu.

Applicants must be legally authorized to work in the United States and must not require sponsorship now or in the future.

Application Deadline: August 28, 2026

Apply

:root { --ibia-navy: #00263A; --ibia-gray-100: #F5F7FA; --ibia-gray-200: #E1E6EB; --spacing-sm: 0.75rem; --spacing-md: 1.25rem; --spacing-lg: 2rem; --radius-sm: 6px; --border-light: 1px solid var(--ibia-gray-200); --font-body: "Inter", "Helvetica Neue", Arial, sans-serif; } /* ESO Data Table – Impact Index Survey (Novi-hardened) */ table.esodata, .esodata table { width: 100%; border-collapse: collapse !important; border: 1px solid #f2f2f2 !important; } table.esodata th, table.esodata td, .esodata table th, .esodata table td { padding: 10px !important; border: 1px solid #f2f2f2 !important; vertical-align: middle !important; } /* Header styling */ table.esodata th, .esodata table th { font-weight: 700 !important; background-color: #a4c6d8 !important; text-align: left; } /* Header fallback if first row is td instead of th */ table.esodata tr:first-child td, .esodata table tr:first-child td { font-weight: 700 !important; background-color: #a4c6d8 !important; } /* Remove extra spacing from paragraph tags inside cells */ table.esodata td p, table.esodata th p, .esodata table td p, .esodata table th p { margin: 0 !important; } .inbia-newsletter-wrapper { max-width: 600px; margin: 0 auto; padding: 2rem 1rem; } .inbia-form-row { margin-bottom: 1.25rem; } .inbia-label { display: block; font-weight: 600; margin-bottom: 0.35rem; color: #003b5c; /* InBIA navy */ } .required { color: #d9534f; } .inbia-input { width: 100%; padding: 0.65rem 0.75rem; border: 1px solid #d1d1d1; border-radius: 4px; font-size: 1rem; } .inbia-input:focus { border-color: #0077c8; /* InBIA blue */ outline: none; box-shadow: 0 0 0 2px rgba(0,119,200,0.2); } .inbia-checkbox-list { list-style: none; padding: 0; margin: 0.5rem 0 0; } .inbia-checkbox-list li { margin-bottom: 0.5rem; } .inbia-checkbox-list input { margin-right: 0.5rem; } .inbia-button { background-color: #0077c8; /* InBIA blue */ color: #fff; padding: 0.75rem 1.5rem; border: none; border-radius: 4px; font-size: 1rem; font-weight: 600; cursor: pointer; transition: background-color 0.2s ease; } .inbia-button:hover { background-color: #005a96; } .inbia-table { width: 100%; margin: var(--spacing-lg) auto; font-family: var(--font-body); } .inbia-table__grid { display: flex; gap: var(--spacing-lg); flex-wrap: wrap; } .inbia-table__item { flex: 1 1 calc(33.333% - var(--spacing-lg)); min-width: 260px; border: var(--border-light); border-radius: var(--radius-sm); padding: var(--spacing-md); background: #fff; } .inbia-table__item-header { background: var(--ibia-gray-100); padding: var(--spacing-sm); border-bottom: var(--border-light); margin: -var(--spacing-md); margin-bottom: var(--spacing-md); border-radius: var(--radius-sm) var(--radius-sm) 0 0; } .inbia-table__item-header h6 { margin: 0; color: var(--ibia-navy); } @media (max-width: 768px) { .inbia-table__grid { flex-direction: column; } .inbia-table__item { flex: 1 1 100%; } }