To add google map, we have added hard-coded div in lead from in old project,
Example
map_div_location = $(this.frm.parent)[0].childNodes[0].childNodes[3].childNodes[1].childNodes[1].childNodes[0].childNodes[6].childNodes[2].childNodes[0]
$(‘
MAP
’).appendTo(map_div_location);
Can we achieve this by adding div in one html field?