/** hides map markers on facetwp map facet with css **/
.gm-style > div:first-of-type > div:first-of-type > div > div:nth-of-type(2) {
display: none;
}
Code snippets for FacetWP
/** hides map markers on facetwp map facet with css **/
.gm-style > div:first-of-type > div:first-of-type > div > div:nth-of-type(2) {
display: none;
}