{"id":27,"date":"2017-08-19T22:24:18","date_gmt":"2017-08-19T22:24:18","guid":{"rendered":"http:\/\/pediatr-recice.cz\/?page_id=27"},"modified":"2018-01-01T20:31:09","modified_gmt":"2018-01-01T20:31:09","slug":"kontakt","status":"publish","type":"page","link":"https:\/\/pediatr-recice.cz\/uvodni-stranka-aktuality\/kontakt\/","title":{"rendered":"Kontakt"},"content":{"rendered":"<p><strong>L\u00e9ka\u0159<\/strong>: MUDr. Jana Sedl\u00e1\u010dkov\u00e1<\/p>\n<p><strong>Sestra<\/strong>: Martina Mich\u00e1lkov\u00e1<\/p>\n<p><strong>Telefon<\/strong>: \u00a0725 373 032<\/p>\n<p><strong>E-mail<\/strong>: ja.sedlackova@seznam.cz<\/p>\n<p>&nbsp;<\/p>\n<table style=\"height: 86px;\" width=\"391\">\n<tbody>\n<tr>\n<td style=\"width: 188px;\"><strong>Adresa K. \u0158e\u010dice<\/strong><\/td>\n<td style=\"width: 188px;\">\n<p style=\"text-align: left;\">Ben\u00e1tky 672<\/p>\n<p style=\"text-align: left;\">378 21 Karda\u0161ova \u0158e\u010dice<\/p>\n<p>            <script type=\"text\/javascript\">\r\n                jQuery(document).ready(function ($) {\r\n                    var wgm_map = new google.maps.Map(document.getElementById(\"srm_gmp_embed_1\"), {\r\n                        center: new google.maps.LatLng(49.18333879999999,14.85189600000001),\r\n                        zoom:13,\r\n                        mapTypeId: google.maps.MapTypeId.ROADMAP,\r\n                        scrollwheel: true,\r\n                        zoomControl: true,\r\n                        mapTypeControl: true,\r\n                        streetViewControl: true,\r\n                        fullscreenControl: true,\r\n                        draggable: true,\r\n                        disableDoubleClickZoom: false,\r\n                        panControl: true                    });\r\n                    var wgm_theme_json = '';\r\n                    if (wgm_theme_json.length > 0) {\r\n                        wgm_map.setOptions({styles: JSON.parse(wgm_theme_json)});\r\n                    }\r\n                    \/\/ To view directions form and data\r\n                                        var wgm_data_1 = {\r\n                        'action': 'wpgmapembed_p_get_markers_by_map_id',\r\n                        'data': {\r\n                            map_id: '406',\r\n                            ajax_nonce: '6f7998c78b'\r\n                        }\r\n                    };\r\n                    var wgm_ajaxurl_1 = 'https:\/\/pediatr-recice.cz\/wp-admin\/admin-ajax.php'\r\n                    jQuery.post(wgm_ajaxurl_1, wgm_data_1, function (response) {\r\n                        response = JSON.parse(response);\r\n                        if (response.markers.length === 1) {\r\n                            var wgm_marker_to_1 = response.markers[0].marker_desc.replace(\/&gt;\/g, '>').replace(\/&lt;\/g, '<');\r\n                            jQuery('#srm_gmap_to_1').val(wgm_marker_to_1.replace(\/(<([^>]+)>)\/gi, \"\"));\r\n                        }\r\n                        var wgm_default_marker_icon_1 = 'https:\/\/maps.gstatic.com\/mapfiles\/api-3\/images\/spotlight-poi2.png';\r\n                        if (response.markers.length > 0) {\r\n                            var custom_markers = [];\r\n                            var custom_marker_infowindows = [];\r\n                            response.markers.forEach(function (wgm_marker, i) {\r\n                                var wgm_marker_lat_lng_1 = wgm_marker.lat_lng.split(',');\r\n                                wgm_custom_marker_1 = new google.maps.Marker({\r\n                                    position: new google.maps.LatLng(wgm_marker_lat_lng_1[0], wgm_marker_lat_lng_1[1]),\r\n                                    title: wgm_marker.marker_name,\r\n                                    animation: google.maps.Animation.DROP,\r\n                                    icon: (wgm_marker.icon === '') ? wgm_default_marker_icon_1 : wgm_marker.icon\r\n                                });\r\n                                custom_markers[i] = wgm_custom_marker_1;\r\n                                wgm_custom_marker_1.setMap(wgm_map);\r\n                                var wgm_marker_name_1 = (wgm_marker.marker_name !== null) ? ('<span class=\"info_content_title\" style=\"font-size:18px;font-weight: bold;font-family: Arial;\">'\r\n                                    + wgm_marker.marker_name +\r\n                                    '<\/span><br\/>') : '';\r\n                                wgm_marker.marker_desc = wgm_marker.marker_desc.replace(\/&gt;\/g, '>').replace(\/&lt;\/g, '<');\r\n                                custom_marker_infowindow = new google.maps.InfoWindow({\r\n                                    content: wgm_marker_name_1 + wgm_marker.marker_desc\r\n                                });\r\n                                custom_marker_infowindows[i] = custom_marker_infowindow;\r\n                                if (wgm_marker.show_desc_by_default === '1') {\r\n                                    custom_marker_infowindow.open({\r\n                                        anchor: wgm_custom_marker_1,\r\n                                        shouldFocus: false\r\n                                    });\r\n                                } else {\r\n                                    google.maps.event.addListener(wgm_custom_marker_1, 'click', function () {\r\n                                        custom_marker_infowindows[i].open({\r\n                                            anchor: custom_markers[i],\r\n                                            shouldFocus: false\r\n                                        });\r\n                                    });\r\n                                }\r\n                                if (wgm_marker.have_marker_link === '1') {\r\n                                    google.maps.event.addListener(wgm_custom_marker_1, 'click', function () {\r\n                                        var wgm_target = '_self';\r\n                                        if (wgm_marker.marker_link_new_tab === '1') {\r\n                                            wgm_target = '_blank';\r\n                                        }\r\n                                        window.open(wgm_marker.marker_link, wgm_target);\r\n                                    });\r\n                                }\r\n                            });\r\n                        }\r\n                    });\r\n                });\r\n\r\n            <\/script>\r\n\r\n            <div id=\"srm_gmp_embed_1\"\r\n                 style=\"width:100% !important;height:300px  !important; \">\r\n            <\/div>\r\n                    <\/td>\n<\/tr>\n<tr>\n<td style=\"width: 188px;\"><strong>Adresa De\u0161tn\u00e1<\/strong><\/td>\n<td style=\"width: 188px;\">\n<p style=\"text-align: left;\">Sportovn\u00ed 313<\/p>\n<p style=\"text-align: left;\">378 25 \u00a0De\u0161tn\u00e1<\/p>\n<p>            <script type=\"text\/javascript\">\r\n                jQuery(document).ready(function ($) {\r\n                    var wgm_map = new google.maps.Map(document.getElementById(\"srm_gmp_embed_2\"), {\r\n                        center: new google.maps.LatLng(49.265865503861235,14.92237776508182),\r\n                        zoom:13,\r\n                        mapTypeId: google.maps.MapTypeId.ROADMAP,\r\n                        scrollwheel: true,\r\n                        zoomControl: true,\r\n                        mapTypeControl: true,\r\n                        streetViewControl: true,\r\n                        fullscreenControl: true,\r\n                        draggable: true,\r\n                        disableDoubleClickZoom: false,\r\n                        panControl: true                    });\r\n                    var wgm_theme_json = '';\r\n                    if (wgm_theme_json.length > 0) {\r\n                        wgm_map.setOptions({styles: JSON.parse(wgm_theme_json)});\r\n                    }\r\n                    \/\/ To view directions form and data\r\n                                        var wgm_data_2 = {\r\n                        'action': 'wpgmapembed_p_get_markers_by_map_id',\r\n                        'data': {\r\n                            map_id: '417',\r\n                            ajax_nonce: '6f7998c78b'\r\n                        }\r\n                    };\r\n                    var wgm_ajaxurl_2 = 'https:\/\/pediatr-recice.cz\/wp-admin\/admin-ajax.php'\r\n                    jQuery.post(wgm_ajaxurl_2, wgm_data_2, function (response) {\r\n                        response = JSON.parse(response);\r\n                        if (response.markers.length === 1) {\r\n                            var wgm_marker_to_2 = response.markers[0].marker_desc.replace(\/&gt;\/g, '>').replace(\/&lt;\/g, '<');\r\n                            jQuery('#srm_gmap_to_2').val(wgm_marker_to_2.replace(\/(<([^>]+)>)\/gi, \"\"));\r\n                        }\r\n                        var wgm_default_marker_icon_2 = 'https:\/\/maps.gstatic.com\/mapfiles\/api-3\/images\/spotlight-poi2.png';\r\n                        if (response.markers.length > 0) {\r\n                            var custom_markers = [];\r\n                            var custom_marker_infowindows = [];\r\n                            response.markers.forEach(function (wgm_marker, i) {\r\n                                var wgm_marker_lat_lng_2 = wgm_marker.lat_lng.split(',');\r\n                                wgm_custom_marker_2 = new google.maps.Marker({\r\n                                    position: new google.maps.LatLng(wgm_marker_lat_lng_2[0], wgm_marker_lat_lng_2[1]),\r\n                                    title: wgm_marker.marker_name,\r\n                                    animation: google.maps.Animation.DROP,\r\n                                    icon: (wgm_marker.icon === '') ? wgm_default_marker_icon_2 : wgm_marker.icon\r\n                                });\r\n                                custom_markers[i] = wgm_custom_marker_2;\r\n                                wgm_custom_marker_2.setMap(wgm_map);\r\n                                var wgm_marker_name_2 = (wgm_marker.marker_name !== null) ? ('<span class=\"info_content_title\" style=\"font-size:18px;font-weight: bold;font-family: Arial;\">'\r\n                                    + wgm_marker.marker_name +\r\n                                    '<\/span><br\/>') : '';\r\n                                wgm_marker.marker_desc = wgm_marker.marker_desc.replace(\/&gt;\/g, '>').replace(\/&lt;\/g, '<');\r\n                                custom_marker_infowindow = new google.maps.InfoWindow({\r\n                                    content: wgm_marker_name_2 + wgm_marker.marker_desc\r\n                                });\r\n                                custom_marker_infowindows[i] = custom_marker_infowindow;\r\n                                if (wgm_marker.show_desc_by_default === '1') {\r\n                                    custom_marker_infowindow.open({\r\n                                        anchor: wgm_custom_marker_2,\r\n                                        shouldFocus: false\r\n                                    });\r\n                                } else {\r\n                                    google.maps.event.addListener(wgm_custom_marker_2, 'click', function () {\r\n                                        custom_marker_infowindows[i].open({\r\n                                            anchor: custom_markers[i],\r\n                                            shouldFocus: false\r\n                                        });\r\n                                    });\r\n                                }\r\n                                if (wgm_marker.have_marker_link === '1') {\r\n                                    google.maps.event.addListener(wgm_custom_marker_2, 'click', function () {\r\n                                        var wgm_target = '_self';\r\n                                        if (wgm_marker.marker_link_new_tab === '1') {\r\n                                            wgm_target = '_blank';\r\n                                        }\r\n                                        window.open(wgm_marker.marker_link, wgm_target);\r\n                                    });\r\n                                }\r\n                            });\r\n                        }\r\n                    });\r\n                });\r\n\r\n            <\/script>\r\n\r\n            <div id=\"srm_gmp_embed_2\"\r\n                 style=\"width:100% !important;height:300px  !important; \">\r\n            <\/div>\r\n                    <\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>L\u00e9ka\u0159: MUDr. Jana Sedl\u00e1\u010dkov\u00e1 Sestra: Martina Mich\u00e1lkov\u00e1 Telefon: \u00a0725 373 032 E-mail: ja.sedlackova@seznam.cz &nbsp; Adresa K. \u0158e\u010dice Ben\u00e1tky 672 378 21 Karda\u0161ova \u0158e\u010dice Adresa De\u0161tn\u00e1 Sportovn\u00ed 313 378 25 \u00a0De\u0161tn\u00e1 &nbsp;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-27","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/pediatr-recice.cz\/uvodni-stranka-aktuality\/wp-json\/wp\/v2\/pages\/27","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pediatr-recice.cz\/uvodni-stranka-aktuality\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/pediatr-recice.cz\/uvodni-stranka-aktuality\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/pediatr-recice.cz\/uvodni-stranka-aktuality\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pediatr-recice.cz\/uvodni-stranka-aktuality\/wp-json\/wp\/v2\/comments?post=27"}],"version-history":[{"count":15,"href":"https:\/\/pediatr-recice.cz\/uvodni-stranka-aktuality\/wp-json\/wp\/v2\/pages\/27\/revisions"}],"predecessor-version":[{"id":765,"href":"https:\/\/pediatr-recice.cz\/uvodni-stranka-aktuality\/wp-json\/wp\/v2\/pages\/27\/revisions\/765"}],"wp:attachment":[{"href":"https:\/\/pediatr-recice.cz\/uvodni-stranka-aktuality\/wp-json\/wp\/v2\/media?parent=27"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}