Handler.prototype.removeMarkers = function(gem_markers) {
      var _this = this;
      return _.map(gem_markers, function(gem_marker) {
        return _this.removeMarker(gem_marker);
      });