Portland, Maine Zip Codes: 04019,04050,04101,04102,04103,04104,04108,04109,04112,04122,04123,04124
select cat from directory where is_archived=0 and site_url != '' and (city='portland' OR city='portland') and (state='ME' OR state='Maine')
select cat from directory where is_archived=0 and site_url != '' and (city='portland' OR city='portland') and (state='ME' OR state='Maine')
union
select cat from affiliate_directory where is_archived=0 and site_url != '' and (FIND_IN_SET('portland', city) OR city='all' ) and (state='ME' OR state='Maine' OR state='all')