Anthony Coal Fired Pizza

Test Data Send

    Subject *

    Select a location below *


    Please rate your experience at this location 1-5. 1 being poor and 5 being excellent. *

    Contact Information *







    <script>
        document.addEventListener("DOMContentLoaded", function () {
            const hash = window.location.hash;
            if (hash) {
                const element = document.querySelector(hash);
                if (element) {
                    setTimeout(() => {
                        window.scrollTo({
                            top: element.offsetTop + 2000,
                            behavior: "smooth"
                        });
                    }, 100);
                }
            }
        });
    </script>