Atlas PRFree, open, interactive, detailed maps of Puerto Rico for your web applications.

Pueblos - zoomable with labels.

1 // change the argument to match your id
2 var node = document.getElementById("pueblos-map");
3 new AtlasPR({node: node, tiles: 'pueblos', size: "large", labels: true, zoom: true});
Fork me on GitHub