?>
 
				<a href="<?php 
echo tpl_function_seolink(array('module' => 'users', 'method' => 'profile', 'section-code' => 'view', 'section-name' => $this->_vars['profile_section_name']), $this);
?>
" class="btn-link"><i class="icon icon-arrow-left icon-big edge hover"></i><?php 
echo l('btn_back', 'start', '', 'text', array());
?>
</a>
			</div>
		</div>
	</form>
	<?php 
$this->_block_content = ob_get_contents();
ob_end_clean();
$this->_block_content = tpl_block_strip($this->_tag_stack[count($this->_tag_stack) - 1][1], $this->_block_content, $this);
echo $this->_block_content;
array_pop($this->_tag_stack);
?>
			<?php 
echo tpl_function_block(array('name' => geomap_load_geocoder, 'module' => 'geomap'), $this);
?>
	
		<script type='text/javascript'><?php 
echo '
		$(function(){
			var now = new Date();
			var yr =  (new Date(now.getYear() - ';
echo $this->_vars['age_max'];
echo ', 0, 1).getFullYear()) + \':\' + (new Date(now.getYear() - ';
echo $this->_vars['age_min'];
	<?php 
}
?>
	
	<!--<?php 
$this->_block_content = ob_get_contents();
ob_end_clean();
$this->_block_content = tpl_block_strip($this->_tag_stack[count($this->_tag_stack) - 1][1], $this->_block_content, $this);
echo $this->_block_content;
array_pop($this->_tag_stack);
$_templatelite_tpl_vars = $this->_vars;
echo $this->_fetch_compile_include($this->module_path . "users" . $this->module_templates . $this->get_current_theme_gid('', '"users"') . "map.html", array('load_type' => false));
$this->_vars = $_templatelite_tpl_vars;
unset($_templatelite_tpl_vars);
$this->_tag_stack[] = array('tpl_block_strip', array());
tpl_block_strip(array(), null, $this);
ob_start();
?>
-->

<!--
<script>
var latitude = <?php 
echo $this->_vars['data']['lat'];
?>
;
var longitude = <?php 
echo $this->_vars['data']['lon'];
?>
;
</script>