Your previous solution helped me to find the solution
Parent Div has to use ElementPosition = epRelative
But the direct Parent Div has to be defined with at least an height in style
In template, defining Parent Div as
<div id="map" style="height:400px;border: 5px solid;">
</div>
displays the TMSFNCGoogleMaps in right place when rendered.
Thanks