{"id":14040,"date":"2025-05-22T15:01:54","date_gmt":"2025-05-22T14:01:54","guid":{"rendered":"https:\/\/visit-caerphilly.local\/town-centre\/bargoed\/"},"modified":"2025-10-13T17:00:28","modified_gmt":"2025-10-13T16:00:28","slug":"bargoed","status":"publish","type":"town_centres","link":"https:\/\/www.visitcaerphilly.com\/cy\/canol-tref\/bargoed\/","title":{"rendered":"Canol Tref Bargod"},"content":{"rendered":"\n\n\t\t\t<div class=\"wrapper\">\n\t\t\t<section id=\"\" class=\"block video-block\">\t\n\t\t\t\t<div class=\"row\">\n\t\t\t\t\t<div class=\"video-wrap embed-container\">\n\t\t\t\t\t\t<iframe loading=\"lazy\" title=\"Bargoed\" width=\"640\" height=\"360\" src=\"https:\/\/www.youtube.com\/embed\/QXvnfSdbGEo?feature=oembed&#038;controls=0&#038;hd=1&#038;autohide=1&#038;autoplay=1&#038;mute=1&#038;modestbranding=1&#038;loop=1&#038;playlist=QXvnfSdbGEo\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen frameborder=\"0\"><\/iframe>\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t<\/section>\n\t\t<\/div>\n\n\t\n\n\n\n<script src=\"https:\/\/maps.googleapis.com\/maps\/api\/js?key=AIzaSyCNYY6aenor9lbT84cYrEb5gzYo8p_fKiU\"><\/script>\n<script src=\"https:\/\/unpkg.com\/@googlemaps\/markerclusterer\/dist\/index.min.js\"><\/script>\n<script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/OverlappingMarkerSpiderfier\/1.0.3\/oms.min.js\"><\/script>\n\n<script type=\"text\/javascript\">\n(function($) {\n\n    \/\/ Init all maps\n    $(document).ready(function() {\n\t\t$('.acf-map').each(function(i, el) {\n\t\t\tsetTimeout(() => {\n\t\t\t\tinitMap($(el));\n\t\t\t}, i * 200); \/\/ stagger loading slightly per map\n\t\t});\n\t});\n\n    \/\/ Initialize individual map\n    function initMap($el) {\n        var $markers = $el.find('.marker');\n        var markers = [];\n\n        var mapArgs = {\n            zoom: $el.data('zoom') || 16,\n            mapTypeId: google.maps.MapTypeId.ROADMAP,\n            center: { lat: 0, lng: 0 }\n        };\n\n        var map = new google.maps.Map($el[0], mapArgs);\n\n        $markers.each(function() {\n            var marker = initMarker($(this), map);\n            markers.push(marker);\n        });\n\n        centerMap(map, markers);\n\n        \/\/ Spiderfier\n        var oms = new OverlappingMarkerSpiderfier(map, {\n            markersWontMove: true,\n            markersWontHide: true,\n            keepSpiderfied: true\n        });\n\n        markers.forEach(function(marker) {\n            oms.addMarker(marker);\n        });\n\n        \/\/ MarkerClusterer\n        new MarkerClusterer(map, markers, {\n            imagePath: 'https:\/\/developers.google.com\/maps\/documentation\/javascript\/examples\/markerclusterer\/m'\n        });\n\t\t\n\t\tgoogle.maps.event.trigger(map, 'resize');\n    }\n\n    \/\/ Create individual marker\n    function initMarker($marker, map) {\n        var lat = parseFloat($marker.data('lat'));\n        var lng = parseFloat($marker.data('lng'));\n        var latLng = { lat, lng };\n\n        var image = \"https:\/\/www.visitcaerphilly.com\/wp-content\/themes\/visitcaerphilly\/assets\/images\/map-marker-pin.png\";\n\n        var marker = new google.maps.Marker({\n            position: latLng,\n            map: map,\n            icon: image\n        });\n\n        if ($marker.html()) {\n            var infowindow = new google.maps.InfoWindow({\n                content: $marker.html()\n            });\n\n            marker.addListener('click', function() {\n                infowindow.open(map, marker);\n            });\n\n            marker.addListener('spider_click', function() {\n                infowindow.open(map, marker);\n            });\n        }\n\n        return marker;\n    }\n\n    \/\/ Center map based on markers\n    function centerMap(map, markers) {\n        var bounds = new google.maps.LatLngBounds();\n\n        markers.forEach(function(marker) {\n            bounds.extend(marker.getPosition());\n        });\n\n        if (markers.length === 1) {\n            map.setCenter(bounds.getCenter());\n            map.setZoom(map.zoom || 16);\n        } else {\n            map.fitBounds(bounds);\n        }\n    }\n\n})(jQuery);\n<\/script>\n\n\t<div class=wrapper>\n\t\t<section id=\"digwyddiadau\" class=\"block events-block \" style=\"background-color: #e7131a;\">\n\t\t\t<div class=\"block-title\">\n\t\t\t\t<div class=\"block-title-items\">\n\t\t\t\t\t<i class=\"fa-solid fa-calendar-star\" aria-hidden=\"true\"><\/i><h2>Digwyddiadau ym Margod<\/h2>\n\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t<div class=\"view-toggle\">\n\t\t\t\t\t<button id=\"listViewBtn\"><i class=\"fa-solid fa-list-ul\"><\/i>Golwg rhestr<\/button>\n\t\t\t\t\t<button id=\"gridViewBtn\"><i class=\"fa-solid fa-grid\"><\/i>Golwg m\u00e2n-lun<\/button>\n\t\t\t\t\t<button id=\"mapViewBtn\"><i class=\"fa-solid fa-map-location-dot\"><\/i>Golwg map<\/button>\n\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t\t<!-- List View -->\n\t\t\t<div id=\"listView\" class=\"view-mode\">\n\t\t\t\t<div class=\"featured-content-wrap\">\n\t\t\t\t\t\t\t\t\t<article class=\"archive-content-card-list\">\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"featured-content-image-list\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/www.visitcaerphilly.com\/wp-content\/uploads\/2024\/09\/Bargoed-Summer-Music-Festival-scaled.png\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<div class=\"featured-content-content-list\">\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.visitcaerphilly.com\/cy\/digwyddiadau\/gwyl-gerddoriaeth-yr-haf-bargod-2026\/\"><h3>G\u0175yl Gerddoriaeth yr Haf Bargod 2026<\/h3><\/a>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"event-date-list\">\n\t\t\t\t\t\t\t\t\t11 Gorffennaf 2026\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"featured-content-location\">\n\t\t\t\t\t\t\t\t\t\t<i class=\"fa-solid fa-location-dot\" aria-hidden=\"true\"><\/i>\n\t\t\t\t\t\t\t\t\t\tCanol tref Bargod CF81 8QT\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t<\/article>\t\n\t\t\t\t\t\t\t\t\t<article class=\"archive-content-card-list\">\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"featured-content-image-list\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/www.visitcaerphilly.com\/wp-content\/uploads\/2023\/06\/Bargoed-Winter-Fair-1.jpg\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<div class=\"featured-content-content-list\">\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.visitcaerphilly.com\/cy\/digwyddiadau\/ffair-y-gaeaf-bargod-2026\/\"><h3>Ffair y Gaeaf, Bargod 2026<\/h3><\/a>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"event-date-list\">\n\t\t\t\t\t\t\t\t\t14 Tachwedd 2026\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"featured-content-location\">\n\t\t\t\t\t\t\t\t\t\t<i class=\"fa-solid fa-location-dot\" aria-hidden=\"true\"><\/i>\n\t\t\t\t\t\t\t\t\t\tCanol tref Bargod CF81 8QT\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t<\/article>\t\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\n\t\t\t\n\t\t\t<!-- Grid View -->\n\t\t\t<div id=\"gridView\" class=\"view-mode\" style=\"display: none;\">\n\t\t\t  <div class=\"featured-content-wrap\">\n\t\t\t\t\t\t\t\t\t<article class=\"archive-content-card\">\n\t\t\t\t\t\t<a href=\"https:\/\/www.visitcaerphilly.com\/cy\/digwyddiadau\/gwyl-gerddoriaeth-yr-haf-bargod-2026\/\">\n\t\t\t\t\t\t\t<div class=\"featured-content-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/www.visitcaerphilly.com\/wp-content\/uploads\/2024\/09\/Bargoed-Summer-Music-Festival-scaled.png\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<div class=\"post-feed-feature-overlay\"><\/div>\n\n\t\t\t\t\t\t\t<div class=\"featured-content-content\">\n\n\t\t\t\t\t\t\t\t<h3>G\u0175yl Gerddoriaeth yr Haf Bargod 2026<\/h3>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"featured-content-location\">\n\t\t\t\t\t\t\t\t\t\t<i class=\"fa-solid fa-location-dot\" aria-hidden=\"true\"><\/i>\n\t\t\t\t\t\t\t\t\t\tCanol tref Bargod CF81 8QT\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<div class=\"event-date\">\n\t\t\t\t\t\t\t\t11 Gorffennaf 2026\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/article>\t\n\t\t\t\t\t\t\t\t\t<article class=\"archive-content-card\">\n\t\t\t\t\t\t<a href=\"https:\/\/www.visitcaerphilly.com\/cy\/digwyddiadau\/ffair-y-gaeaf-bargod-2026\/\">\n\t\t\t\t\t\t\t<div class=\"featured-content-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/www.visitcaerphilly.com\/wp-content\/uploads\/2023\/06\/Bargoed-Winter-Fair-1.jpg\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<div class=\"post-feed-feature-overlay\"><\/div>\n\n\t\t\t\t\t\t\t<div class=\"featured-content-content\">\n\n\t\t\t\t\t\t\t\t<h3>Ffair y Gaeaf, Bargod 2026<\/h3>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"featured-content-location\">\n\t\t\t\t\t\t\t\t\t\t<i class=\"fa-solid fa-location-dot\" aria-hidden=\"true\"><\/i>\n\t\t\t\t\t\t\t\t\t\tCanol tref Bargod CF81 8QT\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<div class=\"event-date\">\n\t\t\t\t\t\t\t\t14 Tachwedd 2026\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/article>\t\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\n\t\t\t\n\t\t\t<!-- Map View -->\n\t\t\t<div id=\"mapView\" class=\"view-mode\" style=\"display: none;\">\t\n\t\t\t\t<div class=\"container\">\n\t\t\t\t\t<div class=\"map-block-wrap\">\n\t\t\t\t\t\t<div class=\"acf-map\" data-zoom=\"16\">\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"marker\" data-lat=\"51.6888002\" data-lng=\"-3.2288755\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"map-content-wrap\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"map-single-title\">G\u0175yl Gerddoriaeth yr Haf Bargod 2026<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"map-single-contacts\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span><i class=\"fa-solid fa-location-dot\"><\/i>&nbsp;&nbsp;Canol tref Bargod CF81 8QT<\/span>\t\t\t\t\t\t\t\t\t\t\t\t\t<span><i class=\"fa-solid fa-phone\"><\/i>&nbsp;&nbsp;01443 866390<\/span>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span><i class=\"fa-solid fa-envelope\"><\/i>&nbsp;&nbsp;<a href=\"mailto:&#100;i&#103;w&#121;d&#100;i&#097;&#100;a&#117;&#064;&#099;&#097;e&#114;f&#102;i&#108;i.go&#118;&#046;&#117;&#107;\">&#100;&#105;&#103;&#119;&#121;dd&#105;a&#100;&#097;u&#064;ca&#101;r&#102;f&#105;li&#046;g&#111;&#118;&#046;u&#107;<\/a><\/span>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.visitcaerphilly.com\/cy\/digwyddiadau\/gwyl-gerddoriaeth-yr-haf-bargod-2026\/\">Mwy am G\u0175yl Gerddoriaeth yr Haf Bargod 2026 ><\/a>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"marker\" data-lat=\"51.6888002\" data-lng=\"-3.2288755\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"map-content-wrap\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"map-single-title\">Ffair y Gaeaf, Bargod 2026<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"map-single-contacts\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span><i class=\"fa-solid fa-location-dot\"><\/i>&nbsp;&nbsp;Canol tref Bargod CF81 8QT<\/span>\t\t\t\t\t\t\t\t\t\t\t\t\t<span><i class=\"fa-solid fa-phone\"><\/i>&nbsp;&nbsp;01443 866390<\/span>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span><i class=\"fa-solid fa-envelope\"><\/i>&nbsp;&nbsp;<a href=\"mailto:digwydd&#105;&#097;d&#097;u&#064;&#099;a&#101;&#114;&#102;f&#105;&#108;&#105;&#046;&#103;&#111;&#118;.u&#107;\">&#100;&#105;g&#119;y&#100;&#100;&#105;adau&#064;ca&#101;&#114;f&#102;&#105;&#108;i.g&#111;&#118;&#046;uk<\/a><\/span>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.visitcaerphilly.com\/cy\/digwyddiadau\/ffair-y-gaeaf-bargod-2026\/\">Mwy am Ffair y Gaeaf, Bargod 2026 ><\/a>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\t\t\t\t\t\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\n\t\t<\/section>\n\t<\/div>\n\n\n\n\n\n\t<div class=\"wrapper\">\n\t\t<section id=\"llety\" class=\"block featured-content-block\">\n\t\t\t<div class=\"block-title\">\n\t\t\t\t<div class=\"block-title-items\">\n\t\t\t\t\t<i class=\"fa-classic fa-light fa-bed\" aria-hidden=\"true\"><\/i>\t\t\t\t\t\t\t\t\t\t<h2>Ble i aros ym Margod<\/h2>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\n\t\t\t<div class=\"featured-content-wrap\">\t\t\n                \n                    <article class=\"featured-content-card\">\n                        <a href=\"https:\/\/www.visitcaerphilly.com\/cy\/rhestrau\/murrays\/\">\n                            <div class=\"featured-content-image\">\n                                                                    <img decoding=\"async\" src=\"https:\/\/www.visitcaerphilly.com\/wp-content\/uploads\/2024\/10\/VZTA-Bargoed-88-scaled.jpg\" alt=\"\" \/>\n                                                            <\/div>\n\n                            <div class=\"post-feed-feature-overlay\"><\/div>\n\n                            <div class=\"featured-content-content\">\n\n                                <h3>Murray&#8217;s<\/h3>\n                                <div class=\"featured-content-types\"><a href=\"https:\/\/www.visitcaerphilly.com\/cy\/math\/bwyd-a-diod\/\" rel=\"tag\">Bwyd a Diod<\/a>, <a href=\"https:\/\/www.visitcaerphilly.com\/cy\/math\/bwyty\/\" rel=\"tag\">Bwyty<\/a>, <a href=\"https:\/\/www.visitcaerphilly.com\/cy\/math\/gwely-a-brecwast\/\" rel=\"tag\">Gwely a brecwast<\/a>, <a href=\"https:\/\/www.visitcaerphilly.com\/cy\/math\/gwesty\/\" rel=\"tag\">Gwesty<\/a>, <a href=\"https:\/\/www.visitcaerphilly.com\/cy\/math\/llety\/\" rel=\"tag\">Llety<\/a>, <a href=\"https:\/\/www.visitcaerphilly.com\/cy\/math\/tafarn\/\" rel=\"tag\">Tafarn<\/a><\/div>\n                                \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"featured-content-location\">\n                                    \t<i class=\"fa-solid fa-location-dot\" aria-hidden=\"true\"><\/i>\n                                     \t1 Upper High Street, Bargod CF81 8QY\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t                            <\/div>\n                        <\/a>\n                    <\/article>\n                \n                    <article class=\"featured-content-card\">\n                        <a href=\"https:\/\/www.visitcaerphilly.com\/cy\/rhestrau\/lord-nelson-pontlottyn-2-2\/\">\n                            <div class=\"featured-content-image\">\n                                                                    <img decoding=\"async\" src=\"https:\/\/www.visitcaerphilly.com\/wp-content\/uploads\/2018\/03\/accommodation.jpeg\" alt=\"\" \/>\n                                                            <\/div>\n\n                            <div class=\"post-feed-feature-overlay\"><\/div>\n\n                            <div class=\"featured-content-content\">\n\n                                <h3>Lord Nelson, Pontlotyn<\/h3>\n                                <div class=\"featured-content-types\"><a href=\"https:\/\/www.visitcaerphilly.com\/cy\/math\/bwyd-a-diod\/\" rel=\"tag\">Bwyd a Diod<\/a>, <a href=\"https:\/\/www.visitcaerphilly.com\/cy\/math\/gwely-a-brecwast\/\" rel=\"tag\">Gwely a brecwast<\/a>, <a href=\"https:\/\/www.visitcaerphilly.com\/cy\/math\/llety\/\" rel=\"tag\">Llety<\/a>, <a href=\"https:\/\/www.visitcaerphilly.com\/cy\/math\/tafarn\/\" rel=\"tag\">Tafarn<\/a><\/div>\n                                \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"featured-content-location\">\n                                    \t<i class=\"fa-solid fa-location-dot\" aria-hidden=\"true\"><\/i>\n                                     \tHeol Evan Wynne, Pontlottyn CF81 9PQ\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t                            <\/div>\n                        <\/a>\n                    <\/article>\n                \t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t<\/div>\n\n\n\n\n\n\n\t<div class=\"wrapper\">\n\t\t<section id=\"bwyd-a-diod\" class=\"block featured-content-block\">\n\t\t\t<div class=\"block-title\">\n\t\t\t\t<div class=\"block-title-items\">\n\t\t\t\t\t<i class=\"fa-classic fa-light fa-fork-knife\" aria-hidden=\"true\"><\/i>\t\t\t\t\t\t\t\t\t\t<h2>Bwyta allan ym Margod<\/h2>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\n\t\t\t<div class=\"featured-content-wrap\">\t\t\n                \n                    <article class=\"featured-content-card\">\n                        <a href=\"https:\/\/www.visitcaerphilly.com\/cy\/rhestrau\/the-square-cafe\/\">\n                            <div class=\"featured-content-image\">\n                                                                    <img decoding=\"async\" src=\"https:\/\/www.visitcaerphilly.com\/wp-content\/uploads\/2025\/10\/img_2_1760124255254.jpg\" alt=\"\" \/>\n                                                            <\/div>\n\n                            <div class=\"post-feed-feature-overlay\"><\/div>\n\n                            <div class=\"featured-content-content\">\n\n                                <h3>The Square Cafe<\/h3>\n                                <div class=\"featured-content-types\"><a href=\"https:\/\/www.visitcaerphilly.com\/cy\/math\/bwyd-a-diod\/\" rel=\"tag\">Bwyd a Diod<\/a>, <a href=\"https:\/\/www.visitcaerphilly.com\/cy\/math\/caffi\/\" rel=\"tag\">Caffi<\/a><\/div>\n                                \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"featured-content-location\">\n                                    \t<i class=\"fa-solid fa-location-dot\" aria-hidden=\"true\"><\/i>\n                                     \t46 Cardiff Road, Bargod CF81 8PA\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t                            <\/div>\n                        <\/a>\n                    <\/article>\n                \n                    <article class=\"featured-content-card\">\n                        <a href=\"https:\/\/www.visitcaerphilly.com\/cy\/rhestrau\/murrays\/\">\n                            <div class=\"featured-content-image\">\n                                                                    <img decoding=\"async\" src=\"https:\/\/www.visitcaerphilly.com\/wp-content\/uploads\/2024\/10\/VZTA-Bargoed-88-scaled.jpg\" alt=\"\" \/>\n                                                            <\/div>\n\n                            <div class=\"post-feed-feature-overlay\"><\/div>\n\n                            <div class=\"featured-content-content\">\n\n                                <h3>Murray&#8217;s<\/h3>\n                                <div class=\"featured-content-types\"><a href=\"https:\/\/www.visitcaerphilly.com\/cy\/math\/bwyd-a-diod\/\" rel=\"tag\">Bwyd a Diod<\/a>, <a href=\"https:\/\/www.visitcaerphilly.com\/cy\/math\/bwyty\/\" rel=\"tag\">Bwyty<\/a>, <a href=\"https:\/\/www.visitcaerphilly.com\/cy\/math\/gwely-a-brecwast\/\" rel=\"tag\">Gwely a brecwast<\/a>, <a href=\"https:\/\/www.visitcaerphilly.com\/cy\/math\/gwesty\/\" rel=\"tag\">Gwesty<\/a>, <a href=\"https:\/\/www.visitcaerphilly.com\/cy\/math\/llety\/\" rel=\"tag\">Llety<\/a>, <a href=\"https:\/\/www.visitcaerphilly.com\/cy\/math\/tafarn\/\" rel=\"tag\">Tafarn<\/a><\/div>\n                                \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"featured-content-location\">\n                                    \t<i class=\"fa-solid fa-location-dot\" aria-hidden=\"true\"><\/i>\n                                     \t1 Upper High Street, Bargod CF81 8QY\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t                            <\/div>\n                        <\/a>\n                    <\/article>\n                \n                    <article class=\"featured-content-card\">\n                        <a href=\"https:\/\/www.visitcaerphilly.com\/cy\/rhestrau\/the-square-royale\/\">\n                            <div class=\"featured-content-image\">\n                                                                    <img decoding=\"async\" src=\"https:\/\/www.visitcaerphilly.com\/wp-content\/uploads\/2021\/09\/Square-Royale-scaled.jpg\" alt=\"\" \/>\n                                                            <\/div>\n\n                            <div class=\"post-feed-feature-overlay\"><\/div>\n\n                            <div class=\"featured-content-content\">\n\n                                <h3>The Square Royale<\/h3>\n                                <div class=\"featured-content-types\"><a href=\"https:\/\/www.visitcaerphilly.com\/cy\/math\/bwyd-a-diod\/\" rel=\"tag\">Bwyd a Diod<\/a>, <a href=\"https:\/\/www.visitcaerphilly.com\/cy\/math\/bwyty\/\" rel=\"tag\">Bwyty<\/a>, <a href=\"https:\/\/www.visitcaerphilly.com\/cy\/math\/tafarn\/\" rel=\"tag\">Tafarn<\/a><\/div>\n                                \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"featured-content-location\">\n                                    \t<i class=\"fa-solid fa-location-dot\" aria-hidden=\"true\"><\/i>\n                                     \t25 High Street, Bargoed, CF81 8RA\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t                            <\/div>\n                        <\/a>\n                    <\/article>\n                \n                    <article class=\"featured-content-card\">\n                        <a href=\"https:\/\/www.visitcaerphilly.com\/cy\/rhestrau\/lord-nelson-pontlottyn-2-2\/\">\n                            <div class=\"featured-content-image\">\n                                                                    <img decoding=\"async\" src=\"https:\/\/www.visitcaerphilly.com\/wp-content\/uploads\/2018\/03\/accommodation.jpeg\" alt=\"\" \/>\n                                                            <\/div>\n\n                            <div class=\"post-feed-feature-overlay\"><\/div>\n\n                            <div class=\"featured-content-content\">\n\n                                <h3>Lord Nelson, Pontlotyn<\/h3>\n                                <div class=\"featured-content-types\"><a href=\"https:\/\/www.visitcaerphilly.com\/cy\/math\/bwyd-a-diod\/\" rel=\"tag\">Bwyd a Diod<\/a>, <a href=\"https:\/\/www.visitcaerphilly.com\/cy\/math\/gwely-a-brecwast\/\" rel=\"tag\">Gwely a brecwast<\/a>, <a href=\"https:\/\/www.visitcaerphilly.com\/cy\/math\/llety\/\" rel=\"tag\">Llety<\/a>, <a href=\"https:\/\/www.visitcaerphilly.com\/cy\/math\/tafarn\/\" rel=\"tag\">Tafarn<\/a><\/div>\n                                \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"featured-content-location\">\n                                    \t<i class=\"fa-solid fa-location-dot\" aria-hidden=\"true\"><\/i>\n                                     \tHeol Evan Wynne, Pontlottyn CF81 9PQ\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t                            <\/div>\n                        <\/a>\n                    <\/article>\n                \t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t<\/div>\n\n\n\n\n\n\n\t<div class=\"wrapper\">\n\t\t<section id=\"gweithgareddau\" class=\"block featured-content-block\">\n\t\t\t<div class=\"block-title\">\n\t\t\t\t<div class=\"block-title-items\">\n\t\t\t\t\t<i class=\"fa-classic fa-light fa-person-hiking\" aria-hidden=\"true\"><\/i>\t\t\t\t\t\t\t\t\t\t<h2>Pethau i&#039;w gwneud ym Margod<\/h2>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\n\t\t\t<div class=\"featured-content-wrap\">\t\t\n                \n                    <article class=\"featured-content-card\">\n                        <a href=\"https:\/\/www.visitcaerphilly.com\/cy\/rhestrau\/parc-cwm-darran\/\">\n                            <div class=\"featured-content-image\">\n                                                                    <img decoding=\"async\" src=\"https:\/\/www.visitcaerphilly.com\/wp-content\/uploads\/2024\/11\/PCD-Lake-view-scaled.jpg\" alt=\"\" \/>\n                                                            <\/div>\n\n                            <div class=\"post-feed-feature-overlay\"><\/div>\n\n                            <div class=\"featured-content-content\">\n\n                                <h3>Parc Cwm Darran<\/h3>\n                                <div class=\"featured-content-types\"><a href=\"https:\/\/www.visitcaerphilly.com\/cy\/math\/gweithgareddau\/\" rel=\"tag\">Atyniadau a Gweithgareddau<\/a>, <a href=\"https:\/\/www.visitcaerphilly.com\/cy\/math\/chwaraeon-ac-awyr-agored\/\" rel=\"tag\">Chwaraeon ac Awyr Agored<\/a><\/div>\n                                \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"featured-content-location\">\n                                    \t<i class=\"fa-solid fa-location-dot\" aria-hidden=\"true\"><\/i>\n                                     \tYn ymyl Bargod CF81 9NR\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t                            <\/div>\n                        <\/a>\n                    <\/article>\n                \n                    <article class=\"featured-content-card\">\n                        <a href=\"https:\/\/www.visitcaerphilly.com\/cy\/rhestrau\/ffp-preloved-shop\/\">\n                            <div class=\"featured-content-image\">\n                                                                    <img decoding=\"async\" src=\"https:\/\/www.visitcaerphilly.com\/wp-content\/uploads\/2025\/11\/20251104_1048452-scaled.jpg\" alt=\"\" \/>\n                                                            <\/div>\n\n                            <div class=\"post-feed-feature-overlay\"><\/div>\n\n                            <div class=\"featured-content-content\">\n\n                                <h3>FFP Preloved Shop<\/h3>\n                                <div class=\"featured-content-types\"><a href=\"https:\/\/www.visitcaerphilly.com\/cy\/math\/gweithgareddau\/\" rel=\"tag\">Atyniadau a Gweithgareddau<\/a>, <a href=\"https:\/\/www.visitcaerphilly.com\/cy\/math\/siopa-a-manwerthu\/\" rel=\"tag\">Siopa a Manwerthu<\/a><\/div>\n                                \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"featured-content-location\">\n                                    \t<i class=\"fa-solid fa-location-dot\" aria-hidden=\"true\"><\/i>\n                                     \t56 Cardiff Road, Bargod CF81 8PA\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t                            <\/div>\n                        <\/a>\n                    <\/article>\n                \n                    <article class=\"featured-content-card\">\n                        <a href=\"https:\/\/www.visitcaerphilly.com\/cy\/rhestrau\/bargoed-golf-club\/\">\n                            <div class=\"featured-content-image\">\n                                                                    <img decoding=\"async\" src=\"https:\/\/www.visitcaerphilly.com\/wp-content\/uploads\/2020\/10\/Ridgeway-Golf.jpg\" alt=\"Ridgeway Golf\" \/>\n                                                            <\/div>\n\n                            <div class=\"post-feed-feature-overlay\"><\/div>\n\n                            <div class=\"featured-content-content\">\n\n                                <h3>Clwb Golff Bargod<\/h3>\n                                <div class=\"featured-content-types\"><a href=\"https:\/\/www.visitcaerphilly.com\/cy\/math\/gweithgareddau\/\" rel=\"tag\">Atyniadau a Gweithgareddau<\/a>, <a href=\"https:\/\/www.visitcaerphilly.com\/cy\/math\/chwaraeon-ac-awyr-agored\/\" rel=\"tag\">Chwaraeon ac Awyr Agored<\/a><\/div>\n                                \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"featured-content-location\">\n                                    \t<i class=\"fa-solid fa-location-dot\" aria-hidden=\"true\"><\/i>\n                                     \tHeolddu, Bargod CF91 9GF\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t                            <\/div>\n                        <\/a>\n                    <\/article>\n                \t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t<\/div>\n\n\n\n\n\n\t<div class=\"container\">\n\t\t<section id=\"\" class=\"block map-block\">\n\t\t\t<div class=\"block-title\">\n\t\t\t\t<i class=\"fa-solid fa-map-location-dot\" aria-hidden=\"true\"><\/i><h2>Archwilio Bargod<\/h2>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t<div class=\"map-block-wrap\">\n\t\t\t\n\t\t\t\t<div class=\"acf-map\" data-zoom=\"16\">\n\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"marker\" data-lat=\"51.7223760432\" data-lng=\"-3.28549146652\">\n\t\t\t\t\t\t\t<div class=\"map-content-wrap\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"map-single-title\">Parc Cwm Darran<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"map-single-contacts\">\n\t\t\t\t\t\t\t\t\t\t<span><i class=\"fa-solid fa-location-dot\"><\/i>&nbsp;&nbsp;Yn ymyl Bargod CF81 9NR<\/span>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span><i class=\"fa-solid fa-envelope\"><\/i>&nbsp;&nbsp;<a href=\"mailto:c&#101;&#102;&#110;g&#119;&#108;&#097;&#100;&#064;&#099;ae&#114;ffil&#105;.g&#111;v.&#117;&#107;\">c&#101;fng&#119;l&#097;&#100;&#064;c&#097;e&#114;&#102;f&#105;&#108;&#105;.go&#118;.uk<\/a><\/span>\t\t\t\t\t\t\t\t\t\t<span><i class=\"fa-solid fa-laptop\"><\/i>&nbsp;&nbsp;<a href=\"https:\/\/www.caerffili.gov.uk\/things-to-do\/green-spaces\/parc-cwm-darran?lang=cy-gb\" target=\"_blank\">Ewch i&#8217;r wefan<\/a><\/span>\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.visitcaerphilly.com\/cy\/rhestrau\/parc-cwm-darran\/\">Mwy am Parc Cwm Darran ><\/a>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"marker\" data-lat=\"51.6870211\" data-lng=\"-3.2297875\">\n\t\t\t\t\t\t\t<div class=\"map-content-wrap\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"map-single-title\">FFP Preloved Shop<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"map-single-contacts\">\n\t\t\t\t\t\t\t\t\t\t<span><i class=\"fa-solid fa-location-dot\"><\/i>&nbsp;&nbsp;56 Cardiff Road, Bargod CF81 8PA<\/span>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span><i class=\"fa-solid fa-envelope\"><\/i>&nbsp;&nbsp;<a href=\"mailto:&#102;f&#112;pre&#108;o&#118;&#101;&#100;&#115;&#104;op&#064;ou&#116;loo&#107;.co&#109;\">f&#102;&#112;p&#114;e&#108;o&#118;&#101;d&#115;hop&#064;&#111;&#117;tl&#111;&#111;&#107;&#046;c&#111;m<\/a><\/span>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.visitcaerphilly.com\/cy\/rhestrau\/ffp-preloved-shop\/\">Mwy am FFP Preloved Shop ><\/a>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"marker\" data-lat=\"51.6875397677\" data-lng=\"-3.22972029448\">\n\t\t\t\t\t\t\t<div class=\"map-content-wrap\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"map-single-title\">The Square Cafe<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"map-single-contacts\">\n\t\t\t\t\t\t\t\t\t\t<span><i class=\"fa-solid fa-location-dot\"><\/i>&nbsp;&nbsp;46 Cardiff Road, Bargod CF81 8PA<\/span>\t\t\t\t\t\t\t\t\t\t<span><i class=\"fa-solid fa-phone\"><\/i>&nbsp;&nbsp;01443 830738<\/span>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span><i class=\"fa-solid fa-envelope\"><\/i>&nbsp;&nbsp;<a href=\"mailto:&#068;o&#109;&#114;i&#099;c&#105;&#064;m&#101;.com\">D&#111;mr&#105;cc&#105;&#064;&#109;e&#046;&#099;o&#109;<\/a><\/span>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.visitcaerphilly.com\/cy\/rhestrau\/the-square-cafe\/\">Mwy am The Square Cafe ><\/a>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"marker\" data-lat=\"51.6912876418\" data-lng=\"-3.23008775711\">\n\t\t\t\t\t\t\t<div class=\"map-content-wrap\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"map-single-title\">Murray&#8217;s<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"map-single-contacts\">\n\t\t\t\t\t\t\t\t\t\t<span><i class=\"fa-solid fa-location-dot\"><\/i>&nbsp;&nbsp;1 Upper High Street, Bargod CF81 8QY<\/span>\t\t\t\t\t\t\t\t\t\t<span><i class=\"fa-solid fa-phone\"><\/i>&nbsp;&nbsp;01443 606686<\/span>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span><i class=\"fa-solid fa-envelope\"><\/i>&nbsp;&nbsp;<a href=\"mailto:&#109;&#117;&#114;ra&#121;s&#098;&#097;&#114;goe&#100;&#064;&#103;&#109;&#097;&#105;&#108;.&#099;o&#109;\">m&#117;&#114;r&#097;&#121;sbarg&#111;&#101;&#100;&#064;&#103;&#109;&#097;&#105;l&#046;c&#111;m<\/a><\/span>\t\t\t\t\t\t\t\t\t\t<span><i class=\"fa-solid fa-laptop\"><\/i>&nbsp;&nbsp;<a href=\"https:\/\/murraysbargoed.co.uk\/\" target=\"_blank\">Ewch i&#8217;r wefan<\/a><\/span>\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.visitcaerphilly.com\/cy\/rhestrau\/murrays\/\">Mwy am Murray&#8217;s ><\/a>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"marker\" data-lat=\"51.6905826528\" data-lng=\"-3.22884321213\">\n\t\t\t\t\t\t\t<div class=\"map-content-wrap\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"map-single-title\">The Square Royale<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"map-single-contacts\">\n\t\t\t\t\t\t\t\t\t\t<span><i class=\"fa-solid fa-location-dot\"><\/i>&nbsp;&nbsp;25 High Street, Bargoed, CF81 8RA<\/span>\t\t\t\t\t\t\t\t\t\t<span><i class=\"fa-solid fa-phone\"><\/i>&nbsp;&nbsp;01443 312825<\/span>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span><i class=\"fa-solid fa-envelope\"><\/i>&nbsp;&nbsp;<a href=\"mailto:&#116;&#104;e&#115;qua&#114;e&#114;&#111;&#121;&#097;&#108;e&#064;&#103;m&#097;&#105;l.&#099;&#111;m\">t&#104;e&#115;&#113;u&#097;re&#114;&#111;y&#097;&#108;e&#064;gm&#097;il.c&#111;&#109;<\/a><\/span>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.visitcaerphilly.com\/cy\/rhestrau\/the-square-royale\/\">Mwy am The Square Royale ><\/a>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"marker\" data-lat=\"51.6901436919\" data-lng=\"-3.2430267334\">\n\t\t\t\t\t\t\t<div class=\"map-content-wrap\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"map-single-title\">Clwb Golff Bargod<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"map-single-contacts\">\n\t\t\t\t\t\t\t\t\t\t<span><i class=\"fa-solid fa-location-dot\"><\/i>&nbsp;&nbsp;Heolddu, Bargod CF91 9GF<\/span>\t\t\t\t\t\t\t\t\t\t<span><i class=\"fa-solid fa-phone\"><\/i>&nbsp;&nbsp;01443 830143<\/span>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span><i class=\"fa-solid fa-envelope\"><\/i>&nbsp;&nbsp;<a href=\"mailto:&#115;&#101;cret&#097;&#114;&#121;&#064;&#098;&#097;rgo&#101;&#100;go&#108;f&#099;lub.c&#111;&#046;&#117;k\">&#115;e&#099;r&#101;&#116;a&#114;y&#064;bar&#103;oe&#100;gol&#102;c&#108;&#117;b&#046;c&#111;&#046;&#117;&#107;<\/a><\/span>\t\t\t\t\t\t\t\t\t\t<span><i class=\"fa-solid fa-laptop\"><\/i>&nbsp;&nbsp;<a href=\"https:\/\/www.bargoedgolfclub.co.uk\/\" target=\"_blank\">Ewch i&#8217;r wefan<\/a><\/span>\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.visitcaerphilly.com\/cy\/rhestrau\/bargoed-golf-club\/\">Mwy am Clwb Golff Bargod ><\/a>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"marker\" data-lat=\"51.7485014241\" data-lng=\"-3.28336715698\">\n\t\t\t\t\t\t\t<div class=\"map-content-wrap\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"map-single-title\">Lord Nelson, Pontlotyn<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"map-single-contacts\">\n\t\t\t\t\t\t\t\t\t\t<span><i class=\"fa-solid fa-location-dot\"><\/i>&nbsp;&nbsp;Heol Evan Wynne, Pontlottyn CF81 9PQ<\/span>\t\t\t\t\t\t\t\t\t\t<span><i class=\"fa-solid fa-phone\"><\/i>&nbsp;&nbsp;01685 841228<\/span>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.visitcaerphilly.com\/cy\/rhestrau\/lord-nelson-pontlottyn-2-2\/\">Mwy am Lord Nelson, Pontlotyn ><\/a>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t<\/section>\n\t<\/div>\n\n","protected":false},"featured_media":14141,"template":"","meta":{"_acf_changed":true,"inline_featured_image":false,"_links_to":"","_links_to_target":""},"class_list":["post-14040","town_centres","type-town_centres","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Canol Tref Bargod | Visit Caerphilly<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.visitcaerphilly.com\/cy\/canol-tref\/bargoed\/\" \/>\n<meta property=\"og:locale\" content=\"cy_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Canol Tref Bargod | Visit Caerphilly\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.visitcaerphilly.com\/cy\/canol-tref\/bargoed\/\" \/>\n<meta property=\"og:site_name\" content=\"Visit Caerphilly\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-13T16:00:28+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.visitcaerphilly.com\/wp-content\/uploads\/2025\/05\/VZTA-Bargoed-189-scaled.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1707\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.visitcaerphilly.com\\\/cy\\\/canol-tref\\\/bargoed\\\/\",\"url\":\"https:\\\/\\\/www.visitcaerphilly.com\\\/cy\\\/canol-tref\\\/bargoed\\\/\",\"name\":\"Canol Tref Bargod | Visit Caerphilly\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.visitcaerphilly.com\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.visitcaerphilly.com\\\/cy\\\/canol-tref\\\/bargoed\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.visitcaerphilly.com\\\/cy\\\/canol-tref\\\/bargoed\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.visitcaerphilly.com\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/VZTA-Bargoed-189-scaled.jpg\",\"datePublished\":\"2025-05-22T14:01:54+00:00\",\"dateModified\":\"2025-10-13T16:00:28+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.visitcaerphilly.com\\\/cy\\\/canol-tref\\\/bargoed\\\/#breadcrumb\"},\"inLanguage\":\"cy-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.visitcaerphilly.com\\\/cy\\\/canol-tref\\\/bargoed\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"cy-GB\",\"@id\":\"https:\\\/\\\/www.visitcaerphilly.com\\\/cy\\\/canol-tref\\\/bargoed\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.visitcaerphilly.com\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/VZTA-Bargoed-189-scaled.jpg\",\"contentUrl\":\"https:\\\/\\\/www.visitcaerphilly.com\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/VZTA-Bargoed-189-scaled.jpg\",\"width\":2560,\"height\":1707},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.visitcaerphilly.com\\\/cy\\\/canol-tref\\\/bargoed\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Hafan\",\"item\":\"https:\\\/\\\/www.visitcaerphilly.com\\\/cy\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Town Centres\",\"item\":\"https:\\\/\\\/www.visitcaerphilly.com\\\/en\\\/town-centres\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Canol Tref Bargod\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.visitcaerphilly.com\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/www.visitcaerphilly.com\\\/en\\\/\",\"name\":\"Visit Caerphilly\",\"description\":\"Visit Caerphilly\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.visitcaerphilly.com\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"cy-GB\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Canol Tref Bargod | Visit Caerphilly","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.visitcaerphilly.com\/cy\/canol-tref\/bargoed\/","og_locale":"cy_GB","og_type":"article","og_title":"Canol Tref Bargod | Visit Caerphilly","og_url":"https:\/\/www.visitcaerphilly.com\/cy\/canol-tref\/bargoed\/","og_site_name":"Visit Caerphilly","article_modified_time":"2025-10-13T16:00:28+00:00","og_image":[{"width":2560,"height":1707,"url":"https:\/\/www.visitcaerphilly.com\/wp-content\/uploads\/2025\/05\/VZTA-Bargoed-189-scaled.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.visitcaerphilly.com\/cy\/canol-tref\/bargoed\/","url":"https:\/\/www.visitcaerphilly.com\/cy\/canol-tref\/bargoed\/","name":"Canol Tref Bargod | Visit Caerphilly","isPartOf":{"@id":"https:\/\/www.visitcaerphilly.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.visitcaerphilly.com\/cy\/canol-tref\/bargoed\/#primaryimage"},"image":{"@id":"https:\/\/www.visitcaerphilly.com\/cy\/canol-tref\/bargoed\/#primaryimage"},"thumbnailUrl":"https:\/\/www.visitcaerphilly.com\/wp-content\/uploads\/2025\/05\/VZTA-Bargoed-189-scaled.jpg","datePublished":"2025-05-22T14:01:54+00:00","dateModified":"2025-10-13T16:00:28+00:00","breadcrumb":{"@id":"https:\/\/www.visitcaerphilly.com\/cy\/canol-tref\/bargoed\/#breadcrumb"},"inLanguage":"cy-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.visitcaerphilly.com\/cy\/canol-tref\/bargoed\/"]}]},{"@type":"ImageObject","inLanguage":"cy-GB","@id":"https:\/\/www.visitcaerphilly.com\/cy\/canol-tref\/bargoed\/#primaryimage","url":"https:\/\/www.visitcaerphilly.com\/wp-content\/uploads\/2025\/05\/VZTA-Bargoed-189-scaled.jpg","contentUrl":"https:\/\/www.visitcaerphilly.com\/wp-content\/uploads\/2025\/05\/VZTA-Bargoed-189-scaled.jpg","width":2560,"height":1707},{"@type":"BreadcrumbList","@id":"https:\/\/www.visitcaerphilly.com\/cy\/canol-tref\/bargoed\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Hafan","item":"https:\/\/www.visitcaerphilly.com\/cy\/"},{"@type":"ListItem","position":2,"name":"Town Centres","item":"https:\/\/www.visitcaerphilly.com\/en\/town-centres\/"},{"@type":"ListItem","position":3,"name":"Canol Tref Bargod"}]},{"@type":"WebSite","@id":"https:\/\/www.visitcaerphilly.com\/en\/#website","url":"https:\/\/www.visitcaerphilly.com\/en\/","name":"Visit Caerphilly","description":"Visit Caerphilly","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.visitcaerphilly.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"cy-GB"}]}},"_links":{"self":[{"href":"https:\/\/www.visitcaerphilly.com\/cy\/wp-json\/wp\/v2\/town_centres\/14040","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.visitcaerphilly.com\/cy\/wp-json\/wp\/v2\/town_centres"}],"about":[{"href":"https:\/\/www.visitcaerphilly.com\/cy\/wp-json\/wp\/v2\/types\/town_centres"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.visitcaerphilly.com\/cy\/wp-json\/wp\/v2\/media\/14141"}],"wp:attachment":[{"href":"https:\/\/www.visitcaerphilly.com\/cy\/wp-json\/wp\/v2\/media?parent=14040"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}