Microsoft Bing Maps
<!DOCTYPE html>
<html>
<head>
<title>Demo from Bing</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8' />
</head>
<body>
<div id="qz-block-maps" style="width: 100vw; height: 100vh"></div>
<script type="text/javascript" src="https://www.bing.com/api/maps/mapcontrol?callback=loadMapScenario"
async defer></script>
<script type="text/javascript">
var map;
map = new Microsoft.Maps.map(document.getElementById('qz-block-maps'), {
credentials: 'Your Bing Maps Key'
});
</script>
</body>
</html>