Lake Elsinore, California Zip Codes: 92530,92531,92532,92570,92584,92587,92595,92883
select cat from directory where is_archived=0 and site_url != '' and (city='lake elsinore' OR city='lake_elsinore') and (state='CA' OR state='California')
select cat from directory where is_archived=0 and site_url != '' and (city='lake elsinore' OR city='lake_elsinore') and (state='CA' OR state='California')
union
select cat from affiliate_directory where is_archived=0 and site_url != '' and (FIND_IN_SET('lake_elsinore', city) OR city='all' ) and (state='CA' OR state='California' OR state='all')