_initBinds: function () {
    // Geocoder binding
    this.geocoder.bind('geocodingComplete geocodingError geocodingCanceled', function () {
      if (this.model.data) {
        this.model.data().refresh();