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