I'm getting some Google Places Types ['school'], ['hospital'] from Google Places API. The places were displayed without problems at the map
1 - When the user click the checkbox chkSchool (checked=true) All the schools are being displayed
2 - When the user click the checkbox chkHospital (checked=true) All the hospitals are being displayed
My problem: I want to hide the Schools markers when the user clik the checkbox chkSchool (checked=false) The Hospitals Markers must be at the map because chkHospital (checked=true)
I'm Using javascript