Perhaps spectral graph theory would be a good tool. In spectral graph theory, graphs are given as random walk matrix and probability distributions on graphs are given as vectors.
For graph $G=(V,E)$, the random walk matrix $M$ of it is defined as $M_{ij}$ being the probability that walking start from vertical $i$ and reach $j$ in one step. Let $u$ be the uniform distribution on $G$, the $u=(1/|V|,\cdots,1/|V|)$. One defines
$$
\lambda(G) = \max _{\pi} \frac{\|\pi M-u\|}{\|\pi-u\|}=\max _{x \perp u} \frac{\|x M\|}{\|x\|}
$$
where the first max is taken over all the probability distributions while the second one is taken over all vectors perpendicular to $u$. It is interesting that $\lambda(G)$ equal to $|\lambda_2|$ where $\lambda_2$ is the eigenvalue of $M$ with second largest absolute value. And for a regular graph and any initial distribution $\pi$, we have the following result
$$
\left\|\pi M^{t}-u\right\| \leq \lambda(G)^{t} \cdot\|\pi-u\| \leq \lambda(G)^{t}
$$
It is easy to see that $\pi M^t$ is the distribution that we starting with $\pi$ and walking for $t$ steps. For non-regular graphs, we can make it regular by adding self-loops and if doesn't increase the hitting probability of any vertical in any steps.
This does give a lower bound of probability of "reaching a certain point of maximum 'n' steps".
References:
- Salil P. Vadhan. Pseudorandomness, https://people.seas.harvard.edu/~salil/pseudorandomness/