//Kanizsa Bútorszalon
1147 Budapest XIV. Zugló, Lőcsei u. 86.
(Nagy Lajos Király u. és Erzsébet Királyné u.
kereszteződésétől 200 méterre.)
Telefon/Fax: (+36 1) 373 0224
E-mail: info@kanizsabutorszalon.hu
www.kanizsabutorszalon.hu
Cégünk teljes termékkínálata megtekinthető és
megvásárolható.';
gname[0]='Kanizsa Bútorszalon'
gicon[0]='/images/pushpin-yellow.png';
point[1]=new GLatLng(46.461608,16.962247);
htmls[1]='Kanizsa Bútor Kft.
8800 Nagykanizsa, Őrtorony u. 35-37
Telefon: (+36 93) 319 167
Fax: (+36 93) 519 033
E-mail: info@kanizsabutor.hu
www.kanizsabutor.hu';
gname[1]='Kanizsa Bútor Kft.'
gicon[1]='/images/pushpin-red.png';
point[2]=new GLatLng(47.348593,19.045315);
htmls[2]='Canada Bútorház
2310 Szigetszentmiklós, Kossuth Lajos u. 3-5.
Telefon: (+36 24) 443 246
Kiállított bútorok:Senator nappalibútorSenator hálószobabútor';
gname[2]='Canada Bútorház';
gicon[2]='/images/pushpin-blue.png';
point[3]=new GLatLng(47.521193,21.650523);
htmls[3]='Herr kft.
4030 Debrecen, Galamb u. 5.
Kiállított bútorok:Senator hálószobabútoriAdmiral nappalibútor';
gname[3]='Herr kft.';
gicon[3]='/images/pushpin-blue.png';
point[4]=new GLatLng(46.777243,17.259049);
htmls[4]='Comfort Line
8360 Keszthely Martinovics ut. 88/c (A TESCO-val szemben)
Telefon: (+36 83) 310-242
Kiállított bútorok:Senator hálószobabútorSenator nappalibútorAdminral hálószobabútor';
gname[4]='Comfort Line';
gicon[4]='/images/pushpin-blue.png';
point[5]=new GLatLng(47.010745,16.604376);
htmls[5]='Korona Bútorbolt
9900 Körmend Rákóczi Ferenc út 4
Telefon: (+36 94) 410 148
Kiállított bútorok:Senator dolgzószobabútor';
gname[5]='Korona Bútorbolt';
gicon[5]='/images/pushpin-blue.png';
point[6]=new GLatLng(47.799283,20.565591);
htmls[6]='Magán Bútoráruház
3400 Mezőkövesd Dohány utca 8.
Telefon: (+36 49) 311-655
Kiállított bútorok:Senator nappalibútorSenator hálószobabútor';
gname[6]='Magán Bútoráruház';
gicon[6]='/images/pushpin-blue.png';
point[7]=new GLatLng(47.25575,16.620018);
htmls[7]='Viktória Bútorház
9700 Szombathely Viktória utca 3.
Telefon: (+36 94) 506-041
Kiállított bútorok:Admiral nappalibútorSenator kisbútor';
gname[7]='Viktória Bútorház';
gicon[7]='/images/pushpin-blue.png';
point[8]=new GLatLng(47.87757,17.266999);
htmls[8]='Rózsa Bútorház
9200 Mosonmagyaróvár Terv utca 7
Telefon: (+36 96) 576-010
Kiállított bútorok:Senator hálószobabútorSenator tálalószekrénySenator étkezőasztalSenator székSenator nappali sorAdmiral nappalibútor';
gname[8]='Rózsa Bútorház';
gicon[8]='/images/pushpin-blue.png';
point[9]=new GLatLng(47.592106,17.026523);
htmls[9]='Scala GM
9330 Kapuvár Kossuth Lajos utca 2.
Telefon: (+36 96) 595-245
Kiállított bútorok:Senator nappalibútorAdmiral hálószobabútor';
gname[9]='Scala GM';
gicon[9]='/images/pushpin-blue.png';
point[10]=new GLatLng(47.426294,19.736145);
htmls[10]='Terék Bútorszalon Kft.
2760 Nagykáta Ady Endre utca 4/a
Telefon: (+36 29) 444-640
Kiállított bútorok:Senator nappalibútorSenator dolgozószobabútor';
gname[10]='Terék Bútorszalon Kft.';
gicon[10]='/images/pushpin-blue.png';
point[11]=new GLatLng(47.494982,19.904116);
htmls[11]='Fejes-Vill Bt.
Bútorház és Fényár
5100 Jászberény, Kossuth L. u. 80.
Magyarország
Telefon : 0657412545
Fax : 0657501560
Kiállított bútorok:Admirál KönyvespolcSenator komódSenator tükörSenator asztalBetti virágtartóAnna előszobafal';
gname[11]='Fejes-Vill Bt.';
gicon[11]='/images/pushpin-blue.png';
function myclick(i) {
gmarkers[i].openInfoWindowHtml(htmls[i]);
}
function load() {
if (GBrowserIsCompatible()) {
function createMarker(point, index, html, name) {
html = '' + html + '
';
var icon = new GIcon(G_DEFAULT_ICON);
icon.image = gicon[index];
icon.iconSize = GSize(32,32);
var marker = new GMarker(point, {icon: icon, title: name});
GEvent.addListener(marker, "click", function() {
marker.openInfoWindowHtml(html);
});
gmarkers[index]=marker;
return marker;
}
////create map
map = new GMap2(document.getElementById("map"));
map.addControl(new GMapTypeControl());
map.addControl(new GSmallMapControl());
map.enableContinuousZoom();
map.enableDoubleClickZoom();
map.hideControls();
map.enableScrollWheelZoom();
////'mouseover' listener shows controls
GEvent.addListener(map, "mouseover", function(){
map.showControls();
});
////'mouseout' listener hides controls
GEvent.addListener(map, "mouseout", function(){
map.hideControls();
});
geocoder = new GClientGeocoder();
// Create a base icon for all of our markers that specifies the
// shadow, icon dimensions, etc.
var baseIcon = new GIcon();
baseIcon.shadow = "/images/pushpin-shadow.png";
baseIcon.iconSize = new GSize(20, 34);
baseIcon.shadowSize = new GSize(37, 34);
baseIcon.iconAnchor = new GPoint(9, 34);
baseIcon.infoWindowAnchor = new GPoint(9, 2);
baseIcon.infoShadowAnchor = new GPoint(18, 25);
map.setCenter(new GLatLng(47.182246,19.511719), 7);
//map.setMapType(G_HYBRID_MAP);
map.addOverlay(createMarker(point[0], 0, htmls[0], gname[0]));
map.addOverlay(createMarker(point[1], 1, htmls[1], gname[1]));
map.addOverlay(createMarker(point[2], 2, htmls[2], gname[2]));
map.addOverlay(createMarker(point[3], 3, htmls[3], gname[3]));
map.addOverlay(createMarker(point[4], 4, htmls[4], gname[4]));
map.addOverlay(createMarker(point[5], 5, htmls[5], gname[5]));
map.addOverlay(createMarker(point[6], 6, htmls[6], gname[6]));
map.addOverlay(createMarker(point[7], 7, htmls[7], gname[7]));
map.addOverlay(createMarker(point[8], 8, htmls[8], gname[8]));
map.addOverlay(createMarker(point[9], 9, htmls[9], gname[9]));
map.addOverlay(createMarker(point[10], 10, htmls[10], gname[10]));
map.addOverlay(createMarker(point[11], 11, htmls[11], gname[11]));
} else {
alert("Sorry, the Google Maps API is not compatible with this browser");
}
}
//]]>