Roanoke, Virginia Zip Codes: 24001,24002,24003,24004,24005,24006,24007,24008,24009,24010,24011,24012,24013,24014,24015,24016,24017,24018,24019,24020,24022,24023,24024,24025,24026,24027,24028,24029,24030,24031,24032,24033,24034,24035,24036,24037,24038,24040,24042,24043,24044,24045,24048,24050
select cat from directory where is_archived=0 and site_url != '' and (city='roanoke' OR city='roanoke') and (state='VA' OR state='Virginia')
select cat from directory where is_archived=0 and site_url != '' and (city='roanoke' OR city='roanoke') and (state='VA' OR state='Virginia')
union
select cat from affiliate_directory where is_archived=0 and site_url != '' and (FIND_IN_SET('roanoke', city) OR city='all' ) and (state='VA' OR state='Virginia' OR state='all')
select id,category_name,cat_img,catslug from directory_category where is_archived=0 and category_type='1' and id IN (56,1) ORDER BY `catorder` ASC Limit 0,2
(select id,site_url,local_address,com_name, COUNT(site_url) as com_num from directory
where is_archived=0 and site_url != '' and (city='shabbona township' OR city='shabbona_township') and (state='IL' OR state='Illinois') and cat='1' and sub_cat='24' and (sub_sub IS NULL OR sub_sub=0 )
Group by site_url order by com_name asc limit 0,100)
union
(select id,site_url,local_address,affiliate_name as com_name, COUNT(site_url) as com_num from affiliate_directory
where is_archived=0 and site_url != '' and (FIND_IN_SET('shabbona_township', city) OR city='all' ) and (state='IL' OR state='Illinois' OR state='all') and cat='1' and sub_cat='24' and (sub_sub IS NULL OR sub_sub=0 )
GROUP BY site_url order by com_name asc)
(select id,site_url,local_address,com_name, COUNT(site_url) as com_num from directory
where is_archived=0 and site_url != '' and (city='shabbona township' OR city='shabbona_township') and (state='IL' OR state='Illinois') and cat='56' and sub_cat='869' and (sub_sub IS NULL OR sub_sub=0 )
Group by site_url order by com_name asc limit 0,100)
union
(select id,site_url,local_address,affiliate_name as com_name, COUNT(site_url) as com_num from affiliate_directory
where is_archived=0 and site_url != '' and (FIND_IN_SET('shabbona_township', city) OR city='all' ) and (state='IL' OR state='Illinois' OR state='all') and cat='56' and sub_cat='869' and (sub_sub IS NULL OR sub_sub=0 )
GROUP BY site_url order by com_name asc)