Draper, Utah Zip Codes: 84003,84004,84020,84043,84065,84092
select cat from directory where is_archived=0 and site_url != '' and (city='draper' OR city='draper') and (state='UT' OR state='Utah')
select cat from directory where is_archived=0 and site_url != '' and (city='draper' OR city='draper') and (state='UT' OR state='Utah')
union
select cat from affiliate_directory where is_archived=0 and site_url != '' and (FIND_IN_SET('draper', city) OR city='all' ) and (state='UT' OR state='Utah' OR state='all')