diff --git a/htdocs/societe/agenda.php b/htdocs/societe/agenda.php
index bedc9d1e301..cdf0b7236d6 100644
--- a/htdocs/societe/agenda.php
+++ b/htdocs/societe/agenda.php
@@ -112,7 +112,7 @@ if ($_GET["socid"])
print '
| '.$langs->trans('Gencod').' | '.$soc->gencod.' |
';
}
- print "| ".$langs->trans('Address')." | ".nl2br($soc->address)." |
";
+ print "| ".$langs->trans('Address')." | ".dol_print_address($soc->address, 'gmap', 'thirdparty', $soc->id)." |
";
// Zip / Town
print '| '.$langs->trans('Zip').' | '.$soc->cp." | ";