I\'m using Google Maps JavaScript API v3 to generate a map with multiple locations/markers. I only have the address for these locations, not the coordinates, so I\'m using t
First you have to create map location for that like, where do you want to add this map on your web app. So first create JSP/HTML/ASP page in which you have to create location where you want to display the map.
Below I write the script using which you can see the map on your web application.