facetwp map facet css

/** hide enable filtering button **/
.facetwp-map-filtering {
	display: none;
}

/** hides map markers **/
.gm-style > div:first-of-type > div:first-of-type > div > div:nth-of-type(2) {
    display:  none;
}