<!-- Example Map Above -->
<script src="js/jquery.vmap.js"></script>
<script src="js/jquery.vmap.europe.js"></script>
<script>
jQuery('#vmap').vectorMap({
map: 'canada_en',
backgroundColor: null,
color: '#c23616',
hoverColor: '#999999',
enableZoom: false,
showTooltip: false
});
</script>
<div id="vmap" style="width: 600px; height: 400px;"></div>
With Canada's ten provinces and three territories, it is among the most desirable places to live. As a result, a clickable map of Canada has been highly requested by users of JQVmap. This interactive map of Canada allows developers to build manipulatable features into a JavaScript map for any website or application.
Clickable Map of Canada