Pages, Post, Owners

Set global header to what you wish from Theme Options -> General Settings -> Header

Taxonomy and Search Results

Make sure you use the standard style for search results and taxonomy pages

Change the header to categories/taxonomies to something else than google maps

Advanced Search Results page will take the header as set in Theme Options -> General Settings -> Header (see above screenshot) OR you can set a custom header just for that page from Pages -> Edit Page -> Appearance Options

Single property page

For single property page you need to hide with css or from code -< /p>

.google_map_on_list_wrapper {
    display: none;
}

or

.property_page_container.google_map_type1 {
    display: none;
}

From submit form

Make sure Map is not part of the submit