')
map.addOverlay(marker);
var encodedPolyline = new GPolyline.fromEncoded({
color: "#FF0000",
weight: 5,
points: "k~xrI{rodFoMqUSj@",
levels: "BBB",
zoomFactor: 32,
numLevels: 4
});
map.addOverlay(encodedPolyline);
}
// display a warning if the browser was not compatible
else {
alert("Sorry, the Google Maps API is not compatible with this browser");
}
//]]>