Made by George Carvalho from the portuguese forum:
On the event onRecord:
// Parse the address
[address] = “http://maps.google.com.br/maps?hl=pt-BR&tab=wl&q="."{street},"."{number}"."- {neighbor} -”."{city}"." - “.”{state}";
// Accessing the map
sc_link(street, [address], ,“See the location map” , “_blank”);
Please, adapt the address parameters to your need. And change the lang pt-BR to you language.