Index: trunk/src/map/inc/nodemapWL.js
===================================================================
--- trunk/src/map/inc/nodemapWL.js	(revision 7782)
+++ trunk/src/map/inc/nodemapWL.js	(revision 7783)
@@ -51,5 +51,5 @@
 function addMarker(current, i) {
 	var id = current.id;
-	var marker  = new GMarker(new GLatLng(current.latitude[0], current.longitude[0]), greenIcon, false, {title: current.name[0]})	;
+	var marker  = new GMarker(new GLatLng(current.latitude[0], current.longitude[0]), {title: current.name[0], icon: greenIcon});
 	//Added mouseover listener that calls on our mouseOver function when the mouse moves over a marker on the map
 	GEvent.addListener(marker, 'mouseover', function() {
