OpenLayers.Marker = Class.create(); OpenLayers.Marker.prototype = { // icon: {OpenLayers.Icon} for marker icon: null, // latlon: {OpenLayers.LatLon} location of object latlon: null, initialize: function() { } }