Garden Grove, California Zip Codes: 90680,92683,92703,92804,92840,92841,92842,92843,92844,92845,92846
select cat from directory where is_archived=0 and site_url != '' and (city='garden grove' OR city='garden_grove') and (state='CA' OR state='California')
select cat from directory where is_archived=0 and site_url != '' and (city='garden grove' OR city='garden_grove') and (state='CA' OR state='California')
union
select cat from affiliate_directory where is_archived=0 and site_url != '' and (FIND_IN_SET('garden_grove', city) OR city='all' ) and (state='CA' OR state='California' OR state='all')