Springfield, New Jersey Zip Codes: 08016,08022,08041,08042,08060,08068,08505,08562,08640
select cat from directory where is_archived=0 and site_url != '' and (city='springfield' OR city='springfield') and (state='NJ' OR state='New Jersey')
select cat from directory where is_archived=0 and site_url != '' and (city='springfield' OR city='springfield') and (state='NJ' OR state='New Jersey')
union
select cat from affiliate_directory where is_archived=0 and site_url != '' and (FIND_IN_SET('springfield', city) OR city='all' ) and (state='NJ' OR state='New Jersey' OR state='all')