我正在使用Google地图进行新项目,但是当我打开一个项目时,我的地图变得怪异infoWindow.
见下图:

有人认出这个问题吗?
这是我的地图初始化代码:
$(document).ready(function(){
function initialize() {
var myLatlng = new google.maps.LatLng(59.398554, 5.486206);
var mapOptions = {
draggable: true,
zoomControl: true,
mapTypeControlOptions: {
mapTypeIds: [google.maps.MapTypeId.ROADMAP, google.maps.MapTypeId.HYBRID]
}, // here´s the array of controls
disableDefaultUI: true, // a way to quickly hide all controls
scrollwheel: false,
zoom: 13,
center: myLatlng,
mapTypeId: google.maps.MapTypeId.ROADMAP
}
var map = new google.maps.Map(document.getElementById("map_canvas"), mapOptions);
var contentString = '<div id="content">'+
'<div id="siteNotice">'+
'</div>'+
'<h2 id="firstHeading" class="firstHeading">FjørSilkeBris</h2>'+
'<div id="bodyContent">'+
'<p>Førland, 5570 Aksdal</p>'+
'<p>481 49 246 …Run Code Online (Sandbox Code Playgroud)