Fix It Right Plumbing Melbourne : Scribble Maps

var map = new Map({ type: 'PointMap', center: [48.8567, 2.3508], // Paris zoom: 13, style: { width: '100%', height: '400px' } }); map.markers.add({ lat: 48.8585, lng: 2.3499, name: 'Address 1', text: 'Fix It Right Plumbing Melbourne', popup: '

This is a sample marker.

' }); map.markers.add({ lat: 48.8596, lng: 2.3500, name: 'Address 2', text: 'Fix It Right Plumbing Melbourne', popup: '

This is another sample marker.

' }); map.markers.add({ lat: 48.8588, lng: 2.3494, name: 'Address 3', text: 'Fix It Right Plumbing Melbourne', popup: '

This is a third sample marker.

' }); // Render the map to the DOM var div = document.createElement('div'); div.id = 'map'; div.style.width = '100%'; div.style.height = '400px'; div.innerHTML = ''; map.render(div, function() { console.log('Map rendered!'); });

https://www.scribblemaps.com/maps/view/Fix-It-Right-Plumbing-Melbourne/VrvPrOea2t