Thanks for letting us know, Sundance.
I am glad it worked
I am glad it worked

var g22='fuctionalcourt5.jpg',g23='fuctionalcourt3.jpg',g28='fclogo.svg',g12='kursplan.png',g4='identifier_720p.mp4'
;var im='couch/uploads/image/'
{id:'fuctionalcourt5',t:g,r:['28px','226px','38.2%','325px','auto','auto'],o:'0',f:[x5,im+g22,'0px','0px']}
<?php require_once( '../access/cms.php' ); ?>
<cms:content_type 'application/javascript' />
<cms:template title='Cluster Map' executable='0'>
var markers = [
<cms:repeatable name='cluster' label='Projects'>
{
"project":"<h7><cms:editable name='test' label='Test' type='text' width='500'></cms:editable></h7>",
"citystate":"Raleigh, NC",
"what":"Mixed-Use",
"architect":"Mixed-Use",
"url":"",
"lat":35.7831850,
"lng":-78.6457600
}
</cms:repeatable>
];
</cms:template>
<?php COUCH::invoke(); ?>
<?php require_once( '../access/cms.php' ); ?>
<cms:content_type 'application/javascript' />
<cms:template title='Cluster Map' executable='0'>
<cms:repeatable name='cluster' label='Projects'>
<cms:editable name='test' label='Test' type='text' width='500' />
</cms:repeatable>
</cms:template>
var markers = [
<cms:show_repeatable 'cluster' startcount='1'>
{
"project":"<h7><cms:show test /></h7>",
"citystate":"Raleigh, NC",
"what":"Mixed-Use",
"architect":"Mixed-Use",
"url":"",
"lat":35.7831850,
"lng":-78.6457600
}<cms:if k_count lt k_total_records >,</cms:if>
</cms:show_repeatable>
];
<?php COUCH::invoke(); ?>