Embeddingthemap

mamap.io / Vanilla Javascript

Load your map with pure html and js
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Embedded Map</title>
</head>

<body>
    <!-- Container for the map -->
    <div id="map<your-map-id>" style="height: 500px; width: 100%;"></div>

    <script src="https://mamap.io/api/embed-map/<your-map-id>"></script>
</body>

</html>

That's all you need.