The current 8.6 implementation of Google Maps could use some help.
While it does some nice things, I need more.
Using the VP Panel (as described in the Video) one cannot specify Marker properties (color, icon, click events, hint text, etc)
Whats unclear is exactly how to use the [Script] button in the setup.

I setup a listener event, which actually runs the Aware process and brings up the Form, but its running as soon as the Map displays - and there's a JS console error, because "map" is not the name of the Google Map created by Aware - so that returns undefined and for some reason the listener fires right away.

This is close to whats needed, because if I knew I had 10 points on the map, I could generate the 'add listener' code and have a click on a marker bring up a details form in Aware adjacent to the map. Would be nice. But since there's no help or documentation or examples on how to do ANYTHING inside this script box.
Anyone have any clue?