TCN Hiring Event Friday, January 24 from 3-7pm

TCN Behavioral Health is holding a hiring event at our Fairborn headquarters on Friday, January 24, 2025. We invite all interested applicants to visit us that day from 3-pm at 1825 Commerce Center Boulevard in Fairborn to interview in person, or can schedule a virtual interview. A variety of positions at all TCN locations are available; you may view them or apply at our Careers page:

Please see below for additional details. We hope to see you on the 24th!

 

// JavaScript for click-to-flip functionality on touch devices document.addEventListener('DOMContentLoaded', function() { const flipCards = document.querySelectorAll('.flip-card'); flipCards.forEach(card => { card.addEventListener('click', function() { // Toggle the 'flipped' class on click this.classList.toggle('flipped'); }); }); });