//
"+scname[num]+"
"+adlist[num]+"
>>詳細";
//alert(html);
var infowindow = new google.maps.InfoWindow(
{ content: html, size: new google.maps.Size(50,50) });
google.maps.event.addListener(marker, 'click', function() { infowindow.open(map,marker); });
}
//]]>