To round corners of Google Map Block, you can use this code to Website Tools > Custom CSS .
div.map-block>div { border-radius: 20px; }
Result