11390 Coloma Road, Gold River, CA 95670, United States
Care type: Assisted Living, Memory Care
Find your housing
SELECT SQL_CALC_FOUND_ROWS soc.id, soc.id, soc.name AS name, soc.latitude, soc.longitude, soc.id_state_category,soc.update_time,soc.new_state,soc.has_image
FROM smtbl_societes soc
JOIN smtbl_societes_categories sc ON (soc.id=sc.id_society AND sc.id_category=6)
WHERE
(soc.id_address_city=41562 OR soc.id_address_city IN (SELECT id FROM smtbl_address_cities WHERE id_district_parent=41562)) AND soc.deleted!=1
AND soc.id IN (SELECT id_society FROM smtbl_societes_categories WHERE id_category=7)
ORDER BY soc.has_image DESC,update_time DESC
LIMIT 0, 15