function initialize_3() {var myLatlng = new google.maps.LatLng(-31.7673815042,116.054553995);var myOptions = {zoom: 14,center: myLatlng,mapTypeId: google.maps.MapTypeId.ROADMAP}var map_3 = new google.maps.Map(document.getElementById("map_canvas_3"), myOptions);var ridePlanCoordinates = [new google.maps.LatLng(-31.772919008508325,116.0520479734987),new google.maps.LatLng(-31.772653972730041,116.05299403890967),new google.maps.LatLng(-31.772796967998147,116.05384103022516),new google.maps.LatLng(-31.772597981616855,116.05481701903045),new google.maps.LatLng(-31.772419027984142,116.05529797263443),new google.maps.LatLng(-31.772019965574145,116.05571002699435),new google.maps.LatLng(-31.772536961361766,116.05629701167345),new google.maps.LatLng(-31.772894030436873,116.05669397860765),new google.maps.LatLng(-31.773087987676263,116.05664796195924),new google.maps.LatLng(-31.77277903072536,116.05693797580898),new google.maps.LatLng(-31.772151980549097,116.05638099834323),new google.maps.LatLng(-31.771802958101034,116.05559502728283),new google.maps.LatLng(-31.771357040852308,116.0549389757216),new google.maps.LatLng(-31.77069503813982,116.05434402823448),new google.maps.LatLng(-31.769915018230677,116.05473303236067),new google.maps.LatLng(-31.769314035773277,116.05558002367616),new google.maps.LatLng(-31.768538039177656,116.05607598088682),new google.maps.LatLng(-31.767712002620101,116.05609098449349),new google.maps.LatLng(-31.76695997826755,116.0563740413636),new google.maps.LatLng(-31.766163026914001,116.05667101219296),new google.maps.LatLng(-31.765875024721026,116.05655701830983),new google.maps.LatLng(-31.765378983691335,116.05672499164939),new google.maps.LatLng(-31.764861987903714,116.05625200085342),new google.maps.LatLng(-31.764063024893403,116.05660202912986),new google.maps.LatLng(-31.763261966407299,116.05699203908443),new google.maps.LatLng(-31.762372981756926,116.05706001631916),new google.maps.LatLng(-31.761892028152943,116.05638896115124),new google.maps.LatLng(-31.761675020679832,116.05572503060102)];var flightPath_3 = new google.maps.Polyline({path: ridePlanCoordinates,strokeColor: "#FF0000",strokeOpacity: 1.0,strokeWeight: 4});flightPath_3.setMap(map_3);}
