I am developing a functionality in my jsf application, which should retrieve the lat and lon of places from the database and plot it in Google map. Since gmaps4jsf library is not updated with google maps java script api v3, i'm using google maps java script api as it is. The problem is that I can't call the script to plot the place in map after retrieving the lat and lon (via jsf).
What is the solution to this problem?