Spring Hill, Florida Zip Codes: 34601,34604,34606,34607,34608,34609,34611,34613
select cat from directory where is_archived=0 and site_url != '' and (city='spring hill' OR city='spring_hill') and (state='FL' OR state='Florida')
select cat from directory where is_archived=0 and site_url != '' and (city='spring hill' OR city='spring_hill') and (state='FL' OR state='Florida')
union
select cat from affiliate_directory where is_archived=0 and site_url != '' and (FIND_IN_SET('spring_hill', city) OR city='all' ) and (state='FL' OR state='Florida' OR state='all')