google.maps.event.trigger(map, 'resize');close: function() {
}$( "#dataTable tbody" ).on( "click", "tr", function() {
console.log( $( this ).text() );
}); $(".contain").on("click", function() {
$(this).find(".burger").toggleClass("active");
$(".menu").toggleClass("open");
}) .statiya{
color: #444;
font-size:14px;
font-weight:bold;
}.statiya h1, .statiya p {
font-size:16px;
}
.statiya h1{
color: #000;
}
.statiya img{
max-width:100%;
}