Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 526 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 526 Bytes

Repo-1

Test git push through terminal.

Map for location via (Google maps) for a website

<script> function myMap() { myCenter=new google.maps.LatLng(41.878114, -87.629798); var mapOptions= { center:myCenter, zoom:12, scrollwheel: false, draggable: false, mapTypeId:google.maps.MapTypeId.ROADMAP }; var map=new google.maps.Map(document.getElementById("googleMap"),mapOptions); var marker = new google.maps.Marker({ position: myCenter, }); marker.setMap(map); } </script>

#For future sites