var icon_set = new GIcon();
icon_set.image = "http://img.mosr.ru/point.gif";
icon_set.iconSize = new GSize(22.0, 20.0);
icon_set.iconAnchor = new GPoint(8.0, 8.0);
icon_set.infoWindowAnchor = new GPoint(8.0, 8.0);


var icon_location = new GIcon();
icon_location.image = "http://img.mosr.ru/point.gif";
icon_location.iconSize = new GSize(22.0, 20.0);
icon_location.iconAnchor = new GPoint(30.0, 8.0);
icon_location.infoWindowAnchor = new GPoint(8.0, 8.0);


