//地图广告植入
//内容广告
var publisher_id = ""; //你的广告帐号
var adsManagerOptions = {
maxAdsOnMap : 4,
style: 'adunit',
// The channel field is optional - replace this field with a channel number
// for Google AdSense tracking
channel: '6471576755' //渠道ID号
};
adsManager = new GAdsManager(map, publisher_id, adsManagerOptions);
adsManager.enable();