//<![CDATA[
/*************************************************
 * Created with GoogleMapAPI 2.3
 * Author: Monte Ohrt <monte AT ohrt DOT com>
 * Copyright 2005-2006 New Digital Group
 * http://www.phpinsider.com/php/code/GoogleMapAPI/
 *************************************************/
var points = [];
var markers = [];
var counter = 0;
var sidebar_html = "";
var marker_html = [];
var icon = [];
icon[0] = new GIcon();
icon[0].image = "http://www.campingshongarije.nl/images2/gmarkers/m1.png";
icon[0].shadow = "http://www.campingshongarije.nl/images2/gmarkers/shadow.png";
icon[0].shadowSize = new GSize(37,34);
icon[0].iconSize = new GSize(20,34);
icon[0].iconAnchor = new GPoint(10,17);
icon[0].infoWindowAnchor = new GPoint(10,17);
icon[1] = new GIcon();
icon[1].image = "http://www.campingshongarije.nl/images2/gmarkers/m2.png";
icon[1].shadow = "http://www.campingshongarije.nl/images2/gmarkers/shadow.png";
icon[1].shadowSize = new GSize(37,34);
icon[1].iconSize = new GSize(20,34);
icon[1].iconAnchor = new GPoint(10,17);
icon[1].infoWindowAnchor = new GPoint(10,17);
icon[2] = new GIcon();
icon[2].image = "http://www.campingshongarije.nl/images2/gmarkers/m3.png";
icon[2].shadow = "http://www.campingshongarije.nl/images2/gmarkers/shadow.png";
icon[2].shadowSize = new GSize(37,34);
icon[2].iconSize = new GSize(20,34);
icon[2].iconAnchor = new GPoint(10,17);
icon[2].infoWindowAnchor = new GPoint(10,17);
icon[3] = new GIcon();
icon[3].image = "http://www.campingshongarije.nl/images2/gmarkers/m4.png";
icon[3].shadow = "http://www.campingshongarije.nl/images2/gmarkers/shadow.png";
icon[3].shadowSize = new GSize(37,34);
icon[3].iconSize = new GSize(20,34);
icon[3].iconAnchor = new GPoint(10,17);
icon[3].infoWindowAnchor = new GPoint(10,17);
icon[4] = new GIcon();
icon[4].image = "http://www.campingshongarije.nl/images2/gmarkers/m5.png";
icon[4].shadow = "http://www.campingshongarije.nl/images2/gmarkers/shadow.png";
icon[4].shadowSize = new GSize(37,34);
icon[4].iconSize = new GSize(20,34);
icon[4].iconAnchor = new GPoint(10,17);
icon[4].infoWindowAnchor = new GPoint(10,17);
icon[5] = new GIcon();
icon[5].image = "http://www.campingshongarije.nl/images2/gmarkers/m6.png";
icon[5].shadow = "http://www.campingshongarije.nl/images2/gmarkers/shadow.png";
icon[5].shadowSize = new GSize(37,34);
icon[5].iconSize = new GSize(20,34);
icon[5].iconAnchor = new GPoint(10,17);
icon[5].infoWindowAnchor = new GPoint(10,17);
icon[6] = new GIcon();
icon[6].image = "http://www.campingshongarije.nl/images2/gmarkers/m7.png";
icon[6].shadow = "http://www.campingshongarije.nl/images2/gmarkers/shadow.png";
icon[6].shadowSize = new GSize(37,34);
icon[6].iconSize = new GSize(20,34);
icon[6].iconAnchor = new GPoint(10,17);
icon[6].infoWindowAnchor = new GPoint(10,17);
icon[7] = new GIcon();
icon[7].image = "http://www.campingshongarije.nl/images2/gmarkers/m8.png";
icon[7].shadow = "http://www.campingshongarije.nl/images2/gmarkers/shadow.png";
icon[7].shadowSize = new GSize(37,34);
icon[7].iconSize = new GSize(20,34);
icon[7].iconAnchor = new GPoint(10,17);
icon[7].infoWindowAnchor = new GPoint(10,17);
icon[8] = new GIcon();
icon[8].image = "http://www.campingshongarije.nl/images2/gmarkers/m9.png";
icon[8].shadow = "http://www.campingshongarije.nl/images2/gmarkers/shadow.png";
icon[8].shadowSize = new GSize(37,34);
icon[8].iconSize = new GSize(20,34);
icon[8].iconAnchor = new GPoint(10,17);
icon[8].infoWindowAnchor = new GPoint(10,17);
icon[9] = new GIcon();
icon[9].image = "http://www.campingshongarije.nl/images2/gmarkers/m10.png";
icon[9].shadow = "http://www.campingshongarije.nl/images2/gmarkers/shadow.png";
icon[9].shadowSize = new GSize(37,34);
icon[9].iconSize = new GSize(20,34);
icon[9].iconAnchor = new GPoint(10,17);
icon[9].infoWindowAnchor = new GPoint(10,17);
icon[10] = new GIcon();
icon[10].image = "http://www.campingshongarije.nl/images2/gmarkers/m11.png";
icon[10].shadow = "http://www.campingshongarije.nl/images2/gmarkers/shadow.png";
icon[10].shadowSize = new GSize(37,34);
icon[10].iconSize = new GSize(20,34);
icon[10].iconAnchor = new GPoint(10,17);
icon[10].infoWindowAnchor = new GPoint(10,17);
icon[11] = new GIcon();
icon[11].image = "http://www.campingshongarije.nl/images2/gmarkers/m12.png";
icon[11].shadow = "http://www.campingshongarije.nl/images2/gmarkers/shadow.png";
icon[11].shadowSize = new GSize(37,34);
icon[11].iconSize = new GSize(20,34);
icon[11].iconAnchor = new GPoint(10,17);
icon[11].infoWindowAnchor = new GPoint(10,17);
var map = null;
function onLoad() {
if (GBrowserIsCompatible()) {
var mapObj = document.getElementById("map");
if (mapObj != "undefined" && mapObj != null) {
map = new GMap2(document.getElementById("map"));
map.setCenter(new GLatLng(46.8411566, 17.720947), 5, G_NORMAL_MAP);
var bds = new GLatLngBounds(new GLatLng(46.7313270, 17.11944580), new GLatLng(47.08034737, 18.1246948));
map.setZoom(map.getBoundsZoomLevel(bds));
map.addControl(new GScaleControl());
map.savePosition();cj(map.getZoom());ew = new EWindow(map, E_STYLE_7); 
map.addOverlay(ew);
var point = new GLatLng(46.7674,17.26);
var marker = createMarker(point,"<img src=\"http://www.campingshongarije.nl/images2/star3.gif\">Castrum Camping Keszthely","<div id=\"gmapmarker\"><!--<div id=\"gmap_popup\" style=\"width:250px\">--> <table width=\"330px\" align=\"center\" height=\"98\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 330px;\"> <tr valign=\"top\" width=\"330px\"> <td bgcolor=\"#ff9a31\" colspan=\"2\" width=\"330px\" height=\"20\"> <table width=\"100%\" height=\"20\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\"> <tr valign=\"middle\"> <td class=\"gmap_hname\" width=\"4\">&nbsp;</td> <td nowrap class=\"gmap_hname\" width=\"100%\" align=\"left\">Castrum Camping Keszthely</td> <td class=\"gmap_hname\">&nbsp;</td> <td width=\"1%\" class=\"gmap_hname\" align=\"right\"><img src=\"http://www.campingshongarije.nl/images2/star3.gif\" border=\"0\" hspace=\"0\" vspace=\"0\"></td> <td class=\"gmap_hname\">&nbsp;</td> <td class=\"gmap_hname\" width=\"20\" align=\"center\" valign=\"middle\"> <a onclick=\"ew.hide(); ClickOnClose();\" style=\"cursor: default; vertical-align: middle;\" id=\"linkCurrent\"> <img src=\"http://www.campingshongarije.nl/images2/map/close.gif\" border=\"0\" width=\"12\" height=\"11\" hspace=\"0\" vspace=\"0\"> </a> </td> </tr> </table> </td> </tr> <tr valign=\"top\" width=\"330px\"> <td bgcolor=\"white\" width=\"330px\" height=\"78\"> <table width=\"100%\" cellspacing=\"3\" cellpadding=\"1\" border=\"0\"> <tr valign=\"top\"> <td bgcolor=\"white\" width=\"100%\" height=\"58\" align=\"left\"> H-8360 Keszthely, Mora F. u. 48.<br> <span class=\"grey_regular\">Deze camping ligt op ca. 300 meter van het Balatonmeer. Op het terrein van de camping bieden tennisbanen en een groot zwembad  mogelijkheden ter ontspanning.</span> </td> </tr> <tr valign=\"top\"> <td bgcolor=\"white\" width=\"100%\" height=\"20\"> <a href=\"http://www.campingshongarije.nl/hongarije/keszthely/castrum-camping-keszthely.html\">Meer info</a> </td> </tr> </table> </td> <td bgcolor=\"white\" height=\"78\" nowrap valign=\"top\"> <a href=\"http://www.campingshongarije.nl/hongarije/keszthely/castrum-camping-keszthely.html\"> <img src=\"http://www.campingshongarije.nl/himages/small_1784.jpg\" width=\"70\" height=\"70\" border=\"0\" hspace=\"10\" vspace=\"10\"> </a> </td> </tr> <!--</div>--></div>", 0);
map.addOverlay(marker);
var point = new GLatLng(46.7515,17.2453);
var marker = createMarker(point,"<img src=\"http://www.campingshongarije.nl/images2/star3.gif\">Balatontourist Camping & Bungalows Zala","<div id=\"gmapmarker\"><!--<div id=\"gmap_popup\" style=\"width:250px\">--> <table width=\"330px\" align=\"center\" height=\"98\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 330px;\"> <tr valign=\"top\" width=\"330px\"> <td bgcolor=\"#ff9a31\" colspan=\"2\" width=\"330px\" height=\"20\"> <table width=\"100%\" height=\"20\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\"> <tr valign=\"middle\"> <td class=\"gmap_hname\" width=\"4\">&nbsp;</td> <td nowrap class=\"gmap_hname\" width=\"100%\" align=\"left\">Balatontourist Camping & Bungalows...</td> <td class=\"gmap_hname\">&nbsp;</td> <td width=\"1%\" class=\"gmap_hname\" align=\"right\"><img src=\"http://www.campingshongarije.nl/images2/star3.gif\" border=\"0\" hspace=\"0\" vspace=\"0\"></td> <td class=\"gmap_hname\">&nbsp;</td> <td class=\"gmap_hname\" width=\"20\" align=\"center\" valign=\"middle\"> <a onclick=\"ew.hide(); ClickOnClose();\" style=\"cursor: default; vertical-align: middle;\" id=\"linkCurrent\"> <img src=\"http://www.campingshongarije.nl/images2/map/close.gif\" border=\"0\" width=\"12\" height=\"11\" hspace=\"0\" vspace=\"0\"> </a> </td> </tr> </table> </td> </tr> <tr valign=\"top\" width=\"330px\"> <td bgcolor=\"white\" width=\"330px\" height=\"78\"> <table width=\"100%\" cellspacing=\"3\" cellpadding=\"1\" border=\"0\"> <tr valign=\"top\"> <td bgcolor=\"white\" width=\"100%\" height=\"58\" align=\"left\"> H-8360, Keszthely, Entz Geza setany 1.<br> <span class=\"grey_regular\">De camping ligt recht op het Balatonmeer. Op het 7,2 hectaren grote schaduwrijke gebied is er een groot zwembad en een kinderbad. </span> </td> </tr> <tr valign=\"top\"> <td bgcolor=\"white\" width=\"100%\" height=\"20\"> <a href=\"http://www.campingshongarije.nl/hongarije/keszthely/balatontourist-camping-bungalows-zala.html\">Meer info</a> </td> </tr> </table> </td> <td bgcolor=\"white\" height=\"78\" nowrap valign=\"top\"> <a href=\"http://www.campingshongarije.nl/hongarije/keszthely/balatontourist-camping-bungalows-zala.html\"> <img src=\"http://www.campingshongarije.nl/himages/small_1754.jpg\" width=\"70\" height=\"70\" border=\"0\" hspace=\"10\" vspace=\"10\"> </a> </td> </tr> <!--</div>--></div>", 1);
map.addOverlay(marker);
var point = new GLatLng(46.7841,17.1946);
var marker = createMarker(point,"<img src=\"http://www.campingshongarije.nl/images2/star3.gif\">Castrum Kuurcamping Bad Heviz","<div id=\"gmapmarker\"><!--<div id=\"gmap_popup\" style=\"width:250px\">--> <table width=\"330px\" align=\"center\" height=\"98\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 330px;\"> <tr valign=\"top\" width=\"330px\"> <td bgcolor=\"#ff9a31\" colspan=\"2\" width=\"330px\" height=\"20\"> <table width=\"100%\" height=\"20\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\"> <tr valign=\"middle\"> <td class=\"gmap_hname\" width=\"4\">&nbsp;</td> <td nowrap class=\"gmap_hname\" width=\"100%\" align=\"left\">Castrum Kuurcamping Bad Heviz</td> <td class=\"gmap_hname\">&nbsp;</td> <td width=\"1%\" class=\"gmap_hname\" align=\"right\"><img src=\"http://www.campingshongarije.nl/images2/star3.gif\" border=\"0\" hspace=\"0\" vspace=\"0\"></td> <td class=\"gmap_hname\">&nbsp;</td> <td class=\"gmap_hname\" width=\"20\" align=\"center\" valign=\"middle\"> <a onclick=\"ew.hide(); ClickOnClose();\" style=\"cursor: default; vertical-align: middle;\" id=\"linkCurrent\"> <img src=\"http://www.campingshongarije.nl/images2/map/close.gif\" border=\"0\" width=\"12\" height=\"11\" hspace=\"0\" vspace=\"0\"> </a> </td> </tr> </table> </td> </tr> <tr valign=\"top\" width=\"330px\"> <td bgcolor=\"white\" width=\"330px\" height=\"78\"> <table width=\"100%\" cellspacing=\"3\" cellpadding=\"1\" border=\"0\"> <tr valign=\"top\"> <td bgcolor=\"white\" width=\"100%\" height=\"58\" align=\"left\"> H-8380 Heviz, Topart<br> <span class=\"grey_regular\">Het meer van Heviz is het grootste natuurlijke thermaalmeer van Europa. De temperatuur van het water is in de zomer 32 - 33 C, in de winter schommelt dit tussen de 24 en 26 C. </span> </td> </tr> <tr valign=\"top\"> <td bgcolor=\"white\" width=\"100%\" height=\"20\"> <a href=\"http://www.campingshongarije.nl/hongarije/heviz/castrum-kuurcamping-bad-heviz.html\">Meer info</a> </td> </tr> </table> </td> <td bgcolor=\"white\" height=\"78\" nowrap valign=\"top\"> <a href=\"http://www.campingshongarije.nl/hongarije/heviz/castrum-kuurcamping-bad-heviz.html\"> <img src=\"http://www.campingshongarije.nl/himages/small_1810.jpg\" width=\"70\" height=\"70\" border=\"0\" hspace=\"10\" vspace=\"10\"> </a> </td> </tr> <!--</div>--></div>", 2);
map.addOverlay(marker);
var point = new GLatLng(46.7517,17.3318);
var marker = createMarker(point,"<img src=\"http://www.campingshongarije.nl/images2/star3.gif\">Balatontourist Camping & Bungalows Park","<div id=\"gmapmarker\"><!--<div id=\"gmap_popup\" style=\"width:250px\">--> <table width=\"330px\" align=\"center\" height=\"98\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 330px;\"> <tr valign=\"top\" width=\"330px\"> <td bgcolor=\"#ff9a31\" colspan=\"2\" width=\"330px\" height=\"20\"> <table width=\"100%\" height=\"20\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\"> <tr valign=\"middle\"> <td class=\"gmap_hname\" width=\"4\">&nbsp;</td> <td nowrap class=\"gmap_hname\" width=\"100%\" align=\"left\">Balatontourist Camping & Bungalows...</td> <td class=\"gmap_hname\">&nbsp;</td> <td width=\"1%\" class=\"gmap_hname\" align=\"right\"><img src=\"http://www.campingshongarije.nl/images2/star3.gif\" border=\"0\" hspace=\"0\" vspace=\"0\"></td> <td class=\"gmap_hname\">&nbsp;</td> <td class=\"gmap_hname\" width=\"20\" align=\"center\" valign=\"middle\"> <a onclick=\"ew.hide(); ClickOnClose();\" style=\"cursor: default; vertical-align: middle;\" id=\"linkCurrent\"> <img src=\"http://www.campingshongarije.nl/images2/map/close.gif\" border=\"0\" width=\"12\" height=\"11\" hspace=\"0\" vspace=\"0\"> </a> </td> </tr> </table> </td> </tr> <tr valign=\"top\" width=\"330px\"> <td bgcolor=\"white\" width=\"330px\" height=\"78\"> <table width=\"100%\" cellspacing=\"3\" cellpadding=\"1\" border=\"0\"> <tr valign=\"top\"> <td bgcolor=\"white\" width=\"100%\" height=\"58\" align=\"left\"> H-8314, Vonyarcvashegy, Szent Mihaly domb hrsz. 016/1.<br> <span class=\"grey_regular\">Vonyarcvashegy is een van de meest geliefde plaatsen aan het Noorden van het Balatonmeer.</span> </td> </tr> <tr valign=\"top\"> <td bgcolor=\"white\" width=\"100%\" height=\"20\"> <a href=\"http://www.campingshongarije.nl/hongarije/vonyarcvashegy/balatontourist-camping-bungalows-park.html\">Meer info</a> </td> </tr> </table> </td> <td bgcolor=\"white\" height=\"78\" nowrap valign=\"top\"> <a href=\"http://www.campingshongarije.nl/hongarije/vonyarcvashegy/balatontourist-camping-bungalows-park.html\"> <img src=\"http://www.campingshongarije.nl/himages/small_1762.jpg\" width=\"70\" height=\"70\" border=\"0\" hspace=\"10\" vspace=\"10\"> </a> </td> </tr> <!--</div>--></div>", 3);
map.addOverlay(marker);
var point = new GLatLng(46.7682,17.3649);
var marker = createMarker(point,"<img src=\"http://www.campingshongarije.nl/images2/star3.gif\">Castrum Camping Balatongyorok","<div id=\"gmapmarker\"><!--<div id=\"gmap_popup\" style=\"width:250px\">--> <table width=\"330px\" align=\"center\" height=\"98\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 330px;\"> <tr valign=\"top\" width=\"330px\"> <td bgcolor=\"#ff9a31\" colspan=\"2\" width=\"330px\" height=\"20\"> <table width=\"100%\" height=\"20\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\"> <tr valign=\"middle\"> <td class=\"gmap_hname\" width=\"4\">&nbsp;</td> <td nowrap class=\"gmap_hname\" width=\"100%\" align=\"left\">Castrum Camping Balatongyorok</td> <td class=\"gmap_hname\">&nbsp;</td> <td width=\"1%\" class=\"gmap_hname\" align=\"right\"><img src=\"http://www.campingshongarije.nl/images2/star3.gif\" border=\"0\" hspace=\"0\" vspace=\"0\"></td> <td class=\"gmap_hname\">&nbsp;</td> <td class=\"gmap_hname\" width=\"20\" align=\"center\" valign=\"middle\"> <a onclick=\"ew.hide(); ClickOnClose();\" style=\"cursor: default; vertical-align: middle;\" id=\"linkCurrent\"> <img src=\"http://www.campingshongarije.nl/images2/map/close.gif\" border=\"0\" width=\"12\" height=\"11\" hspace=\"0\" vspace=\"0\"> </a> </td> </tr> </table> </td> </tr> <tr valign=\"top\" width=\"330px\"> <td bgcolor=\"white\" width=\"330px\" height=\"78\"> <table width=\"100%\" cellspacing=\"3\" cellpadding=\"1\" border=\"0\"> <tr valign=\"top\"> <td bgcolor=\"white\" width=\"100%\" height=\"58\" align=\"left\"> H-8313 Balatongyorok, Szepkilato<br> Camping ligt direct aan de oever van het Balatonmeer, er zijn percelen en kleine appartementen op het terrein. </td> </tr> <tr valign=\"top\"> <td bgcolor=\"white\" width=\"100%\" height=\"20\"> <a href=\"http://www.campingshongarije.nl/hongarije/balatongyorok/castrum-camping-balatongyorok.html\">Meer info</a> </td> </tr> </table> </td> <td bgcolor=\"white\" height=\"78\" nowrap valign=\"top\"> <a href=\"http://www.campingshongarije.nl/hongarije/balatongyorok/castrum-camping-balatongyorok.html\"> <img src=\"http://www.campingshongarije.nl/himages/small_1793.jpg\" width=\"70\" height=\"70\" border=\"0\" hspace=\"10\" vspace=\"10\"> </a> </td> </tr> <!--</div>--></div>", 4);
map.addOverlay(marker);
var point = new GLatLng(46.8284,17.6391);
var marker = createMarker(point,"<img src=\"http://www.campingshongarije.nl/images2/star3.gif\">Balatontourist Camping Napfeny","<div id=\"gmapmarker\"><!--<div id=\"gmap_popup\" style=\"width:250px\">--> <table width=\"330px\" align=\"center\" height=\"98\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 330px;\"> <tr valign=\"top\" width=\"330px\"> <td bgcolor=\"#ff9a31\" colspan=\"2\" width=\"330px\" height=\"20\"> <table width=\"100%\" height=\"20\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\"> <tr valign=\"middle\"> <td class=\"gmap_hname\" width=\"4\">&nbsp;</td> <td nowrap class=\"gmap_hname\" width=\"100%\" align=\"left\">Balatontourist Camping Napfeny</td> <td class=\"gmap_hname\">&nbsp;</td> <td width=\"1%\" class=\"gmap_hname\" align=\"right\"><img src=\"http://www.campingshongarije.nl/images2/star3.gif\" border=\"0\" hspace=\"0\" vspace=\"0\"></td> <td class=\"gmap_hname\">&nbsp;</td> <td class=\"gmap_hname\" width=\"20\" align=\"center\" valign=\"middle\"> <a onclick=\"ew.hide(); ClickOnClose();\" style=\"cursor: default; vertical-align: middle;\" id=\"linkCurrent\"> <img src=\"http://www.campingshongarije.nl/images2/map/close.gif\" border=\"0\" width=\"12\" height=\"11\" hspace=\"0\" vspace=\"0\"> </a> </td> </tr> </table> </td> </tr> <tr valign=\"top\" width=\"330px\"> <td bgcolor=\"white\" width=\"330px\" height=\"78\"> <table width=\"100%\" cellspacing=\"3\" cellpadding=\"1\" border=\"0\"> <tr valign=\"top\"> <td bgcolor=\"white\" width=\"100%\" height=\"58\" align=\"left\"> H-8253, Revfulop, Halasz u. 5.<br> <span class=\"grey_regular\">Geheel op gezinnen ingestelde grote camping met vele mogelijkheden om een actieve, maar ontspannende vakantie door te brengen.</span> </td> </tr> <tr valign=\"top\"> <td bgcolor=\"white\" width=\"100%\" height=\"20\"> <a href=\"http://www.campingshongarije.nl/hongarije/revfulop/balatontourist-camping-napfeny.html\">Meer info</a> </td> </tr> </table> </td> <td bgcolor=\"white\" height=\"78\" nowrap valign=\"top\"> <a href=\"http://www.campingshongarije.nl/hongarije/revfulop/balatontourist-camping-napfeny.html\"> <img src=\"http://www.campingshongarije.nl/himages/small_1701.jpg\" width=\"70\" height=\"70\" border=\"0\" hspace=\"10\" vspace=\"10\"> </a> </td> </tr> <!--</div>--></div>", 5);
map.addOverlay(marker);
var point = new GLatLng(46.8604,17.6731);
var marker = createMarker(point,"<img src=\"http://www.campingshongarije.nl/images2/star3.gif\">Balatontourist Camping Venus","<div id=\"gmapmarker\"><!--<div id=\"gmap_popup\" style=\"width:250px\">--> <table width=\"330px\" align=\"center\" height=\"98\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 330px;\"> <tr valign=\"top\" width=\"330px\"> <td bgcolor=\"#ff9a31\" colspan=\"2\" width=\"330px\" height=\"20\"> <table width=\"100%\" height=\"20\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\"> <tr valign=\"middle\"> <td class=\"gmap_hname\" width=\"4\">&nbsp;</td> <td nowrap class=\"gmap_hname\" width=\"100%\" align=\"left\">Balatontourist Camping Venus</td> <td class=\"gmap_hname\">&nbsp;</td> <td width=\"1%\" class=\"gmap_hname\" align=\"right\"><img src=\"http://www.campingshongarije.nl/images2/star3.gif\" border=\"0\" hspace=\"0\" vspace=\"0\"></td> <td class=\"gmap_hname\">&nbsp;</td> <td class=\"gmap_hname\" width=\"20\" align=\"center\" valign=\"middle\"> <a onclick=\"ew.hide(); ClickOnClose();\" style=\"cursor: default; vertical-align: middle;\" id=\"linkCurrent\"> <img src=\"http://www.campingshongarije.nl/images2/map/close.gif\" border=\"0\" width=\"12\" height=\"11\" hspace=\"0\" vspace=\"0\"> </a> </td> </tr> </table> </td> </tr> <tr valign=\"top\" width=\"330px\"> <td bgcolor=\"white\" width=\"330px\" height=\"78\"> <table width=\"100%\" cellspacing=\"3\" cellpadding=\"1\" border=\"0\"> <tr valign=\"top\"> <td bgcolor=\"white\" width=\"100%\" height=\"58\" align=\"left\"> H-8252, Balatonszepezd, Halasz u. 1.<br> <span class=\"grey_regular\">Camping Venus is een kleine, goed verzorgde camping voor gasten die zich in een bijzonder vriendelijke campingsfeer thuis willen voelen.</span> </td> </tr> <tr valign=\"top\"> <td bgcolor=\"white\" width=\"100%\" height=\"20\"> <a href=\"http://www.campingshongarije.nl/hongarije/balatonszepezd/balatontourist-camping-venus.html\">Meer info</a> </td> </tr> </table> </td> <td bgcolor=\"white\" height=\"78\" nowrap valign=\"top\"> <a href=\"http://www.campingshongarije.nl/hongarije/balatonszepezd/balatontourist-camping-venus.html\"> <img src=\"http://www.campingshongarije.nl/himages/small_1718.jpg\" width=\"70\" height=\"70\" border=\"0\" hspace=\"10\" vspace=\"10\"> </a> </td> </tr> <!--</div>--></div>", 6);
map.addOverlay(marker);
var point = new GLatLng(46.8792,17.7399);
var marker = createMarker(point,"<img src=\"http://www.campingshongarije.nl/images2/star3.gif\">Balatontourist Naturist Camping Levendula","<div id=\"gmapmarker\"><!--<div id=\"gmap_popup\" style=\"width:250px\">--> <table width=\"330px\" align=\"center\" height=\"98\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 330px;\"> <tr valign=\"top\" width=\"330px\"> <td bgcolor=\"#ff9a31\" colspan=\"2\" width=\"330px\" height=\"20\"> <table width=\"100%\" height=\"20\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\"> <tr valign=\"middle\"> <td class=\"gmap_hname\" width=\"4\">&nbsp;</td> <td nowrap class=\"gmap_hname\" width=\"100%\" align=\"left\">Balatontourist Naturist Camping...</td> <td class=\"gmap_hname\">&nbsp;</td> <td width=\"1%\" class=\"gmap_hname\" align=\"right\"><img src=\"http://www.campingshongarije.nl/images2/star3.gif\" border=\"0\" hspace=\"0\" vspace=\"0\"></td> <td class=\"gmap_hname\">&nbsp;</td> <td class=\"gmap_hname\" width=\"20\" align=\"center\" valign=\"middle\"> <a onclick=\"ew.hide(); ClickOnClose();\" style=\"cursor: default; vertical-align: middle;\" id=\"linkCurrent\"> <img src=\"http://www.campingshongarije.nl/images2/map/close.gif\" border=\"0\" width=\"12\" height=\"11\" hspace=\"0\" vspace=\"0\"> </a> </td> </tr> </table> </td> </tr> <tr valign=\"top\" width=\"330px\"> <td bgcolor=\"white\" width=\"330px\" height=\"78\"> <table width=\"100%\" cellspacing=\"3\" cellpadding=\"1\" border=\"0\"> <tr valign=\"top\"> <td bgcolor=\"white\" width=\"100%\" height=\"58\" align=\"left\"> H-8243, Balatonakali, hrsz. 626<br> <span class=\"grey_regular\">Camping Levendula ligt in het dorp Balatonakali gelegen aan de oever van het Balatonmeer.</span> </td> </tr> <tr valign=\"top\"> <td bgcolor=\"white\" width=\"100%\" height=\"20\"> <a href=\"http://www.campingshongarije.nl/hongarije/balatonakali/balatontourist-naturist-camping-levendula.html\">Meer info</a> </td> </tr> </table> </td> <td bgcolor=\"white\" height=\"78\" nowrap valign=\"top\"> <a href=\"http://www.campingshongarije.nl/hongarije/balatonakali/balatontourist-naturist-camping-levendula.html\"> <img src=\"http://www.campingshongarije.nl/himages/small_1667.jpg\" width=\"70\" height=\"70\" border=\"0\" hspace=\"10\" vspace=\"10\"> </a> </td> </tr> <!--</div>--></div>", 7);
map.addOverlay(marker);
var point = new GLatLng(46.8814,17.7568);
var marker = createMarker(point,"<img src=\"http://www.campingshongarije.nl/images2/star3.gif\">Balatontourist Camping Strand-Holiday","<div id=\"gmapmarker\"><!--<div id=\"gmap_popup\" style=\"width:250px\">--> <table width=\"330px\" align=\"center\" height=\"98\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 330px;\"> <tr valign=\"top\" width=\"330px\"> <td bgcolor=\"#ff9a31\" colspan=\"2\" width=\"330px\" height=\"20\"> <table width=\"100%\" height=\"20\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\"> <tr valign=\"middle\"> <td class=\"gmap_hname\" width=\"4\">&nbsp;</td> <td nowrap class=\"gmap_hname\" width=\"100%\" align=\"left\">Balatontourist Camping Strand-Holiday</td> <td class=\"gmap_hname\">&nbsp;</td> <td width=\"1%\" class=\"gmap_hname\" align=\"right\"><img src=\"http://www.campingshongarije.nl/images2/star3.gif\" border=\"0\" hspace=\"0\" vspace=\"0\"></td> <td class=\"gmap_hname\">&nbsp;</td> <td class=\"gmap_hname\" width=\"20\" align=\"center\" valign=\"middle\"> <a onclick=\"ew.hide(); ClickOnClose();\" style=\"cursor: default; vertical-align: middle;\" id=\"linkCurrent\"> <img src=\"http://www.campingshongarije.nl/images2/map/close.gif\" border=\"0\" width=\"12\" height=\"11\" hspace=\"0\" vspace=\"0\"> </a> </td> </tr> </table> </td> </tr> <tr valign=\"top\" width=\"330px\"> <td bgcolor=\"white\" width=\"330px\" height=\"78\"> <table width=\"100%\" cellspacing=\"3\" cellpadding=\"1\" border=\"0\"> <tr valign=\"top\"> <td bgcolor=\"white\" width=\"100%\" height=\"58\" align=\"left\"> H-8243, Balatonakali, hrsz. 616/1.<br> <span class=\"grey_regular\">Camping Strand-Holiday ligt in het dorp Balatonakali aan de oever van het Balatonmeer.</span> </td> </tr> <tr valign=\"top\"> <td bgcolor=\"white\" width=\"100%\" height=\"20\"> <a href=\"http://www.campingshongarije.nl/hongarije/balatonakali/balatontourist-camping-strand-holiday.html\">Meer info</a> </td> </tr> </table> </td> <td bgcolor=\"white\" height=\"78\" nowrap valign=\"top\"> <a href=\"http://www.campingshongarije.nl/hongarije/balatonakali/balatontourist-camping-strand-holiday.html\"> <img src=\"http://www.campingshongarije.nl/himages/small_1675.jpg\" width=\"70\" height=\"70\" border=\"0\" hspace=\"10\" vspace=\"10\"> </a> </td> </tr> <!--</div>--></div>", 8);
map.addOverlay(marker);
var point = new GLatLng(46.9445,17.8785);
var marker = createMarker(point,"<img src=\"http://www.campingshongarije.nl/images2/star3.gif\">Balatontourist Camping Fured","<div id=\"gmapmarker\"><!--<div id=\"gmap_popup\" style=\"width:250px\">--> <table width=\"330px\" align=\"center\" height=\"98\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 330px;\"> <tr valign=\"top\" width=\"330px\"> <td bgcolor=\"#ff9a31\" colspan=\"2\" width=\"330px\" height=\"20\"> <table width=\"100%\" height=\"20\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\"> <tr valign=\"middle\"> <td class=\"gmap_hname\" width=\"4\">&nbsp;</td> <td nowrap class=\"gmap_hname\" width=\"100%\" align=\"left\">Balatontourist Camping Fured</td> <td class=\"gmap_hname\">&nbsp;</td> <td width=\"1%\" class=\"gmap_hname\" align=\"right\"><img src=\"http://www.campingshongarije.nl/images2/star3.gif\" border=\"0\" hspace=\"0\" vspace=\"0\"></td> <td class=\"gmap_hname\">&nbsp;</td> <td class=\"gmap_hname\" width=\"20\" align=\"center\" valign=\"middle\"> <a onclick=\"ew.hide(); ClickOnClose();\" style=\"cursor: default; vertical-align: middle;\" id=\"linkCurrent\"> <img src=\"http://www.campingshongarije.nl/images2/map/close.gif\" border=\"0\" width=\"12\" height=\"11\" hspace=\"0\" vspace=\"0\"> </a> </td> </tr> </table> </td> </tr> <tr valign=\"top\" width=\"330px\"> <td bgcolor=\"white\" width=\"330px\" height=\"78\"> <table width=\"100%\" cellspacing=\"3\" cellpadding=\"1\" border=\"0\"> <tr valign=\"top\"> <td bgcolor=\"white\" width=\"100%\" height=\"58\" align=\"left\"> H-8230 Balatonfured, Szechenyi u 20<br> <span class=\"grey_regular\">Camping Fured, gelegen in Balatonfured is de toonaangevende camping aan het Balaton meer.</span> </td> </tr> <tr valign=\"top\"> <td bgcolor=\"white\" width=\"100%\" height=\"20\"> <a href=\"http://www.campingshongarije.nl/hongarije/balatonfured/balatontourist-camping-fured.html\">Meer info</a> </td> </tr> </table> </td> <td bgcolor=\"white\" height=\"78\" nowrap valign=\"top\"> <a href=\"http://www.campingshongarije.nl/hongarije/balatonfured/balatontourist-camping-fured.html\"> <img src=\"http://www.campingshongarije.nl/himages/small_1654.jpg\" width=\"70\" height=\"70\" border=\"0\" hspace=\"10\" vspace=\"10\"> </a> </td> </tr> <!--</div>--></div>", 9);
map.addOverlay(marker);
var point = new GLatLng(46.9761,17.9572);
var marker = createMarker(point,"<img src=\"http://www.campingshongarije.nl/images2/star3.gif\">Balatontourist Camping Europa","<div id=\"gmapmarker\"><!--<div id=\"gmap_popup\" style=\"width:250px\">--> <table width=\"330px\" align=\"center\" height=\"98\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 330px;\"> <tr valign=\"top\" width=\"330px\"> <td bgcolor=\"#ff9a31\" colspan=\"2\" width=\"330px\" height=\"20\"> <table width=\"100%\" height=\"20\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\"> <tr valign=\"middle\"> <td class=\"gmap_hname\" width=\"4\">&nbsp;</td> <td nowrap class=\"gmap_hname\" width=\"100%\" align=\"left\">Balatontourist Camping Europa</td> <td class=\"gmap_hname\">&nbsp;</td> <td width=\"1%\" class=\"gmap_hname\" align=\"right\"><img src=\"http://www.campingshongarije.nl/images2/star3.gif\" border=\"0\" hspace=\"0\" vspace=\"0\"></td> <td class=\"gmap_hname\">&nbsp;</td> <td class=\"gmap_hname\" width=\"20\" align=\"center\" valign=\"middle\"> <a onclick=\"ew.hide(); ClickOnClose();\" style=\"cursor: default; vertical-align: middle;\" id=\"linkCurrent\"> <img src=\"http://www.campingshongarije.nl/images2/map/close.gif\" border=\"0\" width=\"12\" height=\"11\" hspace=\"0\" vspace=\"0\"> </a> </td> </tr> </table> </td> </tr> <tr valign=\"top\" width=\"330px\"> <td bgcolor=\"white\" width=\"330px\" height=\"78\"> <table width=\"100%\" cellspacing=\"3\" cellpadding=\"1\" border=\"0\"> <tr valign=\"top\"> <td bgcolor=\"white\" width=\"100%\" height=\"58\" align=\"left\"> H-8226, Alsoors, Furedi u. 1.<br> <span class=\"grey_regular\">Alsoors is een vakantieoord gelegen aan de noordkant van het Balatonmeer, de camping beschikt over zwembaden en ligt direct aan het water.</span> </td> </tr> <tr valign=\"top\"> <td bgcolor=\"white\" width=\"100%\" height=\"20\"> <a href=\"http://www.campingshongarije.nl/hongarije/alsoors/balatontourist-camping-europa.html\">Meer info</a> </td> </tr> </table> </td> <td bgcolor=\"white\" height=\"78\" nowrap valign=\"top\"> <a href=\"http://www.campingshongarije.nl/hongarije/alsoors/balatontourist-camping-europa.html\"> <img src=\"http://www.campingshongarije.nl/himages/small_1683.jpg\" width=\"70\" height=\"70\" border=\"0\" hspace=\"10\" vspace=\"10\"> </a> </td> </tr> <!--</div>--></div>", 10);
map.addOverlay(marker);
var point = new GLatLng(47.0263,18.0126);
var marker = createMarker(point,"<img src=\"http://www.campingshongarije.nl/images2/star3.gif\">Balatontourist Camping Yacht","<div id=\"gmapmarker\"><!--<div id=\"gmap_popup\" style=\"width:250px\">--> <table width=\"330px\" align=\"center\" height=\"98\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 330px;\"> <tr valign=\"top\" width=\"330px\"> <td bgcolor=\"#ff9a31\" colspan=\"2\" width=\"330px\" height=\"20\"> <table width=\"100%\" height=\"20\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\"> <tr valign=\"middle\"> <td class=\"gmap_hname\" width=\"4\">&nbsp;</td> <td nowrap class=\"gmap_hname\" width=\"100%\" align=\"left\">Balatontourist Camping Yacht</td> <td class=\"gmap_hname\">&nbsp;</td> <td width=\"1%\" class=\"gmap_hname\" align=\"right\"><img src=\"http://www.campingshongarije.nl/images2/star3.gif\" border=\"0\" hspace=\"0\" vspace=\"0\"></td> <td class=\"gmap_hname\">&nbsp;</td> <td class=\"gmap_hname\" width=\"20\" align=\"center\" valign=\"middle\"> <a onclick=\"ew.hide(); ClickOnClose();\" style=\"cursor: default; vertical-align: middle;\" id=\"linkCurrent\"> <img src=\"http://www.campingshongarije.nl/images2/map/close.gif\" border=\"0\" width=\"12\" height=\"11\" hspace=\"0\" vspace=\"0\"> </a> </td> </tr> </table> </td> </tr> <tr valign=\"top\" width=\"330px\"> <td bgcolor=\"white\" width=\"330px\" height=\"78\"> <table width=\"100%\" cellspacing=\"3\" cellpadding=\"1\" border=\"0\"> <tr valign=\"top\"> <td bgcolor=\"white\" width=\"100%\" height=\"58\" align=\"left\"> H-8220, Balatontalmadi, Jozsef Attila ut 16.<br> <span class=\"grey_regular\">Camping Yacht is een kleine, goed verzorgde camping direct aan de rand van de geliefde vakantieplaats Balatonalmadi aan de jachthaven.</span> </td> </tr> <tr valign=\"top\"> <td bgcolor=\"white\" width=\"100%\" height=\"20\"> <a href=\"http://www.campingshongarije.nl/hongarije/balatonalmadi/balatontourist-camping-yacht.html\">Meer info</a> </td> </tr> </table> </td> <td bgcolor=\"white\" height=\"78\" nowrap valign=\"top\"> <a href=\"http://www.campingshongarije.nl/hongarije/balatonalmadi/balatontourist-camping-yacht.html\"> <img src=\"http://www.campingshongarije.nl/himages/small_1692.jpg\" width=\"70\" height=\"70\" border=\"0\" hspace=\"10\" vspace=\"10\"> </a> </td> </tr> <!--</div>--></div>", 11);
map.addOverlay(marker);

document.getElementById("sidebar_map").innerHTML = "<ul class=\"gmapSidebar\">"+ sidebar_html +"</ul>";
}
} else {
alert("Sorry, the Google Maps API is not compatible with this browser.");
}
}
function createMarker(point, title, html, n) {
if(n >= 12) { n = 11; }
var marker = new GMarker(point,{'icon': icon[n]});
if(isArray(html)) { GEvent.addListener(marker, "click", function() { marker.openInfoWindowTabsHtml(html); }); }
else { 
            GEvent.addListener(marker, "click", function() { 
            ClickOnMarker(marker, html); }); 
            GEvent.addListener(marker, "infowindowclose", function () {
            ClickOnClose(marker); });
            GEvent.addListener(marker, "infowindowopen", function () {
            InfoWindowOpen(marker); });
            }
points[counter] = point;
markers[counter] = marker;
marker_html[counter] = html;
sidebar_html += '<li class="gmapSidebarItem" id="gmapSidebarItem_'+ counter +'"><a href="javascript:click_sidebar(' + counter + ')">' + title + '</a></li>';
counter++;
return marker;
}
function isArray(a) {return isObject(a) && a.constructor == Array;}
function isObject(a) {return (a && typeof a == 'object') || isFunction(a);}
function isFunction(a) {return typeof a == 'function';}
function click_sidebar(idx) {
  if(isArray(marker_html[idx])) { markers[idx].openInfoWindowTabsHtml(marker_html[idx]); }
  else { ClickOnMarker(markers[idx], marker_html[idx]); }
}
function showInfoWindow(idx,html) {
map.centerAtLatLng(points[idx]);
markers[idx].openInfoWindowHtml(html);
}
//]]>
