|  |  |  | 
|---|
|  |  |  | }else{ | 
|---|
|  |  |  | resultMap.put("type","government"); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | Number mapareaCode  = null; | 
|---|
|  |  |  | Number mapAreaCode  = null; | 
|---|
|  |  |  | if(organization.getVillageCode()!=null){ | 
|---|
|  |  |  | mapareaCode  = organization.getVillageCode(); | 
|---|
|  |  |  | mapAreaCode  = organization.getVillageCode(); | 
|---|
|  |  |  | }else if (organization.getTownCode()!=null){ | 
|---|
|  |  |  | mapareaCode  = organization.getTownCode(); | 
|---|
|  |  |  | mapAreaCode  = organization.getTownCode(); | 
|---|
|  |  |  | }else if(organization.getAreaCode()!=null) { | 
|---|
|  |  |  | mapareaCode  = organization.getAreaCode(); | 
|---|
|  |  |  | mapAreaCode  = organization.getAreaCode(); | 
|---|
|  |  |  | }else if(organization.getCityCode()!=null) { | 
|---|
|  |  |  | mapareaCode  = organization.getCityCode(); | 
|---|
|  |  |  | mapAreaCode  = organization.getCityCode(); | 
|---|
|  |  |  | }else if(organization.getProvinceCode()!=null) { | 
|---|
|  |  |  | mapareaCode  = organization.getProvinceCode(); | 
|---|
|  |  |  | mapAreaCode  = organization.getProvinceCode(); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | resultMap.put("mapareaCode ",mapareaCode ); | 
|---|
|  |  |  | resultMap.put("mapAreaCode ",mapAreaCode ); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | resultMap.put("mapPath",areaNamesBuilder.toString()); | 
|---|
|  |  |  | } | 
|---|