
var individualIcon = new GIcon(G_DEFAULT_ICON);
individualIcon.image = "/static/images/pin_individual_small.png";
individualIcon.shadow = "";
individualIcon.iconSize = new GSize(9, 12);
individualIcon.iconAnchor = new GPoint(5, 10);
individualIcon.infoWindowAnchor = new GPoint(66, 2);

var mpIcon = new GIcon(G_DEFAULT_ICON);
mpIcon.image = "/static/images/pin_mp_small.png";
mpIcon.shadow = "";
mpIcon.iconSize = new GSize(9, 12);
mpIcon.iconAnchor = new GPoint(5, 10);
mpIcon.infoWindowAnchor = new GPoint(66, 2);

var organisationIcon = new GIcon(G_DEFAULT_ICON);
organisationIcon.image = "/static/images/pin_organisation_small.png";
organisationIcon.shadow = "";
organisationIcon.iconSize = new GSize(9, 12);
organisationIcon.iconAnchor = new GPoint(5, 10);
organisationIcon.infoWindowAnchor = new GPoint(66, 2);