function removeMap(id) { obj = document.getElementById(id); parentObj = obj.parentNode; parentObj.removeChild(obj); if(document.getElementsByName('gmpObj').length < 1) { parentObj.innerHTML = ''+ '
| ' + ' Name ' + ' | ' + ': | ' + '' + ' ' + ' | ' + '
| ' + ' Description ' + ' | ' + ': | ' + '' + ' ' + ' | ' + '
| ' + ' Address ' + ' | ' + ': | ' + '' + ' ' + ' | ' + '
| ' + ' Width ' + ' | ' + ': | ' + '' + ' ' + ' | ' + '
| ' + ' Height ' + ' | ' + ': | ' + '' + ' ' + ' | ' + '
| ' + ' Zoom ' + ' | ' + ': | ' + '' + ' ' + ' | ' + '
| ' + ' Has Street View Control ' + ' | ' + ': | ' + '' + ' ' + ' | ' + '
| ' + ' Name ' + ' | ' + ': | ' + '' + ' ' + ' | ' + '
| ' + ' Description ' + ' | ' + ': | ' + '' + ' ' + ' | ' + '
| ' + ' Address ' + ' | ' + ': | ' + '' + ' ' + ' | ' + '
| ' + ' Width ' + ' | ' + ': | ' + '' + ' ' + ' | ' + '
| ' + ' Height ' + ' | ' + ': | ' + '' + ' ' + ' | ' + '
| ' + ' Zoom ' + ' | ' + ': | ' + '' + ' ' + ' | ' + '
| ' + ' Has Street View Control ' + ' | ' + ': | ' + '' + ' ' + ' | ' + '