Radford, Virginia Zip Codes: 24129,24141,24142,24143
select cat from directory where is_archived=0 and site_url != '' and (city='radford' OR city='radford') and (state='VA' OR state='Virginia')
select cat from directory where is_archived=0 and site_url != '' and (city='radford' OR city='radford') and (state='VA' OR state='Virginia')
union
select cat from affiliate_directory where is_archived=0 and site_url != '' and (FIND_IN_SET('radford', city) OR city='all' ) and (state='VA' OR state='Virginia' OR state='all')