By default the searchbar (address or marker search) overlays the map on top position:
To move the searchbar to a different position use this CSS snippet:
CSS
.open-user-map .box-wrap .map-wrap #oum_search_marker {
top: -100px;
}
This would move the searchbar before the region tabs: