var myPoint = document.getElementById('id');
myPoint.style.left = '20px'; myPoint.style.top = '30px';