';
if(clinic_array['image_url']){
html+='

';
}
html+='
'+clinic_array["clinic_name"]+'
';
html+='
'+clinic_array["address"]+'
';
html+='
詳細 | ';
html+='店舗HP | ';
html+='口コミ
';
html+='
';
GEvent.addListener(marker, "click", function() {
marker.openInfoWindowHtml(html);
});
marker_arr[j] = marker;
clinic_datas[j]=clinic_array;
htmls[j] = html;
j++;
return marker;
}
function getDetail(i){
map.setZoom(17);
map.setCenter(marker_arr[i].getPoint());
marker_arr[i].openInfoWindowHtml(htmls[i]);
}
//]]>