Please, this script does not show the map of Colombia, what is wrong or missing?
var map = new Datamap({element: document.getElementById('container'),
scope: 'col'
});
<!DOCTYPE html>
<meta charset="utf-8">
<body>
<div id="container" style="position: relative; width: 700px; height: 450px;"> </div>
<script src="//cdnjs.cloudflare.com/ajax/libs/d3/3.5.3/d3.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/topojson/1.6.9/topojson.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/datamaps/0.5.8/datamaps.col.js"></script>
</body>