Explore a Career at TCN Behavioral Health

At TCN Behavioral Health, we’re passionate about what we do and the communities we serve. For over 30 years, TCN has been a leading provider of a comprehensive array of behavioral health services. From mental health counseling and psychiatric treatment to inpatient substance use treatment and case management, we have one mission: to improve lives by providing clinically excellent and accessible behavioral health services. Explore our career opportunities and join us on our mission! 


Our Mission: Improving lives by providing clinically excellent and accessible behavioral health services. 

Our Vision: A strong community of healthy and productive individuals.

 
// 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'); }); }); });