"<div class=\"about-desc home-page-custom-box\">\n        <h5>Description<\/h5>\n        <div id=\"description-container\">\n            <p id=\"description\">Institution myself often into street good. List simple hope blue evening husband. Three owner worry along stop.\r\n Recent national light plan guy media. Believe production degree deal sit.<\/p>\n        <\/div>\n        <a href=\"javaScript:;\" class=\"agent-read-more\">Read More<\/a>\n    <\/div>\n<div class=\"about-desc area-map \">\n    <h5>Area Of Specialty(1)<\/h5>\n    <div id=\"google-map\" style=\"border: 0; height: 300px; width: 100%;\"><\/div>\n<\/div>\n\n<script>\n    function initMap() {\n        var map = new google.maps.Map(document.getElementById('google-map'), {\n            center: {lat: 24.387440014496764, lng: 54.58312511444091},\n            zoom: 10\n        });\n        var locations = [\n                            {\n                lat: 25.1941284, lng: 55.2883048},\n                    ];\n        locations.forEach(function (location) {\n            var marker = new google.maps.Marker({\n                position: location,\n                map: map\n            });\n        });\n\n    }\n\n    \/\/ for load more description\n    var fullDescription = $(\"#description\").text();\n    var shortDescription = fullDescription.substring(0, 100);\n    $(\"#description\").text(shortDescription);\n\n    $(\".agent-read-more\").click(function () {\n        var $this = $(this);\n        var isExpanded = $this.data('expanded') || false;\n\n        if (!isExpanded) {\n            $(\"#description\").text(fullDescription);\n            $this.text(\"Read Less\");\n        } else {\n            $(\"#description\").text(shortDescription);\n            $this.text(\"Read More\");\n        }\n\n        $this.data('expanded', !isExpanded);\n    });\n    \/\/\/end load more description\n<\/script>\n<script async defer\n        src=\"https:\/\/maps.googleapis.com\/maps\/api\/js?key=AIzaSyCemgDo_VgmEafCNhDyDzzaGcV8-wMv018&callback=initMap&libraries=places&v=3.49\"><\/script>\n"