When using the Google Maps Embed API, setting the iframe height to less than 200px will hide most of the default UI elements.
<iframe
style={{
border: 0,
width: '100%',
// Using a height under 200px hides Google Maps Embed UI elements
height: '199px',
}}
tabIndex={-1}
loading="lazy"
referrerPolicy="no-referrer-when-downgrade"
src="https://www.google.com/maps/embed/v1/place?key=API_KEY
&q=Space+Needle,Seattle+WA"
/>