if(paramsDiv) {
            if (jQuery(paramsDiv).find('.person-most-recent-district').length > 0) personMostRecentDistrict = jQuery(paramsDiv).find('.person-most-recent-district').html();
          } else if (typeof jQuery(this).data('person-most-recent-district') !== "undefined") {
            personMostRecentDistrict = jQuery(this).data('person-most-recent-district');
          }