// JavaScript Document
var iconMode='propertyTypeID';
var imagePath='http://www.seatons.com/images/map/';
//propertyTypeID,price
/*--------------------- Icons ------------------------*/
// Create our "tiny" marker icon
var icon1 = new GIcon();
icon1.image = imagePath+"";
icon1.shadow = imagePath+"house.png";
icon1.iconSize = new GSize(30, 22);
icon1.shadowSize = new GSize(0, 0);
icon1.iconAnchor = new GPoint(6, 20);
icon1.infoWindowAnchor = new GPoint(5, 1);

var iconhouse = new GIcon();
iconhouse.image = imagePath+"house.png";
iconhouse.shadow = imagePath+"house.png";
iconhouse.iconSize = new GSize(30, 22);
iconhouse.shadowSize = new GSize(0, 0);
iconhouse.iconAnchor = new GPoint(6, 20);
iconhouse.infoWindowAnchor = new GPoint(5, 1);

var iconhouses = new GIcon();
iconhouses.image = imagePath+"houses.png";
iconhouses.shadow = imagePath+"houses.png";
iconhouses.iconSize = new GSize(30, 22);
iconhouses.shadowSize = new GSize(0, 0);
iconhouses.iconAnchor = new GPoint(6, 20);
iconhouses.infoWindowAnchor = new GPoint(5, 1);


var iconflat = new GIcon();
iconflat.image = imagePath+"flat.png";
iconflat.shadow = imagePath+"flat.png";
iconflat.iconSize = new GSize(30, 22);
iconflat.shadowSize = new GSize(0, 0);
iconflat.iconAnchor = new GPoint(6, 20);
iconflat.infoWindowAnchor = new GPoint(5, 1);

var iconflats = new GIcon();
iconflats.image = imagePath+"flats.png";
iconflats.shadow = imagePath+"flats.png";
iconflats.iconSize = new GSize(30, 22);
iconflats.shadowSize = new GSize(0, 0);
iconflats.iconAnchor = new GPoint(6, 20);
iconflats.infoWindowAnchor = new GPoint(5, 1);
	
	
var iconmultiple = new GIcon();
iconmultiple.image = imagePath+"mixed.png";
iconmultiple.shadow = "";
iconmultiple.iconSize = new GSize(30, 22);
iconmultiple.shadowSize = new GSize(0, 0);
iconmultiple.iconAnchor = new GPoint(6, 20);
iconmultiple.infoWindowAnchor = new GPoint(5, 1);

var iconoffice = new GIcon();
iconoffice.image = imagePath+"office.png";
iconoffice.shadow = "";
iconoffice.iconSize = new GSize(30, 22);
iconoffice.shadowSize = new GSize(0, 0);
iconoffice.iconAnchor = new GPoint(6, 20);
iconoffice.infoWindowAnchor = new GPoint(5, 1);
