<html>
<head>
<title>SAPO.Maps.Map on your web page!</title>
<script type="text/javascript" src="http://js.sapo.pt/Bundles/SAPOMapsAPI.js"></script>
<script type='text/javascript'>
window.onload = init;
function init(){
var map = new SAPO.Maps.Map('mapDiv');
}
</script>
</head>
<body>
<div id='mapDiv' style='width:980px; height:400px;'></div>
</body>
</html>