Hanover, Minnesota Zip Codes: 55313,55341,55357,55376
select cat from directory where is_archived=0 and site_url != '' and (city='hanover' OR city='hanover') and (state='MN' OR state='Minnesota')
select cat from directory where is_archived=0 and site_url != '' and (city='hanover' OR city='hanover') and (state='MN' OR state='Minnesota')
union
select cat from affiliate_directory where is_archived=0 and site_url != '' and (FIND_IN_SET('hanover', city) OR city='all' ) and (state='MN' OR state='Minnesota' OR state='all')