Here are your closest retailers that sell Moonlight Slumber products.
SELECT *
from zipcodes
where zip = '#form.fromzip#'
SELECT *
from zipcodes
where city = '#form.fromcity#' and stateabbr = '#form.fromstate#'
SELECT *
from zipcodes
where zip = '#fromzipcode#'
SELECT *
from retail_stores
where zip is not NULL and zip <> ''
order by zip
SELECT *
from zipcodes
where zip = '#Trim(Left(get2.zip, 5))#'
#storecount# store(s) within #GetToken(form.distance, "1", ",")# miles of #get1.city#, #get1.state# #get1.zip#
SELECT *
from retail_stores
where id = #GetToken(namex, "2", ".")#