centerMap: function(lat, lng){
      if(Ext.isString(lat)){
        this.geocoder.geocode({address: lat}, function(results, status){
          this.gmap.setCenter(results[0].geometry.location);
        }.createDelegate(this));