Urbandale, Iowa Zip Codes: 50111,50131,50263,50322,50323,50325
select cat from directory where is_archived=0 and site_url != '' and (city='urbandale' OR city='urbandale') and (state='IA' OR state='Iowa')
select cat from directory where is_archived=0 and site_url != '' and (city='urbandale' OR city='urbandale') and (state='IA' OR state='Iowa')
union
select cat from affiliate_directory where is_archived=0 and site_url != '' and (FIND_IN_SET('urbandale', city) OR city='all' ) and (state='IA' OR state='Iowa' OR state='all')