JQVMap.prototype.setBackgroundColor = function (backgroundColor) {
this.container.css('background-color', backgroundColor);
};