Excuse me, I kinda had similar problem and well:
Do the markers have an InfoWindow attached to them?
If that's the case, you could use the domReady event from InfoWindows.
...
from google.maps.InfoWindow class
Event / Returns / Description
domready None This event is fired when the <div> containing the
InfoWindow's content is attached to the DOM. You may wish to monitor
this event if you are building out your info window content
dynamically.
...