Jersey City, New Jersey Zip Codes: 07097,07302,07303,07304,07305,07306,07307,07308,07309,07310,07311,07395,07399
select cat from directory where is_archived=0 and site_url != '' and (city='jersey city' OR city='jersey_city') and (state='NJ' OR state='New Jersey')
select cat from directory where is_archived=0 and site_url != '' and (city='jersey city' OR city='jersey_city') and (state='NJ' OR state='New Jersey')
union
select cat from affiliate_directory where is_archived=0 and site_url != '' and (FIND_IN_SET('jersey_city', city) OR city='all' ) and (state='NJ' OR state='New Jersey' OR state='all')