North Miami, Florida Zip Codes: 33160,33161,33167,33168,33181
select cat from directory where is_archived=0 and site_url != '' and (city='north miami' OR city='north_miami') and (state='FL' OR state='Florida')
select cat from directory where is_archived=0 and site_url != '' and (city='north miami' OR city='north_miami') and (state='FL' OR state='Florida')
union
select cat from affiliate_directory where is_archived=0 and site_url != '' and (FIND_IN_SET('north_miami', city) OR city='all' ) and (state='FL' OR state='Florida' OR state='all')