icon-close-simple
FRANÇAIS

Listowel Ford

new window 1199 Wallace Avenue North, North Perth, Ontario, N4W 3J1

Careers at Listowel Ford

Have you got what it takes to be part of our dynamic team? If you’re looking for a chance to shine, there might just be a place for you!

Available Positions

There are currently no new job availabilities. In the meantime, fill out our job application form. We are always looking for new talent!

function colorChooserRedirect(colorCode) { const currentUrl = window.location; const currentUrlParams = new URLSearchParams(window.location.search); currentUrlParams.set('extColorCode', colorCode); window.location = currentUrl.origin + currentUrl.pathname + '?' + currentUrlParams.toString(); } document.addEventListener("DOMContentLoaded", () => { const chooserItem = document.querySelectorAll('[data-color-chooser-redirect="true"] [data-color-chooser-item]'); chooserItem.forEach(item => { item.addEventListener('click', e => { e.preventDefault(); colorChooserRedirect(item.dataset.colorChooserCode); }) }); });