
var estateCenter = [-31.77752262,115.98402321];
var estateMapTiles = [
	{
		'details': 	{'stage': '', 'estate': '' },//'details': 	{'stage': 'Stage 2', 'estate': 'The Dunes' },
		'area': 	[[-31.77752262,115.98402321],[-31.77752262,115.98402321]],
		'zoom': 	[15,16,17,18],
		'posi': 	[
						[[26940,26942],		[19435, 19439], 	'jpg'],
						[[53880,53885],		[38871, 38878], 	'jpg'],
						[[107761,107771],	[77743, 77757], 	'jpg'],
						[[215524,215543],	[155488, 155517], 	'jpg']
					]
	}
];
var iconData = {
     "available"  : { width: 26,
                      height: 28,
                      icon: 'available',
                      shadow: 'shadow_circle',
	              hover: 'general_hover',
                      selected: 'current',
                      saved: 'available',
                      savePending: 'sold',
                      iconAnchor: [8,25],
                      infoWindowAnchor: [16,1],
                      transparent: '1pc_opaque_circle',
                      imageMap: [2, 26, 9, 26, 12, 23, 12, 17, 17, 13, 17, 5,
                                 12, 0, 5, 0, 0, 5, 0, 12, 5, 17, 5, 23]
                    },
     "current"    : { width: 26,
                      height: 28,
                      icon: 'current',
                      shadow: 'shadow_circle',
                      hover: 'general_hover',
                      saved: 'available',
                      savePending: 'sold',
                      iconAnchor: [8,25],
                      infoWindowAnchor: [16,1],
                      transparent: '1pc_opaque_circle',
                      imageMap: [2, 26, 9, 26, 12, 23, 12, 17, 17, 13, 17, 5,
                                 12, 0, 5, 0, 0, 5, 0, 12, 5, 17, 5, 23]

                    },
     "on hold"    : { width: 26,
                      height: 28,
                      icon: 'onHold',
 	              shadow: 'shadow_circle',
 	              hover: 'general_hover',
                      saved: 'available',
                      savePending: 'sold',
                      iconAnchor: [8,25],
                      infoWindowAnchor: [16,1],
                      transparent: '1pc_opaque_circle',
                      imageMap: [2, 26, 9, 26, 12, 23, 12, 17, 17, 13, 17, 5,
                                 12, 0, 5, 0, 0, 5, 0, 12, 5, 17, 5, 23]

                    },
     "sold"       : { width: 26,
                      height: 28,
                      icon: 'sold',
 	 	      shadow: 'shadow_circle',
 	              hover: 'general_hover',
                      saved: 'available',
                      savePending: 'sold',
                      iconAnchor: [8,25],
                      infoWindowAnchor: [16,1],
                      transparent: '1pc_opaque_circle',
                      imageMap: [2, 26, 9, 26, 12, 23, 12, 17, 17, 13, 17, 5,
                                 12, 0, 5, 0, 0, 5, 0, 12, 5, 17, 5, 23]
                    },
     "registered" : { width: 26,
                      height: 28,
                      icon: 'registered',
                      shadow: 'registered_shadow',
                      hover: 'registered_hover',
                      saved: 'available',
                      savePending: 'sold',
                      iconAnchor: [8,25],
                      infoWindowAnchor: [16,1],
                      transparent: '1pc_opaque_circle',
                      imageMap: [2, 26, 9, 26, 12, 23, 12, 17, 17, 13, 17, 5,
                                 12, 0, 5, 0, 0, 5, 0, 12, 5, 17, 5, 23]
                    },
     "visited"    : { width: 26,
                      height: 28,
                      icon: 'visited',
 	              shadow: 'shadow_circle',
 	              hover: 'general_hover',
                      saved: 'available',
                      savePending: 'sold',
                      iconAnchor: [8,25],
                      infoWindowAnchor: [16,1],
                      transparent: '1pc_opaque_circle',
                      imageMap: [2, 26, 9, 26, 12, 23, 12, 17, 17, 13, 17, 5,
                                 12, 0, 5, 0, 0, 5, 0, 12, 5, 17, 5, 23]

                    },
     "apartment"  : { width: 26,
                      height: 28,
                      icon: 'apartment',
                      shadow: 'apartment_shadow',
                      hover: 'apartment',
                      saved: 'available',
                      savePending: 'sold' }
};