function fetchPos() {
	$("#MapLat").val(this.getPoint().lat());
	$("#MapLng").val(this.getPoint().lng());
}