Question : How to remove infobox on property page map
Answer:
Solution 1
If the map is embed in the picture slider
Please go into google_map_code_listings.js and remove line 115
google.maps.event.trigger(gmarkers[found_id], 'click');
If not go into mapfunctions,js at lie 185 and remove
google.maps.event.trigger(gmarkers_sh[0], ‘click’);
Solution 2
Use below CSS:
.single-estate_property .info_details {
display: none;
}