With The search Place API, you can link a Search Box to a MAP.A Place Search will return a list of places along with summary information about each place that match to the user search.
Implementing a Search Place popup is very easy, you just have to drop the Widget to a page that implements the GoogleMap API and it will work automatically.If a Map is displayed on the page, then the Search Place popup will automatically be linked to this Map and then show a marker at the address selected by the user.
Using GoogleMap API is not possible with the Thorium Builder Fre Edition, and it requires to get an API key from Google at this address:
https://developers.google.com/maps/documentation/javascript/get-api-key
Alert
...
...