FDOT.Map.executeCommand('drawFeature',
{
SymbolUrl: 'http://tlbstws3.dot.state.fl.us/gisframework/Images/Icons/Weather/Hurricane.png',
NameKey: '1',
DrawFeatures: [
{
Geometry: { x: -9510601.92, y: 3067495.62 },
Attributes: { "1": "1", "2": "2" }
},
{
Geometry: { x: -9510601.92, y: 3267495.62 },
Attributes: { "1": "http://www.google.com", "2": "3" }
}, {
Geometry: { x: -9510601.92, y: 3167495.62 },
Attributes: { "1": "3", "2": "http://www.google.com/||GOOGLE" }
}
]
}
);