function fn_incenter(a_code,a_class,a_jisa){
$(".li_class").removeClass("active");
$("#group_code_"+a_class).addClass("active");
jisa_network_info(a_jisa);
}
function jisa_network_info(p_jisaCode){
$("#group_name").empty();
$("#intro_text").empty();
$("#group_address").empty();
$("#group_roadaddr").empty();
$("#group_roadmap").empty();
$("#group_tel").empty();
$("#group_fax").empty();
$("#group_mail").empty();
$("#group_24tel").empty();
$("#group_pic").empty();
$("#group_pic_gallery").empty();
$("#group_mapimg").empty();
$("#addr_tooltip").empty();
$("#group_sns").empty();
var tmp_pic1,tmp_pic2,tmp_pic3,tmp_pic4,tmp_pic5,tmp_pic6,tmp_pic7,tmp_pic8,tmp_pic9,tmp_pic10,tmp_pic11,tmp_pic12,g_sns
tmp_pic1="";
tmp_pic2="";
tmp_pic3="";
tmp_pic4="";
tmp_pic5="";
tmp_pic6="";
tmp_pic7="";
tmp_pic8="";
tmp_pic9="";
tmp_pic10="";
tmp_pic11="";
tmp_pic12="";
var param = 'group_code='+ p_jisaCode;
$.ajax({
url: '/service/user_support/svc_network.asp',
type: 'POST',
data: param,
dataType: 'json',
//timeout: 3000,
error: function(p_req, p_status, p_err) {
alert("["+ p_status + "]"+"지사정보 연결중 오류가 발생되었습니다.");
},
success: function(p_data) {
if(dvf_ISNULL(p_data.group_name, "") != ""){$("#group_name").html(p_data.group_name);};if(dvf_ISNULL(p_data.intro_text, "") != ""){$("#intro_text").html(unescape(p_data.intro_text));};if(dvf_ISNULL(p_data.group_address, "") != ""){$("#group_address").html("주소 : "+unescape(p_data.group_address));};if(dvf_ISNULL(p_data.group_roadaddr, "") != ""){$("#group_roadaddr").html("도로명 주소 : "+unescape(p_data.group_roadaddr));};if(dvf_ISNULL(p_data.group_pure_addr, "") != ""){$("#addr_tooltip").html("주소 : "+unescape(p_data.group_pure_addr));};if(dvf_ISNULL(p_data.group_roadmap, "") != ""){$("#group_roadmap").html("오시는길 : "+unescape(p_data.group_roadmap));};if(dvf_ISNULL(p_data.group_tel, "") != ""){$("#group_tel").html("Tel : "+unescape(p_data.group_tel));};if(dvf_ISNULL(p_data.group_fax, "") != ""){$("#group_fax").html("Fax : "+unescape(p_data.group_fax));};if(dvf_ISNULL(p_data.group_mail, "") != ""){$("#group_mail").html("E-Mail : "+unescape(p_data.group_mail));};if(dvf_ISNULL(p_data.KAKAO_ID, "") != ""){$("#kakao_id").prop("href",unescape(p_data.KAKAO_ID));};if(dvf_ISNULL(p_data.group_24tel, "") != ""){$("#group_24tel").html("24시간 상담전화 : "+unescape(p_data.group_24tel));};if(dvf_ISNULL(p_data.g_sns, "") != ""){$("#group_sns").html(""+unescape(p_data.g_sns));};$("#group_fair").html("");
if(dvf_ISNULL(p_data.group_pic1, "") != ""){ //센터 전경 이미지
tmp_pic1 = "";
}
if(dvf_ISNULL(p_data.group_pic2, "") != ""){ //
tmp_pic2 = "
";
}
if(dvf_ISNULL(p_data.group_pic3, "") != ""){ //
tmp_pic3 = "
";
}
if(dvf_ISNULL(p_data.group_pic4, "") != ""){ //
tmp_pic4 = "
";
}
if(dvf_ISNULL(p_data.group_pic5, "") != ""){ //
tmp_pic5 = "
";
}
if(dvf_ISNULL(p_data.group_pic6, "") != ""){ //
tmp_pic6 = "
";
}
if(dvf_ISNULL(p_data.group_pic7, "") != ""){ //
tmp_pic7 = "
";
}
if(dvf_ISNULL(p_data.group_pic8, "") != ""){ //
tmp_pic8 = "
";
}
if(dvf_ISNULL(p_data.group_pic9, "") != ""){ //
tmp_pic9 = "
";
}
if(dvf_ISNULL(p_data.group_pic10, "") != ""){ //
tmp_pic10 = "
";
}
if(dvf_ISNULL(p_data.group_pic11, "") != ""){ //
tmp_pic11 = "
";
}
if(dvf_ISNULL(p_data.group_pic12, "") != ""){ //
tmp_pic12 = "
";
}
$("#group_pic").html("