Hi, I see the problem and I can reproduce it. I traced it and the plugin is setting the same bounds for both maps. I think it’s timing-related – Google sets the bounds asynchronously and it seems the problem happens if the map ’tiles’ are loading at the same time.
The plugin was enabling 45-degree imagery by default. However, when this imagery is loaded it seems to distort the display viewport slightly, which can push some markers out of the viewport.
The new version disables 45-degree imagery by default. It can be re-enabled by setting the shortcode parameter ’tilt’ to ’45’: [mashup tilt="45"]
Great! The map loads faster now as well, probably because a lot (8-12) of 404 errors are gone. Previously, material could not be found from ks0.google….. or ks1.google…… The url’s of that material had different tails like gali, galil, galile etc. I serve this info from my memory, so the minor details might differ a bit.