for (var i = 0; i < this.markers.length; i++) {
            this.addMarker(this.markers[i], true);
        }