function createMarker(point, name, addLine1, addLine2, phone, fax, link, markerType, url, website) {

            var icon = new GIcon();
            if(markerType=="distributer")
            {
              icon.image = "http://google.com/mapfiles/ms/micons/blue.png";
            }
            else
            {
             icon.image = "http://google.com/mapfiles/ms/micons/red.png";
            }
              icon.iconSize = new GSize(32, 32);
              icon.iconAnchor = new GPoint(15, 32);
              icon.infoWindowAnchor = new GPoint(1,1);

			var marker = new GMarker(point, icon);
			var html= "<div style='width:270px;height: 90px;'><B>";
			if (website != "") {
				html += "<a href='" + website + "' target='blank'>" + name + "</a>";
			} else {
				html += name;
			}
			
			html += "</B><br/>"+addLine1+"<br/>"+addLine2+"<br/>"+phone+"<br/>"+fax+"<br/>";

			if(link!="")
			{
				html=html+"Email: <a href=mailto:"+link+">"+link+"</a><br/>";
			}
			if(url!="")
			{
				html=html+"Contact: <a href="+url+">"+url+"</a><br/>";
			}
			
			html=html+"</div>"

			GEvent.addListener(marker, 'click', function(){
			marker.openInfoWindowHtml(html);
				})


			return marker;
		}


    function initialize() {
      if (GBrowserIsCompatible()) {
        var map = new GMap2(document.getElementById("map"));
        gdir = new GDirections(map,document.getElementById("directions"));
        geocoder = new GClientGeocoder();

        map.setCenter(new GLatLng(37.649034,-100.470703), 4);
        map.addControl(new GSmallMapControl());
        
        
        // add distributer markers
        var distributorArrray = new Array(); 
        distributorArrray[0] = new Array(8);
        distributorArrray[0][0]=new GLatLng(47.686128, -117.233878);
        distributorArrray[0][1]="EDMO Distributors, Inc.";
        distributorArrray[0][2]="12830 E. Mirabeau Parkway";
        distributorArrray[0][3]="Spokane Valley, WA 99216";
        distributorArrray[0][4]="PH: (800) 235-3300";
        distributorArrray[0][5]="Fax: (800) 828-0623";
        distributorArrray[0][6]="";
	distributorArrray[0][7]="http://www.edmo.com/index.php?module=sitecontact";
	distributorArrray[0][8]="http://www.edmo.com/index.php?module=products&func=displaycat&catid=1111";
        
        distributorArrray[1] = new Array(7);
        distributorArrray[1][0]=new GLatLng(32.856162,-96.669834);
        distributorArrray[1][1]="DALLAS AVIONICS";
        distributorArrray[1][2]="2525 Santa Anna Ave.";
        distributorArrray[1][3]="Dallas, Texas 75228";
        distributorArrray[1][4]="PH: 800-527-2581";
        distributorArrray[1][5]="Fax: 214-320-1057";
        distributorArrray[1][6]="dai@dallasavionics.com";
        distributorArrray[1][7]="";
        distributorArrray[1][8]="http://www.dallasavionics.com/cgi-bin/products.cgi?header=manufacture&master=avionics_accessories&man=davtron&subcat=clocks";
        
        distributorArrray[2] = new Array(7);
        distributorArrray[2][0]=new GLatLng(40.2501122, -75.2892525);
        distributorArrray[2][1]="DALLAS AVIONICS";
        distributorArrray[2][2]="805 W. 5th Street";
        distributorArrray[2][3]="Lansdale, PA 19446";
        distributorArrray[2][4]="PH: 800-523-5949";
        distributorArrray[2][5]="Fax: 215-368-9673";
        distributorArrray[2][6]="daipa@dallasavionics.com";
	distributorArrray[2][7]="";
	distributorArrray[2][8]="http://www.dallasavionics.com/cgi-bin/products.cgi?header=manufacture&master=avionics_accessories&man=davtron&subcat=clocks";
        
        distributorArrray[3] = new Array(7);
        distributorArrray[3][0]=new GLatLng(31.9685988, -99.9018131);
        distributorArrray[3][1]="HAWKINS ASSOCIATES COMPANY";
        distributorArrray[3][2]="PO Box 430";
        distributorArrray[3][3]="Argyle, TX 76226-0430";
        distributorArrray[3][4]="PH: 1-800-433-2612";
        distributorArrray[3][5]="FAX: 1-866-705-9303";
        distributorArrray[3][6]="sales@hawkinsassoc.com";
	distributorArrray[3][7]="";
	distributorArrray[3][8]="http://www.hawkinsassoc.com/davtron.html";
        
        distributorArrray[4] = new Array(7);
        distributorArrray[4][0]=new GLatLng(33.1938109, -97.195104);
        distributorArrray[4][1]="AVIONICS INTERNATIONAL, INC.";
        distributorArrray[4][2]="Denton, TX 76207";
        distributorArrray[4][3]="Spokane Valley, WA 99216";
        distributorArrray[4][4]="PH: 1-800-553-2233";
        distributorArrray[4][5]="FAX: 940-566-8656";
        distributorArrray[4][6]="info@avionicsinternational.com";
	distributorArrray[4][7]="";
	distributorArrray[4][8]="http://www.avionicsinternational.com/products.aspx?mode=c&id=&PageNo=1&suid=760&pucid=6&pcid=&scid=";	
        
        
    	for (i=0; i < distributorArrray.length; i++) {
		var marker = createMarker(distributorArrray[i][0], distributorArrray[i][1], distributorArrray[i][2], distributorArrray[i][3], distributorArrray[i][4], distributorArrray[i][5],distributorArrray[i][6],"distributer",distributorArrray[i][7],distributorArrray[i][8]);
		map.addOverlay(marker);
		}


        // add dealer markers
        var dealerArrray = new Array(); 
        dealerArrray[0] = new Array(7);
        dealerArrray[0][0]=new GLatLng(33.889899, -117.599104);
        dealerArrray[0][1]="AIRCRAFT SPRUCE WEST";
        dealerArrray[0][2]="225 AIRPORT CIRCLE";
        dealerArrray[0][3]="CORONA, CA 92880";
        dealerArrray[0][4]="PH: 951-372-9555";
        dealerArrray[0][5]="FAX: 951-372-0555";
        dealerArrray[0][6]="info@aircraftspruce.com";
        dealerArrray[0][7]="";
        dealerArrray[0][8]="http://www.aircraftspruce.com/menus/in/davtron.html";
        
        dealerArrray[1] = new Array(7);
        dealerArrray[1][0]=new GLatLng(33.3704724,-84.5757831);
        dealerArrray[1][1]="AIRCRAFT SPRUCE EAST";
        dealerArrray[1][2]="452 DIVIDEND DRIVE";
        dealerArrray[1][3]="PEACHTREE, GA 30269";
        dealerArrray[1][4]="PH: 770-487-2310";
        dealerArrray[1][5]="FAX: 770-487-2308";
        dealerArrray[1][6]="info@aircraftspruce.com";
	dealerArrray[1][7]="";
	dealerArrray[1][8]="http://www.aircraftspruce.com/menus/in/davtron.html";
        
        

        dealerArrray[2] = new Array(7);
        dealerArrray[2][0]=new GLatLng(43.134605 , -80.271026);
        dealerArrray[2][1]="AIRCRAFT SPRUCE CANADA";
        dealerArrray[2][2]="150 AVIATION AVE.";
        dealerArrray[2][3]="Brantford, ON N3T 5L7, Canada";
        dealerArrray[2][4]="PH: 519-759-5017";
        dealerArrray[2][5]="FAX: 519-759-8964";
        dealerArrray[2][6]="info@aircraftspruce.ca";
        dealerArrray[2][7]="";
        dealerArrray[2][8]="http://www.aircraftspruce.com/menus/in/davtron.html";
    

        dealerArrray[3] = new Array(7);
        dealerArrray[3][0]=new GLatLng(42.504977, -123.3855479);
        dealerArrray[3][1]="Chief Aircraft Inc.";
        dealerArrray[3][2]="1301 Brookside Blvd";
        dealerArrray[3][3]="Grants Pass, OR 97526-7209";
        dealerArrray[3][4]="PH: 1-800-447-3408";
        dealerArrray[3][5]="FAX: 1-541-479-4431";
        dealerArrray[3][6]="info@chiefaircraft.com";
        dealerArrray[3][7]="";
        dealerArrray[3][8]="http://www.chiefaircraft.com/cgi-bin/air/hazel.cgi?template=shopbybrand.html&SEARCH_MAXHITS=15&SEARCH_SPEC=%2BMFG%25davtron&SUBMIT_ACTION_SEARCH=Show+Product%21";        

        
        dealerArrray[4] = new Array(7);
        dealerArrray[4][0]=new GLatLng(29.0575802, -81.2863662);
        dealerArrray[4][1]="Chief Aircraft Inc.";
        dealerArrray[4][2]="813A Flightline Blvd Suite 1";
        dealerArrray[4][3]="Deland, FL 32724-2059";
        dealerArrray[4][4]="PH: 1-800-447-3408";
        dealerArrray[4][5]="FAX: 1-386-873-4122";
        dealerArrray[4][6]="info@avionicsinternational.com";
        dealerArrray[4][7]="";
        dealerArrray[4][8]="http://www.chiefaircraft.com/cgi-bin/air/hazel.cgi?template=shopbybrand.html&SEARCH_MAXHITS=15&SEARCH_SPEC=%2BMFG%25davtron&SUBMIT_ACTION_SEARCH=Show+Product%21";        
       

        dealerArrray[5] = new Array(7);
        dealerArrray[5][0]=new GLatLng(45.2309536, -122.7559267);
        dealerArrray[5][1]="PACIFIC COAST AVIONICS";
        dealerArrray[5][2]="22783 Airport Road Aurora State Airport";
        dealerArrray[5][3]="Aurora, Oregon 97002";
        dealerArrray[5][4]="PH: 503-678-6242";
        dealerArrray[5][5]="Fax: 503-678-6292";
        dealerArrray[5][6]="info@pca.aero";
        dealerArrray[5][7]="";
        dealerArrray[5][8]="http://www.pca.aero/list.asp?search_type=2&search_text=DAVTRON%20INSTRUMENTS";        
        
        dealerArrray[6] = new Array(7);
        dealerArrray[6][0]=new GLatLng(27.3364347,-82.5306527);
        dealerArrray[6][1]="SARASOTA AVIONICS";
        dealerArrray[6][2]="Sarasota-Bradenton Int'l Airport (SRQ) 8191 North Tamiami Trail, Hangar B-2";
        dealerArrray[6][3]="Sarasota, FL 34243";
        dealerArrray[6][4]="PH: 1-866-539-4078";
        dealerArrray[6][5]="FAX: 1-941-360-6878";
        dealerArrray[6][6]="support@sarasotaavionics.com";
        dealerArrray[6][7]="";        
        dealerArrray[6][8]="http://www.sarasotaavionics.com/M_Davtron.aspx?q=Davtron&m=35";        

        dealerArrray[7] = new Array(7);
        dealerArrray[7][0]=new GLatLng(47.485496, -122.315067);
        dealerArrray[7][1]="World Avionics";
        dealerArrray[7][2]="13114 14th Ave South";
        dealerArrray[7][3]="Seattle, WA 98168";
        dealerArrray[7][4]="PH: 877-225-0267";
        dealerArrray[7][5]="Fax: 206-431-9145";
        dealerArrray[7][6]="sales@worldavionics.net";
        dealerArrray[7][7]="";
        dealerArrray[7][8]="http://stores.worldavionics.net/-strse-Davtron/Categories.bok";        
        


        
        dealerArrray[8] = new Array(7);
        dealerArrray[8][0]=new GLatLng(27.9965873, -82.0153913);
        dealerArrray[8][1]="GULFCOAST AVIONICS";
        dealerArrray[8][2]="3650 Drane Field Road";
        dealerArrray[8][3]="Lakeland, FL 33811";
        dealerArrray[8][4]="PH: 863-709-9714";
        dealerArrray[8][5]="FAX: 863-709-9736";
        dealerArrray[8][6]="info@gca.aero";
        dealerArrray[8][7]="";        
        dealerArrray[8][8]="http://www.gca.aero/list.asp?search_type=2&search_text=DAVTRON%20INSTRUMENTS";                
       
        dealerArrray[9] = new Array(7);
        dealerArrray[9][0]=new GLatLng(26.929732, -81.987001);
        dealerArrray[9][1]="APG - EASTERN AVIONICS";
        dealerArrray[9][2]="28260 Airpark Dr";
        dealerArrray[9][3]="Punta Gorda, FL 33982";
        dealerArrray[9][4]="PH: 800-628-2667";
        dealerArrray[9][5]="FAX: 941-637-0388";
        dealerArrray[9][6]="staff@avionix.com";
        dealerArrray[9][7]="";
        dealerArrray[9][8]="http://www.avionix.com/store/davtron.html";      
        
        dealerArrray[10] = new Array(7);
        dealerArrray[10][0]=new GLatLng(42.6612498, -88.3571754);
        dealerArrray[10][1]="WAG AERO GROUP";
        dealerArrray[10][2]="1216 North Road";
        dealerArrray[10][3]="Lyons, WI 53148";
        dealerArrray[10][4]="PH: 800-558-6868";
        dealerArrray[10][5]="";
        dealerArrray[10][6]="wagaero-sales@wagaero.com";
        dealerArrray[10][7]="";
        dealerArrray[10][8]="http://store.wagaero.com/index.php?sessId=5185EC40D91CBC1FAFFE07FC1ECF84FC&manufacturers_id=24";         
        
        dealerArrray[11] = new Array(7);
        dealerArrray[11][0]=new GLatLng(47.5406425, -122.3063918);
        dealerArrray[11][1]="American Avionics";
        dealerArrray[11][2]="7023 Perimeter Road";
        dealerArrray[11][3]="Seattle, WA 98108";
        dealerArrray[11][4]="PH: 206-763-8530";
        dealerArrray[11][5]="";
        dealerArrray[11][6]="sales@americanavionics.com";
        dealerArrray[11][7]="";
        dealerArrray[11][8]="http://www.americanavionics.com/shopping/manufacturers.php?manufacturerid=26";         

        dealerArrray[12] = new Array(7);
        dealerArrray[12][0]=new GLatLng(35.9464916, -84.0147594);
        dealerArrray[12][1]="FatBoyz Aviation, LLC";
        dealerArrray[12][2]="P.O. Box 51621";
        dealerArrray[12][3]="Knoxville, TN 37950";
        dealerArrray[12][4]="PH: 865-607-4043";
        dealerArrray[12][5]="";
        dealerArrray[12][6]="pilotshop@fatboyzaviation.com";
        dealerArrray[12][7]="";
        dealerArrray[12][8]="http://www.fatboyzaviation.com/catalog/index.php?main_page=index&cPath=260";         

        dealerArrray[13] = new Array(7);
        dealerArrray[13][0]=new GLatLng(45.620769, -122.655879);
        dealerArrray[13][1]="Jake's Pilot Shop";
        dealerArrray[13][2]="105 East Reserve Street";
        dealerArrray[13][3]="Vancouver, WA 98661";
        dealerArrray[13][4]="PH: 360-326-8251";
        dealerArrray[13][5]="FAX: 360-635-4320";
        dealerArrray[13][6]="info@jakespilotshop.com";
        dealerArrray[13][7]="";
        dealerArrray[13][8]="http://www.jakespilotshop.com/davtron/";         
        
        
    	for (i=0; i < dealerArrray.length; i++) {
		var marker = createMarker(dealerArrray[i][0], dealerArrray[i][1], dealerArrray[i][2], dealerArrray[i][3], dealerArrray[i][4], dealerArrray[i][5],dealerArrray[i][6],"dealer",dealerArrray[i][7],dealerArrray[i][8]);
		map.addOverlay(marker);
		}


      }
    }