function load() { if (GBrowserIsCompatible()) { // Create our hotel marker icon var hIcon = new GIcon(); hIcon.image = "http://labs.google.com/ridefinder/images/mm_20_red.png"; hIcon.shadow = "http://labs.google.com/ridefinder/images/mm_20_shadow.png"; hIcon.iconSize = new GSize(12, 20); hIcon.shadowSize = new GSize(22, 20); hIcon.iconAnchor = new GPoint(6, 20); hIcon.infoWindowAnchor = new GPoint(5, 3); // Set up our GMarkerOptions object literal hMarkerOptions = { icon:hIcon }; // Create our B&B marker icon var bIcon = new GIcon(); bIcon.image = "http://labs.google.com/ridefinder/images/mm_20_green.png"; bIcon.shadow = "http://labs.google.com/ridefinder/images/mm_20_shadow.png"; bIcon.iconSize = new GSize(12, 20); bIcon.shadowSize = new GSize(22, 20); bIcon.iconAnchor = new GPoint(6, 20); bIcon.infoWindowAnchor = new GPoint(5, 3); // Set up our GMarkerOptions object literal bMarkerOptions = { icon:bIcon }; // Create our Millennium Stadium marker icon var msIcon = new GIcon(); msIcon.image = "http://www.bigcardiff.co.uk/images/maps/millennium-stadium.png"; msIcon.iconSize = new GSize(52,56); msIcon.iconAnchor = new GPoint(26, 28); msIcon.infoWindowAnchor = new GPoint(17, 19); // Set up our GMarkerOptions object literal msMarkerOptions = { icon:msIcon }; // Create our CIA marker icon var ciaIcon = new GIcon(); ciaIcon.image = "http://www.bigcardiff.co.uk/images/maps/cia.png"; ciaIcon.iconSize = new GSize(28,28); ciaIcon.iconAnchor = new GPoint(14, 14); ciaIcon.infoWindowAnchor = new GPoint(14, 5); // Set up our GMarkerOptions object literal ciaMarkerOptions = { icon:ciaIcon }; // Function to create a marker at the given point, which, when clicked opens a label function createMarker(point, label, zoom, markerOptions) { var marker = new GMarker(point, markerOptions); GEvent.addListener(marker, "click", function() { marker.openInfoWindowHtml(label); //map.setCenter(point, zoom); }); return marker; } // Create the basic map var map = new GMap2(document.getElementById("map")); map.addControl(new GLargeMapControl()); map.addControl(new GMapTypeControl()); // Center the map over this particular hotel map.setCenter(new GLatLng(51.47673,-3.16315), 13); // Create each of the markers for our hotel var point = new GLatLng(51.48080,-3.18300); var label = "

Angel HotelAngel Hotel
Castle Street,
Cardiff
CF10 1SZ
Tel: 029 2064 9200
Fax: 029 2039 6212
Click here for more information...

" var marker = createMarker(point, label, 14, hMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.47805,-3.17162); var label = "

Big Sleep HotelBig Sleep Hotel
Bute Terrace,
Cardiff
CF10 2FE
Tel: 029 2063 6363
Fax: 029 2063 6364
Click here for more information...

" var marker = createMarker(point, label, 14, hMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.52793,-3.13483); var label = "

Campanile HotelCampanile Hotel
Caxton Place,
Pentwyn
CF23 8HA
Tel: 029 2054 9044
Fax: 029 2054 9900
Click here for more information...

" var marker = createMarker(point, label, 13, hMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.48966,-3.21045); var label = "

Churchills HotelChurchills Hotel
Cardiff Road,
Llandaff,
Cardiff
CF5 2AD
Tel: 029 2040 1300
Fax: 029 2056 8347
Click here for more information...

" var marker = createMarker(point, label, 13, hMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.47630,-3.17672); var label = "

Clayton Hotel CardiffClayton Hotel Cardiff
St Mary Street,
Cardiff
CF10 1GD
Tel: 0844 544 9595
Fax: 0844 544 9594
Click here for more information...

" var marker = createMarker(point, label, 13, hMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.46382,-3.27196); var label = "

Copthorne Hotel CardiffCopthorne Hotel Cardiff
Copthorne Way,
Culverhouse Cross,
Cardiff
CF5 6DH
Tel: 029 2059 9100
Fax: 029 2059 9080
Click here for more information...

" var marker = createMarker(point, label, 13, hMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.39124,-3.31668); var label = "

Egerton Grey Country House HotelEgerton Grey Country House Hotel
Porthkerry,
Barry,
Vale of Glamorgan
CF62 3BZ
Tel: 01446 711666
Fax: 01446 711690
Click here for more information...

" var marker = createMarker(point, label, 13, hMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.47611,-3.16906); var label = "

Etap Hotel Cardiff CentreEtap Hotel Cardiff Centre
Tyndall Street,
Cardiff
CF10 4BE
Tel: 029 2045 8131
Fax: 029 2049 0591
Click here for more information...

" var marker = createMarker(point, label, 13, hMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.46815,-3.15848); var label = "

Future Inn Cardiff BayFuture Inn Cardiff Bay
Hemingway Road,
Cardiff
CF10 4AU
Tel: 0845 094 5487
Fax: 029 2043 2796
Click here for more information...

" var marker = createMarker(point, label, 13, hMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.48280,-3.17850); var label = "

Hilton HotelHilton Hotel
Kingsway,
Cardiff
CF10 3HH
Tel: 029 2064 6300
Fax: 029 2064 6350
Click here for more information...

" var marker = createMarker(point, label, 14, hMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.39820,-3.33300); var label = "

Holiday Inn (Cardiff Airport)Holiday Inn (Cardiff Airport)
Port Road,
Rhoose,
Nr Cardiff
CF62 3BT
Tel: 0870 400 7307
Click here for more information...

" var marker = createMarker(point, label, 13, hMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.47239,-3.16415); var label = "

Holiday Inn (Cardiff Bay)Holiday Inn (Cardiff Bay)
Longuiel Close,
Atlantic Wharf,
Schooner Way,
Cardiff
CF10 4EE
Tel: 029 2044 9000
Fax: 029 2048 8922
Click here for more information...

" var marker = createMarker(point, label, 13, hMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.48076,-3.18443); var label = "

Holiday Inn (Cardiff City Centre)Holiday Inn (Cardiff City Centre)
1 Castle Street,
Cardiff
CF10 1XD
Tel: 0870 400 7307
Click here for more information...

" var marker = createMarker(point, label, 14, hMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.47964,-3.17069); var label = "

Ibis Hotel (Cardiff City Centre)Ibis Hotel (Cardiff City Centre)
Churchill Way,
Cardiff
CF10 2HA
Tel: 029 2064 9250
Fax: 029 2064 9260
Click here for more information...

" var marker = createMarker(point, label, 14, hMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.54024,-3.13810); var label = "

Ibis Hotel (Cardiff Gate)Ibis Hotel (Cardiff Gate)
Malthouse Avenue,
Cardiff Gate Business Park,
Cardiff
CF23 8RA
Tel: 029 2073 3222
Fax: 029 2073 4222
Click here for more information...

" var marker = createMarker(point, label, 13, hMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.46426,-3.16510); var label = "

Jolyons Boutique HotelJolyons Boutique Hotel
Bute Crescent,
Cardiff
CF10 5AN
Tel: 029 2048 8775
Fax: 029 2048 8775
Click here for more information...

" var marker = createMarker(point, label, 15, hMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.52891,-3.24181); var label = "

Legacy Cardiff International HotelLegacy Cardiff International Hotel
Junction 32/M4,
Merthyr Road,
Tongwynlais,
Cardiff
CF15 7LD
Tel: 0844 411 9074
Click here for more information...

" var marker = createMarker(point, label, 13, hMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.54300,-3.20871); var label = "

Manor Parc Country Hotel & RestaurantManor Parc Country Hotel & Restaurant
Thornhill Road,
Thornhill,
Cardiff
CF14 9UA
Tel: 029 2069 3723
Click here for more information...

" var marker = createMarker(point, label, 13, hMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.47701,-3.17519); var label = "

Marriott Hotel CardiffMarriott Hotel Cardiff
Mill Lane,
Cardiff
CF10 1EZ
Tel: 029 2039 9944
Fax: 029 2039 5578
Click here for more information...

" var marker = createMarker(point, label, 14, hMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.48361,-3.16721); var label = "

Mercure Holland House HotelMercure Holland House Hotel
24-26 Newport Road,
Cardiff
CF24 0DD
Tel: 029 2043 5000
Fax: 029 2048 8894
Click here for more information...

" var marker = createMarker(point, label, 14, hMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.47673,-3.16315); var label = "

Mercure The LodgeMercure The Lodge
Wharf Road,
East Tyndall Street,
Cardiff
CF10 4BB 
Tel: 029 2089 4000
Fax: 029 2049 3695
Click here for more information...

" var marker = createMarker(point, label, 13, hMarkerOptions) map.addOverlay(marker); marker.openInfoWindowHtml(label); var point = new GLatLng(51.51380,-3.36065); var label = "

Miskin Manor Country HotelMiskin Manor Country Hotel
Miskin
Nr Cardiff
CF72 8ND
Tel: 01443 224204
Click here for more information...

" var marker = createMarker(point, label, 13, hMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.54981,-3.21300); var label = "

New House Country HotelNew House Country Hotel
Thornhill
Cardiff
CF14 9UA
Tel: 029 2052 0280
Fax: 029 2052 0324
Click here for more information...

" var marker = createMarker(point, label, 13, hMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.47629,-3.16749); var label = "

Novotel Cardiff CentreNovotel Cardiff Centre
Schooner Way,
Atlantic Wharf,
Cardiff
CF10 4RT
Tel: 029 2047 5000
Fax: 029 2048 1491
Click here for more information...

" var marker = createMarker(point, label, 14, hMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.48278,-3.17424); var label = "

Parc Hotel (Thistle Cardiff)Parc Hotel (Thistle Cardiff)
1 Park Place,
Cardiff
CF10 3UD
Tel: 0871 376 9011
Fax: 0870 333 9257
Click here for more information...

" var marker = createMarker(point, label, 14, hMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.47831,-3.17276); var label = "

Park Inn (Cardiff City Centre)Park Inn (Cardiff City Centre)
Mary Ann Street,
Cardiff
CF10 2JH
Tel: 029 2034 1441
Fax: 029 2022 3742
Click here for more information...

" var marker = createMarker(point, label, 14, hMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.50838,-3.14705); var label = "

Park Inn (Cardiff North)Park Inn (Cardiff North)
Circle Way East,
Llanedeyrn,
Cardiff
CF23 9XF
Tel: 029 2058 9988
Fax: 029 2054 9092
Click here for more information...

" var marker = createMarker(point, label, 13, hMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.48359,-3.17646); var label = "

Park Plaza CardiffPark Plaza Cardiff
Greyfriars Road,
Cardiff
CF10 3AL
Tel: 029 2011 1111
Fax: 029 2011 1112
Click here for more information...

" var marker = createMarker(point, label, 14, hMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.48150,-3.17143); var label = "

Premier Inn (Cardiff City Centre)Premier Inn (Cardiff City Centre)
Helmont House,
10 Churchill Way,
Cardiff
CF10 2NB
Tel: 0871 527 8196
Fax: 0871 527 8197
Click here for more information...

" var marker = createMarker(point, label, 15, hMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.54649,-3.07810); var label = "

Premier Inn (Cardiff East)Premier Inn (Cardiff East)
Newport Road,
Castleton,
Near Cardiff
CF3 2UQ
Tel: 0871 527 8200
Fax: 0871 527 8201
Click here for more information...

" var marker = createMarker(point, label, 12, hMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.53095,-3.14150); var label = "

Premier Inn (Cardiff North)Premier Inn (Cardiff North)
Pentwyn Road,
Pentwyn,
Cardiff
CF23 7XH
Tel: 0871 527 8202
Fax: 0871 527 8203
Click here for more information...

" var marker = createMarker(point, label, 13, hMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.50285,-3.14572); var label = "

Premier Inn (Cardiff Roath)Premier Inn (Cardiff Roath)
David Lloyd Leisure Club,
Ipswich Road,
Roath,
Cardiff
CF23 9AQ
Tel: 0871 527 8194
Fax: 0871 527 8195
Click here for more information...

" var marker = createMarker(point, label, 13, hMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.47753,-3.15957); var label = "

Premier Inn (Cardiff South)Premier Inn (Cardiff South)
East Moors Industrial Estate,
Keen Road,
Cardiff
CF24 5JT
Tel: 0871 527 8198
Fax: 0871 527 8199
Click here for more information...

" var marker = createMarker(point, label, 14, hMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.45330,-3.26551); var label = "

Premier Inn (Cardiff West)Premier Inn (Cardiff West)
Port Road,
Nantisaf,
Wenvoe,
Cardiff
CF5 6DD
Tel: 0871 527 8204
Fax: 0871 527 8205
Click here for more information...

" var marker = createMarker(point, label, 13, hMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.47707,-3.17342); var label = "

Radisson BLU Hotel CardiffRadisson BLU Hotel Cardiff
Meridian Gate,
Bute Terrace,
Cardiff
CF10 2FL
Tel: 029 2045 4777
Fax: 029 2046 4666
Click here for more information...

" var marker = createMarker(point, label, 15, hMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.47794,-3.17801); var label = "

Royal Hotel CardiffRoyal Hotel Cardiff
10 St Mary Street
Cardiff
CF10 1DW
Tel: 029 2055 0750
Click here for more information...

" var marker = createMarker(point, label, 14, hMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.47910,-3.17826); var label = "

Sandringham HotelSandringham Hotel
21 St Mary Street,
Cardiff
CF10 1PL
Tel: 029 2023 2161
Fax: 029 2038 3998
Click here for more information...

" var marker = createMarker(point, label, 14, hMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.40209,-3.32628); var label = "

Sky Plaza Cardiff AirportSky Plaza Cardiff Airport
Port Road,
Rhoose Nr Barry
Cardiff
CF62 3BT
Tel: 01446 710787
Fax: 01446 719222
Click here for more information...

" var marker = createMarker(point, label, 13, hMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.47624,-3.17717); var label = "

Sleeperz Hotel CardiffSleeperz Hotel Cardiff
Station Approach,
Saunders Road,
Cardiff
CF10 1RH
Tel: 029 2047 8747
Fax: 029 2047 8750
Click here for more information...

" var marker = createMarker(point, label, 14, hMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.46038,-3.16704); var label = "

St Davids Hotel & SpaSt Davids Hotel & Spa
Havannah Street,
Cardiff
CF10 5SD
Tel: 029 2045 4045
Fax: 029 2048 7056
Click here for more information...

" var marker = createMarker(point, label, 14, hMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.53523,-3.08612); var label = "

St Mellons HotelSt Mellons Hotel
Castleton,
Cardiff
CF3 2XR
Tel: 01633 680355
Click here for more information...

" var marker = createMarker(point, label, 13, hMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.40781,-3.30454); var label = "

Travelodge (Cardiff Airport)Travelodge (Cardiff Airport)
Port Road,
Rhoose,
Barry
CF62 3BA
Tel: 0871 559 1812
Fax: 02031 955535
Click here for more information...

" var marker = createMarker(point, label, 13, hMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.46784,-3.16405); var label = "

Travelodge (Cardiff Bay)Travelodge (Cardiff Bay)
Atlantic Wharf Leisure Park,
Cardiff Bay,
Cardiff
CF10 4JY
Tel: 0871 984 6424
Fax: 02920 496011
Click here for more information...

" var marker = createMarker(point, label, 14, hMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.47669,-3.17702); var label = "

Travelodge (Cardiff Central)Travelodge (Cardiff Central)
St Mary Sreet,
Imperial Gate,
Cardiff
CF10 1FA
Tel: 0871 984 6224
Fax: 02920 398737
Click here for more information...

" var marker = createMarker(point, label, 14, hMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.51513,-3.14409); var label = "

Travelodge (Cardiff East)Travelodge (Cardiff East)
Circle Way East,
Llanedeyrn,
Cardiff
CF23 9NZ
Tel: 0871 984 6225
Fax: 029 2054 9710
Click here for more information...

" var marker = createMarker(point, label, 13, hMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.48205,-3.17730); var label = "

Travelodge (Cardiff Queen Street)Travelodge (Cardiff Queen Street)
The Friary off Queen Street,
Cardiff
CF10 2RG
Tel: 0871 984 6467
Fax: 02920 641 705
Click here for more information...

" var marker = createMarker(point, label, 13, hMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.50874,-3.30719); var label = "

Travelodge (Cardiff West)Travelodge (Cardiff West)
Moto Service Area,
M4 Motorway,
Pontyclun,
Cardiff,
CF72 8SA
CF72 8SA
Tel: 0871 984 6226
Fax: 02920 899412
Click here for more information...

" var marker = createMarker(point, label, 13, hMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.51765,-3.21625); var label = "

Travelodge (Cardiff Whitchurch)Travelodge (Cardiff Whitchurch)
Tyn-y-Parc Road,
Whitchurch,
Cardiff
CF14 6BG
Tel: 0871 559 1811
Fax: 0292 061 7292
Click here for more information...

" var marker = createMarker(point, label, 13, hMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.49523,-3.37730); var label = "

Vale Hotel Golf & Spa ResortVale Hotel Golf & Spa Resort
Hensol Park,
Hensol,
Nr Cardiff,
Vale of Glamorgan
CF72 8JY
Tel: 01443 667800
Fax: 01443 667801
Click here for more information...

" var marker = createMarker(point, label, 13, hMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.52449,-3.23943); var label = "

Village Urban Resort CardiffVillage Urban Resort Cardiff
29 Pendwyallt Road,
Coryton,
Cardiff
CF14 7EF
Tel: 0292 167 1120
Click here for more information...

" var marker = createMarker(point, label, 13, hMarkerOptions) map.addOverlay(marker); // Create each of the markers for our B&Bs var point = new GLatLng(51.48728,-3.19771); var label = "

Abbey HotelAbbey Hotel
149-151 Cathedral Road,
Cardiff
CF11 9PJ
Tel: 029 2039 0896
Fax: 029 2023 8311
Click here for more information...

" var marker = createMarker(point, label, 15, bMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.48860,-3.19949); var label = "

Acorn LodgeAcorn Lodge
182 Cathedral Road,
Cardiff
CF11 9JE
Tel: 029 2022 1373
Click here for more information...

" var marker = createMarker(point, label, 15, bMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.48747,-3.19805); var label = "

Annedd Lon Bed & BreakfastAnnedd Lon Bed & Breakfast
157 Cathedral Road,
Cardiff
CF11 9PL
Tel: 029 2022 3349
Click here for more information...

" var marker = createMarker(point, label, 15, bMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.48506,-3.19377); var label = "

Beaufort HouseBeaufort House
65 Cathedral Road,
Cardiff
CF11 9HE
Tel: 029 2023 7003
Fax: 029 2040 7235
Click here for more information...

" var marker = createMarker(point, label, 15, bMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.48544,-3.19439); var label = "

Beverley HotelBeverley Hotel
75 Cathedral Road,
Cardiff
CF11 9PZ
Tel: 029 2034 3443
Fax: 029 2064 9072
Click here for more information...

" var marker = createMarker(point, label, 15, bMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.48895,-3.15842); var label = "

Blue Dragon HotelBlue Dragon Hotel
179-185 Newport Road,
Cardiff
CF24 1AH
Tel: 029 2048 1858
Click here for more information...

" var marker = createMarker(point, label, 15, bMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.47901,-3.18906); var label = "

Cardiff Backpacker HostelCardiff Backpacker Hostel
98 Neville Street,
Riverside,
Cardiff
CF11 6LS
Tel: 029 2034 5577
Fax: 029 2023 0404
Click here for more information...

" var marker = createMarker(point, label, 13, bMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.48940,-3.15740); var label = "

Cardiff HotelCardiff Hotel
138 Newport Road,
Cardiff
CF24 1DJ
Tel: 029 2049 1964
Click here for more information...

" var marker = createMarker(point, label, 15, bMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.48529,-3.19413); var label = "

Carlton House HotelCarlton House Hotel
73 Cathedral Road,
Cardiff
CF11 9HE
Tel: 029 2037 3722
Click here for more information...

" var marker = createMarker(point, label, 15, bMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.48473,-3.19262); var label = "

Cayo ArmsCayo Arms
36 Cathedral Road,
Pontcanna,
Cardiff
CF11 9LL
Tel: 029 20391910
Click here for more information...

" var marker = createMarker(point, label, 15, bMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.48636,-3.19602); var label = "

Church Guest HouseChurch Guest House
109 Cathedral Road,
Cardiff
CF11 9PH
Tel: 029 2034 0881
Click here for more information...

" var marker = createMarker(point, label, 15, bMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.48717,-3.19698); var label = "

Church Town HouseChurch Town House
126 Cathedral Road,
Cardiff
CF11 9LQ
Tel: 029 2034 0881
Click here for more information...

" var marker = createMarker(point, label, 15, bMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.48616,-3.19569); var label = "

Courtfield HotelCourtfield Hotel
101 Cathedral Road,
Cardiff
CF11 9PH
Tel: 029 2022 7701
Fax: 029 2022 7701
Click here for more information...

" var marker = createMarker(point, label, 15, bMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.48538,-3.19373); var label = "

Elgano Bed & BreakfastElgano Bed & Breakfast
58 Cathedral Road,
Cardiff
CF11 9LL
Tel: 029 2034 4060
Click here for more information...

" var marker = createMarker(point, label, 15, bMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.48790,-3.19881); var label = "

Georgian HotelGeorgian Hotel
179 Cathedral Road,
Cardiff
CF11 9PL
Tel: 029 2023 2594
Fax: 029 2023 2594
Click here for more information...

" var marker = createMarker(point, label, 15, bMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.48045,-3.29054); var label = "

Greendown Inn HotelGreendown Inn Hotel
Drope Road,
St Georges Super Ely,
Cardiff
CF5 6EP
Tel: 01446 760310
Fax: 01446 760937
Click here for more information...

" var marker = createMarker(point, label, 15, bMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.48709,-3.19735); var label = "

Joleans Guest HouseJoleans Guest House
143 Cathedral Road,
Cardiff
CF11 9PJ
Tel: 029 2037 4494
Click here for more information...

" var marker = createMarker(point, label, 15, bMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.48700,-3.19665); var label = "

Lincoln House HotelLincoln House Hotel
118 Cathedral Road,
Cardiff
CF11 9LQ
Tel: 029 2039 5558
Fax: 029 2023 0537
Click here for more information...

" var marker = createMarker(point, label, 15, bMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.48869,-3.15863); var label = "

Metropole HotelMetropole Hotel
175 Newport Road,
Cardiff
CF24 1AH
Tel: 029 2046 4642
Click here for more information...

" var marker = createMarker(point, label, 15, bMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.47936,-3.17902); var label = "

Millennium Lodge (ML Lodge)Millennium Lodge (ML Lodge)
108 St Mary Street,
Cardiff
CF10 1DX
Tel: 029 2037 3510
Fax: 029 2038 3998
Click here for more information...

" var marker = createMarker(point, label, 15, bMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.47905,-3.18576); var label = "

NosDa Budget HotelNosDa Budget Hotel
53-59 Despenser Street,
Riverside,
Cardiff
CF11 6AG
Tel: 029 2034 8866
Fax: 029 2038 8741
Click here for more information...

" var marker = createMarker(point, label, 15, bMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.48547,-3.19389); var label = "

Number 62Number 62
62 Cathedral Road,
Cardiff
CF11 9LL
Tel: 029 2041 2765
Fax: 029 2064 1199
Click here for more information...

" var marker = createMarker(point, label, 15, bMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.48674,-3.19671); var label = "

Penrhys HotelPenrhys Hotel
127 Cathedral Road,
Cardiff
CF11 9PJ
Tel: 029 2023 0548
Fax: 029 2066 6344
Click here for more information...

" var marker = createMarker(point, label, 15, bMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.48795,-3.19889); var label = "

Preste Gaarden HotelPreste Gaarden Hotel
181 Cathedral Road,
Cardiff
CF11 9PN
Tel: 029 2022 8607
Fax: 029 2037 4805
Click here for more information...

" var marker = createMarker(point, label, 15, bMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.48556,-3.19464); var label = "

Regan HotelRegan Hotel
81 Cathedral Road,
Cardiff
CF11 9PG
Tel: 029 2038 3660
Click here for more information...

" var marker = createMarker(point, label, 15, bMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.48782,-3.19863); var label = "

Rosanna Guest HouseRosanna Guest House
175 Cathedral Road,
Cardiff
CF11 9PL
Tel: 029 2022 9780
Click here for more information...

" var marker = createMarker(point, label, 15, bMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.48765,-3.19783); var label = "

St Hilary HotelSt Hilary Hotel
144 Cathedral Road,
Cardiff
CF11 9JB
Tel: 029 2034 0303
Click here for more information...

" var marker = createMarker(point, label, 15, bMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.48776,-3.19799); var label = "

St Hilary LodgeSt Hilary Lodge
150 Cathedral Road,
Cardiff
CF11 9JB
Tel: 029 2034 0303
Click here for more information...

" var marker = createMarker(point, label, 15, bMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.48835,-3.15817); var label = "

Sunbury HotelSunbury Hotel
124 Newport Road,
Cardiff
CF24 1DH
Tel: 029 2049 1667
Fax: 029 2049 8565
Click here for more information...

" var marker = createMarker(point, label, 15, bMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.48976,-3.15713); var label = "

Tanes HotelTanes Hotel
148 Newport Road,
Cardiff
CF24 1DJ
Tel: 029 2049 3898
Fax: 029 2048 4645
Click here for more information...

" var marker = createMarker(point, label, 15, bMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.48731,-3.26781); var label = "

The Old Post House The Old Post House
Greenwood Lane,
St Fagans,
Cardiff
CF5 6EL
Tel: 029 2056 5400
Click here for more information...

" var marker = createMarker(point, label, 15, bMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.48565,-3.19424); var label = "

The Town HouseThe Town House
70 Cathedral Road,
Cardiff
CF11 9LL
Tel: 029 2023 9399
Fax: 029 2022 3214
Click here for more information...

" var marker = createMarker(point, label, 15, bMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.46517,-3.18750); var label = "

Ty Rosa Boutique Gay B&BTy Rosa Boutique Gay B&B
118 Clive Street,
Cardiff
CF11 7JE
Tel: 029 2022 1964
Click here for more information...

" var marker = createMarker(point, label, 15, bMarkerOptions) map.addOverlay(marker); var point = new GLatLng(51.47738,-3.18819); var label = "

Wynford HotelWynford Hotel
Clare Street,
Cardiff
CF11 6BD
Tel: 029 2037 1983
Fax: 029 2034 0477
Click here for more information...

" var marker = createMarker(point, label, 15, bMarkerOptions) map.addOverlay(marker); } }