Skip to main content
Tallo logoTallo logo

Find Jobs

Find Jobs Near You – Available Work in Your Location

Skip to job details
Apply for this opportunity

To apply for this job, you'll continue to an external website or email application.

JMJ Phillip

Environmental, Health and Safety Manager

Career Insights for Environmental Health and Safety (EHS) Manager

See where this job fits in the broader career landscape. Knowing your career path helps you see what's possible from here.

Scorecard

Based on Michigan data

Review key factors to help you decide if this role fits your goals. How is this calculated?

Were these scores useful?

What they do

An Environmental Health and Safety (EHS) Manager is responsible for managing a coordinated and systematic approach to managing the environmental impact of an organization on the surrounding area. Will ensure that the organization has a systematic approach to complying with environmental regulations, such as managing waste or air emissions. Other responsibilities may include finding ways to reduce the organization's carbon footprint.

$94,881 / year median in Michigan

+13% projected growth

Explore Career

Job Description

Environmental, Health and Safety Manager Posted on July 7, 2026 July 7, 2026 by JMJ Phillip We are seeking an Environmental, Health and Safety (EHS) Manager to lead and oversee workplace safety, environmental compliance, and health programs across the organization. This role is responsible for developing and implementing EHS initiatives, ensuring compliance with regulatory requirements, promoting a strong safety culture, and driving continuous improvement in workplace health, safety, and environmental performance. Position Responsibilities Environmental Compliance Ensure compliance with all applicable environmental regulations and company policies. Monitor environmental performance and implement sustainability initiatives where appropriate. Maintain environmental permits, records, and required documentation. Coordinate environmental inspections and regulatory reporting. Health & Safety Programs Develop, implement, and maintain workplace health and safety programs. Conduct safety audits, inspections, and risk assessments. Identify workplace hazards and implement corrective and preventive actions. Promote employee engagement in safety initiatives and best practices. Regulatory Compliance Ensure compliance with OSHA, EPA, and other applicable regulatory requirements. Maintain accurate compliance records and documentation. Coordinate internal and external audits and inspections. Keep leadership informed of regulatory updates and compliance requirements. Incident Investigation & Risk Management Lead investigations of workplace incidents, injuries, and near misses. Perform root cause analyses and implement corrective actions. Track safety metrics and identify opportunities for continuous improvement. Develop strategies to reduce workplace risks and improve overall safety performance. Training & Employee Development Develop and deliver EHS training programs for employees and leadership. Promote awareness of workplace safety policies and emergency procedures. Support onboarding and ongoing safety education initiatives. Foster a culture of accountability and continuous learning. Leadership & Continuous Improvement Collaborate with operations, maintenance, and leadership teams to improve EHS performance. Establish measurable safety goals and monitor progress. Drive continuous improvement initiatives that enhance workplace safety and environmental stewardship. Support organizational objectives through proactive EHS leadership. Prerequisites Bachelor's degree in Environmental Science, Occupational Safety, Industrial Hygiene, Engineering, or a related field, or equivalent experience. Experience managing environmental, health, and safety programs within a manufacturing, industrial, or production environment. Strong knowledge of OSHA, EPA, and applicable environmental and workplace safety regulations. Experience conducting audits, inspections, and incident investigations. Excellent leadership, communication, and organizational skills. Strong analytical and problem-solving abilities. Ability to manage multiple priorities and work effectively with cross-functional teams. Certifications (Preferred, but not Required) Certified Safety Professional (CSP) Occupational Health and Safety Technologist (OHST) Associate Safety Professional (ASP) OSHA 30-Hour Certification
HAZWOPER
Certification First Aid/CPR Certification Environmental Compliance or
ISO 14001
Certification What the Role Offers Competitive salary range of $78,000 - $98,000 annually Comprehensive health, dental, and vision insurance Retirement savings plan with company contributions Paid vacation, holidays, and personal time off Professional development and continuing education opportunities Supportive and collaborative work environment Opportunity to lead impactful environmental and workplace safety initiatives Career growth opportunities within a growing organization Why Cassopolis? Cassopolis offers a welcoming community with a strong manufacturing and industrial presence, making it an excellent location for professionals in environmental, health, and safety leadership. The area provides opportunities to contribute to operational excellence while enjoying a balanced lifestyle, access to outdoor recreation, and a supportive business environment focused on long-term growth and employee success. Upload your resume to Apply • Accepted file types: pdf, doc, docx, txt, Max.
file size:
32 MB. Email • Additional Please add me to your mailing list so I hear about new jobs first I'd like to learn about resume writing and career coaching services from Employment BOOST Get 30 days free on Careerology - the #1 platform for job skills gform.initializeOnLoaded( function() {gformInitSpinner( 5, 'https://jmjphillip.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery('#gform_ajax_frame_5').on('load',function(){var contents = jQuery(this).contents().find('•').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_5');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_5').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 ! is_redirect ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_5').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_5').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_5').removeClass('gform_validation_error');}setTimeout( function() { /• delay the scroll by 50 milliseconds to fix a bug in chrome •/ jQuery(document).scrollTop(jQuery('#gform_wrapper_5').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_5').val();gformInitSpinner( 5, 'https://jmjphillip.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [5, current_page]);window['gf_submitting_5'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_5').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_5').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [5]);window['gf_submitting_5'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_5').text());}else{jQuery('#gform_5').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ form
Id:
"5", current
Page:
"current_page", abort: function() { this.preventDefault(); } }]); if (event event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_5" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_5"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_5" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; gform.core.triggerPostRenderEvents( 5, current_page ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, child
List:
false, subtree: true, attribute
Filter:
[ 'style', 'class' ], }); } else { triggerPostRender(); } } );} ); Apply Now