Skip to content

MAXIMINO TORRES, JR.

Position(s): Adjunct Professor, School of Business

Department(s): Faculty

ABD Manhattanville • MBA, Long Island University • M.S.Ed., Lehman College • BS, St. Francis College
“Each day, my students come into the classroom eager to learn which makes teaching at CW a real treat! Their desire to achieve their goals motivates them to succeed which is very inspirational for me as a business person. Being around this kind of enthusiasm motivates me to support them any way I can and I applaud them for working so diligently.”

document.addEventListener("DOMContentLoaded", function() { // Get all accordion toggle elements var accordions = document.querySelectorAll('.accordion-toggle'); // Add click event listeners to each accordion toggle accordions.forEach(function(accordion) { accordion.addEventListener('click', function() { // Get the panel-collapse element directly following this accordion-toggle var panelCollapse = this.nextElementSibling; // Check if this panel-collapse is currently open var isOpen = panelCollapse.classList.contains('open'); // Remove 'open' class from all panel-collapses accordions.forEach(function(acc) { var collapse = acc.nextElementSibling; collapse.classList.remove('open'); }); // Toggle 'open' class only on the clicked panel-collapse if (!isOpen) { panelCollapse.classList.add('open'); } }); }); });