(function () { var NAV = ``; var FOOTER = ``; var PROCESS = `

Getting Started Is Simple

Three steps from first contact to clean carpets.

1

Contact Us

Call or submit the form online. Tell us what you need cleaned and we will confirm availability for your area.

2

We Arrive and Clean

Our technician arrives on time with professional equipment. We pre-treat, extract, and inspect before we leave.

3

Enjoy the Results

Your carpets dry in hours. You will see and smell the difference the same day we finish.

`; function inject() { var navEl = document.getElementById('site-nav'); var footerEl = document.getElementById('site-footer'); var processEl = document.getElementById('site-process'); if (navEl) navEl.innerHTML = NAV; if (footerEl) footerEl.innerHTML = FOOTER; if (processEl) processEl.outerHTML = PROCESS; } if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', inject); } else { inject(); } })();