Elizabethton, Tennessee Zip Codes: 37601,37643,37644,37682
select cat from directory where is_archived=0 and site_url != '' and (city='elizabethton' OR city='elizabethton') and (state='TN' OR state='Tennessee')
select cat from directory where is_archived=0 and site_url != '' and (city='elizabethton' OR city='elizabethton') and (state='TN' OR state='Tennessee')
union
select cat from affiliate_directory where is_archived=0 and site_url != '' and (FIND_IN_SET('elizabethton', city) OR city='all' ) and (state='TN' OR state='Tennessee' OR state='all')