Here is a slight generalization of my above comments: Assume:
$\{M_t\}_{t=0}^{\infty}$ is an irreducible, aperiodic, discrete time Markov chain (DTMC).
State space $S$ is finite or countably infinite.
The DTMC is positive recurrent and has stationary mass function $(\pi_i)_{i\in S}$.
$f:S\rightarrow [0, \infty)$ is any nonnegative function.
It is well known that $\pi_i>0$ for all $i \in S$.
Claim 1: We have
$$ \liminf_{t\rightarrow\infty} E[f(M_t)|M_0=j] = c \quad \forall j \in S$$
where $c$ is the (possibly infinite) constant defined by
$c = \sum_{i \in S} f(i) \pi_i$.
Claim 2: If $c<\infty$ we have for all $j \in S$:
$$ 0\leq E[f(M_t)|M_0=j]\leq \frac{c}{\pi_j} \quad \forall t \in \{0, 1, 2, ...\}$$
The two claims are proven below.
Lemma 1: For all $j \in S$ we have $\liminf_{t\rightarrow\infty} E[f(M_t)|M_0=j]\geq c$.
Proof: Fix $j \in S$. Order $S$ by $S = \{s_1, s_2, s_3, ...\}$. For each positive integer $k$ and each $t \in \{0, 1, 2, ...\}$ we have
$$E[f(M_t)|M_0=j] \geq \sum_{i=1}^kf(s_i)P[M_t=s_i|M_0=j]$$
Taking a limit as $t\rightarrow\infty$ and using the fact that probabilities converge to the stationary mass function regardless of the initial condition gives
$$ \liminf_{t\rightarrow\infty} E[f(M_t)|M_0=j]\geq \sum_{i=1}^k f(s_i)\pi_{s_i}$$
This holds for all positive integers $k$, so taking $k\rightarrow\infty$ gives the result. $\Box$
Note that Lemma 1 proves the main claim in the special case $c=\infty$, so from hereafter we assume $c<\infty$.
Proof of Claim 2: Let $\{M_t\}_{t=0}^{\infty}$ be a version of this DTMC when the intial state $M_0$ is chosen according to the stationary mass function $(\pi_i)_{i\in S}$. Then $P[M_t=i]=\pi_i$ for all $i \in S$ and all $t \in \{0, 1, 2, ...\}$. Then, for all $t \in \{0, 1, 2, ...\}$ we have
$$ E[f(M_t)] = \sum_{i\in S} f(i)\pi_i = c $$
On the other hand, given any $j \in S$ we have
$$ E[f(M_t)] = \sum_{i \in S} E[f(M_t)|M_0=i]\pi_i\geq E[f(M_t)|M_0=j]\pi_j$$
Thus $c \geq E[f(M_t)|M_0=j]\pi_j$. $\Box$
Lemma 2: If $\{a_i\}_{i=1}^{\infty}$ is any sequence of real numbers and if $c \in \mathbb{R}$ then
\begin{align}
&\left(\lim_{n\rightarrow\infty} \frac{1}{n}\sum_{i=1}^na_i = c \right)\\
& \implies \left(\left( \liminf_{n\rightarrow\infty} a_n \leq c\right) \mbox{ and} \left(\limsup_{n\rightarrow\infty} a_n\geq c\right)\right)
\end{align}
Proof: Omitted for brevity. $\Box$
Proof of Claim 1: It suffices to treat the remaining case $c<\infty$. It can be shown by the Elementary Renewal Theorem that for all $j \in S$ we have
$$ \lim_{n\rightarrow\infty} \frac{1}{n}\sum_{t=0}^{n-1}E[f(M_t)|M_0=j] = c$$
Lemma 2 then implies $\liminf_{n\rightarrow\infty} E[f(M_t)|M_0=j] \leq c$.
Combining this with Lemma 1 proves Claim 1. $\Box$