facetwp hide map markers with css

/** 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;
}