Trip Planner
function myFunction() { const goingTo = document.getElementById("to").value; const comingFrom= document.getElementById("from").value; window.open("https://www.google.com/maps?f=d&hl=en&dirflg=r&sll=41.080424%2C-73.423536&saddr="+comingFrom+"&daddr="+goingTo+"&transitsubmit=Plan+My+Bus+Trip"); }
How to Ride









Active Transport
All our bus stops are handicap accessible
ANNOUNCEMENTS
NTD Celebrates 50th Anniversary
9/21/23
Norwalk Transit District (NTD) announced that its Board of Directors has appointed Matt Pentz as Chief Executive Officer, effective January 7, 2023.
Website Maintenance 7/19/2023
We're Hiring
May 23, 2023
Openings include mechanics and bus operators, as well as administrative positions.
Free Rides to Sherwood Island Return!
May 22, 2022
Starting this weekend ParkConneCT returns. Get a free ride to Sherwood Island on summer weekends and holidays.
Matt Pentz Named CEO
3/9/23
Norwalk Transit District (NTD) announced that its Board of Directors has appointed Matt Pentz as Chief Executive Officer, effective January 7, 2023.
Latest Happenings









const fetchNews = async () => fetch('/wp-json/wp/v2/news?per_page=1').then(res => res.json());
const renderNews = ({ news }) => {
news.forEach(news_item => {
jQuery('#latest-news').append('
Latest News
'+news_item.acf.news_date+'
'+news_item.acf.news_description+'
'); }) } const render = async () => { const news = await fetchNews(); renderNews({ news }); } render();








const fetchProjects = async () => fetch('/wp-json/wp/v2/event?per_page=1').then(res => res.json());
const renderProjects = ({ projects }) => {
projects.forEach(project => {
jQuery('#latest-projects').append('
Upcoming Events
'+project.acf.event_date+'
| '+project.acf.event_time_start+'
'+project.acf.event_description+'
'); }) } const renderProject = async () => { const projects = await fetchProjects(); renderProjects({ projects }); } renderProject();








Travel Advisories
CONTACT US
We’d love to hear from you
Your content goes here. Edit or remove this text inline or in the module Content settings.
275 Wilson Ave, Norwalk, CT 06854
(203) 852-0000