Originally reported at p58i-7sR-p2 #comment-40517 while testing on WP.com
Saving a map with a marker as a reusable block means that each time you add the reusable map block to a post/page it takes focus and jumps to the reusable block to add a marker (even though it already has a marker).

/cc @jeffersonrabb @enejb @sirreal
Seems that the correct solution is to show the ADD MARKER UI on initialization _only_ if there are no markers. If any markers are set, the user must click the toolbar icon to reveal the UI. Does this seem right?
If any markers are set, the user must click the toolbar icon to reveal the UI. Does this seem right?
Yes that sounds like a good solution
It doesn't need to be reusable — this happens when editing a page that already has a map block inserted.
+1 to @jeffersonrabb's proposed solution.
Most helpful comment
Seems that the correct solution is to show the ADD MARKER UI on initialization _only_ if there are no markers. If any markers are set, the user must click the toolbar icon to reveal the UI. Does this seem right?