    //<![CDATA[

    if (GBrowserIsCompatible()) {
      var side_bar_html = "<table border=0 cellpadding=0><tr>";
      var gmarkers = [];
      var i = 0;

            var icon0 = new GIcon();
      icon0.image = "images/googlemaps/icons/airport.jpg";
      icon0.iconSize = new GSize(17, 16);
      icon0.iconAnchor = new GPoint(10, 10);
      icon0.infoWindowAnchor = new GPoint(10, 10);

      var icon1 = new GIcon();
      icon1.image = "images/googlemaps/icons/boat.jpg";
      icon1.iconSize = new GSize(17, 16);
      icon1.iconAnchor = new GPoint(10, 10);
      icon1.infoWindowAnchor = new GPoint(10, 10);

      var icon2 = new GIcon();
      icon2.image = "images/googlemaps/icons/church.jpg";
      icon2.iconSize = new GSize(17, 16);
      icon2.iconAnchor = new GPoint(10, 10);
      icon2.infoWindowAnchor = new GPoint(10, 10);

      var icon3 = new GIcon();
      icon3.image = "images/googlemaps/icons/employment.jpg";
      icon3.iconSize = new GSize(17, 16);
      icon3.iconAnchor = new GPoint(10, 10);
      icon3.infoWindowAnchor = new GPoint(10, 10);

      var icon4 = new GIcon();
      icon4.image = "images/googlemaps/icons/family.png";
      icon4.iconSize = new GSize(17, 16);
      icon4.iconAnchor = new GPoint(10, 10);
      icon4.infoWindowAnchor = new GPoint(10, 10);

      var icon5 = new GIcon();
      icon5.image = "images/googlemaps/icons/fire.jpg";
      icon5.iconSize = new GSize(17, 16);
      icon5.iconAnchor = new GPoint(10, 10);
      icon5.infoWindowAnchor = new GPoint(10, 10);

      var icon6 = new GIcon();
      icon6.image = "images/googlemaps/icons/general.png";
      icon6.iconSize = new GSize(17, 16);
      icon6.iconAnchor = new GPoint(10, 10);
      icon6.infoWindowAnchor = new GPoint(10, 10);

      var icon7 = new GIcon();
      icon7.image = "images/googlemaps/icons/golf.jpg";
      icon7.iconSize = new GSize(17, 16);
      icon7.iconAnchor = new GPoint(10, 10);
      icon7.infoWindowAnchor = new GPoint(10, 10);

      var icon8 = new GIcon();
      icon8.image = "images/googlemaps/icons/government.jpg";
      icon8.iconSize = new GSize(17, 16);
      icon8.iconAnchor = new GPoint(10, 10);
      icon8.infoWindowAnchor = new GPoint(10, 10);

      var icon9 = new GIcon();
      icon9.image = "images/googlemaps/icons/hospital.jpg";
      icon9.iconSize = new GSize(17, 16);
      icon9.iconAnchor = new GPoint(10, 10);
      icon9.infoWindowAnchor = new GPoint(10, 10);

      var icon10 = new GIcon();
      icon10.image = "images/googlemaps/icons/info.jpg";
      icon10.iconSize = new GSize(17, 16);
      icon10.iconAnchor = new GPoint(10, 10);
      icon10.infoWindowAnchor = new GPoint(10, 10);

      var icon11 = new GIcon();
      icon11.image = "images/googlemaps/icons/library.jpg";
      icon11.iconSize = new GSize(17, 16);
      icon11.iconAnchor = new GPoint(10, 10);
      icon11.infoWindowAnchor = new GPoint(10, 10);

      var icon12 = new GIcon();
      icon12.image = "images/googlemaps/icons/military.jpg";
      icon12.iconSize = new GSize(17, 16);
      icon12.iconAnchor = new GPoint(10, 10);
      icon12.infoWindowAnchor = new GPoint(10, 10);

      var icon13 = new GIcon();
      icon13.image = "images/googlemaps/icons/museum.jpg";
      icon13.iconSize = new GSize(17, 16);
      icon13.iconAnchor = new GPoint(10, 10);
      icon13.infoWindowAnchor = new GPoint(10, 10);

      var icon14 = new GIcon();
      icon14.image = "images/googlemaps/icons/park.jpg";
      icon14.iconSize = new GSize(17, 16);
      icon14.iconAnchor = new GPoint(10, 10);
      icon14.infoWindowAnchor = new GPoint(10, 10);

      var icon15 = new GIcon();
      icon15.image = "images/googlemaps/icons/police.jpg";
      icon15.iconSize = new GSize(17, 16);
      icon15.iconAnchor = new GPoint(10, 10);
      icon15.infoWindowAnchor = new GPoint(10, 10);

      var icon16 = new GIcon();
      icon16.image = "images/googlemaps/icons/school.jpg";
      icon16.iconSize = new GSize(17, 16);
      icon16.iconAnchor = new GPoint(10, 10);
      icon16.infoWindowAnchor = new GPoint(10, 10);

      var icon17 = new GIcon();
      icon17.image = "images/googlemaps/icons/service.png";
      icon17.iconSize = new GSize(17, 16);
      icon17.iconAnchor = new GPoint(10, 10);
      icon17.infoWindowAnchor = new GPoint(10, 10);

      var icon18 = new GIcon();
      icon18.image = "images/googlemaps/icons/shopping.jpg";
      icon18.iconSize = new GSize(17, 16);
      icon18.iconAnchor = new GPoint(10, 10);
      icon18.infoWindowAnchor = new GPoint(10, 10);

      var icon19 = new GIcon();
      icon19.image = "images/googlemaps/icons/wateractivities.png";
      icon19.iconSize = new GSize(17, 16);
      icon19.iconAnchor = new GPoint(10, 10);
      icon19.infoWindowAnchor = new GPoint(10, 10);

      var icon20 = new GIcon();
      icon20.image = "images/googlemaps/icons/youth.png";
      icon20.iconSize = new GSize(17, 16);
      icon20.iconAnchor = new GPoint(10, 10);
      icon20.infoWindowAnchor = new GPoint(10, 10);



      // An array of GIcons, to make the selection easier
      var icons = [];
      icons[0] = icon0;
icons[1] = icon1;
icons[2] = icon2;
icons[3] = icon3;
icons[4] = icon4;
icons[5] = icon5;
icons[6] = icon6;
icons[7] = icon7;
icons[8] = icon8;
icons[9] = icon9;
icons[10] = icon10;
icons[11] = icon11;
icons[12] = icon12;
icons[13] = icon13;
icons[14] = icon14;
icons[15] = icon15;
icons[16] = icon16;
icons[17] = icon17;
icons[18] = icon18;
icons[19] = icon19;
icons[20] = icon20;


      var tdrow = 1;
      // A function to create the marker and set up the event window
      function createMarker(point,label,html,icontype,iname) {
 
        var marker = new GMarker(point, icons[icontype]);
        GEvent.addListener(marker, "click", function() {
        marker.openInfoWindowHtml(html);
        });
        // save the info we need to use later for the side_bar
        gmarkers.push(marker)
        // add a line to the side_bar html
        side_bar_html += '<td class=cbhp width=19 valign=top align=left><img width=17 height=16 src=/images/googlemaps/icons/' + iname + '></td><td class=cbhp width=215 valign=top align=left><a href="javascript:myclick(' + (gmarkers.length-1) + ')";>' + label + '</a></td>';
        tdrow++;
        if (tdrow > 3){side_bar_html += '</tr><tr>'; tdrow =1;
         }
        return marker;
      }      
 
      function myclick(i) {
        GEvent.trigger(gmarkers[i], "click");
      }
      
      // built by script 
 
      var map = new GMap2(document.getElementById("map"),  { size: new GSize(550,450) } );
      
      map.addControl(new GLargeMapControl3D());
      map.addControl(new GMapTypeControl());
      map.setMapType(G_HYBRID_MAP);
      map.setCenter(new GLatLng(30.51642,-86.4919), 12);

            var lat = "30.51492";
      var lng = "-86.4617";
      var point = new GLatLng(lat,lng);
      var html = "<table width=300 cellspacing=0 cellpadding=3 ><tr><td colspan=2><a class=verd href=http://www.baybeacon.com/ target=_blank> Beacon Newspaper (Niceville)</a></td></tr><tr><td width=150 valign=top><div class=img-shadow><a class=verd href=http://www.baybeacon.com/ target=_blank><img border=0 width=120 height=80 src=http://www.welcometonorthwestflorida.com/images/googlemaps/thumbnails/265.jpg></a></div></td><td width=150 valign=top><span class=cbhp ><br><br>1181 E. John Sims Pkwy <br>Niceville, FL </span></td></tr></table>";
      var label = "Beacon Newspaper (Niceville)";
      var icontype = '10';
      var marker = createMarker(point,label,html,icontype,'info.jpg');
      map.addOverlay(marker);
      var lat = "30.49099";
      var lng = "-86.4181";
      var point = new GLatLng(lat,lng);
      var html = "<table width=300 cellspacing=0 cellpadding=3 ><tr><td colspan=2><a class=verd href=http://www.okaloosa.k12.fl.us/bluewater/ target=_blank> Bluewater Elementary School</a></td></tr><tr><td width=150 valign=top><div class=img-shadow><a class=verd href=http://www.okaloosa.k12.fl.us/bluewater/ target=_blank><img border=0 width=120 height=80 src=http://www.welcometonorthwestflorida.com/images/googlemaps/thumbnails/4.jpg></a></div></td><td width=150 valign=top><span class=cbhp >Grades: Pre K-5 <br><br>4545 Range Road <br>Niceville, FL </span></td></tr></table>";
      var label = "Bluewater Elementary School";
      var icontype = '16';
      var marker = createMarker(point,label,html,icontype,'school.jpg');
      map.addOverlay(marker);
      var lat = "30.53236";
      var lng = "-86.4943";
      var point = new GLatLng(lat,lng);
      var html = "<table width=300 cellspacing=0 cellpadding=3 ><tr><td colspan=2><a class=verd href=http://www.okaloosatax.com/ target=_blank> Boat Registration - Niceville</a></td></tr><tr><td width=150 valign=top><div class=img-shadow><a class=verd href=http://www.okaloosatax.com/ target=_blank><img border=0 width=120 height=80 src=http://www.welcometonorthwestflorida.com/images/googlemaps/thumbnails/225.jpg></a></div></td><td width=150 valign=top><span class=cbhp ><br><br>506 Highway 85 N <br>Niceville, FL </span></td></tr></table>";
      var label = "Boat Registration - Niceville";
      var icontype = '8';
      var marker = createMarker(point,label,html,icontype,'government.jpg');
      map.addOverlay(marker);
      var lat = "30.52062";
      var lng = "-86.4792";
      var point = new GLatLng(lat,lng);
      var html = "<table width=300 cellspacing=0 cellpadding=3 ><tr><td colspan=2><a class=verd href=http://www.okaloosa.k12.fl.us/ruckel/default.htm target=_blank> C.W. Ruckel Middle School</a></td></tr><tr><td width=150 valign=top><div class=img-shadow><a class=verd href=http://www.okaloosa.k12.fl.us/ruckel/default.htm target=_blank><img border=0 width=120 height=80 src=http://www.welcometonorthwestflorida.com/images/googlemaps/thumbnails/30.jpg></a></div></td><td width=150 valign=top><span class=cbhp >Grades: 6-8<br><br>201 North Partin Drive <br>Niceville, FL </span></td></tr></table>";
      var label = "C.W. Ruckel Middle School";
      var icontype = '16';
      var marker = createMarker(point,label,html,icontype,'school.jpg');
      map.addOverlay(marker);
      var lat = "30.52100";
      var lng = "-86.4788";
      var point = new GLatLng(lat,lng);
      var html = "<table width=300 cellspacing=0 cellpadding=3 ><tr><td colspan=2><a class=verd href=http://www.cityofniceville.org/index.html target=_blank> City of Niceville</a></td></tr><tr><td width=150 valign=top><div class=img-shadow><a class=verd href=http://www.cityofniceville.org/index.html target=_blank><img border=0 width=120 height=80 src=http://www.welcometonorthwestflorida.com/images/googlemaps/thumbnails/190.jpg></a></div></td><td width=150 valign=top><span class=cbhp ><br><br>208 N Partin Dr <br>Niceville, FL </span></td></tr></table>";
      var label = "City of Niceville";
      var icontype = '8';
      var marker = createMarker(point,label,html,icontype,'government.jpg');
      map.addOverlay(marker);
      var lat = "30.52182";
      var lng = "-86.4761";
      var point = new GLatLng(lat,lng);
      var html = "<table width=300 cellspacing=0 cellpadding=3 ><tr><td colspan=2><a class=verd href=http://www.readokaloosa.org/details_nville.html target=_blank> City of Niceville Public Library</a></td></tr><tr><td width=150 valign=top><div class=img-shadow><a class=verd href=http://www.readokaloosa.org/details_nville.html target=_blank><img border=0 width=120 height=80 src=http://www.welcometonorthwestflorida.com/images/googlemaps/thumbnails/358.jpg></a></div></td><td width=150 valign=top><span class=cbhp >The library currently houses approximately 65,000 items, including dvds, audios, videos, cds, and print materials, and subscribes to 158 periodicals for our patrons reading and listening pleasure. <br><br>206 North Partin Dr. <br>Niceville, FL </span></td></tr></table>";
      var label = "City of Niceville Public Library";
      var icontype = '11';
      var marker = createMarker(point,label,html,icontype,'library.jpg');
      map.addOverlay(marker);
      var lat = "30.53742";
      var lng = "-86.4768";
      var point = new GLatLng(lat,lng);
      var html = "<table width=300 cellspacing=0 cellpadding=3 ><tr><td colspan=2><a class=verd href=http://www.nwfcollegiatehigh.org/ target=_blank> Collegiate High School at Northwest Florida State </a></td></tr><tr><td width=150 valign=top><div class=img-shadow><a class=verd href=http://www.nwfcollegiatehigh.org/ target=_blank><img border=0 width=120 height=80 src=http://www.welcometonorthwestflorida.com/images/googlemaps/thumbnails/32.jpg></a></div></td><td width=150 valign=top><span class=cbhp ><br><br>100 College Blvd <br>Niceville, FL </span></td></tr></table>";
      var label = "Collegiate High School at Northwest Florida State ";
      var icontype = '16';
      var marker = createMarker(point,label,html,icontype,'school.jpg');
      map.addOverlay(marker);
      var lat = "30.51496";
      var lng = "-86.4619";
      var point = new GLatLng(lat,lng);
      var html = "<table width=300 cellspacing=0 cellpadding=3 ><tr><td colspan=2><a class=verd href=http://ww2.cox.com/residential/gulfcoast/home.cox target=_blank> Cox Communications - Niceville</a></td></tr><tr><td width=150 valign=top><div class=img-shadow><a class=verd href=http://ww2.cox.com/residential/gulfcoast/home.cox target=_blank><img border=0 width=120 height=80 src=http://www.welcometonorthwestflorida.com/images/googlemaps/thumbnails/164.jpg></a></div></td><td width=150 valign=top><span class=cbhp ><br><br>1173 John Simms Parkway <br>Niceville, FL </span></td></tr></table>";
      var label = "Cox Communications - Niceville";
      var icontype = '17';
      var marker = createMarker(point,label,html,icontype,'service.png');
      map.addOverlay(marker);
      var lat = "30.53236";
      var lng = "-86.4943";
      var point = new GLatLng(lat,lng);
      var html = "<table width=300 cellspacing=0 cellpadding=3 ><tr><td colspan=2><a class=verd href=http://www.flhsmv.gov/offices/ target=_blank> Driver License - Niceville</a></td></tr><tr><td width=150 valign=top><div class=img-shadow><a class=verd href=http://www.flhsmv.gov/offices/ target=_blank><img border=0 width=120 height=80 src=http://www.welcometonorthwestflorida.com/images/googlemaps/thumbnails/219.jpg></a></div></td><td width=150 valign=top><span class=cbhp ><br><br>506 Highway 85 North 32578 <br>Niceville, FL </span></td></tr></table>";
      var label = "Driver License - Niceville";
      var icontype = '8';
      var marker = createMarker(point,label,html,icontype,'government.jpg');
      map.addOverlay(marker);
      var lat = "30.51271";
      var lng = "-86.4578";
      var point = new GLatLng(lat,lng);
      var html = "<table width=300 cellspacing=0 cellpadding=3 ><tr><td colspan=2><a class=verd href=http://www.enfd.net/ target=_blank> East Niceville Fire District </a></td></tr><tr><td width=150 valign=top><div class=img-shadow><a class=verd href=http://www.enfd.net/ target=_blank><img border=0 width=120 height=80 src=http://www.welcometonorthwestflorida.com/images/googlemaps/thumbnails/313.jpg></a></div></td><td width=150 valign=top><span class=cbhp >For emergencies, always call 911 or your local emergency contact phone number <br><br>1709 27TH ST  <br>Niceville, FL </span></td></tr></table>";
      var label = "East Niceville Fire District ";
      var icontype = '5';
      var marker = createMarker(point,label,html,icontype,'fire.jpg');
      map.addOverlay(marker);
      var lat = "30.51488";
      var lng = "-86.4698";
      var point = new GLatLng(lat,lng);
      var html = "<table width=300 cellspacing=0 cellpadding=3 ><tr><td colspan=2><a class=verd href=http://www.eccac.org/ target=_blank> Emerald Coast Children&#0039;s Advocacy Center</a></td></tr><tr><td width=150 valign=top><div class=img-shadow><a class=verd href=http://www.eccac.org/ target=_blank><img border=0 width=120 height=80 src=http://www.welcometonorthwestflorida.com/images/googlemaps/thumbnails/241.jpg></a></div></td><td width=150 valign=top><span class=cbhp ><br><br>401 McEwen Drive <br>Niceville, FL </span></td></tr></table>";
      var label = "Emerald Coast Children&#0039;s Advocacy Center";
      var icontype = '17';
      var marker = createMarker(point,label,html,icontype,'service.png');
      map.addOverlay(marker);
      var lat = "30.49896";
      var lng = "-86.4305";
      var point = new GLatLng(lat,lng);
      var html = "<table width=300 cellspacing=0 cellpadding=3 ><tr><td colspan=2><a class=verd href=http://www.floridastateparks.org/ target=_blank> Fred Gannon Rocky Bayou State Park</a></td></tr><tr><td width=150 valign=top><div class=img-shadow><a class=verd href=http://www.floridastateparks.org/ target=_blank><img border=0 width=120 height=80 src=http://www.welcometonorthwestflorida.com/images/googlemaps/thumbnails/372.jpg></a></div></td><td width=150 valign=top><span class=cbhp >Fred Gannon Rocky Bayou State Park was acquired in 1966 through a lease agreement with the U.S. Forest Service, this 357-acre recreation area was named for U.S. Air Force Colonel Fred Gannon who was instrumental in the construction of the park.<br><br>4281 Hwy 20 <br>Niceville, FL </span></td></tr></table>";
      var label = "Fred Gannon Rocky Bayou State Park";
      var icontype = '14';
      var marker = createMarker(point,label,html,icontype,'park.jpg');
      map.addOverlay(marker);
      var lat = "30.53342";
      var lng = "-86.4766";
      var point = new GLatLng(lat,lng);
      var html = "<table width=300 cellspacing=0 cellpadding=3 ><tr><td colspan=2><a class=verd href=http://www.mattiekellyartscenter.org/ target=_blank> Mattie Kelly Arts Center</a></td></tr><tr><td width=150 valign=top><div class=img-shadow><a class=verd href=http://www.mattiekellyartscenter.org/ target=_blank><img border=0 width=120 height=80 src=http://www.welcometonorthwestflorida.com/images/googlemaps/thumbnails/433.jpg></a></div></td><td width=150 valign=top><span class=cbhp ><br><br>100 College Blvd E <br>Niceville, FL </span></td></tr></table>";
      var label = "Mattie Kelly Arts Center";
      var icontype = '6';
      var marker = createMarker(point,label,html,icontype,'general.png');
      map.addOverlay(marker);
      var lat = "30.51954";
      var lng = "-86.4882";
      var point = new GLatLng(lat,lng);
      var html = "<table width=300 cellspacing=0 cellpadding=3 ><tr><td colspan=2><a class=verd href=http://cityofniceville.org/fire.html target=_blank> Niceville Fire Department </a></td></tr><tr><td width=150 valign=top><div class=img-shadow><a class=verd href=http://cityofniceville.org/fire.html target=_blank><img border=0 width=120 height=80 src=http://www.welcometonorthwestflorida.com/images/googlemaps/thumbnails/314.jpg></a></div></td><td width=150 valign=top><span class=cbhp >For emergencies, always call 911 or your local emergency contact phone number <br><br>102 Armstrong AVE  <br>Niceville, FL </span></td></tr></table>";
      var label = "Niceville Fire Department ";
      var icontype = '5';
      var marker = createMarker(point,label,html,icontype,'fire.jpg');
      map.addOverlay(marker);
      var lat = "30.50336";
      var lng = "-86.4689";
      var point = new GLatLng(lat,lng);
      var html = "<table width=300 cellspacing=0 cellpadding=3 ><tr><td colspan=2><a class=verd href=http://www.okaloosaheadstart.org/ target=_blank> Niceville Head Start Center</a></td></tr><tr><td width=150 valign=top><div class=img-shadow><a class=verd href=http://www.okaloosaheadstart.org/ target=_blank><img border=0 width=120 height=80 src=http://www.welcometonorthwestflorida.com/images/googlemaps/thumbnails/199.jpg></a></div></td><td width=150 valign=top><span class=cbhp ><br><br>1200 Valparaiso Boulevard <br>Niceville, FL </span></td></tr></table>";
      var label = "Niceville Head Start Center";
      var icontype = '16';
      var marker = createMarker(point,label,html,icontype,'school.jpg');
      map.addOverlay(marker);
      var lat = "30.52100";
      var lng = "-86.4788";
      var point = new GLatLng(lat,lng);
      var html = "<table width=300 cellspacing=0 cellpadding=3 ><tr><td colspan=2><a class=verd href=http://www.cityofniceville.org/recreationhm.html target=_blank> Niceville Parks & Recreation Dept.</a></td></tr><tr><td width=150 valign=top><div class=img-shadow><a class=verd href=http://www.cityofniceville.org/recreationhm.html target=_blank><img border=0 width=120 height=80 src=http://www.welcometonorthwestflorida.com/images/googlemaps/thumbnails/376.jpg></a></div></td><td width=150 valign=top><span class=cbhp ><br><br>212 North Partin Drive <br>Niceville, FL </span></td></tr></table>";
      var label = "Niceville Parks & Recreation Dept.";
      var icontype = '14';
      var marker = createMarker(point,label,html,icontype,'park.jpg');
      map.addOverlay(marker);
      var lat = "30.52100";
      var lng = "-86.4788";
      var point = new GLatLng(lat,lng);
      var html = "<table width=300 cellspacing=0 cellpadding=3 ><tr><td colspan=2><a class=verd href=http://www.cityofniceville.org/police.html target=_blank> Niceville Police Department</a></td></tr><tr><td width=150 valign=top><div class=img-shadow><a class=verd href=http://www.cityofniceville.org/police.html target=_blank><img border=0 width=120 height=80 src=http://www.welcometonorthwestflorida.com/images/googlemaps/thumbnails/334.jpg></a></div></td><td width=150 valign=top><span class=cbhp >For emergencies, always call 911 or your local emergency contact phone number <br><br>212 N Partin Dr <br>Niceville, FL </span></td></tr></table>";
      var label = "Niceville Police Department";
      var icontype = '15';
      var marker = createMarker(point,label,html,icontype,'police.jpg');
      map.addOverlay(marker);
      var lat = "30.51942";
      var lng = "-86.4772";
      var point = new GLatLng(lat,lng);
      var html = "<table width=300 cellspacing=0 cellpadding=3 ><tr><td colspan=2><a class=verd href=http://www.nicevillehighschool.org/ target=_blank> Niceville Senior High School</a></td></tr><tr><td width=150 valign=top><div class=img-shadow><a class=verd href=http://www.nicevillehighschool.org/ target=_blank><img border=0 width=120 height=80 src=http://www.welcometonorthwestflorida.com/images/googlemaps/thumbnails/1.jpg></a></div></td><td width=150 valign=top><span class=cbhp >Home of the Golden Eagles<br><br>800 John Sims Pkwy <br>Niceville, FL </span></td></tr></table>";
      var label = "Niceville Senior High School";
      var icontype = '16';
      var marker = createMarker(point,label,html,icontype,'school.jpg');
      map.addOverlay(marker);
      var lat = "30.51630";
      var lng = "-86.4678";
      var point = new GLatLng(lat,lng);
      var html = "<table width=300 cellspacing=0 cellpadding=3 ><tr><td colspan=2><a class=verd href=http://www.nicevillechamber.org/ target=_blank> Niceville Valparaiso Chamber of Commerce</a></td></tr><tr><td width=150 valign=top><div class=img-shadow><a class=verd href=http://www.nicevillechamber.org/ target=_blank><img border=0 width=120 height=80 src=http://www.welcometonorthwestflorida.com/images/googlemaps/thumbnails/120.jpg></a></div></td><td width=150 valign=top><span class=cbhp >The Chamber is focused on promoting our business members and enhancing the quality of life in our community.<br><br>1055 E. John Sims Pkwy <br>Niceville, FL </span></td></tr></table>";
      var label = "Niceville Valparaiso Chamber of Commerce";
      var icontype = '10';
      var marker = createMarker(point,label,html,icontype,'info.jpg');
      map.addOverlay(marker);
      var lat = "30.46963";
      var lng = "-86.4163";
      var point = new GLatLng(lat,lng);
      var html = "<table width=300 cellspacing=0 cellpadding=3 ><tr><td colspan=2><a class=verd href=http://www.northbayfd.org/ target=_blank> North Bay Fire Control District </a></td></tr><tr><td width=150 valign=top><div class=img-shadow><a class=verd href=http://www.northbayfd.org/ target=_blank><img border=0 width=120 height=80 src=http://www.welcometonorthwestflorida.com/images/googlemaps/thumbnails/315.jpg></a></div></td><td width=150 valign=top><span class=cbhp ><br><br>1024 White Point RD  <br>Niceville, FL </span></td></tr></table>";
      var label = "North Bay Fire Control District ";
      var icontype = '5';
      var marker = createMarker(point,label,html,icontype,'fire.jpg');
      map.addOverlay(marker);
      var lat = "30.52197";
      var lng = "-86.4936";
      var point = new GLatLng(lat,lng);
      var html = "<table width=300 cellspacing=0 cellpadding=3 ><tr><td colspan=2><a class=verd href=http://www.northlightmarina.com/index.cfm? target=_blank> North Light Yacht Club</a></td></tr><tr><td width=150 valign=top><div class=img-shadow><a class=verd href=http://www.northlightmarina.com/index.cfm? target=_blank><img border=0 width=120 height=80 src=http://www.welcometonorthwestflorida.com/images/googlemaps/thumbnails/411.jpg></a></div></td><td width=150 valign=top><span class=cbhp ><br><br>115 John Sims Parkway W <br>Niceville, FL </span></td></tr></table>";
      var label = "North Light Yacht Club";
      var icontype = '19';
      var marker = createMarker(point,label,html,icontype,'wateractivities.png');
      map.addOverlay(marker);
      var lat = "30.53964";
      var lng = "-86.4766";
      var point = new GLatLng(lat,lng);
      var html = "<table width=300 cellspacing=0 cellpadding=3 ><tr><td colspan=2><a class=verd href=http://www.nwfsc.edu/Niceville/ target=_blank> Northwest Florida State College - Niceville</a></td></tr><tr><td width=150 valign=top><div class=img-shadow><a class=verd href=http://www.nwfsc.edu/Niceville/ target=_blank><img border=0 width=120 height=80 src=http://www.welcometonorthwestflorida.com/images/googlemaps/thumbnails/88.jpg></a></div></td><td width=150 valign=top><span class=cbhp ><br><br>100 E. College Blvd <br>Niceville, FL </span></td></tr></table>";
      var label = "Northwest Florida State College - Niceville";
      var icontype = '16';
      var marker = createMarker(point,label,html,icontype,'school.jpg');
      map.addOverlay(marker);
      var lat = "30.53474";
      var lng = "-86.4728";
      var point = new GLatLng(lat,lng);
      var html = "<table width=300 cellspacing=0 cellpadding=3 ><tr><td colspan=2><a class=verd href=http://www.nfsymphony.org/ target=_blank> Northwest Florida Symphony Orchestra</a></td></tr><tr><td width=150 valign=top><div class=img-shadow><a class=verd href=http://www.nfsymphony.org/ target=_blank><img border=0 width=120 height=80 src=http://www.welcometonorthwestflorida.com/images/googlemaps/thumbnails/392.jpg></a></div></td><td width=150 valign=top><span class=cbhp >The NFSO is a professional orchestra which offers the highest quality of standard and new orchestral repertoire to the growing and diverse population of Northwest Florida. <br><br>100 College Boulevard <br>Niceville, FL </span></td></tr></table>";
      var label = "Northwest Florida Symphony Orchestra";
      var icontype = '6';
      var marker = createMarker(point,label,html,icontype,'general.png');
      map.addOverlay(marker);
      var lat = "30.53236";
      var lng = "-86.4943";
      var point = new GLatLng(lat,lng);
      var html = "<table width=300 cellspacing=0 cellpadding=3 ><tr><td colspan=2><a class=verd href=http://www.okaloosatax.com target=_blank> Okaloosa County Tax Collector - Niceville</a></td></tr><tr><td width=150 valign=top><div class=img-shadow><a class=verd href=http://www.okaloosatax.com target=_blank><img border=0 width=120 height=80 src=http://www.welcometonorthwestflorida.com/images/googlemaps/thumbnails/439.jpg></a></div></td><td width=150 valign=top><span class=cbhp ><br><br>506 Highway 85 North <br>Niceville, FL </span></td></tr></table>";
      var label = "Okaloosa County Tax Collector - Niceville";
      var icontype = '8';
      var marker = createMarker(point,label,html,icontype,'government.jpg');
      map.addOverlay(marker);
      var lat = "30.47431";
      var lng = "-86.4034";
      var point = new GLatLng(lat,lng);
      var html = "<table width=300 cellspacing=0 cellpadding=3 ><tr><td colspan=2><a class=verd href=http://www.pacewater.org/ target=_blank> Pace Water System - Niceville</a></td></tr><tr><td width=150 valign=top><div class=img-shadow><a class=verd href=http://www.pacewater.org/ target=_blank><img border=0 width=120 height=80 src=http://www.welcometonorthwestflorida.com/images/googlemaps/thumbnails/184.jpg></a></div></td><td width=150 valign=top><span class=cbhp ><br><br>1401 Cat-mar Road <br>Niceville, FL </span></td></tr></table>";
      var label = "Pace Water System - Niceville";
      var icontype = '17';
      var marker = createMarker(point,label,html,icontype,'service.png');
      map.addOverlay(marker);
      var lat = "30.51347";
      var lng = "-86.4626";
      var point = new GLatLng(lat,lng);
      var html = "<table width=300 cellspacing=0 cellpadding=3 ><tr><td colspan=2><a class=verd href=http://www.okaloosa.k12.fl.us/plew/ target=_blank> Plew Elementary School</a></td></tr><tr><td width=150 valign=top><div class=img-shadow><a class=verd href=http://www.okaloosa.k12.fl.us/plew/ target=_blank><img border=0 width=120 height=80 src=http://www.welcometonorthwestflorida.com/images/googlemaps/thumbnails/15.jpg></a></div></td><td width=150 valign=top><span class=cbhp >Grades: Pre K-5 <br><br>220 Pine Avenue <br>Niceville, FL </span></td></tr></table>";
      var label = "Plew Elementary School";
      var icontype = '16';
      var marker = createMarker(point,label,html,icontype,'school.jpg');
      map.addOverlay(marker);
      var lat = "30.52790";
      var lng = "-86.4445";
      var point = new GLatLng(lat,lng);
      var html = "<table width=300 cellspacing=0 cellpadding=3 ><tr><td colspan=2><a class=verd href=http://rockybayoucc.com/ target=_blank> Rocky Bayou Country Club</a></td></tr><tr><td width=150 valign=top><div class=img-shadow><a class=verd href=http://rockybayoucc.com/ target=_blank><img border=0 width=120 height=80 src=http://www.welcometonorthwestflorida.com/images/googlemaps/thumbnails/415.jpg></a></div></td><td width=150 valign=top><span class=cbhp ><br><br>600 Golf Course Drive <br>Niceville, FL </span></td></tr></table>";
      var label = "Rocky Bayou Country Club";
      var icontype = '7';
      var marker = createMarker(point,label,html,icontype,'golf.jpg');
      map.addOverlay(marker);
      var lat = "30.51645";
      var lng = "-86.4685";
      var point = new GLatLng(lat,lng);
      var html = "<table width=300 cellspacing=0 cellpadding=3 ><tr><td colspan=2> Twin Cities Cinema </a></td></tr><tr><td width=150 valign=top><div class=img-shadow><img border=0 width=120 height=80 src=http://www.welcometonorthwestflorida.com/images/googlemaps/thumbnails/400.jpg></a></div></td><td width=150 valign=top><span class=cbhp ><br><br>1047 John Sims Pkwy <br>Niceville, FL </span></td></tr></table>";
      var label = "Twin Cities Cinema ";
      var icontype = '6';
      var marker = createMarker(point,label,html,icontype,'general.png');
      map.addOverlay(marker);
      var lat = "30.53347";
      var lng = "-86.4960";
      var point = new GLatLng(lat,lng);
      var html = "<table width=300 cellspacing=0 cellpadding=3 ><tr><td colspan=2><a class=verd href=http://www.tchospital.com/ target=_blank> Twin Cities Hospital </a></td></tr><tr><td width=150 valign=top><div class=img-shadow><a class=verd href=http://www.tchospital.com/ target=_blank><img border=0 width=120 height=80 src=http://www.welcometonorthwestflorida.com/images/googlemaps/thumbnails/349.jpg></a></div></td><td width=150 valign=top><span class=cbhp ><br><br>2190 Highway 85 North <br>Niceville, FL </span></td></tr></table>";
      var label = "Twin Cities Hospital ";
      var icontype = '9';
      var marker = createMarker(point,label,html,icontype,'hospital.jpg');
      map.addOverlay(marker);


      // put the assembled side_bar_html contents into the side_bar div

      function legend() {
       var load = window.open('http://www.welcometonorthwestflorida.com/images/googlemaps/legend1.gif','','scrollbars=no,menubar=no,width=560,height=450,resizable=no,toolbar=no,location=no,status=no');
       }
         side_bar_html += '</tr></table><p align=center><a a href="javascript:legend()">Map Legend</a>';

         document.getElementById("side_bar").innerHTML = side_bar_html;


    }   else
     { alert("Google Maps is not compatible with this browser"); }

    //]]>

