$(document).ready(function () {
	
$('#doc.c-pages.a-display.p0-nos_agences div.bd').html(agencesHtml.Nantes);

});

function flashCarteAgences_DoFSCommand(command, args) {
    $('#doc.c-pages.a-display.p0-nos_agences div.bd').html(agencesHtml[args]);
}