Access google maps 'locations' array via $w(element)

The GoogleMaps element still only has a .location object ($w( ‘#googleMap’ ).location), which changes the main location if you have used the gui to enter multiple locations. I figured if one can enter multiple locations using a gui, one should easily be able to iterate dynamic data for multiple locations based upon user input. Example: $w( ‘#googleMap’ ).locations = [{location data}…].
I already have working maps using html embed–just looking for a more extendable solution for the features I am building.