33415 Verl
', "5205"); this.map.setCenter(new google.maps.LatLng(51.89198, 8.46778)); }; } function toggleMarkerLayerIcon(aTagId) { element = jQuery('#'+aTagId+' span.glyphicon'); if (element.hasClass('glyphicon-ok')) { element.addClass('glyphicon-remove'); element.removeClass('glyphicon-ok'); } else { element.removeClass('glyphicon-remove'); element.addClass('glyphicon-ok'); } }