_.each(
          _.sortBy(subareas, function(area) {
            return area.name_1;
          }),
          _.bind(function(area, i) {