Location.prototype.match = function (callback) {
  request.get('/commuter-locations/match', {
    _location: this._id()
  }, function (err, res) {
    if (err) {