Hi, I am using this extension to display the google map in my page. And i have a text field that have been adding dynamically. I want to display the text field values in the google map. How to pass the text field values into the google map functionality. view.php
<div id="map_section">
<div class="country_travell" style="background-color: #F8F8F8">
<?php
foreach($countriesTravelled as $i => $countryTravelled) {
$isCloseRequired = ($i==0) ? false : true;
$this->renderPartial('_country_travelled', array('countryTravelled'=>