Let $f_c(z)=z^2+c$. The Mandelbrot set is the subset of the complex plane given by
$$M=\{c\in\mathbb{C}:\exists s\in\mathbb{R}^+,\forall n\in\mathbb{N},|f_c^{(n)}(0)|\leqslant s\},$$
where $f_c^{(n)}$ denotes the $n$-th iterate of $f_c$. Let
$$M_a=\{c\in\mathbb{C}:\exists s\in\mathbb{R}^+,\forall n\in\mathbb{N},|f_c^{(n)}(a)|\leqslant s\}.$$
How are these sets related?
The Mandelbrot set is interesting because the location of a complex number $c$ in the Mandelbrot set yields information about the dynamics of the function $f_c$ and about the geometry of the Julia set $J_c$. This is due to the strong influence of the critical orbit (i.e. the orbit of the critical point zero). Generally, the orbits of of arbitrary points have no such overwhelming influence, so there's really no reason to think the sets $M_a$ to be particularly interesting.
Nonetheless, we might expect some superficial relationships. Here are some hasty claims - hasty in the sense that I've only given these a few minutes of thought.
Similarities
A difference
Note that this image suggests a gap on the real axis around $c=-2.5$. Indeed, if you compute the orbit of $z=1$ under the iteration of $f_c(z)=z^2-2.5$, you'll find that the it diverges to $\infty$. If, however, you compute the orbit of $z=1$ under the iteration of $f_c(z)=z^2-3$, you'll find that it is just the bounded two cycle $1\to-2\to1$. Of course, the orbit of $1$ is fixed under $f_c(z)=z^2$. This suggests that the gap is genuine.