jQuery + google maps + Elevation

playing with google maps v3 events, jQuery, icons from http://google-maps-icons.googlecode.com

by johntrepreneur

HTML

<script src="http://maps.google.com/maps/api/js?sensor=false&amp;.js"></script>
<div id="map"></div>

CSS

#map{
    width: 450px;
    height: 400px;
}

JavaScript

var map;
var elevator;
var myOptions = {
    zoom: 13,
    center: new google.maps.LatLng(33.38543324442513, -116.41760556654101),
    mapTypeId: 'roadmap'
};
map = new google.maps.Map($('#map')[0], myOptions);

var wkt1="MULTIPOLYGON(((-116.41760556654101 33.38543324442513,-116.41537463764617 33.38543623289906,-116.41536461002889 33.3835978093791,-116.41107316956868 33.383617029938314,-116.40238873972174 33.383655513834746,-116.40240470486404 33.390938366958096,-116.40240798106473 33.390938362940929,-116.40241119928611 33.392785197321146,-116.40446543585945 33.392772844653528,-116.40446416066148 33.3924143947432,-116.4044588903441 33.390936485319443,-116.40671945026045 33.390934372901867,-116.40887519125883 33.390932320417136,-116.408868506521 33.392408843411232,-116.40886698000854 33.39274626161319,-116.4110375834799 33.392733099138646,-116.41317691247943 33.392732996856033,-116.41317809268895 33.3924032604522,-116.4131833983361 33.390921934961355,-116.41535879302737 33.390918136482092,-116.41758988286533 33.39091420011178,-116.4196571627001 33.390910518850234,-116.4196832365031 33.3890774511657,-116.41970938691153 33.387238839501883,-116.41760578701086 33.387230615742808,-116.41760556654101 33.38543324442513),(-116.41106358259599 33.389083379300871,-116.4110635390863 33.389066867732893,-116.411058492248 33.387222788261482,-116.41105360636035 33.385444655580258,-116.41321903353452 33.385439082430878,-116.41320599181859 33.387228226227947,-116.4131897965031 33.389083332150278,-116.41106358259599 33.389083379300871)),((-116.41101124954955 33.396380098975946,-116.41099842732079 33.398155483609067,-116.41956013767252 33.398146853498737,-116.41958379646141 33.396382440547484,-116.41761019062095 33.396377389302124,-116.41536910399016 33.396371615768494,-116.41536568753746 33.394564726190211,-116.41318364121716 33.394564108685024,-116.41318376835716 33.396388245225054,-116.41101476838224 33.396380080676536,-116.41101124954955 33.396380098975946)),((-116.41102436881151...