Flower Mound, Texas Zip Codes: 75022,75027,75028,75077,76051,76226,76262
select cat from directory where is_archived=0 and site_url != '' and (city='flower mound' OR city='flower_mound') and (state='TX' OR state='Texas')
select cat from directory where is_archived=0 and site_url != '' and (city='flower mound' OR city='flower_mound') and (state='TX' OR state='Texas')
union
select cat from affiliate_directory where is_archived=0 and site_url != '' and (FIND_IN_SET('flower_mound', city) OR city='all' ) and (state='TX' OR state='Texas' OR state='all')