Adding multiple locations to the same google map with code

I use a google map on my website to display where certain products are located. I first need to pull the addresses from a database which is filtered based off which client it is. Then I display those products on the clients map. If there are multiple locations pulled, I can’t code all these locations into the map, but rather can only display 1 location through $w(‘#googleMaps1’).location. This would definitely be a great feature to add.