Skip to content

Scholarship Open House for
High School Students
The College of Westchester

Explore Scholarships, Support, and
Career-Focused Programs

Saturday September 27, 2025
10:00 am – 12:00 pm
Where: 325 Central Ave.
White Plains, NY  10606

What to Expect During Your Visit:

  • Meet Faculty, Career Services & CW Student Warriors
  • Immediate Acceptance Decision with Transcript
  • Find out about Scholarships available to you
  • Financial Assistance Info Session for Parents
  • Enjoy continental breakfast

Attend CW’s Scholarship Open House – Explore Your College and Career Path

Thinking about your future after high school? The College of Westchester’s Scholarship Open House is a great opportunity to learn how you can start college with support, scholarships, and a clear career path.

Discover how CW’s hands-on programs in business, technology, health, and human and social services help prepare students for in-demand careers.

Tour our White Plains campus, meet faculty, students and admissions counselors, and find out how to apply for scholarships that make college more affordable. Whether you’re ready to choose a major or just exploring your options, this event gives you the tools and information to take your next step with confidence.

You Can Do It!  Let Us Help!

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