_w3map_font_size = typeof w3map_font_size == 'string' ? w3map_font_size : '12px';
_w3map_text_color = typeof w3map_text_color == 'string' ? w3map_text_color : '#000';
_w3map_border_color = typeof w3map_border_color == 'string' ? w3map_border_color : '#ddd';
_w3map_border_width = typeof w3map_border_width == 'string' ? w3map_border_width : '4';
_w3map_logo_bgcolor = typeof w3map_logo_bgcolor == 'string' ? w3map_logo_bgcolor : '#369';
w3widget_str = '';
w3widget_str += '
';
w3widget_str += '
';
w3widget_str += '
';
w3widget_str += '
';
w3widget_str += '
';
w3widget_str += '
';
w3widget_str += '
';
w3widget_str += '
';
w3widget_str += '
';
w3widget_str += '
';
document.write(w3widget_str);
var dot = document.createElement('a');
dot.href = '#';
if (dot.addEventListener) {
dot.addEventListener('mouseover', function() { document.getElementById('w3tip_1').style.display = 'block'; }, false);
dot.addEventListener('mouseout', function() { document.getElementById('w3tip_1').style.display = 'none'; }, false);
} else if (dot.attachEvent) {
dot.attachEvent('onmouseover', function() { document.getElementById('w3tip_1').style.display = 'block'; });
dot.attachEvent('onmouseout', function() { document.getElementById('w3tip_1').style.display = 'none'; });
} else {
dot.onmouseover = function() { document.getElementById('w3tip_1').style.display = 'block'; }
dot.onmouseout = function() { document.getElementById('w3tip_1').style.display = 'none'; }
}
dot.style.display = 'block';
dot.style.position = 'absolute';
dot.style.backgroundColor = '#c00';
dot.style.width = '2px';
dot.style.height = '2px';
dot.style.lineHeight = '0';
dot.style.overflow = 'hidden';
dot.style.zIndex = '1000';
dot.style.left = '200px';
dot.style.top = '60px';
document.getElementById('w3map').appendChild(dot);
var tip = document.createElement('div');
tip.id = 'w3tip_1';
tip.style.display = 'none';
tip.style.position = 'absolute';
tip.style.left = '203px';
tip.style.top = '50px';
tip.style.zIndex = '1001';
tip.style.backgroundColor='#fff';
tip.style.opacity = 0.85;
tip.style.fontFamily = 'arial';
tip.style.fontSize = '9px';
tip.style.padding = '1px';
tip.innerHTML = 'Bandung, Indonesia';
document.getElementById('w3map').appendChild(tip);