Hi,
sorry for late reply, to display map in profile put this code in your file
<div class="ortValue"><?php echo $this->data->ort; ?></div>
<div class="ort_latValue"><?php echo $this->data->ort_lat; ?></div>
<div class="ort_lngValue"><?php echo $this->data->ort_lng; ?></div>