var map = new google.maps.Map(document.getElementById('map-canvas'), mapOptions); var image = 'images/maplogo.png'; var myLatLng = new google.maps.LatLng(48.458694,-122.531528); var mapMarker = new google.maps.Marker({ position: myLatLng, map: map, icon: image }); }
Get Directions from Google Maps: