var types = [];

types[2] = new GIcon(G_DEFAULT_ICON);
types[2].image = '/noRW_/gm_2.png';
types[2].shadow = '';
types[2].iconSize = new GSize(36, 34);
types[2].iconAnchor = new GPoint(10, 38);
types[2].infoWindowAnchor = new GPoint(10, 38);
types[2].markers = [];

types[3] = new GIcon(G_DEFAULT_ICON);
types[3].image = '/noRW_/gm_3.png';
types[3].shadow = '';
types[3].iconSize = new GSize(32, 32);
types[3].iconAnchor = new GPoint(16, 32);
types[3].infoWindowAnchor = new GPoint(16, 32);
types[3].markers = [];

