var base_icon = new GIcon();
base_icon.iconAnchor = new GPoint(14, 14); //image(left, up)
base_icon.infoWindowAnchor = new GPoint(15, 0);

var icon_default = new GIcon(base_icon, "/nvs/images/icons/assets/icon-default.png", null, null);
var cruise_default = new GIcon(base_icon, "/nvs/images/icons/assets/cruise-default.png", null, null);

var station_base_icon = new GIcon();
station_base_icon.iconAnchor = new GPoint(17, 21); //new GPoint(1, 1); //image(left, up)
station_base_icon.infoWindowAnchor = new GPoint(15, 0);
var station_default = new GIcon(station_base_icon, "/nvs/images/icons/stations/station-default.png", null, null);

var station_list = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 105, 111, 119, 120, 122, 123, 128, 131, 132, 133, 136, 401, 402, 403];

