Google Maps with Custom Marker

<div id="map"></div> <script> function initMap() { var myLatLng = {lat: 36.0497780, lng: -79.8816170}; var map = new google.maps.Map(document.getElementById('map'), { zoom: 16, disableDefaultUI: true, center: myLatLng }); var image = 'http://dynamicquest.dev.redlettermarketing.com/dq_map_lg.png'; var beachMarker = new google.maps.Marker({ position: {lat: 36.0497780, lng: -79.8816170}, map: map, icon: image }); } </script>
Google Maps with Custom Marker

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.