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