{"id":34,"date":"2016-12-31T17:28:36","date_gmt":"2016-12-31T17:28:36","guid":{"rendered":"https:\/\/nerissasplace.org\/he\/?page_id=34"},"modified":"2018-10-16T08:44:08","modified_gmt":"2018-10-16T06:44:08","slug":"%d7%90%d7%99%d7%9a-%d7%9e%d7%92%d7%99%d7%a2%d7%99%d7%9d","status":"publish","type":"page","link":"https:\/\/nerissasplace.org\/he\/%d7%90%d7%99%d7%9a-%d7%9e%d7%92%d7%99%d7%a2%d7%99%d7%9d\/","title":{"rendered":"\u05d0\u05d9\u05da \u05de\u05d2\u05d9\u05e2\u05d9\u05dd"},"content":{"rendered":"<p>\u05e2\u05d1\u05e8\u05e0\u05d5 \u05dc\u05de\u05e7\u05d5\u05dd \u05d7\u05d3\u05e9 \u05d5\u05de\u05e7\u05e1\u05d9\u05dd \u05d1\u05de\u05ea\u05d7\u05dd \u05d4\u05de\u05ea\u05e0&quot;\u05e1 &#8211; \u05e9\u05dc\u05d5\u05d7\u05ea \u05d4\u05d6\u05d9\u05ea! \u05db\u05e0\u05d9\u05e1\u05d4 \u05d3\u05e8\u05da \u05d4\u05e9\u05e2\u05e8 \u05d1\u05e8\u05d7\u05d5\u05d1 \u05e8\u05d7\u05dc \u05d0\u05d9\u05de\u05e0\u05d5, \u05e4\u05e0\u05d9\u05d9\u05d4 \u05e9\u05de\u05d0\u05dc\u05d4 \u05de\u05d9\u05d3 \u05d0\u05d7\u05e8\u05d9 \u05de\u05d2\u05e8\u05e9 \u05d4\u05d7\u05e0\u05d9\u05d9\u05d4. \u05d7\u05e4\u05e9\u05d5 \u05d0\u05d5\u05ea\u05e0\u05d5 \u05d1-WAZE: &quot;\u05d0\u05e6\u05dc \u05e0\u05e8\u05d9\u05e1\u05d4&quot;<\/p>\n            <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(31.668667, 35.162889),\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 = null;\r\n                    if (wgm_theme_json && wgm_theme_json.length > 0) {\r\n                        try {\r\n                            wgm_map.setOptions({ styles: JSON.parse(wgm_theme_json) });\r\n                        } catch (e) {\r\n                            console.error('Invalid map theme JSON:', e);\r\n                        }\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                        _wgm_p_nonce: 'fb989a826a',\r\n                        'data': {\r\n                            map_id: '45'\r\n                        }\r\n                    };\r\n                    var wgm_ajaxurl_1 = 'https:\/\/nerissasplace.org\/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;\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                                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                    \n<div id=\"themify_builder_content-34\" data-postid=\"34\" class=\"themify_builder_content themify_builder_content-34 themify_builder\">\n    <\/div>\n<!-- \/themify_builder_content -->","protected":false},"excerpt":{"rendered":"<p>\u05e2\u05d1\u05e8\u05e0\u05d5 \u05dc\u05de\u05e7\u05d5\u05dd \u05d7\u05d3\u05e9 \u05d5\u05de\u05e7\u05e1\u05d9\u05dd \u05d1\u05de\u05ea\u05d7\u05dd \u05d4\u05de\u05ea\u05e0&quot;\u05e1 &#8211; \u05e9\u05dc\u05d5\u05d7\u05ea \u05d4\u05d6\u05d9\u05ea! \u05db\u05e0\u05d9\u05e1\u05d4 \u05d3\u05e8\u05da \u05d4\u05e9\u05e2\u05e8 \u05d1\u05e8\u05d7\u05d5\u05d1 \u05e8\u05d7\u05dc \u05d0\u05d9\u05de\u05e0\u05d5, \u05e4\u05e0\u05d9\u05d9\u05d4 \u05e9\u05de\u05d0\u05dc\u05d4 \u05de\u05d9\u05d3 \u05d0\u05d7\u05e8\u05d9 \u05de\u05d2\u05e8\u05e9 \u05d4\u05d7\u05e0\u05d9\u05d9\u05d4. \u05d7\u05e4\u05e9\u05d5 \u05d0\u05d5\u05ea\u05e0\u05d5 \u05d1-WAZE: &quot;\u05d0\u05e6\u05dc \u05e0\u05e8\u05d9\u05e1\u05d4&quot;<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-34","page","type-page","status-publish","hentry","has-post-title","has-post-date","has-post-category","has-post-tag","has-post-comment","has-post-author",""],"builder_content":"","_links":{"self":[{"href":"https:\/\/nerissasplace.org\/he\/wp-json\/wp\/v2\/pages\/34","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nerissasplace.org\/he\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/nerissasplace.org\/he\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/nerissasplace.org\/he\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/nerissasplace.org\/he\/wp-json\/wp\/v2\/comments?post=34"}],"version-history":[{"count":9,"href":"https:\/\/nerissasplace.org\/he\/wp-json\/wp\/v2\/pages\/34\/revisions"}],"predecessor-version":[{"id":6228,"href":"https:\/\/nerissasplace.org\/he\/wp-json\/wp\/v2\/pages\/34\/revisions\/6228"}],"wp:attachment":[{"href":"https:\/\/nerissasplace.org\/he\/wp-json\/wp\/v2\/media?parent=34"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}