Andrew Eisley

Andy has spent his entire career in the E-rate field. From 1999 to 2010, he held various roles at USAC, where he managed processes, such as appeals, COMAD, procedures, and audit responses. His work at USAC was largely centered on compliance, often involving the denial or recovery of funding. In 2010, Andy joined E-Rate Central, where he continued to focus on compliance but shifted from recovering funds to helping clients secure and maximize their opportunities within the E-rate program. Since 2016, much of his focus has been on assisting clients in leveraging special construction to enhance broadband access in their communities. E-Rate Central’s 750 clients have received over $1.2 billion in commitments since 2016.

function openCity(evt, cityName) { // Declare all variables var i, tabcontent, tablinks; // Get all elements with class="tabcontent" and hide them tabcontent = document.getElementsByClassName("tabcontent"); for (i = 0; i < tabcontent.length; i++) { tabcontent[i].style.display = "none"; } // Get all elements with class="tablinks" and remove the class "active" tablinks = document.getElementsByClassName("tablinks"); for (i = 0; i < tablinks.length; i++) { tablinks[i].className = tablinks[i].className.replace(" active", ""); } // Show the current tab, and add an "active" class to the button that opened the tab document.getElementById(cityName).style.display = "block"; evt.currentTarget.className += " active"; } //Reveal Animation on homepage