$(function() {
$("#map").goMap({
markers: [{
latitude: 56.948813,
longitude: 24.704004,
html: {
content: 'Hello InfoWindow #1!',
popup: true
}
},{
latitude: 50.948813,
longitude: 7.704004,
html: {
content: 'Hello InfoWindow #2!',
popup: true
}
}],
hideByClick: false,
oneInfoWindow: false
});
});