Index: trunk/src/map/index.php
===================================================================
--- trunk/src/map/index.php	(revision 7728)
+++ trunk/src/map/index.php	(revision 7731)
@@ -23,5 +23,5 @@
 <![endif]-->
 
-<!-- Make our $marker[] array from kmlHandler available to javascript in JSON-->
+<!-- Make our $marker[] array from kmlHandler available to javascript in JSON (No idea on how to this another less ugle way)-->
 <script>
 var markers = <?php echo json_encode($markers); ?>;
@@ -30,4 +30,6 @@
 <!-- Loading in the google-api -->
 <script src="http://maps.google.com/maps?file=api&amp;v=2&amp;key=<?php print $apikey;?>" type="text/javascript"></script>
+<!-- Loading in the markerClusterer that will handle the clustering of markers. -->
+<script type="text/javascript" src="inc/markerClusterer.js"></script>
 <!-- Loading in the javascript that will add the map into #mapcanvas -->
 <script type="text/javascript" src="inc/nodemapWL.js"></script>
