Index: trunk/BNC/src/map/html/mapview.js
===================================================================
--- trunk/BNC/src/map/html/mapview.js	(revision 5172)
+++ trunk/BNC/src/map/html/mapview.js	(revision 5173)
@@ -15,12 +15,8 @@
 
   marker = new google.maps.Marker({
-    map:      map,
-    position: new google.maps.LatLng(lat, lon),
-    title:    "X",
-    //    animation: google.maps.Animation.DROP,
-    //    icon: jsonObj.icon
+    map:       map,
+    position:  new google.maps.LatLng(lat, lon),
+    //  icon: jsonObj.icon
   });
-
-  //google.maps.event.addListener(map, "click", function() {} )
 }
 
@@ -31,25 +27,2 @@
 }
 
-// function appendMarker(jsonObj)
-// {
-//   var marker = new google.maps.Marker({
-//     position: new google.maps.LatLng( jsonObj.geometry.location.lat, jsonObj.geometry.location.lng ),
-//     map: map,
-//     title: jsonObj.name,
-//     animation: google.maps.Animation.DROP,
-//     icon: jsonObj.icon
-//   });
-// 
-//   google.maps.event.addListener(marker, 'click', function() {
-//     QtPlaces.markerClicked( jsonObj['reference'] )
-//   });
-// 
-//   markers.push(marker)
-// }
-// 
-// function gotoPlace(json, zoom)
-// {
-//   map.setCenter( new google.maps.LatLng( json.geometry.location.lat, json.geometry.location.lng ) )
-//   map.setZoom(zoom)
-// }
-
