find_path: function(path) {
            if (this.location() && path === this.location().path) {
                return this.location();
            }
            this.retrieve_with_progress('/map/path'+path, this.location_loaded.bind(this));