Multiple marker in google map app with geo query

I want to open Google Map app in outside of my app and show multiple markers.
I can to show one marker with following geo query:

window.open('geo://latitude,longitude?q=name', '_system');

this only show one marker but show multiple marker.
how to show multiple marker with geo query?