var mapVal = info.map.split(','); var discount = info.group_discount ? info.group_discount : info.discount; fang_cms_map(mapVal[0], mapVal[1], info.id, info.title, info.img, info.address, info.tel, discount, info.average_price); $(".mapList").scrollTop(0); var txt = info.title, mouseoverTxt = txt + " " + info.average_price; var myCompOverlay = new ComplexCustomOverlay(mapVal[0], mapVal[1], info.title, mouseoverTxt, 1, info.id, info.address, info.img, info.tel, discount); mp.addOverlay(myCompOverlay); }