Contact

Our office

  • American Health Alliance
    2654 SW 32nd Pl
    Ocala FL 34471, United States.

 
document.addEventListener('DOMContentLoaded', function() { const phoneInput = document.querySelector('input[name="tel-510"]'); if (phoneInput) { phoneInput.addEventListener('input', function() { this.value = this.value.replace(/\D/g, '').slice(0, 10); }); } });