A project to develop dozens of affordable housing units in the backyard of a Richmond, Virginia, parish is underscoring the ongoing need for more housing in the United States.

St. Elizabeth Catholic Church, located in the city’s Highland Park neighborhood, broke ground last week on an initiative to construct dozens of affordable housing units on a plot just behind the parish. 

The church, known locally for decades as the parish attended by U.S. Sen. Tim Kaine, D-Virginia, is collaborating with the Catholic Diocese of Richmond, Commonwealth Catholic Charities, and the city of Richmond to develop the site, which will be known as “Greenway Village.” 

Commonwealth Catholic Charities says on its website that the property will include “14 buildings with 56 rental units.” 

“The development will include a neighborhood with a walking path to the local school and parish, and space for CCC’s supportive services,” the charity said. 

In a statement to CNA, Kaine, who was present at the Sept. 21 groundbreaking, noted that he formerly practiced as a fair housing attorney. “I know how important it is to expand affordable housing for all,” he said. 

U.S. Sen. Tim Kaine speaks at a groundbreaking ceremony for Greenway Village at St. Elizabeth’s Parish in Richmond, Virginia, on Sunday, Sept. 21, 2025. Credit: Mary Romanello/Romanello Photography

The Democrat senator said he was “struck by how many faith leaders across Virginia talk about using their congregation land to offer housing solutions,” adding that he was “proud that [St. Elizabeth] has finally broken ground” on the effort. 

`;
}
(async function() {
const most_read_url = ‘/most-read-api’;
var historyList = document.getElementById(‘mostread-Nfa4yA6O95’);
fetch(most_read_url).then((result) => {
var json_result = result.json();
json_result.then((data) => {
historyList.innerHTML = ”;
data.forEach((item, i) => {
var html = render(i, item.url, item.title);
historyList.innerHTML += html;
if ((i + 1) >= 5) {
return false;
}
});
});
}).catch((err) => {
console.error(err);
});
})();