function initMap() { var baggage = {lat: 53.736376327255016, lng: -6.302812198758447}; var parking = {lat: 53.736135173949904, lng: -6.30274782574209}; var firstaid = {lat: 53.736065366156, lng: -6.302189926266992}; var catering = {lat: 53.73576074897121, lng: -6.302136282086694}; var waterone = {lat: 53.72487558222431, lng: -6.295755851201481}; var watertwo = {lat: 53.72004956988215, lng: -6.32872514457012}; var waterthree = {lat: 53.75136214036305, lng: -6.284390002874596}; var toiletone = {lat: 53.75537353400985, lng: -6.27020126522016}; var waterfour = {lat: 53.75506905677807, lng: -6.272046625056176}; var finish = {lat: 53.73622915707346, lng: -6.302951673627222}; var start = {lat: 53.73650838646544, lng: -6.303294996381128}; var firstarrow = {lat: 53.73568740210945, lng: -6.316518073352048}; var secondarrow = {lat: 53.72695408881995, lng: -6.3237278511840795}; var thirdarrow = {lat: 53.73040701092169, lng: -6.283387427600095}; var fourtharrow = {lat: 53.74634770870371, lng: -6.271886115344236}; var fiftharrow = {lat: 53.72705564939998, lng: -6.302956824572751}; var sixtharrow = {lat: 53.74908849333057, lng: -6.294373755725095}; var map = new google.maps.Map(document.getElementById('map'), { center: start, zoom: 13, styles: [ { "elementType": "geometry", "stylers": [ { "color": "#dbe7c4" } ] }, { "elementType": "labels.icon", "stylers": [ { "visibility": "off" } ] }, { "elementType": "labels.text.fill", "stylers": [ { "color": "#334b36" } ] }, { "elementType": "labels.text.stroke", "stylers": [ { "color": "#f5f5f5" } ] }, { "featureType": "administrative.land_parcel", "elementType": "labels.text.fill", "stylers": [ { "color": "#bdbdbd" } ] }, { "featureType": "poi", "stylers": [ { "visibility": "off" } ] }, { "featureType": "poi", "elementType": "geometry", "stylers": [ { "color": "#eeeeee" } ] }, { "featureType": "poi", "elementType": "labels.text.fill", "stylers": [ { "color": "#757575" }, { "visibility": "off" } ] }, { "featureType": "poi.park", "elementType": "geometry", "stylers": [ { "color": "#e5e5e5" } ] }, { "featureType": "poi.park", "elementType": "labels.text.fill", "stylers": [ { "color": "#9e9e9e" } ] }, { "featureType": "road", "elementType": "geometry", "stylers": [ { "color": "#bfcba9" } ] }, { "featureType": "road.highway", "elementType": "labels.text.fill", "stylers": [ { "color": "#616161" } ] }, { "featureType": "transit.line", "elementType": "geometry", "stylers": [ { "color": "#e5e5e5" } ] }, { "featureType": "transit.station", "elementType": "geometry", "stylers": [ { "color": "#eeeeee" } ] }, { "featureType": "water", "elementType": "geometry", "stylers": [ { "color": "#f5fde7" } ] }, { "featureType": "water", "elementType": "labels.text.fill", "stylers": [ { "color": "#9e9e9e" } ] } ] }); var baggageicon = 'https://uploads-ssl.webflow.com/6282cc06c1cecc72c9e4fda1/62a8fd7f561220c88e7dac8c_baggage.png'; var parkingicon = 'https://uploads-ssl.webflow.com/6282cc06c1cecc72c9e4fda1/62a8fe4c78004556b51d07f5_parking.png'; var aidicon = 'https://uploads-ssl.webflow.com/6282cc06c1cecc72c9e4fda1/62a8fd7f649ecfcde6d32e0b_first-aid.png'; var cateringicon = 'https://uploads-ssl.webflow.com/6282cc06c1cecc72c9e4fda1/62a8fd7f3d3ee506c93175ec_catering.png'; var watericon = 'https://uploads-ssl.webflow.com/6282cc06c1cecc72c9e4fda1/62a8fd7ffc5af2efe0514431_water.png'; var finishicon = 'https://uploads-ssl.webflow.com/6282cc06c1cecc72c9e4fda1/62a8fd7f23d3dd6093e47185_finish.png'; var starticon = 'https://uploads-ssl.webflow.com/6282cc06c1cecc72c9e4fda1/62a8fd7f94bfcd0c6f41085d_start.png'; var arrowiconone = 'https://uploads-ssl.webflow.com/6282cc06c1cecc72c9e4fda1/62a985a379333ad342155bd0_arrow-one.png'; var arrowicontwo = 'https://uploads-ssl.webflow.com/6282cc06c1cecc72c9e4fda1/62a985a3adf879fa6e4ce8c0_arrow-five.png'; var arrowiconthree = 'https://uploads-ssl.webflow.com/6282cc06c1cecc72c9e4fda1/62a985a361036c45f70c9f56_arrow-three.png'; var arrowiconfour = 'https://uploads-ssl.webflow.com/6282cc06c1cecc72c9e4fda1/62a985a3667195d56fa1ec1f_arrow-two.png'; var arrowiconfive = 'https://uploads-ssl.webflow.com/6282cc06c1cecc72c9e4fda1/62a9876e6356c981dd55534c_lap-2-arrow.png'; var toileticon = 'https://cdn.prod.website-files.com/6282cc06c1cecc72c9e4fda1/69cc26999030413aa42e3ed2_bathroom.png'; var baggagemarker = new google.maps.Marker({ position: baggage, map: map, icon: baggageicon }); var parkingmarker = new google.maps.Marker({ position: parking, map: map, icon: parkingicon }); var aidmarker = new google.maps.Marker({ position: firstaid, map: map, icon: aidicon }); var cateringmarker = new google.maps.Marker({ position: catering, map: map, icon: cateringicon }); var wateronemarker = new google.maps.Marker({ position: waterone, map: map, icon: watericon }); var watertwomarker = new google.maps.Marker({ position: watertwo, map: map, icon: watericon }); var waterthreemarker = new google.maps.Marker({ position: waterthree, map: map, icon: watericon }); var waterfourmarker = new google.maps.Marker({ position: waterfour, map: map, icon: watericon }); var toiletonemarker = new google.maps.Marker({ position: toiletone, map: map, icon: toileticon }); var finishmarker = new google.maps.Marker({ position: finish, map: map, icon: finishicon }); var startmarker = new google.maps.Marker({ position: start, map: map, icon: starticon }); var arrowonemarker = new google.maps.Marker({ position: firstarrow, map: map, icon: arrowiconone }); var arrowtwomarker = new google.maps.Marker({ position: sixtharrow, map: map, icon: arrowiconone }); var arrowthreemarker = new google.maps.Marker({ position: secondarrow, map: map, icon: arrowicontwo }); var arrowfourmarker = new google.maps.Marker({ position: thirdarrow, map: map, icon: arrowiconthree }); var arrowfivemarker = new google.maps.Marker({ position: fourtharrow, map: map, icon: arrowiconfour }); var myCoordinates = [ new google.maps.LatLng(53.736376,-6.303354), new google.maps.LatLng(53.738470,-6.306594), new google.maps.LatLng(53.731143,-6.319431), new google.maps.LatLng(53.728833,-6.317264), new google.maps.LatLng(53.726032,-6.319755), new google.maps.LatLng(53.723996,-6.322763), new google.maps.LatLng(53.722409,-6.322506), new google.maps.LatLng(53.720924,-6.327397), new google.maps.LatLng(53.718465,-6.331061), new google.maps.LatLng(53.720942,-6.318304), new google.maps.LatLng(53.721170,-6.311030), new google.maps.LatLng(53.722893,-6.304105), new google.maps.LatLng(53.723995,-6.301037), new google.maps.LatLng(53.724782,-6.295737), new google.maps.LatLng(53.724298,-6.293698), new google.maps.LatLng(53.726203,-6.285073), new google.maps.LatLng(53.728919,-6.282377), new google.maps.LatLng(53.730113,-6.279587), new google.maps.LatLng(53.734732,-6.276885), new google.maps.LatLng(53.736738,-6.275039), new google.maps.LatLng(53.741958,-6.276069), new google.maps.LatLng(53.750874,-6.274653), new google.maps.LatLng(53.753737,-6.272446), new google.maps.LatLng(53.759700,-6.271244), new google.maps.LatLng(53.759979,-6.272103), new google.maps.LatLng(53.751251,-6.284205), new google.maps.LatLng(53.738690,-6.306244) ]; var polyOptions = { path: myCoordinates, strokeColor: "#FF0000", strokeOpacity: 1, strokeWeight: 3 } var it = new google.maps.Polyline(polyOptions); it.setMap(map); var myCoordinates2 = [ new google.maps.LatLng(53.738492,-6.306788), new google.maps.LatLng(53.731320,-6.319445), new google.maps.LatLng(53.731142,-6.319625), new google.maps.LatLng(53.729889,-6.318556), new google.maps.LatLng(53.728822,-6.317451), new google.maps.LatLng(53.728099,-6.318234), new google.maps.LatLng(53.726226,-6.319768), new google.maps.LatLng(53.724093,-6.322987), new google.maps.LatLng(53.722519,-6.322601), new google.maps.LatLng(53.721059,-6.327429), new google.maps.LatLng(53.718570,-6.331506), new google.maps.LatLng(53.718164,-6.331077), new google.maps.LatLng(53.719840,-6.323781), new google.maps.LatLng(53.720833,-6.318187), new google.maps.LatLng(53.721036,-6.311106), new google.maps.LatLng(53.722176,-6.306530), new google.maps.LatLng(53.722735,-6.304041), new google.maps.LatLng(53.723852,-6.301080), new google.maps.LatLng(53.724182,-6.298247), new google.maps.LatLng(53.724665,-6.295587), new google.maps.LatLng(53.726899,-6.295200), new google.maps.LatLng(53.727890,-6.295458), new google.maps.LatLng(53.736097,-6.303097) ]; var polyOptions2 = { path: myCoordinates2, strokeColor: "#98ca40", strokeOpacity: 1, strokeWeight: 3 } var it = new google.maps.Polyline(polyOptions2); it.setMap(map); var finish4m = {lat: 53.73622915707346, lng: -6.302951673627222}; var start4m = {lat: 53.738029984346774, lng: -6.307539014522307}; var map4m = new google.maps.Map(document.getElementById('mapnew'), { center: start4m, zoom: 13, styles: [ { "elementType": "geometry", "stylers": [ { "color": "#dbe7c4" } ] }, { "elementType": "labels.icon", "stylers": [ { "visibility": "off" } ] }, { "elementType": "labels.text.fill", "stylers": [ { "color": "#334b36" } ] }, { "elementType": "labels.text.stroke", "stylers": [ { "color": "#f5f5f5" } ] }, { "featureType": "administrative.land_parcel", "elementType": "labels.text.fill", "stylers": [ { "color": "#bdbdbd" } ] }, { "featureType": "poi", "stylers": [ { "visibility": "off" } ] }, { "featureType": "poi", "elementType": "geometry", "stylers": [ { "color": "#eeeeee" } ] }, { "featureType": "poi", "elementType": "labels.text.fill", "stylers": [ { "color": "#757575" }, { "visibility": "off" } ] }, { "featureType": "poi.park", "elementType": "geometry", "stylers": [ { "color": "#e5e5e5" } ] }, { "featureType": "poi.park", "elementType": "labels.text.fill", "stylers": [ { "color": "#9e9e9e" } ] }, { "featureType": "road", "elementType": "geometry", "stylers": [ { "color": "#bfcba9" } ] }, { "featureType": "road.highway", "elementType": "labels.text.fill", "stylers": [ { "color": "#616161" } ] }, { "featureType": "transit.line", "elementType": "geometry", "stylers": [ { "color": "#e5e5e5" } ] }, { "featureType": "transit.station", "elementType": "geometry", "stylers": [ { "color": "#eeeeee" } ] }, { "featureType": "water", "elementType": "geometry", "stylers": [ { "color": "#f5fde7" } ] }, { "featureType": "water", "elementType": "labels.text.fill", "stylers": [ { "color": "#9e9e9e" } ] } ] }); var finishicon4m = 'https://uploads-ssl.webflow.com/6282cc06c1cecc72c9e4fda1/62a8fd7f23d3dd6093e47185_finish.png'; var starticon4m = 'https://uploads-ssl.webflow.com/6282cc06c1cecc72c9e4fda1/62a8fd7f94bfcd0c6f41085d_start.png'; var startmarker4m = new google.maps.Marker({ position: start4m, map: map4m, icon: starticon4m }); var finishmarker4m = new google.maps.Marker({ position: finish4m, map: map4m, icon: finishicon4m }); var myCoordinates3 = [ new google.maps.LatLng(53.738222,-6.307115), new google.maps.LatLng(53.731172,-6.319502), new google.maps.LatLng(53.728684,-6.317314), new google.maps.LatLng(53.727897,-6.318215), new google.maps.LatLng(53.726170,-6.319331), new google.maps.LatLng(53.724622,-6.321433), new google.maps.LatLng(53.723911,-6.322807), new google.maps.LatLng(53.722438,-6.322335), new google.maps.LatLng(53.720849,-6.327331), new google.maps.LatLng(53.719173,-6.330335), new google.maps.LatLng(53.718386,-6.331279), new google.maps.LatLng(53.718843,-6.328147), new google.maps.LatLng(53.721046,-6.317990), new google.maps.LatLng(53.721199,-6.311038), new google.maps.LatLng(53.722577,-6.304508), new google.maps.LatLng(53.723796,-6.302019), new google.maps.LatLng(53.724863,-6.295410), new google.maps.LatLng(53.728113,-6.295582), new google.maps.LatLng(53.736389,-6.303221) ]; var polyOptions3 = { path: myCoordinates3, strokeColor: "#f112ae", strokeOpacity: 1, strokeWeight: 3 } var it = new google.maps.Polyline(polyOptions3); it.setMap(map4m); }