Dialogs inform users about a specific task and may contain critical information, require decisions, or involve multiple tasks. Dialogs contain text and UI controls. They retain focus until dismissed or a required action has been taken. Use dialogs sparingly because they are interruptive.

To show this type of maps you will need this code in down here.
<div>
<SimpleMapExampleGoogleMap
containerElement={
<div className={`embed-responsive ${styleName}`}/>
}
mapElement={<div className="embed-responsive-item"/>}
/>
</div>