In Memoriam


“In Memoriam” is a listing of Red Cross colleagues who have died starting with the last quarter of 2021. The listing is not complete as it includes only those retirees who were part of the American Red Cross Pension Plan at the date of their death. Please use the search function above to find an individual by name.

PO Box 1581, Vienna, VA 22180
E-mail: admin@arcretireeassoc.org
 | Tel: 202-303-8779 | ARCRA & Retiree Connection

© American Red Cross Retiree Association All rights reserved

Powered by Wild Apricot Membership Software
function SetMyDate() { // Array of day names var dayNames = new Array("Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"); // Array of month Names var monthNames = new Array( "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"); var now = new Date(); document.getElementById("YOURELEMENTID").value = dayNames[now.getDay()] + ", " + monthNames[now.getMonth()] + " " + now.getDate() + ", " + now.getFullYear(); }