// JavaScript Document
var STR_RES_SEEN_ICON						= "/_images/_elements/marker_brown.png";

var objIcons_Residential					= new GIcon(); 
objIcons_Residential.image					= "/_images/_elements/marker_green.png";
objIcons_Residential.iconSize				= new GSize(26, 41);
objIcons_Residential.iconAnchor				= new GPoint(13, 36);
objIcons_Residential.shadow					= "/_images/_elements/marker_green_shadow.png";
objIcons_Residential.shadowSize				= new GSize(40, 37);
objIcons_Residential.infoWindowAnchor		= new GPoint(14, 2);

var objIcons_ResidentialSeen				= new GIcon(); 
objIcons_ResidentialSeen.image				= "/_images/_elements/marker_brown.png";
objIcons_ResidentialSeen.iconSize			= new GSize(26, 41);
objIcons_ResidentialSeen.iconAnchor			= new GPoint(13, 36);
objIcons_ResidentialSeen.shadow				= "/_images/_elements/marker_green_shadow.png";
objIcons_ResidentialSeen.shadowSize			= new GSize(40, 37);
objIcons_ResidentialSeen.infoWindowAnchor	= new GPoint(14, 2);
