if ( this.addressField.split( ',' ).length > 1 ) {
                var geocodeAddress = that.geocodeAddress.bind( that );
                var addressFields = this.addressField.split( ',' ).forEach( function ( part ) {
                    var $field = that.findAddressField( part );
                    if ( null !== $field ) {