TV Antenna Guide Listings (No Cable or Satellite)
These popular channels and more are available in the US and can be received nationwide with a TV antenna.
Listings for .
'; } }); listCtr.innerHTML = results; // Listen for a click on an item we've just displayed let listItems = document.querySelectorAll('#addressFormList div'); listItems.forEach(function (item) { item.addEventListener('click', function() { var address = item.getAttribute('data-title'); // Get data, update fields var latitude = +(item.getAttribute('data-latitude')); var longitude = +(item.getAttribute('data-longitude')); var thisPlace = new mapkit.Coordinate(latitude,longitude); var geocoder = new mapkit.Geocoder(); geocoder.reverseLookup(thisPlace, (error, data) => { if (error) { return; } var results = ""; data.results.forEach(function(result) { var zip = result.postCode; addrInput.value = address; zipInput.value = zip; }); }); // Hide results listCtr.classList.add('hidden'); }); }); }); } else { returnList = []; listCtr.innerHTML = ''; // Hide result box listCtr.classList.add('hidden'); } } }); // wait until data from php loads})(); // Async for autocomplete
LOADING