Peoria, Arizona Zip Codes: 85310,85342,85345,85361,85373,85380,85381,85382,85383,85385,85387
select cat from directory where is_archived=0 and site_url != '' and (city='peoria' OR city='peoria') and (state='AZ' OR state='Arizona')
select cat from directory where is_archived=0 and site_url != '' and (city='peoria' OR city='peoria') and (state='AZ' OR state='Arizona')
union
select cat from affiliate_directory where is_archived=0 and site_url != '' and (FIND_IN_SET('peoria', city) OR city='all' ) and (state='AZ' OR state='Arizona' OR state='all')