Skip to content

Taina Marrero

914.831.0375 • tmarrero@cw.edu It’s rewarding to guide students as they navigate the college search experience.  I get to support others in pursuing their educational dreams and helping them unlock opportunities I once worked hard to achieve as a first-generation college grad.  I’ve been in their shoes and am honored I get to be part of

Rosa Salamea

914.831.0310 • rsalamea@cw.edu  Passionate skills are deserving of transformative investments!  As a first-generation Latinx college graduate, I have a tremendous responsibility to honor my bicultural identity in the work that I do and to promote a culture of inclusivity and equal opportunity.  There is no greater joy for me than to help future students experience

Rob Medrano

914.831.0219 • rmedrano@cw.edu When I meet with a student, the aim is to understand what they want in life. I take an active approach as a counselor to actually “counsel” and assist in finding their path in life. When we make that connection, tie in the courses taken and their eyes light up, that becomes

Nikki Stewart

914.831.0297 • nstewart@cw.edu  Every day I get to serve, empower and motivate students to see their full potential. It is truly a privilege to provide a path for them to achieve their goals.

Janina Charles

914.357.7831 • Jcharles@cw.edu  Establishing connections with students, families, and colleagues is deeply rewarding. Guiding students through their journey allows for meaningful interactions and lasting relationships.

Desiree Baring

914.831.0453 • dbaring@cw.edu  I am passionate about guiding students through the admissions and re-enrollment processes, ensuring they have the support and resources needed to succeed. My commitment to student success motivates me to work closely with each student to help them achieve their educational aspirations.

Danielle Roach

914.831.0308 • droach@cw.edu As a Counselor, it is my passion to help students on their educational journey. Learning more about a student’s career goals and guiding them towards the right academic path brings a sense of fulfillment. Getting to see firsthand how the right education can change a student’s life is what makes my job so

Dalia Cruz

914.268.0223 • dcruz@cw.edu I am passionate to empower others and support students’ every step of the admissions process. I have the pleasure to expand opportunities and help others advance their future careers during their transformation of their educational journey.

Adria Amaral

914.831.0309 • aamaral@cw.edu The opportunity to directly impact students’ and their families lives by guiding them through the college application process, helping them find the best fit for their academic and personal goals, and witnessing their excitement as they graduate.

Cheryl Johnson

914.831.0302 • cjohnson@cw.edu I firmly believe in the opportunities and choices that having an education can provide. I am honored to help prospective students realize their dream and their potential!

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