Service Areas

AC Paving proudly delivers expert asphalt paving, concrete services, and decorative stamped concrete across Anne Arundel County, Howard County & Prince Georges County as well as Charles County, Calvert County, and St Mary’s County in Southern Maryland.

(function () { 'use strict'; function moveJotformIntoSidebar() { /* Only run on the Concrete Services page */ if (!document.body.classList.contains('page-id-1966')) { return; } var formContainer = document.querySelector('.service-contact-form'); var jotformIframe = document.getElementById('262357228125153'); if (!formContainer || !jotformIframe) { return; } /* Remove the existing Gravity Form */ formContainer.innerHTML = ''; /* Move the Jotform into the original form location */ formContainer.appendChild(jotformIframe); jotformIframe.style.width = '100%'; jotformIframe.style.minWidth = '100%'; jotformIframe.style.maxWidth = '100%'; jotformIframe.style.border = '0'; jotformIframe.style.display = 'block'; } if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', moveJotformIntoSidebar); } else { moveJotformIntoSidebar(); } /* Extra check in case the Jotform loads slightly later */ window.setTimeout(moveJotformIntoSidebar, 500); window.setTimeout(moveJotformIntoSidebar, 1500); })();