// (c) by Matthias Tomaschek var map = null; var mgr = null; function init_gmaps() { if(GBrowserIsCompatible()) { map = new GMap2(document.getElementById("map_canvas")); map.setCenter(new GLatLng(48.281387, 16.906757), 15); map.setUIToDefault(); window.setTimeout(setupMarkers, 0); } } function setupMarkers() { mgr = new MarkerManager(map); var normicon = new GIcon(G_DEFAULT_ICON); normicon.iconSize = new GSize(15,15); normicon.image = "http://in360grad.at/media/images/redbut.png"; normicon.shadow = 0; normicon.iconAnchor = new GPoint(7,7); var selicon = new GIcon(G_DEFAULT_ICON); selicon.iconSize = new GSize(15,15); selicon.image = "http://in360grad.at/media/images/greenbut.png"; selicon.shadow = 0; selicon.iconAnchor = new GPoint(7,7); selmarkeropt = { icon:selicon, title:"Marchegg - Schloss Marchegg" }; normmarkeropt0 = { icon:normicon, title:"Mürzzuschlag Ampel" }; var marker = new GMarker(new GLatLng(47.606738, 15.671842), normmarkeropt0); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/ampel_mz"; }); mgr.addMarker(marker, 0); normmarkeropt1 = { icon:normicon, title:"Mürzzuschlag Stadtplatz" }; var marker = new GMarker(new GLatLng(47.60657, 15.673062), normmarkeropt1); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/stadtplatz_muerzzuschlag"; }); mgr.addMarker(marker, 0); normmarkeropt2 = { icon:normicon, title:"Mürzzuschlag - Hotel Winkler Rezeption, Einzelzimmer und Doppelzimmer" }; var marker = new GMarker(new GLatLng(47.60683, 15.672968), normmarkeropt2); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/winkler_rezeption"; }); mgr.addMarker(marker, 0); normmarkeropt3 = { icon:normicon, title:"Mürzzuschlag Urnenfriedhof" }; var marker = new GMarker(new GLatLng(47.598146, 15.666263), normmarkeropt3); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/urnenfriedhof"; }); mgr.addMarker(marker, 0); normmarkeropt4 = { icon:normicon, title:"Röm kath. Kirche Mürzzuschlag/Orgel" }; var marker = new GMarker(new GLatLng(47.606895, 15.671922), normmarkeropt4); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/roem_kath_kirche_muerzzuschlag_orgel"; }); mgr.addMarker(marker, 0); normmarkeropt5 = { icon:normicon, title:"Röm. kath. Kirche Mürzzuschlag Altarraum" }; var marker = new GMarker(new GLatLng(47.606895, 15.671922), normmarkeropt5); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/roem_kath_kirche_muerzzuschlag_altarraum"; }); mgr.addMarker(marker, 0); normmarkeropt6 = { icon:normicon, title:"Friedhof Mürzzuschlag-Gräber" }; var marker = new GMarker(new GLatLng(47.596598, 15.665772), normmarkeropt6); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/friedhof_graeber"; }); mgr.addMarker(marker, 0); normmarkeropt7 = { icon:normicon, title:"Ganzsteinschanze Mürzzuschlag-Trainer" }; var marker = new GMarker(new GLatLng(47.597858, 15.671439), normmarkeropt7); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/schanze_trainer"; }); mgr.addMarker(marker, 0); normmarkeropt8 = { icon:normicon, title:"Brahmsmuseum Ischlerzimmer" }; var marker = new GMarker(new GLatLng(47.605602, 15.672295), normmarkeropt8); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/brahms_ischler"; }); mgr.addMarker(marker, 0); normmarkeropt9 = { icon:normicon, title:"Ganzsteinschanze Mürzzuschlag - Sprungstudie" }; var marker = new GMarker(new GLatLng(47.597739, 15.6713), normmarkeropt9); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/schanze_studie"; }); mgr.addMarker(marker, 0); normmarkeropt10 = { icon:normicon, title:"Parkgarage Mürzzuschlag" }; var marker = new GMarker(new GLatLng(47.607508, 15.673926), normmarkeropt10); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/parkgarage"; }); mgr.addMarker(marker, 0); normmarkeropt11 = { icon:normicon, title:"Roseggerruh am Ganzstein Mürzzuschlag" }; var marker = new GMarker(new GLatLng(47.595205, 15.669747), normmarkeropt11); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/roseggerruh"; }); mgr.addMarker(marker, 0); normmarkeropt12 = { icon:normicon, title:"Ruine Hohenwang Gewölbe im Winter" }; var marker = new GMarker(new GLatLng(47.554953, 15.617151), normmarkeropt12); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/hohenwang_gewoelbe_winter"; }); mgr.addMarker(marker, 0); normmarkeropt13 = { icon:normicon, title:"Ruine Hohenwang Gewölbe im Sommer" }; var marker = new GMarker(new GLatLng(47.554953, 15.617151), normmarkeropt13); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/hohenwang_gewoelbe_sommer"; }); mgr.addMarker(marker, 0); normmarkeropt14 = { icon:normicon, title:"Ruine Hohenwang inmitten der Burg-Sommer" }; var marker = new GMarker(new GLatLng(47.555011, 15.617838), normmarkeropt14); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/hohenwang_inmitten_sommer"; }); mgr.addMarker(marker, 0); normmarkeropt15 = { icon:normicon, title:"Ruine Hohenwang inmitten der Burg Winter" }; var marker = new GMarker(new GLatLng(47.555011, 15.617838), normmarkeropt15); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/hohenwang_inmitten_winter"; }); mgr.addMarker(marker, 0); normmarkeropt16 = { icon:normicon, title:"Ruine Hohenwang Tor 1/Sommer" }; var marker = new GMarker(new GLatLng(47.555098, 15.618739), normmarkeropt16); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/hohenwang_tor1_sommer"; }); mgr.addMarker(marker, 0); normmarkeropt17 = { icon:normicon, title:"Ruine Hohenwang Tor 1/Winter" }; var marker = new GMarker(new GLatLng(47.555098, 15.618739), normmarkeropt17); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/hohenwang_tor1_winter"; }); mgr.addMarker(marker, 0); normmarkeropt18 = { icon:normicon, title:"Hönigsberg - Pipelinebau Hornberg" }; var marker = new GMarker(new GLatLng(47.575874, 15.65129), normmarkeropt18); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/hoamberg"; }); mgr.addMarker(marker, 0); normmarkeropt19 = { icon:normicon, title:"Mürzzuschlag - Busbahnhof" }; var marker = new GMarker(new GLatLng(47.607691, 15.67355), normmarkeropt19); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/busbahnhof"; }); mgr.addMarker(marker, 0); normmarkeropt20 = { icon:normicon, title:"Mürzzuschlager Bahnhofshalle" }; var marker = new GMarker(new GLatLng(47.607575, 15.677077), normmarkeropt20); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/bahnhofshalle"; }); mgr.addMarker(marker, 0); normmarkeropt21 = { icon:normicon, title:"Mürzzuschlager Bahnhofstaxistand" }; var marker = new GMarker(new GLatLng(47.607545, 15.676594), normmarkeropt21); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/bahnhofstaxistand"; }); mgr.addMarker(marker, 0); normmarkeropt22 = { icon:normicon, title:"Gem. Ganz - Steinbauerwald" }; var marker = new GMarker(new GLatLng(47.594729, 15.675468), normmarkeropt22); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/steinbauerwald"; }); mgr.addMarker(marker, 0); normmarkeropt23 = { icon:normicon, title:"Mürzzuschlag - Restaurant Winkler" }; var marker = new GMarker(new GLatLng(47.60664, 15.673161), normmarkeropt23); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/winkler_restaurant"; }); mgr.addMarker(marker, 0); normmarkeropt24 = { icon:normicon, title:"Mürzzuschlager Hotel Winkler Zimmer" }; var marker = new GMarker(new GLatLng(47.606507, 15.673113), normmarkeropt24); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/winkler_zimmer"; }); mgr.addMarker(marker, 0); normmarkeropt25 = { icon:normicon, title:"Mürzzuschlag - Spielplatz Volksschule" }; var marker = new GMarker(new GLatLng(47.606405, 15.669905), normmarkeropt25); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/spielplatz_volksschule"; }); mgr.addMarker(marker, 0); normmarkeropt26 = { icon:normicon, title:"Mürzzuschlag - Sparkassenplatz" }; var marker = new GMarker(new GLatLng(47.607013, 15.673542), normmarkeropt26); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/sparkassenplatz"; }); mgr.addMarker(marker, 0); normmarkeropt27 = { icon:normicon, title:"Mürzzuschlag - Kaplanplatz" }; var marker = new GMarker(new GLatLng(47.607695, 15.6751), normmarkeropt27); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/kaplanplatz"; }); mgr.addMarker(marker, 0); normmarkeropt28 = { icon:normicon, title:"Mürzzuschlag - Toni Schruf Platz" }; var marker = new GMarker(new GLatLng(47.606678, 15.674186), normmarkeropt28); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/toni-schruf-platz"; }); mgr.addMarker(marker, 0); normmarkeropt29 = { icon:normicon, title:"Mürzzuschlag - Stadtplatz RAIKA" }; var marker = new GMarker(new GLatLng(47.606454, 15.673507), normmarkeropt29); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/raika_stadtplatz"; }); mgr.addMarker(marker, 0); normmarkeropt30 = { icon:normicon, title:"Mürzzuschlag - Jaklinplatz und Post" }; var marker = new GMarker(new GLatLng(47.607089, 15.674368), normmarkeropt30); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/jaklinplatz"; }); mgr.addMarker(marker, 0); normmarkeropt31 = { icon:normicon, title:"Mürzzuschlag - Joseph Aigner Platz" }; var marker = new GMarker(new GLatLng(47.606962, 15.675524), normmarkeropt31); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/joseph-aigner-platz"; }); mgr.addMarker(marker, 0); normmarkeropt32 = { icon:normicon, title:"Spital/Semmering - Kirche innen" }; var marker = new GMarker(new GLatLng(47.61494, 15.755017), normmarkeropt32); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/kirche-spital-innen"; }); mgr.addMarker(marker, 0); normmarkeropt33 = { icon:normicon, title:"Spital am Semmering - Stuhleck" }; var marker = new GMarker(new GLatLng(47.604912, 15.760403), normmarkeropt33); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/stuhleck"; }); mgr.addMarker(marker, 0); normmarkeropt34 = { icon:normicon, title:"Spital am Semmering - Kirche von aussen" }; var marker = new GMarker(new GLatLng(47.615004, 15.754851), normmarkeropt34); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/kirche-spital-aussen"; }); mgr.addMarker(marker, 0); normmarkeropt35 = { icon:normicon, title:"Wartberg - Hauptplatz" }; var marker = new GMarker(new GLatLng(47.525502, 15.491833), normmarkeropt35); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/hauptplatz_wartberg"; }); mgr.addMarker(marker, 0); normmarkeropt36 = { icon:normicon, title:"Wartberg - Burgruine Lichtenegg Innen" }; var marker = new GMarker(new GLatLng(47.529648, 15.482378), normmarkeropt36); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/burgruine-lichtenegg-3"; }); mgr.addMarker(marker, 0); normmarkeropt37 = { icon:normicon, title:"Wartberg - Burgruine Lichtenegg Eingang" }; var marker = new GMarker(new GLatLng(47.529673, 15.48193), normmarkeropt37); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/burgruine-lichtenegg-1"; }); mgr.addMarker(marker, 0); normmarkeropt38 = { icon:normicon, title:"Wartberg - Burgruine Lichtenegg Eingangstor" }; var marker = new GMarker(new GLatLng(47.529622, 15.482271), normmarkeropt38); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/burgruine-lichtenegg-2"; }); mgr.addMarker(marker, 0); normmarkeropt39 = { icon:normicon, title:"Mitterdorf - Unfall - Kreisverkehr" }; var marker = new GMarker(new GLatLng(47.537101, 15.528225), normmarkeropt39); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/vu_mitterdorf_uniwash"; }); mgr.addMarker(marker, 0); normmarkeropt40 = { icon:normicon, title:"Mürzzuschlag - Brahmsmuseum Konzertsaal" }; var marker = new GMarker(new GLatLng(47.605657, 15.672212), normmarkeropt40); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/brahms_konzertsaal"; }); mgr.addMarker(marker, 0); normmarkeropt41 = { icon:normicon, title:"Krieglacher Bahnhof" }; var marker = new GMarker(new GLatLng(47.546767, 15.559615), normmarkeropt41); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/bahnhof_krieglach"; }); mgr.addMarker(marker, 0); normmarkeropt42 = { icon:normicon, title:"Mürzzuschlag - BG/BRG und Auffahrt Vivax" }; var marker = new GMarker(new GLatLng(47.601725, 15.670753), normmarkeropt42); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/bg_brg_MZ"; }); mgr.addMarker(marker, 0); normmarkeropt43 = { icon:normicon, title:"Mürzzuschlag - Evang. Kirche im Winter" }; var marker = new GMarker(new GLatLng(47.603899, 15.673048), normmarkeropt43); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/evang_kirche"; }); mgr.addMarker(marker, 0); normmarkeropt44 = { icon:normicon, title:"Mürzzuschlag - Roseggerpark im Winter" }; var marker = new GMarker(new GLatLng(47.604257, 15.672665), normmarkeropt44); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/roseggerpark"; }); mgr.addMarker(marker, 0); normmarkeropt45 = { icon:normicon, title:"Hönigsbergalm Brunnen" }; var marker = new GMarker(new GLatLng(47.600058, 15.628181), normmarkeropt45); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/hoenigsbergalm_winter_brunnen"; }); mgr.addMarker(marker, 0); normmarkeropt46 = { icon:normicon, title:"Hönigsbergalm im Winter" }; var marker = new GMarker(new GLatLng(47.601041, 15.627494), normmarkeropt46); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/hoenigsbergalm_winter"; }); mgr.addMarker(marker, 0); normmarkeropt47 = { icon:normicon, title:"Krieglacher Kirche von innen" }; var marker = new GMarker(new GLatLng(47.545554, 15.560546), normmarkeropt47); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/kirche_krieglach_innen"; }); mgr.addMarker(marker, 0); normmarkeropt48 = { icon:normicon, title:"Krieglacher Kirche aussen" }; var marker = new GMarker(new GLatLng(47.545517, 15.560288), normmarkeropt48); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/kirche_krieglach_aussen"; }); mgr.addMarker(marker, 0); normmarkeropt49 = { icon:normicon, title:"Krieglach - Erzherzog Johann Strasse" }; var marker = new GMarker(new GLatLng(47.544388, 15.559291), normmarkeropt49); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/erzherzog_johannstr_krieglach."; }); mgr.addMarker(marker, 0); normmarkeropt50 = { icon:normicon, title:"Krieglacher Hauptplatz" }; var marker = new GMarker(new GLatLng(47.545307, 15.559988), normmarkeropt50); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/krieglach_hauptplatz"; }); mgr.addMarker(marker, 0); normmarkeropt51 = { icon:normicon, title:"Krieglach - Gölk Kapelle" }; var marker = new GMarker(new GLatLng(47.532705, 15.557928), normmarkeropt51); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/goelkkapelle_krieglach_winter"; }); mgr.addMarker(marker, 0); normmarkeropt52 = { icon:normicon, title:"Krieglach - Hauptstrasse Süd" }; var marker = new GMarker(new GLatLng(47.543461, 15.559108), normmarkeropt52); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/hauptsrasse_sued_krieglach"; }); mgr.addMarker(marker, 0); normmarkeropt53 = { icon:normicon, title:"Mürzzuschlager Hallenbad VIVAX" }; var marker = new GMarker(new GLatLng(47.601495, 15.67263), normmarkeropt53); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/vivax"; }); mgr.addMarker(marker, 0); normmarkeropt54 = { icon:normicon, title:"Mürzzuschlag Florian Garage" }; var marker = new GMarker(new GLatLng(47.607118, 15.676369), normmarkeropt54); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/ff_mz_garage"; }); mgr.addMarker(marker, 0); normmarkeropt55 = { icon:normicon, title:"Mürzzuschlag Florian Alarmzentrale" }; var marker = new GMarker(new GLatLng(47.607179, 15.676519), normmarkeropt55); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/ff_mz_florian"; }); mgr.addMarker(marker, 0); normmarkeropt56 = { icon:normicon, title:"Hönigsberg - Bahnhofskreuzung" }; var marker = new GMarker(new GLatLng(47.582909, 15.645776), normmarkeropt56); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Bahnhofskreuzung_hoenigsberg"; }); mgr.addMarker(marker, 0); normmarkeropt57 = { icon:normicon, title:"Industriepark Hönigsberg 1" }; var marker = new GMarker(new GLatLng(47.584519, 15.648308), normmarkeropt57); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/industriepark_hoenigsberg_1"; }); mgr.addMarker(marker, 0); normmarkeropt58 = { icon:normicon, title:"Industriepark Hönigsberg 2" }; var marker = new GMarker(new GLatLng(47.585293, 15.649585), normmarkeropt58); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/industriepark_hoenigsberg_2"; }); mgr.addMarker(marker, 0); normmarkeropt59 = { icon:normicon, title:"Industriepark Hönigsberg 3" }; var marker = new GMarker(new GLatLng(47.583473, 15.651779), normmarkeropt59); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/industriepark_hoenigsberg_3"; }); mgr.addMarker(marker, 0); normmarkeropt60 = { icon:normicon, title:"Industriepark Hönigsberg 4" }; var marker = new GMarker(new GLatLng(47.583875, 15.653136), normmarkeropt60); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/industriepark_hoenigsberg_4"; }); mgr.addMarker(marker, 0); normmarkeropt61 = { icon:normicon, title:"Industriepark Einfahrt Bushuetterl" }; var marker = new GMarker(new GLatLng(47.587602, 15.659755), normmarkeropt61); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/industriepark_einfahrt_bushuetterl"; }); mgr.addMarker(marker, 0); normmarkeropt62 = { icon:normicon, title:"Industriepark Hönigsberg Nordeinfahrt" }; var marker = new GMarker(new GLatLng(47.587392, 15.659632), normmarkeropt62); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/industriepark_hoenigsberg_nordeinfahrt"; }); mgr.addMarker(marker, 0); normmarkeropt63 = { icon:normicon, title:"Mürzzuschlag Rettungsleitstelle innen" }; var marker = new GMarker(new GLatLng(47.602904, 15.668607), normmarkeropt63); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/RK_muerzzuschlag_leitstelle"; }); mgr.addMarker(marker, 0); normmarkeropt64 = { icon:normicon, title:"Mürzzuschlag Rettungsleitstelle Garage" }; var marker = new GMarker(new GLatLng(47.603004, 15.668516), normmarkeropt64); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/RK_muerzzuschlag_garage"; }); mgr.addMarker(marker, 0); normmarkeropt65 = { icon:normicon, title:"Bahnhof Kindberg Halle" }; var marker = new GMarker(new GLatLng(47.501257, 15.448065), normmarkeropt65); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/bahnhof_kindberg_halle"; }); mgr.addMarker(marker, 0); normmarkeropt66 = { icon:normicon, title:"Bahnhof Kindberg Eingang" }; var marker = new GMarker(new GLatLng(47.501167, 15.44778), normmarkeropt66); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/bahnhof_kindberg_eingang"; }); mgr.addMarker(marker, 0); normmarkeropt67 = { icon:normicon, title:"Kindberg Librokurve" }; var marker = new GMarker(new GLatLng(47.503345, 15.446329), normmarkeropt67); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/kindberg_librokurve"; }); mgr.addMarker(marker, 0); normmarkeropt68 = { icon:normicon, title:"Kirche Langenwang innen" }; var marker = new GMarker(new GLatLng(47.568317, 15.621754), normmarkeropt68); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/kirche_langenwang_innen"; }); mgr.addMarker(marker, 0); normmarkeropt69 = { icon:normicon, title:"Bahnhof Hönigsberg" }; var marker = new GMarker(new GLatLng(47.583264, 15.645883), normmarkeropt69); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/bahnhof_hoenigsberg"; }); mgr.addMarker(marker, 0); normmarkeropt70 = { icon:normicon, title:"Veitscher Hauptplatz" }; var marker = new GMarker(new GLatLng(47.57986, 15.493662), normmarkeropt70); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/hauptplatz_veitsch"; }); mgr.addMarker(marker, 0); normmarkeropt71 = { icon:normicon, title:"Veitscher Kirche von innen" }; var marker = new GMarker(new GLatLng(47.580188, 15.493641), normmarkeropt71); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/kirche_veitsch_innen"; }); mgr.addMarker(marker, 0); normmarkeropt72 = { icon:normicon, title:"Veitscher Kirche von aussen" }; var marker = new GMarker(new GLatLng(47.580141, 15.493378), normmarkeropt72); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/kirche_veitsch_aussen"; }); mgr.addMarker(marker, 0); normmarkeropt73 = { icon:normicon, title:"Veitscherkreuz" }; var marker = new GMarker(new GLatLng(47.583224, 15.490905), normmarkeropt73); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/veitscherkreuz"; }); mgr.addMarker(marker, 0); normmarkeropt74 = { icon:normicon, title:"Landesberufsschule Mitterdorf" }; var marker = new GMarker(new GLatLng(47.52825, 15.516281), normmarkeropt74); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/berufsschule_mitterdorf"; }); mgr.addMarker(marker, 0); normmarkeropt75 = { icon:normicon, title:"Kreisverkehr Mitterdorf" }; var marker = new GMarker(new GLatLng(47.533201, 15.512835), normmarkeropt75); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/kreisverkehr_mitterdorf"; }); mgr.addMarker(marker, 0); normmarkeropt76 = { icon:normicon, title:"Mitterdorfer Bahnhofskreuzung" }; var marker = new GMarker(new GLatLng(47.536145, 15.511617), normmarkeropt76); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/bahnhofskreuzung_mitterdorf"; }); mgr.addMarker(marker, 0); normmarkeropt77 = { icon:normicon, title:"Mitterdorfer Hauptplatz" }; var marker = new GMarker(new GLatLng(47.535244, 15.511698), normmarkeropt77); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/hauptplatz_mitterdorf"; }); mgr.addMarker(marker, 0); normmarkeropt78 = { icon:normicon, title:"Mitterdorfer Unterführung" }; var marker = new GMarker(new GLatLng(47.536297, 15.511805), normmarkeropt78); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/unterfuehrung_mitterdorf"; }); mgr.addMarker(marker, 0); normmarkeropt79 = { icon:normicon, title:"Mitterdorfer Bahnhofshalle innen" }; var marker = new GMarker(new GLatLng(47.536345, 15.511998), normmarkeropt79); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/bahnhofshalle_mitterdorf_innen"; }); mgr.addMarker(marker, 0); normmarkeropt80 = { icon:normicon, title:"Mitterdorfer Bahnsteig/Bahnhof" }; var marker = new GMarker(new GLatLng(47.536623, 15.512711), normmarkeropt80); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/bahnsteig_mitterdorf"; }); mgr.addMarker(marker, 0); normmarkeropt81 = { icon:normicon, title:"Krieglacher Bahnhofshalle" }; var marker = new GMarker(new GLatLng(47.546908, 15.559875), normmarkeropt81); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/bahnhof_krieglach_halle"; }); mgr.addMarker(marker, 0); normmarkeropt82 = { icon:normicon, title:"Warberger Bahnhof" }; var marker = new GMarker(new GLatLng(47.527128, 15.482518), normmarkeropt82); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/bahnhof_wartberg"; }); mgr.addMarker(marker, 0); normmarkeropt83 = { icon:normicon, title:"Kindberg Kaufhaus Schöffmann" }; var marker = new GMarker(new GLatLng(47.503856, 15.446657), normmarkeropt83); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/schoeffmann_kindberg"; }); mgr.addMarker(marker, 0); normmarkeropt84 = { icon:normicon, title:"Kindberg Einfahrt FUZO Süd" }; var marker = new GMarker(new GLatLng(47.50428, 15.447472), normmarkeropt84); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/einfahrt_fuzo_sued_kindberg"; }); mgr.addMarker(marker, 0); normmarkeropt85 = { icon:normicon, title:"Kindberger FUZO Spielplatz" }; var marker = new GMarker(new GLatLng(47.504749, 15.448349), normmarkeropt85); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/spielplatz_fuzo_kindberg"; }); mgr.addMarker(marker, 0); normmarkeropt86 = { icon:normicon, title:"Kindberger Bushütterl" }; var marker = new GMarker(new GLatLng(47.505028, 15.448572), normmarkeropt86); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/bushuetterl_kindberg"; }); mgr.addMarker(marker, 0); normmarkeropt87 = { icon:normicon, title:"Kindberger Kirchenkreuzung" }; var marker = new GMarker(new GLatLng(47.505358, 15.449036), normmarkeropt87); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/kirchenkreuzung_kindberg"; }); mgr.addMarker(marker, 0); normmarkeropt88 = { icon:normicon, title:"Kindberger Kirchenplatz" }; var marker = new GMarker(new GLatLng(47.504829, 15.449733), normmarkeropt88); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/kirchplatz_kindberg"; }); mgr.addMarker(marker, 0); normmarkeropt89 = { icon:normicon, title:"Kindberger Kirche innen" }; var marker = new GMarker(new GLatLng(47.504878, 15.450111), normmarkeropt89); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/kirche_kindberg_innen"; }); mgr.addMarker(marker, 0); normmarkeropt90 = { icon:normicon, title:"Kindberg Eingang FUZO Nord" }; var marker = new GMarker(new GLatLng(47.50549, 15.449175), normmarkeropt90); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/eingang_fuzo_kindberg"; }); mgr.addMarker(marker, 0); normmarkeropt91 = { icon:normicon, title:"Kindberger Dr. Passage" }; var marker = new GMarker(new GLatLng(47.506291, 15.449768), normmarkeropt91); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/doktorenpassage_kindberg"; }); mgr.addMarker(marker, 0); normmarkeropt92 = { icon:normicon, title:"Kindberger Schwimmbadkreuzung" }; var marker = new GMarker(new GLatLng(47.508074, 15.44954), normmarkeropt92); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/schwimmbadkreuzung_kindberg"; }); mgr.addMarker(marker, 0); normmarkeropt93 = { icon:normicon, title:"Kindberger Brückenplatz" }; var marker = new GMarker(new GLatLng(47.509338, 15.449806), normmarkeropt93); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/brueckenparkplatz_kindberg"; }); mgr.addMarker(marker, 0); normmarkeropt94 = { icon:normicon, title:"Schloss Oberkindberg Eingang" }; var marker = new GMarker(new GLatLng(47.506349, 15.443521), normmarkeropt94); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/eingang_schloss_oberkindberg"; }); mgr.addMarker(marker, 0); normmarkeropt95 = { icon:normicon, title:"Schloss Oberkindberg Innenhof" }; var marker = new GMarker(new GLatLng(47.506189, 15.443135), normmarkeropt95); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/schloss_oberkindberg"; }); mgr.addMarker(marker, 0); normmarkeropt96 = { icon:normicon, title:"Kindberger Polizeikreuzung" }; var marker = new GMarker(new GLatLng(47.507215, 15.450001), normmarkeropt96); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/polizeikreuzung_kindberg"; }); mgr.addMarker(marker, 0); normmarkeropt97 = { icon:normicon, title:"Mürzzuschlag, Gem. Ganz Eckbauer" }; var marker = new GMarker(new GLatLng(47.594053, 15.687683), normmarkeropt97); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Eckbauer"; }); mgr.addMarker(marker, 0); normmarkeropt98 = { icon:normicon, title:"Mürzhofen Einfahrt Nord" }; var marker = new GMarker(new GLatLng(47.487058, 15.39901), normmarkeropt98); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/muerzhofen_einfahrt_nord"; }); mgr.addMarker(marker, 0); normmarkeropt99 = { icon:normicon, title:"Mürzhofen Turm" }; var marker = new GMarker(new GLatLng(47.486199, 15.398152), normmarkeropt99); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/muerzhofen_turm"; }); mgr.addMarker(marker, 0); normmarkeropt100 = { icon:normicon, title:"Kindberger Intersportkurve" }; var marker = new GMarker(new GLatLng(47.503694, 15.446206), normmarkeropt100); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/kindberg_intersportkurve"; }); mgr.addMarker(marker, 0); normmarkeropt101 = { icon:normicon, title:"Hadersdorf Nord" }; var marker = new GMarker(new GLatLng(47.495748, 15.417439), normmarkeropt101); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Hadersdorf_nord"; }); mgr.addMarker(marker, 0); normmarkeropt102 = { icon:normicon, title:"Hadersdorf" }; var marker = new GMarker(new GLatLng(47.494976, 15.413802), normmarkeropt102); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Hadersdorf"; }); mgr.addMarker(marker, 0); normmarkeropt103 = { icon:normicon, title:"Stanzer Kreisverkehr" }; var marker = new GMarker(new GLatLng(47.493229, 15.431296), normmarkeropt103); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/stanzer_kreisverkehr"; }); mgr.addMarker(marker, 0); normmarkeropt104 = { icon:normicon, title:"Kindberger Aumuehlkreuzung" }; var marker = new GMarker(new GLatLng(47.496635, 15.419942), normmarkeropt104); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Aumuehlkreuzung"; }); mgr.addMarker(marker, 0); normmarkeropt105 = { icon:normicon, title:"Kindberger Bahnhofskreuzung" }; var marker = new GMarker(new GLatLng(47.500277, 15.445978), normmarkeropt105); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/bahnhofkreuzung_kindberg"; }); mgr.addMarker(marker, 0); normmarkeropt106 = { icon:normicon, title:"Stanzer Kirche Eingang" }; var marker = new GMarker(new GLatLng(47.467031, 15.499), normmarkeropt106); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/kirche_stanz_eingang"; }); mgr.addMarker(marker, 0); normmarkeropt107 = { icon:normicon, title:"Stanzer Kirche Ausblick" }; var marker = new GMarker(new GLatLng(47.467833, 15.500818), normmarkeropt107); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/ausblick_kirche_stanz"; }); mgr.addMarker(marker, 0); normmarkeropt108 = { icon:normicon, title:"Stanzer Kirche Innen" }; var marker = new GMarker(new GLatLng(47.466932, 15.499209), normmarkeropt108); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/kirche_stanz_innen"; }); mgr.addMarker(marker, 0); normmarkeropt109 = { icon:normicon, title:"Allerheiligen Bahnhof" }; var marker = new GMarker(new GLatLng(47.482198, 15.403111), normmarkeropt109); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/bahnhof_allerheiligen"; }); mgr.addMarker(marker, 0); normmarkeropt110 = { icon:normicon, title:"Kindberger Bahnhof" }; var marker = new GMarker(new GLatLng(47.501272, 15.448172), normmarkeropt110); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/bahnhof_kindberg_bahnsteig"; }); mgr.addMarker(marker, 0); normmarkeropt111 = { icon:normicon, title:"Allerheiligen Autobahnauffahrt S6" }; var marker = new GMarker(new GLatLng(47.481818, 15.401582), normmarkeropt111); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/muerzhofen_autobahnauffahrt"; }); mgr.addMarker(marker, 0); normmarkeropt112 = { icon:normicon, title:"Allerheiligen Kirchenkreuzung" }; var marker = new GMarker(new GLatLng(47.481803, 15.406018), normmarkeropt112); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/kirchenkreuzung_allerheiligen"; }); mgr.addMarker(marker, 0); normmarkeropt113 = { icon:normicon, title:"Allerheiligen vor der Kirche" }; var marker = new GMarker(new GLatLng(47.481695, 15.406405), normmarkeropt113); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/vor_kirche_allerheiligen"; }); mgr.addMarker(marker, 0); normmarkeropt114 = { icon:normicon, title:"Mürzzuschlag Bahnhofskurve" }; var marker = new GMarker(new GLatLng(47.607516, 15.675881), normmarkeropt114); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/bahnhofskurve_MZ"; }); mgr.addMarker(marker, 0); normmarkeropt115 = { icon:normicon, title:"Mürzzuschlager FUZO Hartlauer" }; var marker = new GMarker(new GLatLng(47.605859, 15.676176), normmarkeropt115); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/2_FuZo_MZ_Hartlauer"; }); mgr.addMarker(marker, 0); normmarkeropt116 = { icon:normicon, title:"Mürzzuschlager FUZO Freiberger" }; var marker = new GMarker(new GLatLng(47.60593, 15.674988), normmarkeropt116); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/3_FuZo_MZ_Freiberger"; }); mgr.addMarker(marker, 0); normmarkeropt117 = { icon:normicon, title:"Mürzzuschlager FUZO Kebab" }; var marker = new GMarker(new GLatLng(47.605861, 15.674567), normmarkeropt117); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/4_FuZo_MZ_Nedims"; }); mgr.addMarker(marker, 0); normmarkeropt118 = { icon:normicon, title:"Mürzzuschlager Pflegeheim" }; var marker = new GMarker(new GLatLng(47.6043, 15.674526), normmarkeropt118); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/pflegeheim"; }); mgr.addMarker(marker, 0); normmarkeropt119 = { icon:normicon, title:"Mürzzuschlager Brahms Museum - Arkadenhof" }; var marker = new GMarker(new GLatLng(47.605328, 15.672314), normmarkeropt119); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/brahms_arkadenhof"; }); mgr.addMarker(marker, 0); normmarkeropt120 = { icon:normicon, title:"Mürzzuschlager Stadtbrunnen" }; var marker = new GMarker(new GLatLng(47.605857, 15.67406), normmarkeropt120); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/stadtbrunnen"; }); mgr.addMarker(marker, 0); normmarkeropt121 = { icon:normicon, title:"Stanzer Friedhof" }; var marker = new GMarker(new GLatLng(47.467055, 15.499898), normmarkeropt121); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/kirche_friedhof_stanz"; }); mgr.addMarker(marker, 0); normmarkeropt122 = { icon:normicon, title:"Gloggnitz Schleckerkreuzung" }; var marker = new GMarker(new GLatLng(47.672381, 15.952857), normmarkeropt122); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Schleckerkreuzung_gloggnitz"; }); mgr.addMarker(marker, 0); normmarkeropt123 = { icon:normicon, title:"Gloggnitzer Bahnhofskreuzung" }; var marker = new GMarker(new GLatLng(47.675358, 15.939767), normmarkeropt123); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/bahnhofskreuzung_gloggnitz"; }); mgr.addMarker(marker, 0); normmarkeropt124 = { icon:normicon, title:"Gloggnitz - Raikakreuzung" }; var marker = new GMarker(new GLatLng(47.676091, 15.937643), normmarkeropt124); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/raikakreuzung_gloggnitz"; }); mgr.addMarker(marker, 0); normmarkeropt125 = { icon:normicon, title:"Gloggnitz Hauptplatzkreuzung" }; var marker = new GMarker(new GLatLng(47.676098, 15.936581), normmarkeropt125); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/hauptplatzkreuzung_gloggnitz"; }); mgr.addMarker(marker, 0); normmarkeropt126 = { icon:normicon, title:"Gloggnitz" }; var marker = new GMarker(new GLatLng(47.675614, 15.934966), normmarkeropt126); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/2_gloggnitz"; }); mgr.addMarker(marker, 0); normmarkeropt127 = { icon:normicon, title:"Gloggnitz - St. Othmar Kapelle innen" }; var marker = new GMarker(new GLatLng(47.675654, 15.936205), normmarkeropt127); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/7_hauptplatzkapelle_innen__gloggnitz"; }); mgr.addMarker(marker, 0); normmarkeropt128 = { icon:normicon, title:"Gloggnitz - Sparkassenplatz" }; var marker = new GMarker(new GLatLng(47.675368, 15.936055), normmarkeropt128); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/sparkassenplatz_gloggnitz"; }); mgr.addMarker(marker, 0); normmarkeropt129 = { icon:normicon, title:"Gloggnitz Gemeindeamt" }; var marker = new GMarker(new GLatLng(47.675083, 15.935701), normmarkeropt129); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/gemeindeamt_gloggnitz"; }); mgr.addMarker(marker, 0); normmarkeropt130 = { icon:normicon, title:"Gloggnitz Röm Kath Kirche aussen" }; var marker = new GMarker(new GLatLng(47.675618, 15.937278), normmarkeropt130); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/RK_kirche__gloggnitz_aussen"; }); mgr.addMarker(marker, 0); normmarkeropt131 = { icon:normicon, title:"Gloggnitz Röm Kath Kirche innen" }; var marker = new GMarker(new GLatLng(47.675589, 15.937391), normmarkeropt131); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/RK_Kirche_gloggnitz_innen"; }); mgr.addMarker(marker, 0); normmarkeropt132 = { icon:normicon, title:"Gloggnitz Feuerwehrkreuzung" }; var marker = new GMarker(new GLatLng(47.674794, 15.941581), normmarkeropt132); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/feuerwehrkreuzung_gloggnitz"; }); mgr.addMarker(marker, 0); normmarkeropt133 = { icon:normicon, title:"Gloggnitz Hauptplatz" }; var marker = new GMarker(new GLatLng(47.675834, 15.936238), normmarkeropt133); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/hauptplatz_gloggnitz"; }); mgr.addMarker(marker, 0); normmarkeropt134 = { icon:normicon, title:"Gloggnitz 1" }; var marker = new GMarker(new GLatLng(47.675901, 15.935862), normmarkeropt134); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/1_gloggnitz"; }); mgr.addMarker(marker, 0); normmarkeropt135 = { icon:normicon, title:"Gloggnitz 4 - Richtergasse" }; var marker = new GMarker(new GLatLng(47.675246, 15.933711), normmarkeropt135); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/4_gloggnitz"; }); mgr.addMarker(marker, 0); normmarkeropt136 = { icon:normicon, title:"Gloggnitz 5" }; var marker = new GMarker(new GLatLng(47.67509, 15.933199), normmarkeropt136); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/5_billa_gloggnitz"; }); mgr.addMarker(marker, 0); normmarkeropt137 = { icon:normicon, title:"Gloggnitz Schloss Wiese" }; var marker = new GMarker(new GLatLng(47.673407, 15.92832), normmarkeropt137); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/schloss_gloggnitz_4"; }); mgr.addMarker(marker, 0); normmarkeropt138 = { icon:normicon, title:"Gloggnitz Schloss vor Kapelle" }; var marker = new GMarker(new GLatLng(47.673631, 15.928668), normmarkeropt138); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/schloss_gloggnitz_3"; }); mgr.addMarker(marker, 0); normmarkeropt139 = { icon:normicon, title:"Schloss Gloggnitz Wegkreuzung" }; var marker = new GMarker(new GLatLng(47.673642, 15.92854), normmarkeropt139); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/schloss_gloggnitz_2"; }); mgr.addMarker(marker, 0); normmarkeropt140 = { icon:normicon, title:"Gloggnitz vor dem Schloss" }; var marker = new GMarker(new GLatLng(47.673757, 15.928336), normmarkeropt140); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/schloss_gloggnitz_1"; }); mgr.addMarker(marker, 0); normmarkeropt141 = { icon:normicon, title:"Gloggnitz 3" }; var marker = new GMarker(new GLatLng(47.675423, 15.934408), normmarkeropt141); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/3_gloggnitz"; }); mgr.addMarker(marker, 0); normmarkeropt142 = { icon:normicon, title:"Gloggnitz Dirnbacherkreuzung" }; var marker = new GMarker(new GLatLng(47.673721, 15.931115), normmarkeropt142); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/6_dirnbacherkreuzumg_gloggnitz"; }); mgr.addMarker(marker, 0); normmarkeropt143 = { icon:normicon, title:"Krieglach Feuerwehrhaus aussen" }; var marker = new GMarker(new GLatLng(47.544873, 15.566651), normmarkeropt143); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/ff-haus_krieglach_aussen"; }); mgr.addMarker(marker, 0); normmarkeropt144 = { icon:normicon, title:"Krieglach Feuerwehr Garage" }; var marker = new GMarker(new GLatLng(47.545025, 15.566822), normmarkeropt144); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/ff-haus_krieglach_garage"; }); mgr.addMarker(marker, 0); normmarkeropt145 = { icon:normicon, title:"Krieglach Feuerwehr Kantine" }; var marker = new GMarker(new GLatLng(47.545141, 15.566876), normmarkeropt145); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/ff-haus_krieglach_kantine"; }); mgr.addMarker(marker, 0); normmarkeropt146 = { icon:normicon, title:"Krieglach Unfall Alplkreuzung" }; var marker = new GMarker(new GLatLng(47.54558, 15.568743), normmarkeropt146); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/vu_krieglach_26032010"; }); mgr.addMarker(marker, 0); normmarkeropt147 = { icon:normicon, title:"Hönigsberg - Hoferkreuzung" }; var marker = new GMarker(new GLatLng(47.58169, 15.646548), normmarkeropt147); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/hoferkreuzung"; }); mgr.addMarker(marker, 0); normmarkeropt148 = { icon:normicon, title:"Hönigsberg Volksschule" }; var marker = new GMarker(new GLatLng(47.577702, 15.649644), normmarkeropt148); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/volksschule_hoenigsberg"; }); mgr.addMarker(marker, 0); normmarkeropt149 = { icon:normicon, title:"Hönigsberg Kreuzung Kurze Gasse - Neubaugasse" }; var marker = new GMarker(new GLatLng(47.579547, 15.649794), normmarkeropt149); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/kreuzung_kurzeGasse__hoenigsberg"; }); mgr.addMarker(marker, 0); normmarkeropt150 = { icon:normicon, title:"Hönigsberg Spielplatz 1" }; var marker = new GMarker(new GLatLng(47.579891, 15.651671), normmarkeropt150); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/spielplatz_hoenigsberg_1"; }); mgr.addMarker(marker, 0); normmarkeropt151 = { icon:normicon, title:"Hönigsberg Spielplatz 2" }; var marker = new GMarker(new GLatLng(47.580181, 15.65202), normmarkeropt151); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/spielplatz_hoenigsberg_2"; }); mgr.addMarker(marker, 0); normmarkeropt152 = { icon:normicon, title:"Hönigsberg Kreuzung Schulstrasse - Feldgasse" }; var marker = new GMarker(new GLatLng(47.578632, 15.648785), normmarkeropt152); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/schulstrasse_kegelbahn_hoenigsberg"; }); mgr.addMarker(marker, 0); normmarkeropt153 = { icon:normicon, title:"Hönigsberg Kreuzung Sportgasse - Schulstrasse" }; var marker = new GMarker(new GLatLng(47.58004, 15.647712), normmarkeropt153); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/sportgasse_schulstrasse_hoenigsberg"; }); mgr.addMarker(marker, 0); normmarkeropt154 = { icon:normicon, title:"Hönigsberg Casino" }; var marker = new GMarker(new GLatLng(47.58093, 15.645787), normmarkeropt154); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/casino_hoenigsberg"; }); mgr.addMarker(marker, 0); normmarkeropt155 = { icon:normicon, title:"Hönigsberg Kreuzung Soprtgasse - Gutenbrunngasse" }; var marker = new GMarker(new GLatLng(47.580094, 15.646698), normmarkeropt155); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Sportgasse_gutenbrunngasse"; }); mgr.addMarker(marker, 0); normmarkeropt156 = { icon:normicon, title:"Hönigsberg, Steindlkapelle" }; var marker = new GMarker(new GLatLng(47.577441, 15.647353), normmarkeropt156); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/steindlkapelle_hoenigsberg_17082009"; }); mgr.addMarker(marker, 0); normmarkeropt157 = { icon:normicon, title:"Mürzzuschlag, Feuerwehrturm" }; var marker = new GMarker(new GLatLng(47.607161, 15.676541), normmarkeropt157); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/ff_mz_feuerwehrturm"; }); mgr.addMarker(marker, 0); normmarkeropt158 = { icon:normicon, title:"Mitterdorfer Kreisverkehr" }; var marker = new GMarker(new GLatLng(47.537657, 15.526898), normmarkeropt158); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/kreisverkehr_uniwash_veitsch"; }); mgr.addMarker(marker, 0); normmarkeropt159 = { icon:normicon, title:"Krieglach Alplkreuzung" }; var marker = new GMarker(new GLatLng(47.545575, 15.568871), normmarkeropt159); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/alplkreuzung_krieglach_fuchsbichler_1"; }); mgr.addMarker(marker, 0); normmarkeropt160 = { icon:normicon, title:"Krieglach, 850 Jahr Statue" }; var marker = new GMarker(new GLatLng(47.543185, 15.558046), normmarkeropt160); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/krieglach_850_jahr"; }); mgr.addMarker(marker, 0); normmarkeropt161 = { icon:normicon, title:"Fressnitz Mitte" }; var marker = new GMarker(new GLatLng(47.541626, 15.536669), normmarkeropt161); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/fressnitz_mitte"; }); mgr.addMarker(marker, 0); normmarkeropt162 = { icon:normicon, title:"Fressnitz, Einkaufszentrum Nord" }; var marker = new GMarker(new GLatLng(47.542932, 15.54033), normmarkeropt162); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/einkaufzentrum_fressnitz_nord"; }); mgr.addMarker(marker, 0); normmarkeropt163 = { icon:normicon, title:"Pöllau, Doktor Marzellin Schlager Gasse 110-111" }; var marker = new GMarker(new GLatLng(47.303316, 15.83426), normmarkeropt163); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/2_kunsttischlerei_hirt_poellau"; }); mgr.addMarker(marker, 0); normmarkeropt164 = { icon:normicon, title:"Pöllau Ortenhofenstraße 53" }; var marker = new GMarker(new GLatLng(47.303236, 15.832742), normmarkeropt164); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/4_GH_schreiner_poellau"; }); mgr.addMarker(marker, 0); normmarkeropt165 = { icon:normicon, title:"Unfall S6 bei Maria Schutz" }; var marker = new GMarker(new GLatLng(47.65186, 15.863357), normmarkeropt165); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/VU_S6_Semmering_pano"; }); mgr.addMarker(marker, 0); normmarkeropt166 = { icon:normicon, title:"Friedhof Pöllauberg" }; var marker = new GMarker(new GLatLng(47.315276, 15.856855), normmarkeropt166); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/15_friedhof_poellauberg"; }); mgr.addMarker(marker, 0); normmarkeropt167 = { icon:normicon, title:"Innenhof des Stift Pöllau" }; var marker = new GMarker(new GLatLng(47.302901, 15.833573), normmarkeropt167); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/14_stift_innenhof_2_poellau"; }); mgr.addMarker(marker, 0); normmarkeropt168 = { icon:normicon, title:"Innenhof des Stift Pöllau 2" }; var marker = new GMarker(new GLatLng(47.302669, 15.833627), normmarkeropt168); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/12_stift_innenhof_poellau"; }); mgr.addMarker(marker, 0); normmarkeropt169 = { icon:normicon, title:"Pöllau Stift innen hochauflösend" }; var marker = new GMarker(new GLatLng(47.302458, 15.833702), normmarkeropt169); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/13_stift_innen_poellau_hochaufloesend"; }); mgr.addMarker(marker, 0); normmarkeropt170 = { icon:normicon, title:"Pöllauberg Eingang Kirche" }; var marker = new GMarker(new GLatLng(47.315195, 15.857005), normmarkeropt170); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/17_eingang_poellauberg"; }); mgr.addMarker(marker, 0); normmarkeropt171 = { icon:normicon, title:"Pöllauberg Kirche von innen" }; var marker = new GMarker(new GLatLng(47.315232, 15.857241), normmarkeropt171); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/18_kirche_innen_poellauberg"; }); mgr.addMarker(marker, 0); normmarkeropt172 = { icon:normicon, title:"Pöllau - Karl Brunner Park" }; var marker = new GMarker(new GLatLng(47.302352, 15.832077), normmarkeropt172); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/7_park_karl_brunner_poellau"; }); mgr.addMarker(marker, 0); normmarkeropt173 = { icon:normicon, title:"Pöllau Post" }; var marker = new GMarker(new GLatLng(47.301374, 15.832865), normmarkeropt173); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/11_post_poellau"; }); mgr.addMarker(marker, 0); normmarkeropt174 = { icon:normicon, title:"Pöllau Hauptplatz Süd" }; var marker = new GMarker(new GLatLng(47.30125, 15.833799), normmarkeropt174); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/10_hauptplatz_sued_poellau"; }); mgr.addMarker(marker, 0); normmarkeropt175 = { icon:normicon, title:"Pöllau Hauptplatz Brunnen" }; var marker = new GMarker(new GLatLng(47.301572, 15.833901), normmarkeropt175); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/9_hauptplatz_brunnen_poellau"; }); mgr.addMarker(marker, 0); normmarkeropt176 = { icon:normicon, title:"Pöllau - Busausfahrt - Altes Feuerwehrhaus" }; var marker = new GMarker(new GLatLng(47.303414, 15.833412), normmarkeropt176); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/3_busausfahrt_altes_ff_haus_poellau"; }); mgr.addMarker(marker, 0); normmarkeropt177 = { icon:normicon, title:"Pöllauberg vor Kirche - Kompass" }; var marker = new GMarker(new GLatLng(47.315108, 15.857338), normmarkeropt177); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/16_kompass_poellauberg"; }); mgr.addMarker(marker, 0); normmarkeropt178 = { icon:normicon, title:"Pöllau Eingang Schlosspark" }; var marker = new GMarker(new GLatLng(47.302181, 15.832983), normmarkeropt178); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/5_blumen_gleichweit_poellau"; }); mgr.addMarker(marker, 0); normmarkeropt179 = { icon:normicon, title:"Pöllau Stift innen " }; var marker = new GMarker(new GLatLng(47.302574, 15.833756), normmarkeropt179); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/13_stift_innen_poellau"; }); mgr.addMarker(marker, 0); normmarkeropt180 = { icon:normicon, title:"Pöllau Schloss Park Eingang" }; var marker = new GMarker(new GLatLng(47.302152, 15.832994), normmarkeropt180); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/6_park_poellau"; }); mgr.addMarker(marker, 0); normmarkeropt181 = { icon:normicon, title:"Langenwang Mitte" }; var marker = new GMarker(new GLatLng(47.568498, 15.621019), normmarkeropt181); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/langenwang_abesleitner"; }); mgr.addMarker(marker, 0); normmarkeropt182 = { icon:normicon, title:"Langenwang Bahnhof" }; var marker = new GMarker(new GLatLng(47.567981, 15.6139), normmarkeropt182); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/bahnhof_langenwang"; }); mgr.addMarker(marker, 0); normmarkeropt183 = { icon:normicon, title:"Langenwanger Kirche von aussen" }; var marker = new GMarker(new GLatLng(47.568147, 15.621604), normmarkeropt183); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/kirche_langenwang_aussen"; }); mgr.addMarker(marker, 0); normmarkeropt184 = { icon:normicon, title:"Casino Kreuzung Hönigsberg (Uhlhügel)" }; var marker = new GMarker(new GLatLng(47.581067, 15.645529), normmarkeropt184); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/casinokreuzung_hoenigsberg"; }); mgr.addMarker(marker, 0); normmarkeropt185 = { icon:normicon, title:"Langenwang, Kohlbacherkreuzung" }; var marker = new GMarker(new GLatLng(47.568441, 15.620027), normmarkeropt185); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/langenwang"; }); mgr.addMarker(marker, 0); normmarkeropt186 = { icon:normicon, title:"Ganztal" }; var marker = new GMarker(new GLatLng(47.587066, 15.666466), normmarkeropt186); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/MZ_ganztal_unter_bruecke"; }); mgr.addMarker(marker, 0); normmarkeropt187 = { icon:normicon, title:"Geireggkreuzung - Ringstrasse" }; var marker = new GMarker(new GLatLng(47.59076, 15.691494), normmarkeropt187); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Geiregg_HDR"; }); mgr.addMarker(marker, 0); normmarkeropt188 = { icon:normicon, title:"Ganz, Steinbauerkapelle" }; var marker = new GMarker(new GLatLng(47.594085, 15.676452), normmarkeropt188); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/steinbauerkapelle"; }); mgr.addMarker(marker, 0); normmarkeropt189 = { icon:normicon, title:"Ganz - Geiregg Wiese" }; var marker = new GMarker(new GLatLng(47.592946, 15.690531), normmarkeropt189); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/geiregg_wiese"; }); mgr.addMarker(marker, 0); normmarkeropt190 = { icon:normicon, title:"Leopersdorf/Stanz - Kreuzung" }; var marker = new GMarker(new GLatLng(47.487089, 15.432977), normmarkeropt190); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/kreuzung_leopersdorf"; }); mgr.addMarker(marker, 0); normmarkeropt191 = { icon:normicon, title:"Edelsdorf" }; var marker = new GMarker(new GLatLng(47.476022, 15.467849), normmarkeropt191); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/edelsdorf"; }); mgr.addMarker(marker, 0); normmarkeropt192 = { icon:normicon, title:"Mürzzuschlag Au - Kraftwerk" }; var marker = new GMarker(new GLatLng(47.617439, 15.665458), normmarkeropt192); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/muerzzuschlag_au_bach"; }); mgr.addMarker(marker, 0); normmarkeropt193 = { icon:normicon, title:"Stanz, Gemeindeamt" }; var marker = new GMarker(new GLatLng(47.465737, 15.500368), normmarkeropt193); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/gemeindeamt_stanz"; }); mgr.addMarker(marker, 0); normmarkeropt194 = { icon:normicon, title:"Pöllau, Hauptplatz" }; var marker = new GMarker(new GLatLng(47.301872, 15.833825), normmarkeropt194); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/8_hauptplatz_pestsauele_poellau"; }); mgr.addMarker(marker, 0); normmarkeropt195 = { icon:normicon, title:"Wartberg - Bahnhofskreuzung" }; var marker = new GMarker(new GLatLng(47.526888, 15.485246), normmarkeropt195); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/bahnhofskreuzung_wartberg"; }); mgr.addMarker(marker, 0); normmarkeropt196 = { icon:normicon, title:"Kindberg - Ortsausfahrt Norden" }; var marker = new GMarker(new GLatLng(47.514909, 15.464061), normmarkeropt196); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/kindberg_ortsausfahrt_norden"; }); mgr.addMarker(marker, 0); normmarkeropt197 = { icon:normicon, title:"Kindberg, Zunftbaum" }; var marker = new GMarker(new GLatLng(47.504932, 15.4487), normmarkeropt197); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/zunftbaum_kindberg"; }); mgr.addMarker(marker, 0); normmarkeropt198 = { icon:normicon, title:"Krieglach Alplkreuzung" }; var marker = new GMarker(new GLatLng(47.544994, 15.561251), normmarkeropt198); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/alplkreuzung_krieglach"; }); mgr.addMarker(marker, 0); normmarkeropt199 = { icon:normicon, title:"Kindberg, Abfahrt S6" }; var marker = new GMarker(new GLatLng(47.512288, 15.454727), normmarkeropt199); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/abfahrt_s6_kindberg_nord"; }); mgr.addMarker(marker, 0); normmarkeropt200 = { icon:normicon, title:"Unfall S6 Schwöbing 14.04.2010" }; var marker = new GMarker(new GLatLng(47.558602, 15.588527), normmarkeropt200); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/VU_s6_krieglach_14042010"; }); mgr.addMarker(marker, 0); normmarkeropt201 = { icon:normicon, title:"Unfall in Edelsdorf" }; var marker = new GMarker(new GLatLng(47.476891, 15.459824), normmarkeropt201); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Unfall_in_Edelsdorf"; }); mgr.addMarker(marker, 0); normmarkeropt202 = { icon:normicon, title:"Kapellen/Mürz, Kirche von aussen" }; var marker = new GMarker(new GLatLng(47.646732, 15.629929), normmarkeropt202); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/kapellen_kirche_aussen"; }); mgr.addMarker(marker, 0); normmarkeropt203 = { icon:normicon, title:"Langenwang, Feistritzberg" }; var marker = new GMarker(new GLatLng(47.561411, 15.583398), normmarkeropt203); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/kreuzung_schloss_feistritz_bruecke"; }); mgr.addMarker(marker, 0); normmarkeropt204 = { icon:normicon, title:"Langenwang, Feistritzberg" }; var marker = new GMarker(new GLatLng(47.561817, 15.583141), normmarkeropt204); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/kreuzung_schloss_feistritz_allee"; }); mgr.addMarker(marker, 0); normmarkeropt205 = { icon:normicon, title:"Langenwang, Feistritzberg" }; var marker = new GMarker(new GLatLng(47.561252, 15.583527), normmarkeropt205); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/kreuzung_schloss_feistritz_flussrand"; }); mgr.addMarker(marker, 0); normmarkeropt206 = { icon:normicon, title:"Unfall S6 Schwöbing 28.04.2010" }; var marker = new GMarker(new GLatLng(47.558595, 15.59306), normmarkeropt206); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/VU_S6_Schlamp_28042010"; }); mgr.addMarker(marker, 0); normmarkeropt207 = { icon:normicon, title:"Langenwang, Kohlbacherkreuzung" }; var marker = new GMarker(new GLatLng(47.568308, 15.620244), normmarkeropt207); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/langenwang_cueva"; }); mgr.addMarker(marker, 0); normmarkeropt208 = { icon:normicon, title:"Krieglach, Kreisverkehr" }; var marker = new GMarker(new GLatLng(47.554728, 15.57857), normmarkeropt208); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/KV_Krieglach"; }); mgr.addMarker(marker, 0); normmarkeropt209 = { icon:normicon, title:"Langenwang, Feistritzberg - in der Mürz" }; var marker = new GMarker(new GLatLng(47.56152, 15.583581), normmarkeropt209); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/kreuzung_schloss_feistritz_stein_wasser"; }); mgr.addMarker(marker, 0); normmarkeropt210 = { icon:normicon, title:"Langenwang, Feistritzberg, Schloss" }; var marker = new GMarker(new GLatLng(47.562801, 15.582722), normmarkeropt210); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Schloss_feistritz_abends"; }); mgr.addMarker(marker, 0); normmarkeropt211 = { icon:normicon, title:"Langenwang, Feistritzberg, Schlosskreuzung" }; var marker = new GMarker(new GLatLng(47.562425, 15.582722), normmarkeropt211); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/kreuzung_schloss_feistritz_langenwang"; }); mgr.addMarker(marker, 0); normmarkeropt212 = { icon:normicon, title:"Mürzzuschlag, Trichterkreisverkehr" }; var marker = new GMarker(new GLatLng(47.607534, 15.671195), normmarkeropt212); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/trichter_KV"; }); mgr.addMarker(marker, 0); normmarkeropt213 = { icon:normicon, title:"Mürzzuschlag, Bräuerteiche" }; var marker = new GMarker(new GLatLng(47.60666, 15.667716), normmarkeropt213); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Braeuerteiche"; }); mgr.addMarker(marker, 0); normmarkeropt214 = { icon:normicon, title:"Mürzzuschlag, Bräuerteiche - Zirkus" }; var marker = new GMarker(new GLatLng(47.606022, 15.666759), normmarkeropt214); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/braeuerteiche_zirkus_muerzzuschlag"; }); mgr.addMarker(marker, 0); normmarkeropt215 = { icon:normicon, title:"Mürzzuschlag, Hauptplatz - Winter" }; var marker = new GMarker(new GLatLng(47.605847, 15.671541), normmarkeropt215); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/hauptplatz"; }); mgr.addMarker(marker, 0); normmarkeropt216 = { icon:normicon, title:"Mürzzuschlag, FUZO Burgpassage" }; var marker = new GMarker(new GLatLng(47.605821, 15.674221), normmarkeropt216); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/5_FuZo_MZ_Burgpassage"; }); mgr.addMarker(marker, 0); normmarkeropt217 = { icon:normicon, title:"Mürzzuschlag, FUZO - Reisbüro" }; var marker = new GMarker(new GLatLng(47.605818, 15.673515), normmarkeropt217); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/6_FuZo_MZ_Reisebuero"; }); mgr.addMarker(marker, 0); normmarkeropt218 = { icon:normicon, title:"Mürzzuschlag, FUZO - Gemeinde, ehemaliges Standesamt" }; var marker = new GMarker(new GLatLng(47.605816, 15.672708), normmarkeropt218); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/7_FuZo_MZ_Gemeindeamt"; }); mgr.addMarker(marker, 0); normmarkeropt219 = { icon:normicon, title:"Mürzzuschlag, FUZO - Einfahrt Süd " }; var marker = new GMarker(new GLatLng(47.605848, 15.672249), normmarkeropt219); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/8_FuZo_MZ_Modehaus_Fuchs"; }); mgr.addMarker(marker, 0); normmarkeropt220 = { icon:normicon, title:"Mürzzuschlag, Lendlkreisverkehr im Winter" }; var marker = new GMarker(new GLatLng(47.59186, 15.662623), normmarkeropt220); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/lendl_KV_februar2010"; }); mgr.addMarker(marker, 0); normmarkeropt221 = { icon:normicon, title:"Mürzzuschlag, Lendlkreisverkehr im Frühling" }; var marker = new GMarker(new GLatLng(47.591882, 15.662609), normmarkeropt221); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/lendl_KV"; }); mgr.addMarker(marker, 0); normmarkeropt222 = { icon:normicon, title:"Mürzzuschlag, Ampel im Winter" }; var marker = new GMarker(new GLatLng(47.606725, 15.671809), normmarkeropt222); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/ampel_MZ_alt"; }); mgr.addMarker(marker, 0); normmarkeropt223 = { icon:normicon, title:"Mürzzuschlag, Kaiserstatue - Volksschule" }; var marker = new GMarker(new GLatLng(47.606915, 15.671522), normmarkeropt223); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/kaiser_statue_volksschule_MZ"; }); mgr.addMarker(marker, 0); normmarkeropt224 = { icon:normicon, title:"Mürzzuschlag, Volksschulplatz im Winter" }; var marker = new GMarker(new GLatLng(47.606747, 15.671176), normmarkeropt224); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/volksschulplatz_winter"; }); mgr.addMarker(marker, 0); normmarkeropt225 = { icon:normicon, title:"Mürzzuschlag, Volksschulplatz im Sommer" }; var marker = new GMarker(new GLatLng(47.606747, 15.671176), normmarkeropt225); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/volksschulplatz"; }); mgr.addMarker(marker, 0); normmarkeropt226 = { icon:normicon, title:"Mürzzuschlag, Volksschule - unter Baum" }; var marker = new GMarker(new GLatLng(47.606729, 15.670932), normmarkeropt226); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/vor_volksschule_unterBaum_mai"; }); mgr.addMarker(marker, 0); normmarkeropt227 = { icon:normicon, title:"Mürzzuschlag, Kaiserstein" }; var marker = new GMarker(new GLatLng(47.609461, 15.665034), normmarkeropt227); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/kaiserstein"; }); mgr.addMarker(marker, 0); normmarkeropt228 = { icon:normicon, title:"Mürzzuschlag, Roseggerhauptschule" }; var marker = new GMarker(new GLatLng(47.604488, 15.672094), normmarkeropt228); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/hauptschule"; }); mgr.addMarker(marker, 0); normmarkeropt229 = { icon:normicon, title:"Mürzzuschlag, Dietrichpark, unter Baum" }; var marker = new GMarker(new GLatLng(47.605445, 15.671611), normmarkeropt229); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/dietrichpark_MZ_baum_mai"; }); mgr.addMarker(marker, 0); normmarkeropt230 = { icon:normicon, title:"Mürzzuschlag, Dietrichpark Eingang" }; var marker = new GMarker(new GLatLng(47.605228, 15.671788), normmarkeropt230); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/dietrichpark_mai_eingang"; }); mgr.addMarker(marker, 0); normmarkeropt231 = { icon:normicon, title:"Mürzzuschlag, Dietrichpark Eingang" }; var marker = new GMarker(new GLatLng(47.605228, 15.671788), normmarkeropt231); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/dietrichpark"; }); mgr.addMarker(marker, 0); normmarkeropt232 = { icon:normicon, title:"Mürzzuschlag, Friedhofskreuzung" }; var marker = new GMarker(new GLatLng(47.598448, 15.666037), normmarkeropt232); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/friedhofskreuzung"; }); mgr.addMarker(marker, 0); normmarkeropt233 = { icon:normicon, title:"Mürzzuschlag, Brauhausgassekreuzung" }; var marker = new GMarker(new GLatLng(47.603747, 15.669484), normmarkeropt233); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/brauhauskreuzung"; }); mgr.addMarker(marker, 0); normmarkeropt234 = { icon:normicon, title:"Langenwang, Richtung Bärenkogel" }; var marker = new GMarker(new GLatLng(47.577459, 15.663323), normmarkeropt234); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/richtung_baerenkogel"; }); mgr.addMarker(marker, 0); normmarkeropt235 = { icon:normicon, title:"Hönigsberg, "Hornberg"" }; var marker = new GMarker(new GLatLng(47.575965, 15.650786), normmarkeropt235); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/pipelinebau_hoenigsberg_17082009"; }); mgr.addMarker(marker, 0); normmarkeropt236 = { icon:normicon, title:"Langenwang, Bärenkogelhaus, Hotels in der Steiermark" }; var marker = new GMarker(new GLatLng(47.568459, 15.682305), normmarkeropt236); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/baerenkogelhaus"; }); mgr.addMarker(marker, 0); normmarkeropt237 = { icon:normicon, title:"Langenwang, Ganzalmsattel" }; var marker = new GMarker(new GLatLng(47.566211, 15.685832), normmarkeropt237); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/ganzalmsattel"; }); mgr.addMarker(marker, 0); normmarkeropt238 = { icon:normicon, title:"Mürzzuschlag, Finanzamt" }; var marker = new GMarker(new GLatLng(47.604474, 15.668644), normmarkeropt238); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/finanzamt_ak_muerzzuschlag"; }); mgr.addMarker(marker, 0); normmarkeropt239 = { icon:normicon, title:"Mürzzuschlag, Bräuerteichbrücke" }; var marker = new GMarker(new GLatLng(47.606362, 15.669267), normmarkeropt239); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/brauerteichbruecke"; }); mgr.addMarker(marker, 0); normmarkeropt240 = { icon:normicon, title:"Mürzzuschlag, Auweg" }; var marker = new GMarker(new GLatLng(47.607074, 15.668392), normmarkeropt240); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/auwegstueberl"; }); mgr.addMarker(marker, 0); normmarkeropt241 = { icon:normicon, title:"Mürzzuschlag, Dr. Dr. Schachner Platz" }; var marker = new GMarker(new GLatLng(47.605469, 15.669749), normmarkeropt241); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Kinoplatz_MZ"; }); mgr.addMarker(marker, 0); normmarkeropt242 = { icon:normicon, title:"Mürzzuschlag, Hauptplatz im Mai" }; var marker = new GMarker(new GLatLng(47.605852, 15.671549), normmarkeropt242); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/hauptplatz_mai2010"; }); mgr.addMarker(marker, 0); normmarkeropt243 = { icon:normicon, title:"Langenwang, Unfall S6" }; var marker = new GMarker(new GLatLng(47.563699, 15.625756), normmarkeropt243); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/VU_S6_Langenwang_10062010"; }); mgr.addMarker(marker, 0); normmarkeropt244 = { icon:normicon, title:"Langenwang, Rathaus" }; var marker = new GMarker(new GLatLng(47.568712, 15.622264), normmarkeropt244); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/langenwang_rathaus"; }); mgr.addMarker(marker, 0); normmarkeropt245 = { icon:normicon, title:"Kapellen, Unfall" }; var marker = new GMarker(new GLatLng(47.657598, 15.650271), normmarkeropt245); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/VU_Kapellen_11062010"; }); mgr.addMarker(marker, 0); normmarkeropt246 = { icon:normicon, title:"Neunkirchen, S6 - Unfall" }; var marker = new GMarker(new GLatLng(47.692295, 16.058439), normmarkeropt246); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/VU_S6_NK_13062010"; }); mgr.addMarker(marker, 0); normmarkeropt247 = { icon:normicon, title:"Langenwang, Kreuzung Hohenwangstrasse" }; var marker = new GMarker(new GLatLng(47.562081, 15.612162), normmarkeropt247); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/kreuzung_orthuber_langenwang"; }); mgr.addMarker(marker, 0); normmarkeropt248 = { icon:normicon, title:"Krieglach, Alplkreuzung 2" }; var marker = new GMarker(new GLatLng(47.544482, 15.56944), normmarkeropt248); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/alplkreuzung_krieglach_fuchsbichler_2"; }); mgr.addMarker(marker, 0); normmarkeropt249 = { icon:normicon, title:"Krieglach, Waldschule von aussen" }; var marker = new GMarker(new GLatLng(47.510635, 15.62906), normmarkeropt249); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/waldschule_aussen"; }); mgr.addMarker(marker, 0); normmarkeropt250 = { icon:normicon, title:"Krieglach, Alpl, Waldschulkreuzung" }; var marker = new GMarker(new GLatLng(47.516244, 15.621507), normmarkeropt250); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/waldschulkreuzung"; }); mgr.addMarker(marker, 0); normmarkeropt251 = { icon:normicon, title:"Pöllau, Kreisverkehr" }; var marker = new GMarker(new GLatLng(47.304275, 15.838393), normmarkeropt251); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/1_kreisverkehr_poellau"; }); mgr.addMarker(marker, 0); normmarkeropt252 = { icon:normicon, title:"Kapellen, Preiner Gscheid" }; var marker = new GMarker(new GLatLng(47.67587, 15.723219), normmarkeropt252); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Preiner_Gschaid"; }); mgr.addMarker(marker, 0); normmarkeropt253 = { icon:normicon, title:"Kapellen, Kreuzung richtung Altenberg und Preiner Gscheid" }; var marker = new GMarker(new GLatLng(47.656637, 15.641216), normmarkeropt253); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Kreuzung_Altenberg"; }); mgr.addMarker(marker, 0); normmarkeropt254 = { icon:normicon, title:"Mürzzuschlag, Ganztalkreuzung" }; var marker = new GMarker(new GLatLng(47.587396, 15.666558), normmarkeropt254); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/ganztalkreuzung_s6_MZ"; }); mgr.addMarker(marker, 0); normmarkeropt255 = { icon:normicon, title:"Mürzzuschlag, Ganzsteintunnel Notauffahrt West" }; var marker = new GMarker(new GLatLng(47.588535, 15.666375), normmarkeropt255); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Ganzsteintunnel_notauffahrt_lendl"; }); mgr.addMarker(marker, 0); normmarkeropt256 = { icon:normicon, title:"Mürzzuschlag, Ganzsteintunnel Notauffahrt Ost" }; var marker = new GMarker(new GLatLng(47.602344, 15.69177), normmarkeropt256); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Ganzsteintunnel_forstingernotauffahrt_2"; }); mgr.addMarker(marker, 0); normmarkeropt257 = { icon:normicon, title:"Mürzzuschlag, Ganzsteintunnel Notauffahrt über Rosenhügel" }; var marker = new GMarker(new GLatLng(47.602463, 15.690976), normmarkeropt257); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Ganzsteintunnel_forstingernotauffahrt"; }); mgr.addMarker(marker, 0); normmarkeropt258 = { icon:normicon, title:"Mürzzuschlag, Ganzsteintunnel Noteinfahrt Mitte des Tunnels" }; var marker = new GMarker(new GLatLng(47.59801, 15.677238), normmarkeropt258); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Ganzsteintunnel_noteinfahrt"; }); mgr.addMarker(marker, 0); normmarkeropt259 = { icon:normicon, title:"Mürzzuschlag, Ortseinfahrt Süd" }; var marker = new GMarker(new GLatLng(47.596133, 15.664959), normmarkeropt259); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/friedhofbilla_MZ"; }); mgr.addMarker(marker, 0); normmarkeropt260 = { icon:normicon, title:"Neuberg, Stiftspark" }; var marker = new GMarker(new GLatLng(47.661962, 15.578249), normmarkeropt260); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Neuberg_park"; }); mgr.addMarker(marker, 0); normmarkeropt261 = { icon:normicon, title:"Neuberg, Feuerwehr" }; var marker = new GMarker(new GLatLng(47.65952, 15.587153), normmarkeropt261); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Neuberg_feuerwehr"; }); mgr.addMarker(marker, 0); normmarkeropt262 = { icon:normicon, title:"Neuberg, Hauptplatz" }; var marker = new GMarker(new GLatLng(47.666923, 15.574987), normmarkeropt262); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Neuberg_hauptplatz"; }); mgr.addMarker(marker, 0); normmarkeropt263 = { icon:normicon, title:"Neuberg, Schaustollen" }; var marker = new GMarker(new GLatLng(47.669679, 15.573635), normmarkeropt263); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Neuberg_schaustollen"; }); mgr.addMarker(marker, 0); normmarkeropt264 = { icon:normicon, title:"Neuberg, zum Kalvarienberg" }; var marker = new GMarker(new GLatLng(47.664976, 15.57724), normmarkeropt264); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Neuberg_zum_kalvarienberg"; }); mgr.addMarker(marker, 0); normmarkeropt265 = { icon:normicon, title:"Neuberg, Münsterkreuzung" }; var marker = new GMarker(new GLatLng(47.663704, 15.577476), normmarkeropt265); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/muenster_neuberg_Kreuzung"; }); mgr.addMarker(marker, 0); normmarkeropt266 = { icon:normicon, title:"Neuberg, Kalvarienberg" }; var marker = new GMarker(new GLatLng(47.66447, 15.5765), normmarkeropt266); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Neuberg_kalvarienberg"; }); mgr.addMarker(marker, 0); normmarkeropt267 = { icon:normicon, title:"Neuberg, Kirche Maria Himmelfahrt am grünen Anger" }; var marker = new GMarker(new GLatLng(47.665344, 15.573442), normmarkeropt267); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Neuberg_kirche_innen"; }); mgr.addMarker(marker, 0); normmarkeropt268 = { icon:normicon, title:"Neuberg, vor dem Münster" }; var marker = new GMarker(new GLatLng(47.663328, 15.577959), normmarkeropt268); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/muenster_neuberg_vorm_Stift"; }); mgr.addMarker(marker, 0); normmarkeropt269 = { icon:normicon, title:"Neuberg, Münster - Kreuzweg" }; var marker = new GMarker(new GLatLng(47.66254, 15.57871), normmarkeropt269); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/muenster_neuberg_kreuzweg"; }); mgr.addMarker(marker, 0); normmarkeropt270 = { icon:normicon, title:"Neuberg, Münster - Gruft" }; var marker = new GMarker(new GLatLng(47.663097, 15.578624), normmarkeropt270); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/muenster_neuberg_Gruft"; }); mgr.addMarker(marker, 0); normmarkeropt271 = { icon:normicon, title:"Neuberg, Münster - Eingang" }; var marker = new GMarker(new GLatLng(47.663046, 15.578055), normmarkeropt271); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/muenster_neuberg_Eingang"; }); mgr.addMarker(marker, 0); normmarkeropt272 = { icon:normicon, title:"Neuberg, Münster - Altar" }; var marker = new GMarker(new GLatLng(47.663053, 15.578656), normmarkeropt272); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/muenster_neuberg_Altar"; }); mgr.addMarker(marker, 0); normmarkeropt273 = { icon:normicon, title:"Neuberg, Münster - mitte" }; var marker = new GMarker(new GLatLng(47.663075, 15.578431), normmarkeropt273); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/muenster_neuberg_Mitte"; }); mgr.addMarker(marker, 0); normmarkeropt274 = { icon:normicon, title:"Mürzhofen, Ortsmitte" }; var marker = new GMarker(new GLatLng(47.484256, 15.396287), normmarkeropt274); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/muerzhofen_autobahnkreuzung"; }); mgr.addMarker(marker, 0); normmarkeropt275 = { icon:normicon, title:"Bruck/Mur, Stadtplatz" }; var marker = new GMarker(new GLatLng(47.409928, 15.269446), normmarkeropt275); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/stadtplatz_bruck_mur"; }); mgr.addMarker(marker, 0); normmarkeropt276 = { icon:normicon, title:"Mürzzuschlag, Ganzsteintunnel Ostportal" }; var marker = new GMarker(new GLatLng(47.602206, 15.690848), normmarkeropt276); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Ganzsteintunnel_forstingerportal"; }); mgr.addMarker(marker, 0); normmarkeropt277 = { icon:normicon, title:"Mürzzuschlag, im Ganzsteintunnel" }; var marker = new GMarker(new GLatLng(47.597373, 15.678263), normmarkeropt277); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/im_Ganzsteintunnel"; }); mgr.addMarker(marker, 0); normmarkeropt278 = { icon:normicon, title:"Mürzzuschlag, Ganzsteintunnel Westportal" }; var marker = new GMarker(new GLatLng(47.590456, 15.668242), normmarkeropt278); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Ganzsteintunnel_lendlportal"; }); mgr.addMarker(marker, 0); normmarkeropt279 = { icon:normicon, title:"Mürzzuschlag, Au 3" }; var marker = new GMarker(new GLatLng(47.61383, 15.664004), normmarkeropt279); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/AU_MZ_3"; }); mgr.addMarker(marker, 0); normmarkeropt280 = { icon:normicon, title:"Mürzzuschlag, Au 2" }; var marker = new GMarker(new GLatLng(47.615725, 15.662888), normmarkeropt280); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/AU_MZ_2"; }); mgr.addMarker(marker, 0); normmarkeropt281 = { icon:normicon, title:"Mürzzuschlag, Au - Konzertplatz" }; var marker = new GMarker(new GLatLng(47.61702, 15.663403), normmarkeropt281); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/muerzer_au_konzertplatz"; }); mgr.addMarker(marker, 0); normmarkeropt282 = { icon:normicon, title:"Mürzzuschlag, Au 4 - Fußballplatz" }; var marker = new GMarker(new GLatLng(47.611942, 15.664734), normmarkeropt282); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/AU_MZ_4"; }); mgr.addMarker(marker, 0); normmarkeropt283 = { icon:normicon, title:"Mürzzuschlag, Aubrücke Süd" }; var marker = new GMarker(new GLatLng(47.60766, 15.667341), normmarkeropt283); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/auwegstueberl_bruecke_zirkus_muerzzuschlag"; }); mgr.addMarker(marker, 0); normmarkeropt284 = { icon:normicon, title:"Mürzzuschlag, Au 1" }; var marker = new GMarker(new GLatLng(47.616513, 15.663714), normmarkeropt284); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/AU_MZ_1"; }); mgr.addMarker(marker, 0); normmarkeropt285 = { icon:normicon, title:"Unfall beim Semmering Tunnelportal" }; var marker = new GMarker(new GLatLng(47.62556, 15.813575), normmarkeropt285); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/VU_Semmeringtunel_21102010"; }); mgr.addMarker(marker, 0); normmarkeropt286 = { icon:normicon, title:"Krieglach/Schwöbing, Öleinsatz am 02.08.2010" }; var marker = new GMarker(new GLatLng(47.542526, 15.590522), normmarkeropt286); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Oeleinsatz_alpl_schwoebing_kreuzung_02082010"; }); mgr.addMarker(marker, 0); normmarkeropt287 = { icon:normicon, title:"Krieglach/Schwöbing, Alplkreuzung " }; var marker = new GMarker(new GLatLng(47.542563, 15.590458), normmarkeropt287); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/alpl_schwoebing_kreuzung"; }); mgr.addMarker(marker, 0); normmarkeropt288 = { icon:normicon, title:"Steinhaus" }; var marker = new GMarker(new GLatLng(47.620954, 15.790924), normmarkeropt288); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Steinhaus"; }); mgr.addMarker(marker, 0); normmarkeropt289 = { icon:normicon, title:"Mürzzuschlag, Au Nordeingang" }; var marker = new GMarker(new GLatLng(47.617616, 15.666021), normmarkeropt289); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/muerzzuschlag_au_geleise"; }); mgr.addMarker(marker, 0); normmarkeropt290 = { icon:normicon, title:"Mürzzuschlag, Asfinag-Kurve" }; var marker = new GMarker(new GLatLng(47.604724, 15.701252), normmarkeropt290); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Asfinag_Kurve_Muerzzuschlag"; }); mgr.addMarker(marker, 0); normmarkeropt291 = { icon:normicon, title:"Spital/Semmering, Auffahrt S6" }; var marker = new GMarker(new GLatLng(47.602181, 15.720035), normmarkeropt291); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Forstinger_Spital"; }); mgr.addMarker(marker, 0); normmarkeropt292 = { icon:normicon, title:"Mürzzuschlag, FUZO Eingang Nord" }; var marker = new GMarker(new GLatLng(47.605979, 15.676364), normmarkeropt292); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/1_FuZo_MZ_Ebner"; }); mgr.addMarker(marker, 0); normmarkeropt293 = { icon:normicon, title:"Steinhaus, Bahnhofskreuzung" }; var marker = new GMarker(new GLatLng(47.62048, 15.787123), normmarkeropt293); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Bahnhofskreuzung_Steinhaus"; }); mgr.addMarker(marker, 0); normmarkeropt294 = { icon:normicon, title:"Steinhaus, Feuerwehrhaus" }; var marker = new GMarker(new GLatLng(47.619345, 15.793694), normmarkeropt294); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Feuerwehr_steinhaus"; }); mgr.addMarker(marker, 0); normmarkeropt295 = { icon:normicon, title:"Spital/Semmering, Hauptplatz" }; var marker = new GMarker(new GLatLng(47.61581, 15.753925), normmarkeropt295); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/spital-hauptplatz"; }); mgr.addMarker(marker, 0); normmarkeropt296 = { icon:normicon, title:"Spital am Semmering, RAIKA Parkplatz " }; var marker = new GMarker(new GLatLng(47.615325, 15.753048), normmarkeropt296); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Raiffeisen_Spital"; }); mgr.addMarker(marker, 0); normmarkeropt297 = { icon:normicon, title:"Spital am Semmering, Kreuzung Steinhaus" }; var marker = new GMarker(new GLatLng(47.617309, 15.772537), normmarkeropt297); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Kreuzung_Steinhaus"; }); mgr.addMarker(marker, 0); normmarkeropt298 = { icon:normicon, title:"Mürzzuschlag, Bahnhof" }; var marker = new GMarker(new GLatLng(47.607742, 15.677123), normmarkeropt298); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/bahnsteig_MZ"; }); mgr.addMarker(marker, 0); normmarkeropt299 = { icon:normicon, title:"Steinhaus am Semmering, Bahnhof" }; var marker = new GMarker(new GLatLng(47.620827, 15.784049), normmarkeropt299); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Bahnhof_Steinhaus"; }); mgr.addMarker(marker, 0); normmarkeropt300 = { icon:normicon, title:"Altenberg, Kriegerdenkmal" }; var marker = new GMarker(new GLatLng(47.677546, 15.644156), normmarkeropt300); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/altenberg_kriegerdenkmal"; }); mgr.addMarker(marker, 0); normmarkeropt301 = { icon:normicon, title:"Altenberg" }; var marker = new GMarker(new GLatLng(47.676065, 15.644166), normmarkeropt301); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Altenberg"; }); mgr.addMarker(marker, 0); normmarkeropt302 = { icon:normicon, title:"Altenberg/Rax, Michlbauer - Maut Richtung Schneealm" }; var marker = new GMarker(new GLatLng(47.667743, 15.606208), normmarkeropt302); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/schneealm_michlbauer"; }); mgr.addMarker(marker, 0); normmarkeropt303 = { icon:normicon, title:"Schneealm, Michlbauerkreuzung" }; var marker = new GMarker(new GLatLng(47.695104, 15.60477), normmarkeropt303); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/schneealm_michlbauerkreuzung"; }); mgr.addMarker(marker, 0); normmarkeropt304 = { icon:normicon, title:"Altenberg/Rax; Schneealm - Kapelle" }; var marker = new GMarker(new GLatLng(47.695234, 15.610113), normmarkeropt304); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/schneealm_kapelle"; }); mgr.addMarker(marker, 0); normmarkeropt305 = { icon:normicon, title:"Altenberg/Rax, Gipfelkreuz Schneealm" }; var marker = new GMarker(new GLatLng(47.696346, 15.609083), normmarkeropt305); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/schneealm_gipfelkreuz"; }); mgr.addMarker(marker, 0); normmarkeropt306 = { icon:normicon, title:"Altenberg/Rax, vor dem Schneealmhaus" }; var marker = new GMarker(new GLatLng(47.696462, 15.610456), normmarkeropt306); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/vor_schneealmhaus"; }); mgr.addMarker(marker, 0); normmarkeropt307 = { icon:normicon, title:"Altenberg/Rax, Schneealm Nähe dem Sender" }; var marker = new GMarker(new GLatLng(47.688403, 15.601466), normmarkeropt307); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/schneealm_naehe_sender"; }); mgr.addMarker(marker, 0); normmarkeropt308 = { icon:normicon, title:"Neuberg, Uraniteichanlage - Schneealmkreuzung " }; var marker = new GMarker(new GLatLng(47.654946, 15.604223), normmarkeropt308); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Neuberg_urani_teich"; }); mgr.addMarker(marker, 0); normmarkeropt309 = { icon:normicon, title:"Kapellen, Kreuzung" }; var marker = new GMarker(new GLatLng(47.646348, 15.631131), normmarkeropt309); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/kapellen_kreuzung"; }); mgr.addMarker(marker, 0); normmarkeropt310 = { icon:normicon, title:"Kapellen, ehemaliger Bahnhof" }; var marker = new GMarker(new GLatLng(47.645915, 15.630884), normmarkeropt310); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/bahnhof_kapellen"; }); mgr.addMarker(marker, 0); normmarkeropt311 = { icon:normicon, title:"Mürzzuschlag, Blick auf Bahnhof" }; var marker = new GMarker(new GLatLng(47.607747, 15.664449), normmarkeropt311); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/MZ_Blick_nord_bahnhof"; }); mgr.addMarker(marker, 0); normmarkeropt312 = { icon:normicon, title:"Mürzzuschlag, Blick Richtung Norden bis Osten" }; var marker = new GMarker(new GLatLng(47.607686, 15.664449), normmarkeropt312); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/MZ_Blick_Nord_Ost"; }); mgr.addMarker(marker, 0); normmarkeropt313 = { icon:normicon, title:"Mürzzuschlag, Blick Richtung Norden" }; var marker = new GMarker(new GLatLng(47.60727, 15.664498), normmarkeropt313); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/MZ_blick_nord"; }); mgr.addMarker(marker, 0); normmarkeropt314 = { icon:normicon, title:"Unfall L118 Hadersdorf" }; var marker = new GMarker(new GLatLng(47.491174, 15.410782), normmarkeropt314); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/VU_L118_Hadersdorf_05102010"; }); mgr.addMarker(marker, 0); normmarkeropt315 = { icon:normicon, title:"Unfall auf der Abfahrt Mitterdorf - S6" }; var marker = new GMarker(new GLatLng(47.531741, 15.524792), normmarkeropt315); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/VU_S6_Mitterdorf_10102010"; }); mgr.addMarker(marker, 0); normmarkeropt316 = { icon:normicon, title:"Geisterfahrerunfall S6 Kindberg" }; var marker = new GMarker(new GLatLng(47.51778, 15.488019), normmarkeropt316); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/VU_S6_Kindberg_17102010"; }); mgr.addMarker(marker, 0); normmarkeropt317 = { icon:normicon, title:"Unfall S6 Schwöbing 17.10.2010" }; var marker = new GMarker(new GLatLng(47.558515, 15.605135), normmarkeropt317); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/VU_S6_Krieglach_17102010"; }); mgr.addMarker(marker, 0); normmarkeropt318 = { icon:normicon, title:"Mürzzuschlag - Evang. Kirche im Herbst" }; var marker = new GMarker(new GLatLng(47.603892, 15.673032), normmarkeropt318); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/evang_kirche_herbst"; }); mgr.addMarker(marker, 0); normmarkeropt319 = { icon:normicon, title:"Langenwang Gräfkreuzung" }; var marker = new GMarker(new GLatLng(47.57096, 15.629114), normmarkeropt319); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/langenwang_graefkreuzung"; }); mgr.addMarker(marker, 0); normmarkeropt320 = { icon:normicon, title:"Langenwang, Sportplatzkreuzung" }; var marker = new GMarker(new GLatLng(47.57206, 15.628492), normmarkeropt320); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/langenwang_sportplatzkreuzung"; }); mgr.addMarker(marker, 0); normmarkeropt321 = { icon:normicon, title:"Langenwang Glawoggengraben" }; var marker = new GMarker(new GLatLng(47.573341, 15.627322), normmarkeropt321); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/langenwang_glawoggengraben"; }); mgr.addMarker(marker, 0); normmarkeropt322 = { icon:normicon, title:"Langenwang Fußballplatz" }; var marker = new GMarker(new GLatLng(47.572393, 15.626303), normmarkeropt322); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/langenwang_fussballplatz"; }); mgr.addMarker(marker, 0); normmarkeropt323 = { icon:normicon, title:"Langenwang Fußballtribühne" }; var marker = new GMarker(new GLatLng(47.572552, 15.626678), normmarkeropt323); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/langenwang_fussballtribuehne"; }); mgr.addMarker(marker, 0); normmarkeropt324 = { icon:normicon, title:"Langenwanger Au" }; var marker = new GMarker(new GLatLng(47.571893, 15.627408), normmarkeropt324); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/langenwang_au"; }); mgr.addMarker(marker, 0); normmarkeropt325 = { icon:normicon, title:"Mürzzuschlag - Brand Knappenhof 01.11.2010" }; var marker = new GMarker(new GLatLng(47.608102, 15.67005), normmarkeropt325); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Brand_MZ_01112010"; }); mgr.addMarker(marker, 0); normmarkeropt326 = { icon:normicon, title:"Ganzsteintunnel, Mürzzuschlag - LKW Unfall Westportal" }; var marker = new GMarker(new GLatLng(47.590424, 15.66821), normmarkeropt326); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/VU_S6_Ganzsteintunnel_02112010"; }); mgr.addMarker(marker, 0); normmarkeropt327 = { icon:normicon, title:"Mürzzuschlag - Aussichtsbankerl Rosenhügel" }; var marker = new GMarker(new GLatLng(47.603279, 15.688506), normmarkeropt327); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/mz_rosenhuegel_aussichtsbankerl"; }); mgr.addMarker(marker, 0); normmarkeropt328 = { icon:normicon, title:"Mürzsteg - Rosslochklamm im Herbstwald" }; var marker = new GMarker(new GLatLng(47.698708, 15.473621), normmarkeropt328); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/rosslochklamm_muerzsteg_05"; }); mgr.addMarker(marker, 0); normmarkeropt329 = { icon:normicon, title:"Krampen" }; var marker = new GMarker(new GLatLng(47.674693, 15.549184), normmarkeropt329); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/krampen_08102010"; }); mgr.addMarker(marker, 0); normmarkeropt330 = { icon:normicon, title:"Ziegenburg" }; var marker = new GMarker(new GLatLng(47.595673, 15.662427), normmarkeropt330); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/muerzzuschlag_ziegenburg"; }); mgr.addMarker(marker, 0); normmarkeropt331 = { icon:normicon, title:"Mürzsteg - Fliegenfischplatzerl" }; var marker = new GMarker(new GLatLng(47.667237, 15.510571), normmarkeropt331); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/muerzsteg_fliegenfischplatzerl"; }); mgr.addMarker(marker, 0); normmarkeropt332 = { icon:normicon, title:"Mürzsteg - Rosslochklamm Anfangsstation" }; var marker = new GMarker(new GLatLng(47.698079, 15.474737), normmarkeropt332); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/rosslochklamm_muerzsteg_04"; }); mgr.addMarker(marker, 0); normmarkeropt333 = { icon:normicon, title:"Mürzsteg - in der Rosslochklamm" }; var marker = new GMarker(new GLatLng(47.698065, 15.475059), normmarkeropt333); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/rosslochklamm_muerzsteg_03"; }); mgr.addMarker(marker, 0); normmarkeropt334 = { icon:normicon, title:"Mürzsteg - vor der Klamm" }; var marker = new GMarker(new GLatLng(47.697978, 15.475316), normmarkeropt334); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/rosslochklamm_muerzsteg_02"; }); mgr.addMarker(marker, 0); normmarkeropt335 = { icon:normicon, title:"Mürzsteg" }; var marker = new GMarker(new GLatLng(47.67561, 15.491849), normmarkeropt335); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/muerzsteg"; }); mgr.addMarker(marker, 0); normmarkeropt336 = { icon:normicon, title:"Mürzsteg - Eingang Rosslochklamm" }; var marker = new GMarker(new GLatLng(47.699177, 15.477891), normmarkeropt336); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/rosslochklamm_muerzsteg_01"; }); mgr.addMarker(marker, 0); normmarkeropt337 = { icon:normicon, title:"Hönigsberg - Unfall S6" }; var marker = new GMarker(new GLatLng(47.579739, 15.65614), normmarkeropt337); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/VU_S6_MZ_12112010"; }); mgr.addMarker(marker, 0); normmarkeropt338 = { icon:normicon, title:"Mürzzuschlag - MIA" }; var marker = new GMarker(new GLatLng(47.610695, 15.666574), normmarkeropt338); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/muerzzuschlag_mia"; }); mgr.addMarker(marker, 0); normmarkeropt339 = { icon:normicon, title:"Mürzzuschlag - Skaterpark" }; var marker = new GMarker(new GLatLng(47.609035, 15.666568), normmarkeropt339); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/muerzzuschlag_skaterpark"; }); mgr.addMarker(marker, 0); normmarkeropt340 = { icon:normicon, title:"Stadtbrunnen Bruck/Mur" }; var marker = new GMarker(new GLatLng(47.410097, 15.269033), normmarkeropt340); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/bruck_mur_Brunnen_1"; }); mgr.addMarker(marker, 0); normmarkeropt341 = { icon:normicon, title:"Pestdenkmal Infotafel" }; var marker = new GMarker(new GLatLng(47.409483, 15.26984), normmarkeropt341); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/bruck_mur_Pestdenkmal_tafel"; }); mgr.addMarker(marker, 0); normmarkeropt342 = { icon:normicon, title:"Pestdenkmal Bruck/Mur" }; var marker = new GMarker(new GLatLng(47.409519, 15.269808), normmarkeropt342); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/bruck_mur_Pestdenkmal"; }); mgr.addMarker(marker, 0); normmarkeropt343 = { icon:normicon, title:"Statuen Bruck/Mur" }; var marker = new GMarker(new GLatLng(47.40996, 15.269851), normmarkeropt343); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Bruck_Mur_Statuen"; }); mgr.addMarker(marker, 0); normmarkeropt344 = { icon:normicon, title:"Wasserspiel Bruck/Mur" }; var marker = new GMarker(new GLatLng(47.410421, 15.269296), normmarkeropt344); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Bruck_Mur_wasserspiel"; }); mgr.addMarker(marker, 0); normmarkeropt345 = { icon:normicon, title:"Rathaus Bruck/Mur" }; var marker = new GMarker(new GLatLng(47.410425, 15.268861), normmarkeropt345); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Rathaus_Bruck_Mur"; }); mgr.addMarker(marker, 0); normmarkeropt346 = { icon:normicon, title:"Stadtbrunnen Bruck/Mur - Tafel" }; var marker = new GMarker(new GLatLng(47.410204, 15.268992), normmarkeropt346); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Stadtbrunnen_Bruck_Mur_Tafel"; }); mgr.addMarker(marker, 0); normmarkeropt347 = { icon:normicon, title:"Bruck/Mur Kulturhaus aussen" }; var marker = new GMarker(new GLatLng(47.412129, 15.269513), normmarkeropt347); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/kulturhaus_bruck_mur"; }); mgr.addMarker(marker, 0); normmarkeropt348 = { icon:normicon, title:"Unfall Ganztalkreuzung im Winter" }; var marker = new GMarker(new GLatLng(47.58825, 15.666091), normmarkeropt348); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/VU_MZ_01122010"; }); mgr.addMarker(marker, 0); normmarkeropt349 = { icon:normicon, title:"Mürzzuschlag - Kaarlhütte" }; var marker = new GMarker(new GLatLng(47.616253, 15.628738), normmarkeropt349); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/kaarlhuette"; }); mgr.addMarker(marker, 0); normmarkeropt350 = { icon:normicon, title:"Hönigsbergalm Wald" }; var marker = new GMarker(new GLatLng(47.615132, 15.628653), normmarkeropt350); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/hoenigsbergalm_wald"; }); mgr.addMarker(marker, 0); normmarkeropt351 = { icon:normicon, title:"Kaarl Kreuzschober - Gipfelkreuz" }; var marker = new GMarker(new GLatLng(47.614712, 15.625434), normmarkeropt351); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/muerzzuschlag_kreuzschober_kaarl"; }); mgr.addMarker(marker, 0); normmarkeropt352 = { icon:normicon, title:"Aussichtsplatzerl Kreuzschober" }; var marker = new GMarker(new GLatLng(47.614712, 15.625434), normmarkeropt352); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/muerzzuschlag_aussicht_kreuzschober"; }); mgr.addMarker(marker, 0); normmarkeropt353 = { icon:normicon, title:"Hönigsbergalm im Herbst" }; var marker = new GMarker(new GLatLng(47.600824, 15.626936), normmarkeropt353); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/hoenigsbergalm_huette_herbst"; }); mgr.addMarker(marker, 0); normmarkeropt354 = { icon:normicon, title:"Bräuerteiche im Herbst" }; var marker = new GMarker(new GLatLng(47.606559, 15.66759), normmarkeropt354); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/braeuerteiche_herbst"; }); mgr.addMarker(marker, 0); normmarkeropt355 = { icon:normicon, title:"Südbahnmuseum Mürzzuschlag" }; var marker = new GMarker(new GLatLng(47.608152, 15.680076), normmarkeropt355); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/muerzzuschlag_suedbahnmuseum_aussen"; }); mgr.addMarker(marker, 0); normmarkeropt356 = { icon:normicon, title:"Lammeralm Baum" }; var marker = new GMarker(new GLatLng(47.585963, 15.587454), normmarkeropt356); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/langenwang_lammeralm_baum"; }); mgr.addMarker(marker, 0); normmarkeropt357 = { icon:normicon, title:"Scheibenalm Ausblick 1" }; var marker = new GMarker(new GLatLng(47.634591, 15.689464), normmarkeropt357); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/scheibenalm_aussicht_1"; }); mgr.addMarker(marker, 0); normmarkeropt358 = { icon:normicon, title:"Scheibenalm unter Terrasse" }; var marker = new GMarker(new GLatLng(47.634735, 15.689222), normmarkeropt358); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/scheibenalm_aussicht_2"; }); mgr.addMarker(marker, 0); normmarkeropt359 = { icon:normicon, title:"Scheibenalm Terrasse" }; var marker = new GMarker(new GLatLng(47.63479, 15.689244), normmarkeropt359); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/scheibenalm_terrasse"; }); mgr.addMarker(marker, 0); normmarkeropt360 = { icon:normicon, title:"Scheibenalm Raxblick" }; var marker = new GMarker(new GLatLng(47.635209, 15.689523), normmarkeropt360); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/scheibenalm_raxblick"; }); mgr.addMarker(marker, 0); normmarkeropt361 = { icon:normicon, title:"Scheibenalm Gipfelkreuz" }; var marker = new GMarker(new GLatLng(47.635003, 15.689142), normmarkeropt361); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/scheibenalm_gipfelkreuz"; }); mgr.addMarker(marker, 0); normmarkeropt362 = { icon:normicon, title:"Kindberg Kalvarienberg Parkplatz" }; var marker = new GMarker(new GLatLng(47.49703, 15.443438), normmarkeropt362); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/kindberg_kalvarienberg_1"; }); mgr.addMarker(marker, 0); normmarkeropt363 = { icon:normicon, title:"Kindberg Kalvarienberg Stiege" }; var marker = new GMarker(new GLatLng(47.497069, 15.442936), normmarkeropt363); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/kindberg_kalvarienberg_2"; }); mgr.addMarker(marker, 0); normmarkeropt364 = { icon:normicon, title:"Kindberg Kalvarienberg Aussicht" }; var marker = new GMarker(new GLatLng(47.496992, 15.442845), normmarkeropt364); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/kindberg_kalvarienberg_3"; }); mgr.addMarker(marker, 0); normmarkeropt365 = { icon:normicon, title:"Kindberg Kalvarienberg Gruft" }; var marker = new GMarker(new GLatLng(47.497102, 15.442794), normmarkeropt365); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/kindberg_kalvarienberg_4"; }); mgr.addMarker(marker, 0); normmarkeropt366 = { icon:normicon, title:"Hauptplatz Semmering" }; var marker = new GMarker(new GLatLng(47.632736, 15.829778), normmarkeropt366); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/semmering_hauptplatz_winter"; }); mgr.addMarker(marker, 0); normmarkeropt367 = { icon:normicon, title:"Langenwang, Bärenkogel Terrasse" }; var marker = new GMarker(new GLatLng(47.568593, 15.681999), normmarkeropt367); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/muerzzuschlag_baerenkogel_terrasse"; }); mgr.addMarker(marker, 0); normmarkeropt368 = { icon:normicon, title:"Bruck/Mur - Aufstieg Schlossberg" }; var marker = new GMarker(new GLatLng(47.412683, 15.270835), normmarkeropt368); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/1_burg_bruck_aufgang"; }); mgr.addMarker(marker, 0); normmarkeropt369 = { icon:normicon, title:"Bruck/Mur - Schlossberg Eingangstor" }; var marker = new GMarker(new GLatLng(47.412345, 15.271586), normmarkeropt369); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Burg_Bruck_Eingang"; }); mgr.addMarker(marker, 0); normmarkeropt370 = { icon:normicon, title:"Bruck/Mur - Schlossberg Aussicht 2" }; var marker = new GMarker(new GLatLng(47.412527, 15.271715), normmarkeropt370); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Burg_Bruck_Ausblick_2"; }); mgr.addMarker(marker, 0); normmarkeropt371 = { icon:normicon, title:"Bruck/Mur - Schlossberg Aussicht 1" }; var marker = new GMarker(new GLatLng(47.412171, 15.271935), normmarkeropt371); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Burg_Bruck_Ausblick"; }); mgr.addMarker(marker, 0); normmarkeropt372 = { icon:normicon, title:"Kreisverkehr St. Marein" }; var marker = new GMarker(new GLatLng(47.472509, 15.363699), normmarkeropt372); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/st_marein_kreisverkehr"; }); mgr.addMarker(marker, 0); normmarkeropt373 = { icon:normicon, title:"St. Marein, Gemeindeamtkreuzung" }; var marker = new GMarker(new GLatLng(47.474759, 15.372212), normmarkeropt373); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/st_marein_gemeindeamtkreuzung"; }); mgr.addMarker(marker, 0); normmarkeropt374 = { icon:normicon, title:"St. Lorenzen, Gemeindeamt" }; var marker = new GMarker(new GLatLng(47.482565, 15.370195), normmarkeropt374); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/st_lorenzen_gemeindeamt"; }); mgr.addMarker(marker, 0); normmarkeropt375 = { icon:normicon, title:"St. Lorenzen, Kirche innen" }; var marker = new GMarker(new GLatLng(47.482311, 15.370506), normmarkeropt375); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/st_lorenzen_kirche_innen"; }); mgr.addMarker(marker, 0); normmarkeropt376 = { icon:normicon, title:"Landhotel Bauböck in Andorf / OÖ" }; var marker = new GMarker(new GLatLng(48.371067, 13.577798), normmarkeropt376); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Andorf_Bauboeck_28082010"; }); mgr.addMarker(marker, 0); normmarkeropt377 = { icon:normicon, title:"OÖ - Andorf - vor Kirche" }; var marker = new GMarker(new GLatLng(48.371546, 13.577358), normmarkeropt377); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Andorf_Kirche_aussen"; }); mgr.addMarker(marker, 0); normmarkeropt378 = { icon:normicon, title:"OÖ - Andorf - Kirche von Innen" }; var marker = new GMarker(new GLatLng(48.371568, 13.577704), normmarkeropt378); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Kirche_Andorf"; }); mgr.addMarker(marker, 0); normmarkeropt379 = { icon:normicon, title:"Langenwang - Aufstieg Ruine Hohenwang" }; var marker = new GMarker(new GLatLng(47.556792, 15.625584), normmarkeropt379); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Hohenwang_Winter_1_Aufstieg"; }); mgr.addMarker(marker, 0); normmarkeropt380 = { icon:normicon, title:"Langenwang - Aufstieg Ruine Hohenwang 2" }; var marker = new GMarker(new GLatLng(47.555778, 15.621357), normmarkeropt380); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Hohenwang_Winter_2_Aufstieg"; }); mgr.addMarker(marker, 0); normmarkeropt381 = { icon:normicon, title:"Langenwang - vor Kapelle Hohenwang" }; var marker = new GMarker(new GLatLng(47.555402, 15.620799), normmarkeropt381); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Hohenwang_Winter_3_vor_Kirche"; }); mgr.addMarker(marker, 0); normmarkeropt382 = { icon:normicon, title:"Langenwang - Kapelle Hohenwang" }; var marker = new GMarker(new GLatLng(47.555402, 15.620692), normmarkeropt382); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Hohenwang_Winter_4_Kirche"; }); mgr.addMarker(marker, 0); normmarkeropt383 = { icon:normicon, title:"Langenwang - Burggraben der Ruine Hohenwang" }; var marker = new GMarker(new GLatLng(47.555286, 15.620306), normmarkeropt383); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Hohenwang_Winter_5_Burggraben"; }); mgr.addMarker(marker, 0); normmarkeropt384 = { icon:normicon, title:"Langenwang - Burggarten im Winter" }; var marker = new GMarker(new GLatLng(47.555199, 15.619941), normmarkeropt384); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Hohenwang_Winter_6_Burggarten"; }); mgr.addMarker(marker, 0); normmarkeropt385 = { icon:normicon, title:"Ponte tre archi" }; var marker = new GMarker(new GLatLng(45.445404, 12.32046), normmarkeropt385); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Italien_Ponte_tre_archi"; }); mgr.addMarker(marker, 0); normmarkeropt386 = { icon:normicon, title:"Burgruine Hohenwang Aussicht" }; var marker = new GMarker(new GLatLng(47.554663, 15.615435), normmarkeropt386); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Hohenwang_Winter_ausblick"; }); mgr.addMarker(marker, 0); normmarkeropt387 = { icon:normicon, title:"Eisenstadt Schloss Esterhaszy" }; var marker = new GMarker(new GLatLng(47.845887, 16.519648), normmarkeropt387); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/eisenstadt_schloss_estherhaszy"; }); mgr.addMarker(marker, 0); normmarkeropt388 = { icon:normicon, title:"Langenwang - Ganzalm" }; var marker = new GMarker(new GLatLng(47.563337, 15.715932), normmarkeropt388); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/muerzzuschlag_ganzalm"; }); mgr.addMarker(marker, 0); normmarkeropt389 = { icon:normicon, title:"Ratten - Roseggerebene" }; var marker = new GMarker(new GLatLng(47.547263, 15.740769), normmarkeropt389); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/muerzzuschlag_roseggerebene"; }); mgr.addMarker(marker, 0); normmarkeropt390 = { icon:normicon, title:"Langenwang - Amundsenhöhe" }; var marker = new GMarker(new GLatLng(47.551608, 15.731413), normmarkeropt390); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/muerzzuschlag_amundsenhoehe"; }); mgr.addMarker(marker, 0); normmarkeropt391 = { icon:normicon, title:"Neuberg-Park - Kriegerdenkmal" }; var marker = new GMarker(new GLatLng(47.661876, 15.578774), normmarkeropt391); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Neuberg_park_flat_1"; }); mgr.addMarker(marker, 0); normmarkeropt392 = { icon:normicon, title:"Neuberg-Park - Erzherzog Johann Denkmal" }; var marker = new GMarker(new GLatLng(47.661738, 15.578924), normmarkeropt392); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Neuberg_park_flat_2"; }); mgr.addMarker(marker, 0); normmarkeropt393 = { icon:normicon, title:"Neuberg-Park - Kaiser Franz Josef 1. Denkmal" }; var marker = new GMarker(new GLatLng(47.662085, 15.57856), normmarkeropt393); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Neuberg_park_flat_3"; }); mgr.addMarker(marker, 0); normmarkeropt394 = { icon:normicon, title:"Neuberg-Park - Blumenschmuck" }; var marker = new GMarker(new GLatLng(47.661991, 15.577744), normmarkeropt394); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Neuberg_park_flat_4"; }); mgr.addMarker(marker, 0); normmarkeropt395 = { icon:normicon, title:"Hönigsberg - Anbauer" }; var marker = new GMarker(new GLatLng(47.58554, 15.647326), normmarkeropt395); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/hoenigsberg_annbauer"; }); mgr.addMarker(marker, 0); normmarkeropt396 = { icon:normicon, title:"Langenwang - Glawoggengraben - Aussicht auf Hönigsberg" }; var marker = new GMarker(new GLatLng(47.576309, 15.630841), normmarkeropt396); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/langenwang_blick_hoenigsberg"; }); mgr.addMarker(marker, 0); normmarkeropt397 = { icon:normicon, title:"Einfahrt BTF Hönigsberg" }; var marker = new GMarker(new GLatLng(47.581317, 15.643222), normmarkeropt397); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/hoenigsberg_einfahrt_feuerwehr"; }); mgr.addMarker(marker, 0); normmarkeropt398 = { icon:normicon, title:"Langenwang Cueva Baustelle" }; var marker = new GMarker(new GLatLng(47.568397, 15.620284), normmarkeropt398); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/langenwang_cueva_baustelle"; }); mgr.addMarker(marker, 0); normmarkeropt399 = { icon:normicon, title:"Langewang, Arbesleitner - Baustelle" }; var marker = new GMarker(new GLatLng(47.568527, 15.621153), normmarkeropt399); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/langenwang_abesleitner_baustelle"; }); mgr.addMarker(marker, 0); normmarkeropt400 = { icon:normicon, title:"Langenwang, Rathaus - Baustelle" }; var marker = new GMarker(new GLatLng(47.568788, 15.62228), normmarkeropt400); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/langenwang_rathaus_baustelle"; }); mgr.addMarker(marker, 0); normmarkeropt401 = { icon:normicon, title:"Graz - Basilika Mariatrost" }; var marker = new GMarker(new GLatLng(47.107337, 15.491742), normmarkeropt401); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/basilika_mariatrost"; }); mgr.addMarker(marker, 0); normmarkeropt402 = { icon:normicon, title:"Langenwang - Bärenkogel Sonnenaufgang" }; var marker = new GMarker(new GLatLng(47.568556, 15.68198), normmarkeropt402); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/baerenkogelterrasse_sonnenaufgang"; }); mgr.addMarker(marker, 0); normmarkeropt403 = { icon:normicon, title:"Wien - Aspernbrücke - Internationales Zentrum für Kulturen und Sprachen" }; var marker = new GMarker(new GLatLng(48.212325, 16.383829), normmarkeropt403); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Wien_Aspernbruecke_uniqua"; }); mgr.addMarker(marker, 0); normmarkeropt404 = { icon:normicon, title:"Wien - Strauss Statue Stadtpark" }; var marker = new GMarker(new GLatLng(48.203885, 16.379108), normmarkeropt404); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Wien_Strauss_Statue_stadtpark"; }); mgr.addMarker(marker, 0); normmarkeropt405 = { icon:normicon, title:"Krieglach, Hauptplatz bei Nacht" }; var marker = new GMarker(new GLatLng(47.545188, 15.559961), normmarkeropt405); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/krieglach_hauptplatz_nacht"; }); mgr.addMarker(marker, 0); normmarkeropt406 = { icon:normicon, title:"Krieglach, Volksschule" }; var marker = new GMarker(new GLatLng(47.545363, 15.559849), normmarkeropt406); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/krieglach_volksschule"; }); mgr.addMarker(marker, 0); normmarkeropt407 = { icon:normicon, title:"Krieglach, Roseggerpark" }; var marker = new GMarker(new GLatLng(47.546319, 15.560425), normmarkeropt407); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/krieglach_roseggerpark"; }); mgr.addMarker(marker, 0); normmarkeropt408 = { icon:normicon, title:"Lutzmannsburg - Thermenareal zu Silvester 2010" }; var marker = new GMarker(new GLatLng(47.465365, 16.658304), normmarkeropt408); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/lutzmannsburg_silvester"; }); mgr.addMarker(marker, 0); normmarkeropt409 = { icon:normicon, title:"Bierbaum, 1000 jährige Eiche 1 - Kraftort" }; var marker = new GMarker(new GLatLng(47.105381, 16.051944), normmarkeropt409); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Baum_bierbaum_blumau"; }); mgr.addMarker(marker, 0); normmarkeropt410 = { icon:normicon, title:"Bierbaum, 1000 jährige Eiche 2 - Kraftort" }; var marker = new GMarker(new GLatLng(47.105314, 16.051822), normmarkeropt410); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Baum_bierbaum_blumau_2"; }); mgr.addMarker(marker, 0); normmarkeropt411 = { icon:normicon, title:"Wiener Neustadt - Hauptplatz 2" }; var marker = new GMarker(new GLatLng(47.813356, 16.241838), normmarkeropt411); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/wiener_neustadt_hauptplatz_2"; }); mgr.addMarker(marker, 0); normmarkeropt412 = { icon:normicon, title:"Wiener Neustadt - Hauptplatz Pestsäule" }; var marker = new GMarker(new GLatLng(47.813079, 16.243806), normmarkeropt412); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/wiener_neustadt_hauptplatz_1"; }); mgr.addMarker(marker, 0); normmarkeropt413 = { icon:normicon, title:"Wiener Neustadt - Domplatz" }; var marker = new GMarker(new GLatLng(47.815071, 16.242192), normmarkeropt413); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/wiener_neustadt_dom_aussen"; }); mgr.addMarker(marker, 0); normmarkeropt414 = { icon:normicon, title:"Wiener Neustadt - Dom innen" }; var marker = new GMarker(new GLatLng(47.815204, 16.242417), normmarkeropt414); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/wiener_neustadt_dom_innen"; }); mgr.addMarker(marker, 0); normmarkeropt415 = { icon:normicon, title:"Lutzmannsburg - Hotel Vital Residenz" }; var marker = new GMarker(new GLatLng(47.463107, 16.657942), normmarkeropt415); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Rezeption_vital_residenz"; }); mgr.addMarker(marker, 0); normmarkeropt416 = { icon:normicon, title:"Spital/Semmering - Unfall in der Weidmannsheilkurve" }; var marker = new GMarker(new GLatLng(47.620607, 15.779082), normmarkeropt416); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/VU_Weidmannsheil_02042011"; }); mgr.addMarker(marker, 0); normmarkeropt417 = { icon:normicon, title:"Kapellen - Spazierweg beim Moassa" }; var marker = new GMarker(new GLatLng(47.678261, 15.672566), normmarkeropt417); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/kepellen_moassa_weg"; }); mgr.addMarker(marker, 0); normmarkeropt418 = { icon:normicon, title:"Kapellen - Gasthaus Moassa Aussicht" }; var marker = new GMarker(new GLatLng(47.677611, 15.673059), normmarkeropt418); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/kapellen_moassa_aussicht"; }); mgr.addMarker(marker, 0); normmarkeropt419 = { icon:normicon, title:"Spital/Semmering - Stuhleck, Alois Günther Haus" }; var marker = new GMarker(new GLatLng(47.57428, 15.789837), normmarkeropt419); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Spital_alois-guentherhaus"; }); mgr.addMarker(marker, 0); normmarkeropt420 = { icon:normicon, title:"Spital/Semmering - Stuhleck, Gipfelkreuz" }; var marker = new GMarker(new GLatLng(47.574052, 15.789765), normmarkeropt420); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Spital__stuhleck_gipfelkreuz"; }); mgr.addMarker(marker, 0); normmarkeropt421 = { icon:normicon, title:"Spital/Semmering - Stuhleck, Aussicht Richtung Westen" }; var marker = new GMarker(new GLatLng(47.576034, 15.785798), normmarkeropt421); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Spital__stuhleck"; }); mgr.addMarker(marker, 0); normmarkeropt422 = { icon:normicon, title:"Kapfenberg - Frauenberg, unter Baum" }; var marker = new GMarker(new GLatLng(47.426204, 15.341868), normmarkeropt422); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/kapfenberg_frauenberg_unter_baum"; }); mgr.addMarker(marker, 0); normmarkeropt423 = { icon:normicon, title:"Bruck/Mur - Frauenberg, Aussicht" }; var marker = new GMarker(new GLatLng(47.426124, 15.341549), normmarkeropt423); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/kapfenberg_frauenberg_aussicht"; }); mgr.addMarker(marker, 0); normmarkeropt424 = { icon:normicon, title:"Bruck/Mur - Frauenberg, Frauenkirche innen" }; var marker = new GMarker(new GLatLng(47.426385, 15.341761), normmarkeropt424); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/kapfenberg_frauenberg_kirche_innen"; }); mgr.addMarker(marker, 0); normmarkeropt425 = { icon:normicon, title:"Birkfeld - Kirche aussen" }; var marker = new GMarker(new GLatLng(47.354761, 15.695067), normmarkeropt425); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Kirche_birkfeld"; }); mgr.addMarker(marker, 0); normmarkeropt426 = { icon:normicon, title:"Hirschwang - in Raxseilbahngondel" }; var marker = new GMarker(new GLatLng(47.715883, 15.797739), normmarkeropt426); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/hirschwang_in_raxseilbahn"; }); mgr.addMarker(marker, 0); normmarkeropt427 = { icon:normicon, title:"Hirschwang - Raxseilbahn Bergstation" }; var marker = new GMarker(new GLatLng(47.716843, 15.778223), normmarkeropt427); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/hirschwang_rax_bergstation"; }); mgr.addMarker(marker, 0); normmarkeropt428 = { icon:normicon, title:"Hirschwang - Talstation der Raxseilbahn" }; var marker = new GMarker(new GLatLng(47.715356, 15.803468), normmarkeropt428); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/hirschwang_raxseilbahn_einstieg"; }); mgr.addMarker(marker, 0); normmarkeropt429 = { icon:normicon, title:"Hirschwang - Raxseilbahn Parkplatz" }; var marker = new GMarker(new GLatLng(47.714974, 15.804144), normmarkeropt429); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/hirschwang_raxseilbahn_parkplatz"; }); mgr.addMarker(marker, 0); normmarkeropt430 = { icon:normicon, title:"Edlach, vor Kirche" }; var marker = new GMarker(new GLatLng(47.692418, 15.807931), normmarkeropt430); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/edlach_vor_kirche"; }); mgr.addMarker(marker, 0); normmarkeropt431 = { icon:normicon, title:"Edlach, Kirche innen" }; var marker = new GMarker(new GLatLng(47.692541, 15.808028), normmarkeropt431); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/edlach_kirche_innen"; }); mgr.addMarker(marker, 0); normmarkeropt432 = { icon:normicon, title:"Prein - Raxalpenhof oder Preinerhof" }; var marker = new GMarker(new GLatLng(47.674263, 15.765381), normmarkeropt432); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/prein_preinerhof"; }); mgr.addMarker(marker, 0); normmarkeropt433 = { icon:normicon, title:"Prein - vor der Kirche "St. Paul"" }; var marker = new GMarker(new GLatLng(47.673696, 15.764882), normmarkeropt433); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/prein_kirche_aussen"; }); mgr.addMarker(marker, 0); normmarkeropt434 = { icon:normicon, title:"Prein - Kirche "St. Paul" innen" }; var marker = new GMarker(new GLatLng(47.673656, 15.764619), normmarkeropt434); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/prein_kirche_innen"; }); mgr.addMarker(marker, 0); normmarkeropt435 = { icon:normicon, title:"Fischbach - vor Kirche" }; var marker = new GMarker(new GLatLng(47.441292, 15.651752), normmarkeropt435); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/fischbach_vor_kirche"; }); mgr.addMarker(marker, 0); normmarkeropt436 = { icon:normicon, title:"Fischbach - Fischbacherhof (Musikkapelle)" }; var marker = new GMarker(new GLatLng(47.441702, 15.651382), normmarkeropt436); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/fischbach_musikkapelle"; }); mgr.addMarker(marker, 0); normmarkeropt437 = { icon:normicon, title:"Lutzmannsburg - Hotel Vital Residenz - Speisesaal" }; var marker = new GMarker(new GLatLng(47.463124, 16.657663), normmarkeropt437); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/vital_residenz_Speisesaal"; }); mgr.addMarker(marker, 0); normmarkeropt438 = { icon:normicon, title:"Lutzmannsburg - Hotel Vital Residenz - Hotelzimmer" }; var marker = new GMarker(new GLatLng(47.463167, 16.658047), normmarkeropt438); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/vital_residenz_zimmer"; }); mgr.addMarker(marker, 0); normmarkeropt439 = { icon:normicon, title:"Lutzmannsburg - Hotel Vital Residenz - Wohnung 1" }; var marker = new GMarker(new GLatLng(47.462971, 16.658031), normmarkeropt439); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/vital_residenz_whg_1"; }); mgr.addMarker(marker, 0); normmarkeropt440 = { icon:normicon, title:"Lutzmannsburg - Hotel Vital Residenz - Wohnung 2" }; var marker = new GMarker(new GLatLng(47.463051, 16.658082), normmarkeropt440); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/vital_residenz_whg_2"; }); mgr.addMarker(marker, 0); normmarkeropt441 = { icon:normicon, title:"Lutzmannsburg - Hotel Vital Residenz - Ferienwohnung 3" }; var marker = new GMarker(new GLatLng(47.463131, 16.65813), normmarkeropt441); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/vital_residenz_whg_3"; }); mgr.addMarker(marker, 0); normmarkeropt442 = { icon:normicon, title:"Fischbach - Strudlwirt" }; var marker = new GMarker(new GLatLng(47.442551, 15.650319), normmarkeropt442); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/fischbach_strudlwirt"; }); mgr.addMarker(marker, 0); normmarkeropt443 = { icon:normicon, title:"Fischbach - Tankstelle auf der L114" }; var marker = new GMarker(new GLatLng(47.442801, 15.649818), normmarkeropt443); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/fischbach_tankstelle"; }); mgr.addMarker(marker, 0); normmarkeropt444 = { icon:normicon, title:"Fischbach - Handwerksmuseum" }; var marker = new GMarker(new GLatLng(47.442649, 15.649338), normmarkeropt444); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/fischbach_handwerksmuseum"; }); mgr.addMarker(marker, 0); normmarkeropt445 = { icon:normicon, title:"St. Kathrein am Hauenstein" }; var marker = new GMarker(new GLatLng(47.489394, 15.69221), normmarkeropt445); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/st_kathrein_hauenstein"; }); mgr.addMarker(marker, 0); normmarkeropt446 = { icon:normicon, title:"St. Kathrein am Hauenstein - vor Kirche" }; var marker = new GMarker(new GLatLng(47.490076, 15.690714), normmarkeropt446); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/st_kathrein_hauenstein_vor_kirche"; }); mgr.addMarker(marker, 0); normmarkeropt447 = { icon:normicon, title:"St. Kathrein am Hauenstein - in Kirche" }; var marker = new GMarker(new GLatLng(47.490069, 15.690928), normmarkeropt447); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/st_kathrein_hauenstein_kirche_innen"; }); mgr.addMarker(marker, 0); normmarkeropt448 = { icon:normicon, title:"St. Kathrein am Hauenstein - Waldherz" }; var marker = new GMarker(new GLatLng(47.49038, 15.69044), normmarkeropt448); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/st_kathrein_hauenstein_waldherz"; }); mgr.addMarker(marker, 0); normmarkeropt449 = { icon:normicon, title:"St. Kathrein am Hauenstein - Kirchenwald" }; var marker = new GMarker(new GLatLng(47.490297, 15.690563), normmarkeropt449); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/st_kathrein_hauenstein_kirchenwald"; }); mgr.addMarker(marker, 0); normmarkeropt450 = { icon:normicon, title:"Ganz - Brand eines Bauernhofs" }; var marker = new GMarker(new GLatLng(47.586158, 15.693798), normmarkeropt450); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Brand_MZ_21042011"; }); mgr.addMarker(marker, 0); normmarkeropt451 = { icon:normicon, title:"Grohdorf - Murenabgang blockiert Strasse" }; var marker = new GMarker(new GLatLng(47.553751, 16.285665), normmarkeropt451); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Hochneukirchen_unwetter_26052010"; }); mgr.addMarker(marker, 0); normmarkeropt452 = { icon:normicon, title:"Winkl-Boden - 1000 Eiche entzündet sich und dann den Hof" }; var marker = new GMarker(new GLatLng(47.34016, 15.746471), normmarkeropt452); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Brand_poellau_20052010"; }); mgr.addMarker(marker, 0); normmarkeropt453 = { icon:normicon, title:"Winkl-Boden: 1000 jährige Eiche brennt" }; var marker = new GMarker(new GLatLng(47.339684, 15.745736), normmarkeropt453); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/brand_poellau_20052010_2"; }); mgr.addMarker(marker, 0); normmarkeropt454 = { icon:normicon, title:"Mürzzuschlag - Radfahrerunfall am 23.4.2011" }; var marker = new GMarker(new GLatLng(47.605906, 15.67682), normmarkeropt454); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/VU_MZ_Stolzkurve_360"; }); mgr.addMarker(marker, 0); normmarkeropt455 = { icon:normicon, title:"Kapfenberg - Franz-Fekete Stadion" }; var marker = new GMarker(new GLatLng(47.445061, 15.29976), normmarkeropt455); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/kapfenberg_vor_stadion"; }); mgr.addMarker(marker, 0); normmarkeropt456 = { icon:normicon, title:"Kapfenberg - Franz-Fekete Stadion - Anstoss" }; var marker = new GMarker(new GLatLng(47.443948, 15.300468), normmarkeropt456); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/kapfenberg_stadion_anstoss"; }); mgr.addMarker(marker, 0); normmarkeropt457 = { icon:normicon, title:"Kapfenberg - Franz-Fekete Stadion - Tribühne" }; var marker = new GMarker(new GLatLng(47.443864, 15.299771), normmarkeropt457); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/kapfenberg_stadion_tribuehne"; }); mgr.addMarker(marker, 0); normmarkeropt458 = { icon:normicon, title:"Kapfenberg - Burg Oberkapfenberg - Eingang" }; var marker = new GMarker(new GLatLng(47.439596, 15.293926), normmarkeropt458); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/kapfenberg_burg_eingang"; }); mgr.addMarker(marker, 0); normmarkeropt459 = { icon:normicon, title:"Kapfenberg - Burg Oberkapfenberg - Innenhof" }; var marker = new GMarker(new GLatLng(47.439868, 15.293655), normmarkeropt459); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/kapfenberg_burg_innenhof"; }); mgr.addMarker(marker, 0); normmarkeropt460 = { icon:normicon, title:"Kapfenberg - Burg Oberkapfenberg - Aussicht" }; var marker = new GMarker(new GLatLng(47.440151, 15.292859), normmarkeropt460); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/kapfenberg_burg_aussicht"; }); mgr.addMarker(marker, 0); normmarkeropt461 = { icon:normicon, title:"Kapfenberg - Burg Oberkapfenberg - vor Kapelle" }; var marker = new GMarker(new GLatLng(47.438727, 15.295976), normmarkeropt461); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/kapfenberg_burg_vor_kapelle"; }); mgr.addMarker(marker, 0); normmarkeropt462 = { icon:normicon, title:"Kapfenberg - Burg Oberkapfenberg - in Loretokapelle" }; var marker = new GMarker(new GLatLng(47.438469, 15.295938), normmarkeropt462); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/kapfenberg_burg_in_kapelle"; }); mgr.addMarker(marker, 0); normmarkeropt463 = { icon:normicon, title:"Kapfenberg - Burg Oberkapfenberg - hinter Loretokapelle" }; var marker = new GMarker(new GLatLng(47.438504, 15.295849), normmarkeropt463); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/kapfenberg_burg_hinter_kapelle"; }); mgr.addMarker(marker, 0); normmarkeropt464 = { icon:normicon, title:"Tödl. Unfall in Prein/Rax" }; var marker = new GMarker(new GLatLng(47.665387, 15.791559), normmarkeropt464); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/VU_Prein_Pano"; }); mgr.addMarker(marker, 0); normmarkeropt465 = { icon:normicon, title:"Alberndorf - Dorfplatz" }; var marker = new GMarker(new GLatLng(48.406087, 14.417831), normmarkeropt465); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/alberndorf_dorfplatz"; }); mgr.addMarker(marker, 0); normmarkeropt466 = { icon:normicon, title:"Alberndorf - Kath. Pfarrkirche Maria Himmelfahrt" }; var marker = new GMarker(new GLatLng(48.406008, 14.418633), normmarkeropt466); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/alberndorf_kirche_innen"; }); mgr.addMarker(marker, 0); var marker = new GMarker(new GLatLng(48.281387, 16.906757), selmarkeropt); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/marchegg_schloss"; }); mgr.addMarker(marker, 0); normmarkeropt467 = { icon:normicon, title:"Speilbrunn - Waldgrotte Maria Brunn" }; var marker = new GMarker(new GLatLng(47.144326, 16.043864), normmarkeropt467); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/speilbrunn_kraftort"; }); mgr.addMarker(marker, 0); normmarkeropt468 = { icon:normicon, title:"Gabelhofen - Schlosseingang" }; var marker = new GMarker(new GLatLng(47.191295, 14.673904), normmarkeropt468); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/gabelhofen_schloss_eingang"; }); mgr.addMarker(marker, 0); normmarkeropt469 = { icon:normicon, title:"Gabelhofen - Schlosseingang 2" }; var marker = new GMarker(new GLatLng(47.191599, 14.673885), normmarkeropt469); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/gabelhofen-schloss-eingang_2"; }); mgr.addMarker(marker, 0); normmarkeropt470 = { icon:normicon, title:"Gabelhofen - Schlossrezeption" }; var marker = new GMarker(new GLatLng(47.191732, 14.673845), normmarkeropt470); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/gabelhofen_schloss_rezeption"; }); mgr.addMarker(marker, 0); normmarkeropt471 = { icon:normicon, title:"Gabelhofen - Trauungswiese" }; var marker = new GMarker(new GLatLng(47.191841, 14.674481), normmarkeropt471); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/gabelhofen_schloss_trauungswiese"; }); mgr.addMarker(marker, 0); normmarkeropt472 = { icon:normicon, title:"Gabelhofen - Schlosstafel" }; var marker = new GMarker(new GLatLng(47.192042, 14.673834), normmarkeropt472); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/gabelhofen_schloss_tafel"; }); mgr.addMarker(marker, 0); normmarkeropt473 = { icon:normicon, title:"Altenberg bei Linz - OÖ" }; var marker = new GMarker(new GLatLng(48.373508, 14.350065), normmarkeropt473); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/altenberg_im_riedkreis_gh_prangl"; }); mgr.addMarker(marker, 0); normmarkeropt474 = { icon:normicon, title:"Altenberg bei Linz - OÖ - vor der Kirche" }; var marker = new GMarker(new GLatLng(48.373278, 14.350322), normmarkeropt474); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/altenberg_im_riedkreis_vor_kirche"; }); mgr.addMarker(marker, 0); normmarkeropt475 = { icon:normicon, title:"Tödl. Verkehrsunfall auf der S6 bei St. Marein" }; var marker = new GMarker(new GLatLng(47.466952, 15.374631), normmarkeropt475); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/VU_Marein_S6_26062011"; }); mgr.addMarker(marker, 0); normmarkeropt476 = { icon:normicon, title:"Gramatneusiedl - Kreisverkehr und Kirche" }; var marker = new GMarker(new GLatLng(48.029017, 16.489658), normmarkeropt476); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/gramatneusiedl_kirche_aussen"; }); mgr.addMarker(marker, 0); normmarkeropt477 = { icon:normicon, title:"Gramatneusiedl - Kirche innen" }; var marker = new GMarker(new GLatLng(48.028894, 16.48952), normmarkeropt477); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/gramatneusiedl_kirche_innen"; }); mgr.addMarker(marker, 0); normmarkeropt478 = { icon:normicon, title:"Zufahrt Euromarkt Deuchendorf in Kapfenberg" }; var marker = new GMarker(new GLatLng(47.467423, 15.340723), normmarkeropt478); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/zufahrt_euromarkt_st_lorenzen"; }); mgr.addMarker(marker, 0); normmarkeropt479 = { icon:normicon, title:"Küchenbrand in Mürzzuschlag" }; var marker = new GMarker(new GLatLng(47.606575, 15.684646), normmarkeropt479); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/brand_MZ_13072011"; }); mgr.addMarker(marker, 0); normmarkeropt480 = { icon:normicon, title:"Euromarkt Deuchendorf/Kapfenberg" }; var marker = new GMarker(new GLatLng(47.466883, 15.341281), normmarkeropt480); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/euromarkt_st_lorenzen"; }); mgr.addMarker(marker, 0); normmarkeropt481 = { icon:normicon, title:"Einkaufzentrum St. Lorenzen" }; var marker = new GMarker(new GLatLng(47.468496, 15.344049), normmarkeropt481); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/zufahrt_mediamarkt_st_lorenzen"; }); mgr.addMarker(marker, 0); normmarkeropt482 = { icon:normicon, title:"Hochzeit in Kitzladen 1" }; var marker = new GMarker(new GLatLng(47.323594, 16.084523), normmarkeropt482); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/kitzladen_gh_zankel_1"; }); mgr.addMarker(marker, 0); normmarkeropt483 = { icon:normicon, title:"Hochzeit in Kitzladen 2" }; var marker = new GMarker(new GLatLng(47.323547, 16.084344), normmarkeropt483); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/kitzladen_gh_zankel_2"; }); mgr.addMarker(marker, 0); normmarkeropt484 = { icon:normicon, title:"Hochzeit in Kitzladen 3" }; var marker = new GMarker(new GLatLng(47.323661, 16.084711), normmarkeropt484); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/kitzladen_gh_zankel_3"; }); mgr.addMarker(marker, 0); normmarkeropt485 = { icon:normicon, title:"Unfall S6 bei Hönigsberg" }; var marker = new GMarker(new GLatLng(47.56949, 15.637794), normmarkeropt485); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/VU_S6_hoenigsberg_21072011"; }); mgr.addMarker(marker, 0); normmarkeropt486 = { icon:normicon, title:"Katzelsdorf - Kirche Vorplatz" }; var marker = new GMarker(new GLatLng(47.77957, 16.269757), normmarkeropt486); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/kirche_katzelsdorf_aussen"; }); mgr.addMarker(marker, 0); normmarkeropt487 = { icon:normicon, title:"Katzelsdorf - Kirche innen" }; var marker = new GMarker(new GLatLng(47.779439, 16.269939), normmarkeropt487); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/kirche_katzelsdorf_innen"; }); mgr.addMarker(marker, 0); normmarkeropt488 = { icon:normicon, title:"Katzelsdorf - Schloss Katzelsdorf innen" }; var marker = new GMarker(new GLatLng(47.779006, 16.271616), normmarkeropt488); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/schloss_katzelsdorf_innen"; }); mgr.addMarker(marker, 0); normmarkeropt489 = { icon:normicon, title:"Bad Blumau - Therme - Rezeption - last minute wellness" }; var marker = new GMarker(new GLatLng(47.12356, 16.046433), normmarkeropt489); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/bad_blumau_rezeption"; }); mgr.addMarker(marker, 0); normmarkeropt490 = { icon:normicon, title:"Bad Blumau - Therme - Freibecken" }; var marker = new GMarker(new GLatLng(47.124305, 16.046287), normmarkeropt490); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/bad_blumau_becken_freien"; }); mgr.addMarker(marker, 0); normmarkeropt491 = { icon:normicon, title:"Seebenstein - Burg von aussen" }; var marker = new GMarker(new GLatLng(47.694631, 16.144066), normmarkeropt491); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/seebenstein_burg_aussen"; }); mgr.addMarker(marker, 0); normmarkeropt492 = { icon:normicon, title:"Seebenstein - Burg Seebenstein Eingang" }; var marker = new GMarker(new GLatLng(47.695426, 16.144415), normmarkeropt492); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/seebenstein_burg_eingang"; }); mgr.addMarker(marker, 0); normmarkeropt493 = { icon:normicon, title:"Seebenstein - Burg Seebenstein Aussicht und Kraftort" }; var marker = new GMarker(new GLatLng(47.695989, 16.143948), normmarkeropt493); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/burg_seebenstein_lutherkapelle"; }); mgr.addMarker(marker, 0); normmarkeropt494 = { icon:normicon, title:"Wartberg - schwerer Unfall fordert 3 Verletzte" }; var marker = new GMarker(new GLatLng(47.527561, 15.489135), normmarkeropt494); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/vu_wartberg_30072011"; }); mgr.addMarker(marker, 0); normmarkeropt495 = { icon:normicon, title:"Heiligenkreuz - Stift, Parkplatz" }; var marker = new GMarker(new GLatLng(48.056143, 16.130703), normmarkeropt495); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Stift_Heiligenkreuz_aussen"; }); mgr.addMarker(marker, 0); normmarkeropt496 = { icon:normicon, title:"Mitterdorf - Unfall S6" }; var marker = new GMarker(new GLatLng(47.532589, 15.523821), normmarkeropt496); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/VU_S6_Mitterdorf_05082011"; }); mgr.addMarker(marker, 0); normmarkeropt497 = { icon:normicon, title:"Bruck/Mur - Baderhaus, Eingang" }; var marker = new GMarker(new GLatLng(47.408815, 15.270438), normmarkeropt497); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/bruck_Mur_baderhaus_eingang"; }); mgr.addMarker(marker, 0); normmarkeropt498 = { icon:normicon, title:"Bruck/Mur - Baderhaus, Speisebereich" }; var marker = new GMarker(new GLatLng(47.408879, 15.270532), normmarkeropt498); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/bruck_mur_baderhaus_speisebereich"; }); mgr.addMarker(marker, 0); normmarkeropt499 = { icon:normicon, title:"Bruck/Mur - Baderhaus, Abgang WC" }; var marker = new GMarker(new GLatLng(47.4089, 15.270452), normmarkeropt499); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/bruck_mur_baderhaus_abgang_WC"; }); mgr.addMarker(marker, 0); normmarkeropt500 = { icon:normicon, title:"Bruck/Mur - Baderhaus, WC" }; var marker = new GMarker(new GLatLng(47.4089, 15.270409), normmarkeropt500); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/bruck_mur_baderhaus_WC"; }); mgr.addMarker(marker, 0); normmarkeropt501 = { icon:normicon, title:"Maria Buch, Feistritz - Wallfahrtskirche Eingang" }; var marker = new GMarker(new GLatLng(47.153892, 14.704806), normmarkeropt501); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/maria_buch_wallfahrtskirche_eingang"; }); mgr.addMarker(marker, 0); normmarkeropt502 = { icon:normicon, title:"Maria Buch, Feistritz - Wallfahrtskirche innen" }; var marker = new GMarker(new GLatLng(47.15387, 14.705165), normmarkeropt502); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/maria_buch_wallfahrtskirche_innen"; }); mgr.addMarker(marker, 0); normmarkeropt503 = { icon:normicon, title:"Maria Buch, Feistritz - hinter Wallfahrtskirche" }; var marker = new GMarker(new GLatLng(47.153757, 14.705434), normmarkeropt503); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/maria_buch_wallfahrtskirche_dahinter"; }); mgr.addMarker(marker, 0); normmarkeropt504 = { icon:normicon, title:"Italien, Lignano - Sabbiadoro - Muschel" }; var marker = new GMarker(new GLatLng(45.68936, 13.146456), normmarkeropt504); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/lignano_sabiadorro_muschel"; }); mgr.addMarker(marker, 0); normmarkeropt505 = { icon:normicon, title:"Italien - Florenz bei Nacht - High Resolution" }; var marker = new GMarker(new GLatLng(43.768367, 11.257124), normmarkeropt505); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/florenz_bei_nacht_high_res.swf"; }); mgr.addMarker(marker, 0); normmarkeropt506 = { icon:normicon, title:"Lienz - Hauptplatz" }; var marker = new GMarker(new GLatLng(46.829523, 12.768766), normmarkeropt506); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/lienz_hauptplatz"; }); mgr.addMarker(marker, 0); normmarkeropt507 = { icon:normicon, title:"Lienz - Hauptplatz & Liebburg" }; var marker = new GMarker(new GLatLng(46.829352, 12.76882), normmarkeropt507); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/lienz_hauptplatz_2"; }); mgr.addMarker(marker, 0); normmarkeropt508 = { icon:normicon, title:"Schladming Rathaus" }; var marker = new GMarker(new GLatLng(47.392574, 13.690538), normmarkeropt508); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/schladming_rathaus"; }); mgr.addMarker(marker, 0); normmarkeropt509 = { icon:normicon, title:"Mandling - Grenze Stmk. und Sbg." }; var marker = new GMarker(new GLatLng(47.40431, 13.573791), normmarkeropt509); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/mandling"; }); mgr.addMarker(marker, 0); normmarkeropt510 = { icon:normicon, title:"Bozen - Walther Von Der Vogelweide Platz" }; var marker = new GMarker(new GLatLng(46.498174, 11.35474), normmarkeropt510); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Bozen_Walther Von Der Vogelweide Platz"; }); mgr.addMarker(marker, 0); normmarkeropt511 = { icon:normicon, title:"Bozen - Dom innen (Duomo)" }; var marker = new GMarker(new GLatLng(46.497593, 11.354156), normmarkeropt511); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/bozen_DOM_innen"; }); mgr.addMarker(marker, 0); normmarkeropt512 = { icon:normicon, title:"Bozen: Mustergasse oder via della Mostra" }; var marker = new GMarker(new GLatLng(46.498588, 11.3536), normmarkeropt512); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Bozen_Mustergasse"; }); mgr.addMarker(marker, 0); normmarkeropt513 = { icon:normicon, title:"Bozen - Pfarrgasse" }; var marker = new GMarker(new GLatLng(46.49904, 11.353633), normmarkeropt513); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Bozen_Pfarrgasse"; }); mgr.addMarker(marker, 0); normmarkeropt514 = { icon:normicon, title:"Mürzzuschlag - Sportplatz / Fußballplatz" }; var marker = new GMarker(new GLatLng(47.609584, 15.667311), normmarkeropt514); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/muerzzuschlag_sportplatz"; }); mgr.addMarker(marker, 0); normmarkeropt515 = { icon:normicon, title:"Panzano in Chianti - vor Kirche" }; var marker = new GMarker(new GLatLng(43.547792, 11.31035), normmarkeropt515); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/panzano_in_chianti_vor_kirche"; }); mgr.addMarker(marker, 0); normmarkeropt516 = { icon:normicon, title:"Panzano in Chianti - in Kirche" }; var marker = new GMarker(new GLatLng(43.547938, 11.310181), normmarkeropt516); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/panzano_in_chianti_in_kirche"; }); mgr.addMarker(marker, 0); normmarkeropt517 = { icon:normicon, title:"Panzano in Chianti - Innenhof mit wildem Wein" }; var marker = new GMarker(new GLatLng(43.547955, 11.309698), normmarkeropt517); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/panzano_in_chianti_innenhof"; }); mgr.addMarker(marker, 0); normmarkeropt518 = { icon:normicon, title:"Panzano in Chianti - Zufahrt, Marterl" }; var marker = new GMarker(new GLatLng(43.531998, 11.304717), normmarkeropt518); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/panzano_in_chianti_zufahrt"; }); mgr.addMarker(marker, 0); normmarkeropt519 = { icon:normicon, title:"Lutzmannsburg - Hotel Vital-Residenz - Aussenansicht" }; var marker = new GMarker(new GLatLng(47.46331, 16.657937), normmarkeropt519); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/hotel_vital_residenz_aussenansicht"; }); mgr.addMarker(marker, 0); normmarkeropt520 = { icon:normicon, title:"Krieglach - HBLA am Parkplatz" }; var marker = new GMarker(new GLatLng(47.547494, 15.555847), normmarkeropt520); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/krieglach_HBLA_parkplatz"; }); mgr.addMarker(marker, 0); normmarkeropt521 = { icon:normicon, title:"Krieglach - Schotterteich aussen (Schoudi)" }; var marker = new GMarker(new GLatLng(47.553099, 15.569472), normmarkeropt521); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/krieglach_schotterteich_aussen"; }); mgr.addMarker(marker, 0); normmarkeropt522 = { icon:normicon, title:"Krieglach - Veranstaltungszentrum (VAZ) aussen" }; var marker = new GMarker(new GLatLng(47.546944, 15.559173), normmarkeropt522); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/krieglach_VAZ_aussen"; }); mgr.addMarker(marker, 0); normmarkeropt523 = { icon:normicon, title:"Krieglach - Schwerer Unfall am Alpl" }; var marker = new GMarker(new GLatLng(47.527924, 15.60153), normmarkeropt523); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/VU_Alpl_01102011"; }); mgr.addMarker(marker, 0); normmarkeropt524 = { icon:normicon, title:"Raxen - Karl Ludwig Haus - innen" }; var marker = new GMarker(new GLatLng(47.688576, 15.70406), normmarkeropt524); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/rax_karl_ludwig_haus_innen"; }); mgr.addMarker(marker, 0); normmarkeropt525 = { icon:normicon, title:"Raxen - Karl Ludwig Haus von aussen" }; var marker = new GMarker(new GLatLng(47.688392, 15.705482), normmarkeropt525); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/rax_karl_ludwig_haus_aussen"; }); mgr.addMarker(marker, 0); normmarkeropt526 = { icon:normicon, title:"Raxen - Karl Ludwig Haus - Kapelle - Schlangenweg" }; var marker = new GMarker(new GLatLng(47.686492, 15.704784), normmarkeropt526); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/rax_kapelle_karl_ludwig_haus"; }); mgr.addMarker(marker, 0); normmarkeropt527 = { icon:normicon, title:"Graz - Rathaus von aussen - Rathausplatz" }; var marker = new GMarker(new GLatLng(47.07098, 15.438071), normmarkeropt527); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/graz_rathaus_aussen"; }); mgr.addMarker(marker, 0); normmarkeropt528 = { icon:normicon, title:"Graz - Hauptplatz/Sporgasse bei Nacht" }; var marker = new GMarker(new GLatLng(47.071423, 15.437894), normmarkeropt528); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/graz_hauptplatz_sporgasse"; }); mgr.addMarker(marker, 0); normmarkeropt529 = { icon:normicon, title:"Graz - Schlossbergplatz bei Nacht" }; var marker = new GMarker(new GLatLng(47.073105, 15.436625), normmarkeropt529); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/graz_schlossbergplatz"; }); mgr.addMarker(marker, 0); normmarkeropt530 = { icon:normicon, title:"Graz - Schlossberg, Uhrturm bei Nacht - Vorne" }; var marker = new GMarker(new GLatLng(47.073554, 15.437679), normmarkeropt530); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/graz_uhrturm_2"; }); mgr.addMarker(marker, 0); normmarkeropt531 = { icon:normicon, title:"Graz - Schlossberg - Uhrturm, Seitenansicht bei Nacht" }; var marker = new GMarker(new GLatLng(47.073781, 15.437422), normmarkeropt531); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/graz_uhrturm_1"; }); mgr.addMarker(marker, 0); normmarkeropt532 = { icon:normicon, title:"Mürzzuschlag S6 - Unfall mit Aston Martin" }; var marker = new GMarker(new GLatLng(47.577101, 15.652465), normmarkeropt532); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/muerzzuschlag_VU_S6"; }); mgr.addMarker(marker, 0); normmarkeropt533 = { icon:normicon, title:"Italie, Siena - Dom" }; var marker = new GMarker(new GLatLng(43.31731, 11.328546), normmarkeropt533); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Dom_siena"; }); mgr.addMarker(marker, 0); normmarkeropt534 = { icon:normicon, title:"Italien, Siena - Piazza il Campo - Hauptplatz" }; var marker = new GMarker(new GLatLng(43.318139, 11.331145), normmarkeropt534); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/siena_hauptplatz"; }); mgr.addMarker(marker, 0); normmarkeropt535 = { icon:normicon, title:"Italien, Siena - Fonte Gaia (Brunnen der Freude) am Piazza del Campo" }; var marker = new GMarker(new GLatLng(43.318643, 11.331343), normmarkeropt535); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/siena_vor_brunnen"; }); mgr.addMarker(marker, 0); normmarkeropt536 = { icon:normicon, title:"Maria Schutz - Hauptplatz und Kirche" }; var marker = new GMarker(new GLatLng(47.642254, 15.867852), normmarkeropt536); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/maria_schutz_kirche_aussen"; }); mgr.addMarker(marker, 0); normmarkeropt537 = { icon:normicon, title:"Maria Schutz - Kath. Pfarrkirche, Wallfahrtskirche Maria Schutz in Göstritz" }; var marker = new GMarker(new GLatLng(47.642557, 15.867337), normmarkeropt537); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/maria_schutz_kirche_innen"; }); mgr.addMarker(marker, 0); normmarkeropt538 = { icon:normicon, title:"Schottwien, Pollereshütte am Sonnwendstein" }; var marker = new GMarker(new GLatLng(47.628655, 15.862198), normmarkeropt538); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/schottwien_pollereshuette_sonnwendstein"; }); mgr.addMarker(marker, 0); normmarkeropt539 = { icon:normicon, title:"Maria Schutz, Sonnwendstein, Sender, Aussichtsplattform" }; var marker = new GMarker(new GLatLng(47.62919, 15.859194), normmarkeropt539); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/steinhaus_semmering_sonnwendstein_aussicht"; }); mgr.addMarker(marker, 0); normmarkeropt540 = { icon:normicon, title:"Mürzzuschlag, Dachstuhlbrand in der Grazerstrasse beim Europahaus" }; var marker = new GMarker(new GLatLng(47.604658, 15.669894), normmarkeropt540); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/brand_mz _17102011"; }); mgr.addMarker(marker, 0); normmarkeropt541 = { icon:normicon, title:"Tragöß, Oberort, Grüner See" }; var marker = new GMarker(new GLatLng(47.543852, 15.057642), normmarkeropt541); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/oberort_gruenersee_1"; }); mgr.addMarker(marker, 0); normmarkeropt542 = { icon:normicon, title:"Oberort/Tal, Grüner See 2" }; var marker = new GMarker(new GLatLng(47.540995, 15.056087), normmarkeropt542); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/oberort_gruener_see_2"; }); mgr.addMarker(marker, 0); normmarkeropt543 = { icon:normicon, title:"Italien, Fiesole - Piazza Mino (Hauptplatz)" }; var marker = new GMarker(new GLatLng(43.806752, 11.292784), normmarkeropt543); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/fiesole_hauptplatz"; }); mgr.addMarker(marker, 0); normmarkeropt544 = { icon:normicon, title:"Italien, Fiesole, Duomo Fiesolo - Kirche, Dom" }; var marker = new GMarker(new GLatLng(43.807156, 11.292658), normmarkeropt544); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/fiesole_kirche_innen"; }); mgr.addMarker(marker, 0); normmarkeropt545 = { icon:normicon, title:"Neuberg - Stiftshof" }; var marker = new GMarker(new GLatLng(47.661496, 15.579402), normmarkeropt545); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/neuberg_stiftshof"; }); mgr.addMarker(marker, 0); normmarkeropt546 = { icon:normicon, title:"Niederalpl - Passhöhe" }; var marker = new GMarker(new GLatLng(47.681005, 15.378078), normmarkeropt546); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/niederalpl_passhoehe"; }); mgr.addMarker(marker, 0); normmarkeropt547 = { icon:normicon, title:"Hönigsberg - Wohnhausbrand am Sonnenring" }; var marker = new GMarker(new GLatLng(47.578625, 15.646033), normmarkeropt547); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Brand_Hoe_21112011_Panorama"; }); mgr.addMarker(marker, 0); normmarkeropt548 = { icon:normicon, title:"Rietz - Kalvarienberg oder "Bargl"" }; var marker = new GMarker(new GLatLng(47.282124, 11.034533), normmarkeropt548); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/rietz_sankt_antonius_aussicht"; }); mgr.addMarker(marker, 0); normmarkeropt549 = { icon:normicon, title:"Rietz - Kalvarienberg oder "Bargl" Parkplatz" }; var marker = new GMarker(new GLatLng(47.281645, 11.03397), normmarkeropt549); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/rietz_sankt_antonius"; }); mgr.addMarker(marker, 0); normmarkeropt550 = { icon:normicon, title:"Rietz - St. Antonius Kirche Eingang" }; var marker = new GMarker(new GLatLng(47.282457, 11.034267), normmarkeropt550); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/rietz_sankt_antonius_eingang"; }); mgr.addMarker(marker, 0); normmarkeropt551 = { icon:normicon, title:"Rietz - St. Antonius Kirche Innen" }; var marker = new GMarker(new GLatLng(47.28223, 11.034332), normmarkeropt551); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/rietz_sankt_antonius_kirche_innen"; }); mgr.addMarker(marker, 0); normmarkeropt552 = { icon:normicon, title:"Rietz - St. Antonius Kirche Orgel" }; var marker = new GMarker(new GLatLng(47.28233, 11.034318), normmarkeropt552); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/rietz_sankt_antonius_kirche_orgel"; }); mgr.addMarker(marker, 0); normmarkeropt553 = { icon:normicon, title:"Semmering - Zauberberg Bergstation" }; var marker = new GMarker(new GLatLng(47.623362, 15.832393), normmarkeropt553); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/semmering_zauberberg_bergstation"; }); mgr.addMarker(marker, 0); normmarkeropt554 = { icon:normicon, title:"Semmering - Zauberberg Aussichtsplattform" }; var marker = new GMarker(new GLatLng(47.622046, 15.833445), normmarkeropt554); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/semmering_zauberberg_aussichtsplattform"; }); mgr.addMarker(marker, 0); normmarkeropt555 = { icon:normicon, title:"Semmering - Zauberberg - Talstation" }; var marker = new GMarker(new GLatLng(47.630781, 15.829818), normmarkeropt555); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/semmering_zauberberg_talstation"; }); mgr.addMarker(marker, 0); normmarkeropt556 = { icon:normicon, title:"Birkfeld, Kirche von innen" }; var marker = new GMarker(new GLatLng(47.354854, 15.695536), normmarkeropt556); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/birkfeld_kirche_innen"; }); mgr.addMarker(marker, 0); normmarkeropt557 = { icon:normicon, title:"Semmering, Hotel Panhans (im Winter)" }; var marker = new GMarker(new GLatLng(47.637432, 15.825505), normmarkeropt557); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/semmering_panhans_winter"; }); mgr.addMarker(marker, 0); normmarkeropt558 = { icon:normicon, title:"Wien - Schloss Belvedere Rückseite - Weihnachten" }; var marker = new GMarker(new GLatLng(48.191761, 16.380841), normmarkeropt558); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/wien_belvedere_weihnachten_blau_back"; }); mgr.addMarker(marker, 0); normmarkeropt559 = { icon:normicon, title:"Wien - Schloss Oberes Belvedere, Weihnachtsmarkt" }; var marker = new GMarker(new GLatLng(48.19095, 16.381028), normmarkeropt559); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/wien_belvedere_teiche_weihnachten_blau"; }); mgr.addMarker(marker, 0); normmarkeropt560 = { icon:normicon, title:"Hallein - vor Kirche" }; var marker = new GMarker(new GLatLng(47.680703, 13.092291), normmarkeropt560); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/hallein_vor_kirche"; }); mgr.addMarker(marker, 0); normmarkeropt561 = { icon:normicon, title:"Hallein - Kirche innen" }; var marker = new GMarker(new GLatLng(47.680589, 13.092026), normmarkeropt561); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/hallein_kirche_innen"; }); mgr.addMarker(marker, 0); normmarkeropt562 = { icon:normicon, title:"Hallein - Stille Nacht Museum" }; var marker = new GMarker(new GLatLng(47.680734, 13.091742), normmarkeropt562); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/hallein_stille_nacht_museum"; }); mgr.addMarker(marker, 0); normmarkeropt563 = { icon:normicon, title:"Graz - Christ Königskirche (aussen)" }; var marker = new GMarker(new GLatLng(47.049631, 15.391698), normmarkeropt563); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/graz_christkoenigkirche_aussen"; }); mgr.addMarker(marker, 0); normmarkeropt564 = { icon:normicon, title:"Graz - Christ Königskirche (innen)" }; var marker = new GMarker(new GLatLng(47.049901, 15.39197), normmarkeropt564); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/graz_christkoenigskirche_innen"; }); mgr.addMarker(marker, 0); normmarkeropt565 = { icon:normicon, title:"Graz - Hotel Paradies" }; var marker = new GMarker(new GLatLng(47.038122, 15.391823), normmarkeropt565); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/graz_hotel_paradies_hochzeitstafel"; }); mgr.addMarker(marker, 0); normmarkeropt566 = { icon:normicon, title:"Wien - ORF Zentrum am Küniglberg" }; var marker = new GMarker(new GLatLng(48.175629, 16.291558), normmarkeropt566); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/wien_kueniglberg_orf_zentrum"; }); mgr.addMarker(marker, 0); normmarkeropt567 = { icon:normicon, title:"Hohe Veitsch - Graf Meran Haus Aufstieg" }; var marker = new GMarker(new GLatLng(47.64409, 15.410053), normmarkeropt567); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/veitsch_meranhaus_aufstieg"; }); mgr.addMarker(marker, 0); normmarkeropt568 = { icon:normicon, title:"Hohe Veitsch - Graf Meran Haus (1836 m)" }; var marker = new GMarker(new GLatLng(47.644603, 15.409473), normmarkeropt568); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/veitsch_meranhaus_1"; }); mgr.addMarker(marker, 0); normmarkeropt569 = { icon:normicon, title:"Hohe Veitsch - Graf Meran Haus - Seitenansicht (1836 m)" }; var marker = new GMarker(new GLatLng(47.644516, 15.409194), normmarkeropt569); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/veitsch_meranhaus_2"; }); mgr.addMarker(marker, 0); normmarkeropt570 = { icon:normicon, title:"Salzburg - Festung Hohensalburg - vor Burg" }; var marker = new GMarker(new GLatLng(47.795164, 13.046726), normmarkeropt570); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/salzburg_festung_hohensalzburg_1"; }); mgr.addMarker(marker, 0); normmarkeropt571 = { icon:normicon, title:"Salzburg - Festung Hohensalzburg - im Inneren" }; var marker = new GMarker(new GLatLng(47.795049, 13.04841), normmarkeropt571); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/salzburg_festung_hohensalzburg_2"; }); mgr.addMarker(marker, 0); normmarkeropt572 = { icon:normicon, title:"Salzburg - Festung Hohensalburg - Aussicht" }; var marker = new GMarker(new GLatLng(47.795366, 13.048368), normmarkeropt572); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/salzburg_festung_hohensalzburg_3"; }); mgr.addMarker(marker, 0); normmarkeropt573 = { icon:normicon, title:"Italien, Nago Torbole" }; var marker = new GMarker(new GLatLng(45.868465, 10.876435), normmarkeropt573); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/nago_torbole"; }); mgr.addMarker(marker, 0); normmarkeropt574 = { icon:normicon, title:"Italien, Malcesine Trient" }; var marker = new GMarker(new GLatLng(45.799811, 10.83717), normmarkeropt574); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/malcessine"; }); mgr.addMarker(marker, 0); normmarkeropt575 = { icon:normicon, title:"Italien, Castelletto di Brenzone - Promenade" }; var marker = new GMarker(new GLatLng(45.688427, 10.750798), normmarkeropt575); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Castelletto_di_Brenzone_promenade"; }); mgr.addMarker(marker, 0); normmarkeropt576 = { icon:normicon, title:"Italien - Castelletto di Brenzone - Hafen" }; var marker = new GMarker(new GLatLng(45.687597, 10.749666), normmarkeropt576); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Castelletto_di_Brenzone_hafen"; }); mgr.addMarker(marker, 0); normmarkeropt577 = { icon:normicon, title:"Italien - Castelletto di Brenzone - Kirche innen" }; var marker = new GMarker(new GLatLng(45.688581, 10.751603), normmarkeropt577); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Castelletto_di_Benzone_kirche_innen"; }); mgr.addMarker(marker, 0); normmarkeropt578 = { icon:normicon, title:"Italien, Riva del Garda - Strand" }; var marker = new GMarker(new GLatLng(45.881211, 10.845442), normmarkeropt578); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/riva_del_garda_strand"; }); mgr.addMarker(marker, 0); normmarkeropt579 = { icon:normicon, title:"Italien, Riva del Garda - Piazza Garibaldi & Piazza Cesare Battisti" }; var marker = new GMarker(new GLatLng(45.884254, 10.841352), normmarkeropt579); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/riva_del_garda_piazza_garibaldi"; }); mgr.addMarker(marker, 0); normmarkeropt580 = { icon:normicon, title:"Italien, Riva del Garda - Piazza Garibaldi - Via Andrea Maffei" }; var marker = new GMarker(new GLatLng(45.885036, 10.841636), normmarkeropt580); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/riva_del_garda_piazza_garibaldi_brunnen"; }); mgr.addMarker(marker, 0); normmarkeropt581 = { icon:normicon, title:"Italien, Riva del Garda - Piazza Catena - Seeufer" }; var marker = new GMarker(new GLatLng(45.884573, 10.839721), normmarkeropt581); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/riva_del_garda_piazze_catena_ufereck"; }); mgr.addMarker(marker, 0); normmarkeropt582 = { icon:normicon, title:"Italien, Riva del Garda - Piazza Catena - Statue Hl. Johann Nepumuk" }; var marker = new GMarker(new GLatLng(45.884161, 10.839177), normmarkeropt582); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/riva_del_garda_piazza_catena_statue"; }); mgr.addMarker(marker, 0); normmarkeropt583 = { icon:normicon, title:"Vorau, Stiftskirche" }; var marker = new GMarker(new GLatLng(47.400905, 15.888795), normmarkeropt583); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/vorau_stiftskirche_aussen"; }); mgr.addMarker(marker, 0); normmarkeropt584 = { icon:normicon, title:"Vorau, Stiftskirche innen" }; var marker = new GMarker(new GLatLng(47.400985, 15.889717), normmarkeropt584); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/vorau_stiftskirche_innen"; }); mgr.addMarker(marker, 0); normmarkeropt585 = { icon:normicon, title:"Bruck/Mur - Pischkberg, St. Nikolauskirche" }; var marker = new GMarker(new GLatLng(47.410764, 15.285593), normmarkeropt585); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/St_Nikolauskirche_Bruck_Pischkberg"; }); mgr.addMarker(marker, 0); normmarkeropt586 = { icon:normicon, title:"Kohleben - Unfall fordert 2 Verletzte" }; var marker = new GMarker(new GLatLng(47.639311, 15.642214), normmarkeropt586); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/VU-kohleben-27022012-Pano2"; }); mgr.addMarker(marker, 0); normmarkeropt587 = { icon:normicon, title:"Salzburg/Viehausen - Laschenskyhof" }; var marker = new GMarker(new GLatLng(47.775819, 12.99239), normmarkeropt587); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/viehhausen-laschenskyhof"; }); mgr.addMarker(marker, 0); normmarkeropt588 = { icon:normicon, title:"Salzburg - St. Jakob am Thurn - Kirche, Friedhof" }; var marker = new GMarker(new GLatLng(47.739947, 13.094386), normmarkeropt588); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/sankt-jakob-am-thurn-friedhof"; }); mgr.addMarker(marker, 0); normmarkeropt589 = { icon:normicon, title:"Salzburg - St. Jakob am Thurn - vor Kirche (sonnig)" }; var marker = new GMarker(new GLatLng(47.74013, 13.094695), normmarkeropt589); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/sankt-jakob-am-thurn-vor-kirche-sonnig"; }); mgr.addMarker(marker, 0); normmarkeropt590 = { icon:normicon, title:"Salzburg - St. Jakob am Thurn - vor Kirche (bewölkt)" }; var marker = new GMarker(new GLatLng(47.740144, 13.094665), normmarkeropt590); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/sankt-jakob-am-thurn-vor-kirche-bewoelkt"; }); mgr.addMarker(marker, 0); normmarkeropt591 = { icon:normicon, title:"Salzburg - St. Jakob am Thurn - in Kirche" }; var marker = new GMarker(new GLatLng(47.739953, 13.09466), normmarkeropt591); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/sankt-jakob-am-thurn-kirche_innen"; }); mgr.addMarker(marker, 0); normmarkeropt592 = { icon:normicon, title:"Salzburg - Makartplatz, Mozarts Wohnhaus" }; var marker = new GMarker(new GLatLng(47.802953, 13.043947), normmarkeropt592); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/salzburg-Makartplatz-mozartwohnhaus"; }); mgr.addMarker(marker, 0); normmarkeropt593 = { icon:normicon, title:"Salzburg - Makartsteg" }; var marker = new GMarker(new GLatLng(47.801832, 13.042204), normmarkeropt593); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/salzburg-markartsteg"; }); mgr.addMarker(marker, 0); normmarkeropt594 = { icon:normicon, title:"Salzburg - Getreidegasse, Mozarts Geburtshaus innen" }; var marker = new GMarker(new GLatLng(47.799997, 13.043561), normmarkeropt594); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/salzburg_getreidegasse_mozartgeburtshaus_innen"; }); mgr.addMarker(marker, 0); normmarkeropt595 = { icon:normicon, title:"Salzburg - Getreidegasse, vor Mozarts Geburtshaus" }; var marker = new GMarker(new GLatLng(47.800094, 13.04354), normmarkeropt595); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/salzburg_getreidegasse_mozartgeburtshaus"; }); mgr.addMarker(marker, 0); normmarkeropt596 = { icon:normicon, title:"Salzburg - Schloss Mirabell, Rosengarten" }; var marker = new GMarker(new GLatLng(47.805821, 13.041123), normmarkeropt596); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/salzburg-schloss-mirabell-garten-1"; }); mgr.addMarker(marker, 0); normmarkeropt597 = { icon:normicon, title:"Salzburg - Schloss Mirabell, Mirabellgarten" }; var marker = new GMarker(new GLatLng(47.804234, 13.042507), normmarkeropt597); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/salzburg-schloss-mirabell-garten-2"; }); mgr.addMarker(marker, 0); normmarkeropt598 = { icon:normicon, title:"Salzburg - Schloss Mirabell, vor Schloss" }; var marker = new GMarker(new GLatLng(47.805322, 13.041281), normmarkeropt598); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/salzburg-vor-schloss-mirabell"; }); mgr.addMarker(marker, 0); normmarkeropt599 = { icon:normicon, title:"Salzburg - im Dom" }; var marker = new GMarker(new GLatLng(47.797871, 13.046136), normmarkeropt599); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/salzburg-dom-innen"; }); mgr.addMarker(marker, 0); normmarkeropt600 = { icon:normicon, title:"Salzburg - Domplatz" }; var marker = new GMarker(new GLatLng(47.797903, 13.045927), normmarkeropt600); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/salzburg-domplatz"; }); mgr.addMarker(marker, 0); normmarkeropt601 = { icon:normicon, title:"Salzburg - Kapitelplatz" }; var marker = new GMarker(new GLatLng(47.797471, 13.04619), normmarkeropt601); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/salzburg-kapitelplatz"; }); mgr.addMarker(marker, 0); normmarkeropt602 = { icon:normicon, title:"Salzburg - Residenzplatz" }; var marker = new GMarker(new GLatLng(47.798584, 13.046235), normmarkeropt602); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/salzburg-residenzplatz"; }); mgr.addMarker(marker, 0); normmarkeropt603 = { icon:normicon, title:"Forchtenstein - Burg von aussen" }; var marker = new GMarker(new GLatLng(47.709711, 16.3303), normmarkeropt603); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/forchtenstein-burg-aussen"; }); mgr.addMarker(marker, 0); normmarkeropt604 = { icon:normicon, title:"Forchtenstein - Eingang Burg" }; var marker = new GMarker(new GLatLng(47.709967, 16.330664), normmarkeropt604); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/forchtenstein-burg-eingang"; }); mgr.addMarker(marker, 0); normmarkeropt605 = { icon:normicon, title:"Forchtenstein - im Burginneren" }; var marker = new GMarker(new GLatLng(47.709942, 16.331249), normmarkeropt605); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/forchtenstein-burg-2"; }); mgr.addMarker(marker, 0); normmarkeropt606 = { icon:normicon, title:"Forchtenstein - Aussicht" }; var marker = new GMarker(new GLatLng(47.709825, 16.332499), normmarkeropt606); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/forchtenstein-burg-3"; }); mgr.addMarker(marker, 0); normmarkeropt607 = { icon:normicon, title:"Velden - Casino, Runder Saal" }; var marker = new GMarker(new GLatLng(46.614998, 14.043384), normmarkeropt607); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/velden-casino-runder-saal"; }); mgr.addMarker(marker, 0); normmarkeropt608 = { icon:normicon, title:"Ratten - Peter-Bergner-Warte am Pretul" }; var marker = new GMarker(new GLatLng(47.549783, 15.743891), normmarkeropt608); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/peter-bergner-warte-pretul"; }); mgr.addMarker(marker, 0); normmarkeropt609 = { icon:normicon, title:"Italien - Alpe die Casaglia - Gipfelkreuz" }; var marker = new GMarker(new GLatLng(44.072556, 11.487172), normmarkeropt609); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/alpe-di-casaglia-gipfelkreuz"; }); mgr.addMarker(marker, 0); normmarkeropt610 = { icon:normicon, title:"Italien - Castellina in Chianti - vor Kirche" }; var marker = new GMarker(new GLatLng(43.469631, 11.287419), normmarkeropt610); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/castellina-in-chianti-vor-kirche"; }); mgr.addMarker(marker, 0); normmarkeropt611 = { icon:normicon, title:"Italien - Castellina in Chianti" }; var marker = new GMarker(new GLatLng(43.469119, 11.28731), normmarkeropt611); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/castellina-in-chianti"; }); mgr.addMarker(marker, 0); normmarkeropt612 = { icon:normicon, title:"Italien - San Gimignano - Piazza Cisterna" }; var marker = new GMarker(new GLatLng(43.467419, 11.043577), normmarkeropt612); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/san-gimignano-1"; }); mgr.addMarker(marker, 0); normmarkeropt613 = { icon:normicon, title:"Italien- San Gimignano" }; var marker = new GMarker(new GLatLng(43.46681, 11.042963), normmarkeropt613); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/san-gimignano-2"; }); mgr.addMarker(marker, 0); normmarkeropt614 = { icon:normicon, title:"Deuchendorf - Eingang Euromarkt" }; var marker = new GMarker(new GLatLng(47.466585, 15.343244), normmarkeropt614); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/euromarkt-aussen-deuchendorf"; }); mgr.addMarker(marker, 0); normmarkeropt615 = { icon:normicon, title:"Euromarkt - Einkaufszentrum Kapfenberg-Ost (Merkur)" }; var marker = new GMarker(new GLatLng(47.466676, 15.343201), normmarkeropt615); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/euromarkt-innen-deuchendorf-2"; }); mgr.addMarker(marker, 0); normmarkeropt616 = { icon:normicon, title:"Euromarkt - Einkaufszentrum Kapfenberg-Ost (Toys "r" Us)" }; var marker = new GMarker(new GLatLng(47.466944, 15.343021), normmarkeropt616); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/euromarkt-innen-deuchendorf-1"; }); mgr.addMarker(marker, 0); normmarkeropt617 = { icon:normicon, title:"Salzburg - Stiegl Bräu Parkplatz" }; var marker = new GMarker(new GLatLng(47.793779, 13.022232), normmarkeropt617); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/salzburg-vor-stiegl"; }); mgr.addMarker(marker, 0); normmarkeropt618 = { icon:normicon, title:"Salzburg -Eingang Stiegl Bräu" }; var marker = new GMarker(new GLatLng(47.793645, 13.021497), normmarkeropt618); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/salzburg-eingang-stiegl-innenhof"; }); mgr.addMarker(marker, 0); normmarkeropt619 = { icon:normicon, title:"Salzburg - Stieglbrauerei zu Salzburg" }; var marker = new GMarker(new GLatLng(47.79382, 13.02125), normmarkeropt619); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/salzburg-stiegl-innenhof"; }); mgr.addMarker(marker, 0); normmarkeropt620 = { icon:normicon, title:"Salzburg - Stieglbrauerei, Gewölbe " }; var marker = new GMarker(new GLatLng(47.79375, 13.02081), normmarkeropt620); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/salzburg-stiegl-braugewoelbe"; }); mgr.addMarker(marker, 0); normmarkeropt621 = { icon:normicon, title:"Wartberg - Fochnitz - Schanzsattel" }; var marker = new GMarker(new GLatLng(47.463445, 15.565867), normmarkeropt621); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/fochnitz-schanzsattel"; }); mgr.addMarker(marker, 0); normmarkeropt622 = { icon:normicon, title:"Wartberg - Stanglalm, Waldrand" }; var marker = new GMarker(new GLatLng(47.488456, 15.543616), normmarkeropt622); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/wartberg-stanglalm-waldrand"; }); mgr.addMarker(marker, 0); normmarkeropt623 = { icon:normicon, title:"Wartberg - Stanglalm von aussen" }; var marker = new GMarker(new GLatLng(47.489804, 15.545976), normmarkeropt623); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Wartberg-stanglalm-aussen"; }); mgr.addMarker(marker, 0); normmarkeropt624 = { icon:normicon, title:"Wartberg - Kapelle auf der Stanglalm" }; var marker = new GMarker(new GLatLng(47.490877, 15.545719), normmarkeropt624); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/wartberg-stanglalm-vor-kapelle_out"; }); mgr.addMarker(marker, 0); normmarkeropt625 = { icon:normicon, title:"Wartberg - Kapelle auf der Stanglalm von innen" }; var marker = new GMarker(new GLatLng(47.490891, 15.545332), normmarkeropt625); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/wartberg-stanglalm-kapelle-innen"; }); mgr.addMarker(marker, 0); normmarkeropt626 = { icon:normicon, title:"Innsbruck - Goldenes Dachl" }; var marker = new GMarker(new GLatLng(47.268524, 11.393265), normmarkeropt626); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/innsbruck-goldenes-dachl"; }); mgr.addMarker(marker, 0); normmarkeropt627 = { icon:normicon, title:"Innsbruck - Kaiserliche Hofburg" }; var marker = new GMarker(new GLatLng(47.268749, 11.395376), normmarkeropt627); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/inssbruck-kaiserliche-hofburg"; }); mgr.addMarker(marker, 0); normmarkeropt628 = { icon:normicon, title:"Innsbruck - Herzog-Friedrich-Gasse" }; var marker = new GMarker(new GLatLng(47.268015, 11.393469), normmarkeropt628); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/innsbruck-herzog-friedrich-gasse"; }); mgr.addMarker(marker, 0); normmarkeropt629 = { icon:normicon, title:"Innsbruck - Hofgasse" }; var marker = new GMarker(new GLatLng(47.268535, 11.394649), normmarkeropt629); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/innsbruck-altstadt-hofgasse"; }); mgr.addMarker(marker, 0); normmarkeropt630 = { icon:normicon, title:"Innsbruck - Riesengasse" }; var marker = new GMarker(new GLatLng(47.268055, 11.394598), normmarkeropt630); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/innsbruck-altstadt-riesengasse"; }); mgr.addMarker(marker, 0); normmarkeropt631 = { icon:normicon, title:"Altenberg/Rax: Michlbauerhuette Schneealm" }; var marker = new GMarker(new GLatLng(47.698758, 15.601401), normmarkeropt631); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/michlbauerhuette-schneealm"; }); mgr.addMarker(marker, 0); normmarkeropt632 = { icon:normicon, title:"Altenberg/Rax: Windberg, Schneealm" }; var marker = new GMarker(new GLatLng(47.703177, 15.594878), normmarkeropt632); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/windberg-schneealm"; }); mgr.addMarker(marker, 0); normmarkeropt633 = { icon:normicon, title:"Erlaufsee - Ufer" }; var marker = new GMarker(new GLatLng(47.789593, 15.273641), normmarkeropt633); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/erlaufsee-ufer"; }); mgr.addMarker(marker, 0); normmarkeropt634 = { icon:normicon, title:"Mariazell - Aussichtsplattform" }; var marker = new GMarker(new GLatLng(47.774231, 15.316484), normmarkeropt634); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/mariazell-aussichtsplattform"; }); mgr.addMarker(marker, 0); normmarkeropt635 = { icon:normicon, title:"Mariazell - Fussgängerprominade" }; var marker = new GMarker(new GLatLng(47.774087, 15.317672), normmarkeropt635); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/mariazell-fussgaengerprominade"; }); mgr.addMarker(marker, 0); normmarkeropt636 = { icon:normicon, title:"Mariazell Hauptplatz-Brunnen" }; var marker = new GMarker(new GLatLng(47.773146, 15.317621), normmarkeropt636); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/mariazell-hauptplatz-brunnen"; }); mgr.addMarker(marker, 0); normmarkeropt637 = { icon:normicon, title:"Mariazell Hauptplatz-Grazer-Strasse" }; var marker = new GMarker(new GLatLng(47.772762, 15.317452), normmarkeropt637); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/mariazell-hauptplatz-grazer-strasse"; }); mgr.addMarker(marker, 0); normmarkeropt638 = { icon:normicon, title:"Mariazell Hauptplatz-Stiege" }; var marker = new GMarker(new GLatLng(47.773222, 15.319485), normmarkeropt638); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/mariazell-hauptplatz-stiege"; }); mgr.addMarker(marker, 0); normmarkeropt639 = { icon:normicon, title:"Mariazell Hauptplatz Wegweiser" }; var marker = new GMarker(new GLatLng(47.773595, 15.318203), normmarkeropt639); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/mariazell-hauptplatz-wegweiser"; }); mgr.addMarker(marker, 0); normmarkeropt640 = { icon:normicon, title:"Mariazell Kirtagstände" }; var marker = new GMarker(new GLatLng(47.773242, 15.31856), normmarkeropt640); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/mariazell-kirtagstandl"; }); mgr.addMarker(marker, 0); normmarkeropt641 = { icon:normicon, title:"Mariazell Pirker-innen" }; var marker = new GMarker(new GLatLng(47.774062, 15.317559), normmarkeropt641); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/mariazell-pirker-innen"; }); mgr.addMarker(marker, 0); normmarkeropt642 = { icon:normicon, title:"Mariazell vor der Basilika" }; var marker = new GMarker(new GLatLng(47.77282, 15.318015), normmarkeropt642); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/mariazell-vor-basilika"; }); mgr.addMarker(marker, 0); normmarkeropt643 = { icon:normicon, title:"Mariazell Benedictusplatz" }; var marker = new GMarker(new GLatLng(47.772539, 15.318549), normmarkeropt643); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/mariazell-benedictusplatz"; }); mgr.addMarker(marker, 0); normmarkeropt644 = { icon:normicon, title:"Strallegg - vor Kirche" }; var marker = new GMarker(new GLatLng(47.410474, 15.724737), normmarkeropt644); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/strallegg-vor-kirche"; }); mgr.addMarker(marker, 0); normmarkeropt645 = { icon:normicon, title:"Strallegg - In der Kirche" }; var marker = new GMarker(new GLatLng(47.410532, 15.725089), normmarkeropt645); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/strallegg-in-kirche"; }); mgr.addMarker(marker, 0); normmarkeropt646 = { icon:normicon, title:"Strallegg - Gemeindeamt" }; var marker = new GMarker(new GLatLng(47.410474, 15.725443), normmarkeropt646); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/strallegg-gemeindeamt"; }); mgr.addMarker(marker, 0); normmarkeropt647 = { icon:normicon, title:"Strallegg - Mosbacherkreuzung" }; var marker = new GMarker(new GLatLng(47.410783, 15.724772), normmarkeropt647); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/strallegg-moosbacherkreuzung"; }); mgr.addMarker(marker, 0); normmarkeropt648 = { icon:normicon, title:"Strallegg - unterhalb der Kirche" }; var marker = new GMarker(new GLatLng(47.410205, 15.724837), normmarkeropt648); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/strallegg-unter-kirche"; }); mgr.addMarker(marker, 0); normmarkeropt649 = { icon:normicon, title:"Nadvrelo - Kirche am Berg" }; var marker = new GMarker(new GLatLng(44.225743, 16.065363), normmarkeropt649); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Nadvrelo-kirche-am-berg"; }); mgr.addMarker(marker, 0); normmarkeropt650 = { icon:normicon, title:"Italien, Imola - Autodromo Enzo e Dino Ferrari" }; var marker = new GMarker(new GLatLng(44.344138, 11.714403), normmarkeropt650); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/imola_autodromo"; }); mgr.addMarker(marker, 0); normmarkeropt651 = { icon:normicon, title:"Wien - Schloss Schönbrunn, Eingang" }; var marker = new GMarker(new GLatLng(48.186808, 16.313268), normmarkeropt651); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/wien-schloss-schoenbrunn-eingang"; }); mgr.addMarker(marker, 0); normmarkeropt652 = { icon:normicon, title:"Wien - vor Schloss Schönbrunn" }; var marker = new GMarker(new GLatLng(48.185391, 16.312439), normmarkeropt652); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/wien-vor-schloss-schoenbrunn-weihnachten"; }); mgr.addMarker(marker, 0); normmarkeropt653 = { icon:normicon, title:"Wien -hinter Schloss Schönbrunn" }; var marker = new GMarker(new GLatLng(48.184403, 16.311983), normmarkeropt653); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/wien-hinter-schloss-schnoenbrunn"; }); mgr.addMarker(marker, 0); normmarkeropt654 = { icon:normicon, title:"Wien - Schloss Schönbrunn, Park" }; var marker = new GMarker(new GLatLng(48.18308, 16.311245), normmarkeropt654); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/wien-schoenbrunn-park"; }); mgr.addMarker(marker, 0); normmarkeropt655 = { icon:normicon, title:"Wien - Gloriette, entfernt" }; var marker = new GMarker(new GLatLng(48.179462, 16.309314), normmarkeropt655); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/wien-gloriette-entfernt"; }); mgr.addMarker(marker, 0); normmarkeropt656 = { icon:normicon, title:"Wien - vor Gloriette" }; var marker = new GMarker(new GLatLng(48.178594, 16.308858), normmarkeropt656); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/wien-vor-gloriette"; }); mgr.addMarker(marker, 0); normmarkeropt657 = { icon:normicon, title:"Wien - hinter Gloriette" }; var marker = new GMarker(new GLatLng(48.178189, 16.308662), normmarkeropt657); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/wien-hinter-gloriette"; }); mgr.addMarker(marker, 0); normmarkeropt658 = { icon:normicon, title:"Krieglach - Gölkkapelle im Frühling" }; var marker = new GMarker(new GLatLng(47.533700, 15.557488), normmarkeropt658); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/krieglach-goelkkapelle-fruehling"; }); mgr.addMarker(marker, 0); normmarkeropt659 = { icon:normicon, title:"Krieglach - Gölkkapelle von innen" }; var marker = new GMarker(new GLatLng(47.533747, 15.557333), normmarkeropt659); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/krieglach-goelkkapelle-innen"; }); mgr.addMarker(marker, 0); normmarkeropt660 = { icon:normicon, title:"Leutschach - Panoramabuschenschank Kure" }; var marker = new GMarker(new GLatLng(46.629567, 15.475233), normmarkeropt660); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/leutschach-panoramabuschenschank-kure"; }); mgr.addMarker(marker, 0); normmarkeropt661 = { icon:normicon, title:"Kindberg - Georglbergkirche aussen" }; var marker = new GMarker(new GLatLng(47.501585, 15.431022), normmarkeropt661); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/kindberg-georglbergkirche-aussen"; }); mgr.addMarker(marker, 0); normmarkeropt662 = { icon:normicon, title:"Purkersdorf - Schloss Laudon, Eingang" }; var marker = new GMarker(new GLatLng(48.214358, 16.221228), normmarkeropt662); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/purkersdorf-schloss-laudon-eingang"; }); mgr.addMarker(marker, 0); normmarkeropt663 = { icon:normicon, title:"Purkersdorf, Schloss Laudon Innenhof" }; var marker = new GMarker(new GLatLng(48.214658, 16.220902), normmarkeropt663); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/purkersdorf-schloss-laudon-innenhof"; }); mgr.addMarker(marker, 0); normmarkeropt664 = { icon:normicon, title:"Purkersdorf, Schloss Laudon - Park" }; var marker = new GMarker(new GLatLng(48.214185, 16.221464), normmarkeropt664); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/purkersdorf-schloss-laudon-park"; }); mgr.addMarker(marker, 0); normmarkeropt665 = { icon:normicon, title:"Purkersdorf, Schloss Laudon - Hinterhof" }; var marker = new GMarker(new GLatLng(48.214946, 16.22045), normmarkeropt665); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/purkersdorf-schloss-laudon-hinterhof"; }); mgr.addMarker(marker, 0); normmarkeropt666 = { icon:normicon, title:"Purkersdorf, Schloss Laudon - Bootsufer" }; var marker = new GMarker(new GLatLng(48.213977, 16.220439), normmarkeropt666); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/purkersdorf-schloss-laudon-bootsufer"; }); mgr.addMarker(marker, 0); normmarkeropt667 = { icon:normicon, title:"Purkersdorf, Schloss Laudon - Aula" }; var marker = new GMarker(new GLatLng(48.214818, 16.220782), normmarkeropt667); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/purkersdorf-schloss-laudon-aula"; }); mgr.addMarker(marker, 0); normmarkeropt668 = { icon:normicon, title:"Purkersdorf, Schloss Laudon - Freskensaal" }; var marker = new GMarker(new GLatLng(48.214966, 16.220823), normmarkeropt668); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/purkersdorf-schloss-laudon-freskensaal"; }); mgr.addMarker(marker, 0); normmarkeropt669 = { icon:normicon, title:"Bad Waltersdorf - vor Kirche" }; var marker = new GMarker(new GLatLng(47.169726, 16.008453), normmarkeropt669); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/bad-waltersdorf-vor-kirche"; }); mgr.addMarker(marker, 0); normmarkeropt670 = { icon:normicon, title:"Bad Waltersdorf - Hauptplatz" }; var marker = new GMarker(new GLatLng(47.169489, 16.00932), normmarkeropt670); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/bad-waltersdorf-hauptplatz-kreuzung"; }); mgr.addMarker(marker, 0); normmarkeropt671 = { icon:normicon, title:"Bad Waltersdorf - vor der Therme" }; var marker = new GMarker(new GLatLng(47.16818, 16.026522), normmarkeropt671); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/bad-waltersdorf-vor-therme"; }); mgr.addMarker(marker, 0); normmarkeropt672 = { icon:normicon, title:"Bad Waltersdorf - Heiltherme, Kassa" }; var marker = new GMarker(new GLatLng(47.168485, 16.026851), normmarkeropt672); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/bad-waltersdorf-thermenkassa"; }); mgr.addMarker(marker, 0); normmarkeropt673 = { icon:normicon, title:"Bad Waltersdorf - Heiltherme, Innenbecken" }; var marker = new GMarker(new GLatLng(47.168596, 16.026628), normmarkeropt673); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/bad-waltersdorf-therme-innenbecken"; }); mgr.addMarker(marker, 0); normmarkeropt674 = { icon:normicon, title:"Bad Waltersdorf - Heiltherme, Außenbecken" }; var marker = new GMarker(new GLatLng(47.168521, 16.026416), normmarkeropt674); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/bad-waltersdorf-therme-aussenbecken"; }); mgr.addMarker(marker, 0); normmarkeropt675 = { icon:normicon, title:"Bad Waltersdorf - Quellenhotel, Eingang" }; var marker = new GMarker(new GLatLng(47.168934, 16.028055), normmarkeropt675); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/bad-waltersdorf-quellenhotel-eingang"; }); mgr.addMarker(marker, 0); normmarkeropt676 = { icon:normicon, title:"Bad Waltersdorf - Quellenhotel, Rezeption" }; var marker = new GMarker(new GLatLng(47.169078, 16.028176), normmarkeropt676); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/bad-waltersdorf-quellenhof-rezeption"; }); mgr.addMarker(marker, 0); normmarkeropt677 = { icon:normicon, title:"Breitenstein, Viadukt Kalte Rinne" }; var marker = new GMarker(new GLatLng(47.657157, 15.806167), normmarkeropt677); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/breitenstein-viadukt-kalte-rinne"; }); mgr.addMarker(marker, 0); normmarkeropt678 = { icon:normicon, title:"Breitenstein, Gaiskirche aussen" }; var marker = new GMarker(new GLatLng(47.658722, 15.791284), normmarkeropt678); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/gaiskirche-breitenstein-aussen"; }); mgr.addMarker(marker, 0); normmarkeropt679 = { icon:normicon, title:"Breitenstein, Gaiskirche innen" }; var marker = new GMarker(new GLatLng(47.658694, 15.791287), normmarkeropt679); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/gaiskirche-breitenstein-innen"; }); mgr.addMarker(marker, 0); normmarkeropt680 = { icon:normicon, title:"Semmering, Pfarrkirche zur heiligen Familie von aussen" }; var marker = new GMarker(new GLatLng(47.638891, 15.825555), normmarkeropt680); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/semmering-Pfarrkirche-zur-Heiligen-Familie-aussen"; }); mgr.addMarker(marker, 0); normmarkeropt681 = { icon:normicon, title:"Semmering, Pfarrkirche zur heiligen Familie von innen" }; var marker = new GMarker(new GLatLng(47.638946, 15.825495), normmarkeropt681); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/semmering-Pfarrkirche-zur-Heiligen-Familie-innen"; }); mgr.addMarker(marker, 0); normmarkeropt682 = { icon:normicon, title:"Semmering, Südbahnhotel" }; var marker = new GMarker(new GLatLng(47.647212, 15.830226), normmarkeropt682); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/semmering-suedbahnhotel-aussen"; }); mgr.addMarker(marker, 0); normmarkeropt683 = { icon:normicon, title:"Italien - Porto Santa Stefano" }; var marker = new GMarker(new GLatLng(42.435733, 11.120964), normmarkeropt683); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Porto Santa Stefano"; }); mgr.addMarker(marker, 0); normmarkeropt684 = { icon:normicon, title:"Italien - Giglio Hafen" }; var marker = new GMarker(new GLatLng(42.359432, 10.920922), normmarkeropt684); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Giglio Hafen"; }); mgr.addMarker(marker, 0); normmarkeropt685 = { icon:normicon, title:"Italien - Giglio vor Kirche" }; var marker = new GMarker(new GLatLng(42.3587, 10.920665), normmarkeropt685); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Giglio vor Kirche"; }); mgr.addMarker(marker, 0); normmarkeropt686 = { icon:normicon, title:"Italien - Giglio, Costa Concordia" }; var marker = new GMarker(new GLatLng(42.361013, 10.920193), normmarkeropt686); GEvent.addListener(marker, "click", function() { window.location.href = "http://in360grad.at/panorama/view/Giglio Costa Concordia"; }); mgr.addMarker(marker, 0); mgr.refresh(); }