Or do you need any help ordering? Feel free to get in touch with our support department at [email protected]rwpg.com or 1(204)505-1351. We're happy to help!
Related products
Any questions about this product?
Or do you need any help ordering? Feel free to get in touch with our support department at [email protected] or 1(204)505-1351. We're happy to help!
var mapProp = {center:myCenter, zoom:12, scrollwheel:false, draggable:false, mapTypeId:google.maps.MapTypeId.ROADMAP};
var map = new google.maps.Map(document.getElementById("googleMap"),mapProp);
var marker = new google.maps.Marker({position:myCenter});
marker.setMap(map);
}