Jeff Reiman

Jeff Reiman has been active in the broadband industry since 2005 and has been a member of The Broadband Group and TBG Network Services for over 15 years. Now serving as President, he has taken a hands-on approach in every facet of the business, from collaborating with land developers to incorporate high-performance connectivity as a community cornerstone to guiding cities, electric utilities, and rural electric cooperatives in expanding wired and wireless connectivity into previously underserved communities.

Prior to joining The Broadband Group, Mr. Reiman worked in the Boston office of Credit Suisse Investment Bank on the Equities Sales and Trading Floor. Additionally, he has served on the Sales & Marketing Team of Wave7 Optics, a Fiber-to-the-Home equipment supplier, managing the Mexico, Canada, and Caribbean sales regions.

Mr. Reiman began his career at the DC headquarters of a Presidential Campaign and is a graduate of Harvard University with a degree in Government. He currently serves as President of the Harvard Club of Nevada. 

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