Index: /trunk/src/map/inc/markerClusterer.js
===================================================================
--- /trunk/src/map/inc/markerClusterer.js	(revision 7833)
+++ /trunk/src/map/inc/markerClusterer.js	(revision 7834)
@@ -690,5 +690,7 @@
 	  
 
-		  highlightCurrentMarker(latlng);	
+		  highlightCurrentMarker(latlng);
+		  clusterLatLng = latlng;
+	
 	  clickCluster(markerArray, latLng);
       });
Index: /trunk/src/map/inc/nodemapWL.js
===================================================================
--- /trunk/src/map/inc/nodemapWL.js	(revision 7833)
+++ /trunk/src/map/inc/nodemapWL.js	(revision 7834)
@@ -260,5 +260,5 @@
 function mapZoomed()
 {
-	highlightCurrentMarker()
+	highlightCurrentMarker(clusterLatLng);
 	if(!markerSelected == "")
 	{
Index: /trunk/src/map/inc/overlay.js
===================================================================
--- /trunk/src/map/inc/overlay.js	(revision 7833)
+++ /trunk/src/map/inc/overlay.js	(revision 7834)
@@ -23,5 +23,4 @@
 
 function highlightCurrentMarker(markerPoint){
-//var markerPoint = currentMarker.getPoint();
 
 var polyPoints = Array();
@@ -52,3 +51,5 @@
 highlightCircle = new GPolygon(polyPoints,"#000000",2,0.0,"#DF0101",.5);
 map.addOverlay(highlightCircle);
+
+return markerPoint;
 }
