-- phpMyAdmin SQL Dump
-- version 5.2.2
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Sep 04, 2025 at 05:32 AM
-- Server version: 10.11.14-MariaDB
-- PHP Version: 8.3.23

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

--
-- Database: `dalemari_wp962`
--

-- --------------------------------------------------------

--
-- Table structure for table `crypto_files`
--

CREATE TABLE `crypto_files` (
  `fileID` int(11) UNSIGNED NOT NULL,
  `fileTitle` varchar(100) NOT NULL DEFAULT '',
  `active` tinyint(1) NOT NULL DEFAULT 1,
  `fileName` varchar(100) NOT NULL DEFAULT '',
  `fileUrl` varchar(255) NOT NULL DEFAULT '',
  `fileSize` double(15,0) NOT NULL DEFAULT 0,
  `fileText` text DEFAULT NULL,
  `priceUSD` double(10,2) NOT NULL DEFAULT 0.00,
  `priceCoin` double(17,5) NOT NULL DEFAULT 0.00000,
  `priceLabel` varchar(6) NOT NULL DEFAULT '',
  `purchases` mediumint(8) NOT NULL DEFAULT 0,
  `userFormat` enum('MANUAL','COOKIE','SESSION','IPADDRESS') NOT NULL,
  `expiryPeriod` varchar(15) NOT NULL DEFAULT '',
  `lang` varchar(2) NOT NULL DEFAULT '',
  `defCoin` varchar(5) NOT NULL DEFAULT '',
  `defShow` tinyint(1) NOT NULL DEFAULT 1,
  `image` varchar(100) NOT NULL DEFAULT '',
  `imageWidth` smallint(5) NOT NULL DEFAULT 0,
  `priceShow` tinyint(1) NOT NULL DEFAULT 1,
  `paymentCnt` smallint(5) NOT NULL DEFAULT 0,
  `paymentTime` datetime DEFAULT NULL,
  `updatetime` datetime DEFAULT NULL,
  `createtime` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `crypto_membership`
--

CREATE TABLE `crypto_membership` (
  `membID` int(11) UNSIGNED NOT NULL,
  `userID` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `paymentID` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `startDate` datetime DEFAULT NULL,
  `endDate` datetime DEFAULT NULL,
  `disabled` tinyint(1) UNSIGNED NOT NULL DEFAULT 0,
  `recordCreated` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `crypto_payments`
--

CREATE TABLE `crypto_payments` (
  `paymentID` int(11) UNSIGNED NOT NULL,
  `boxID` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `boxType` enum('paymentbox','captchabox') NOT NULL,
  `orderID` varchar(50) NOT NULL DEFAULT '',
  `userID` varchar(50) NOT NULL DEFAULT '',
  `countryID` varchar(3) NOT NULL DEFAULT '',
  `coinLabel` varchar(6) NOT NULL DEFAULT '',
  `amount` double(20,8) NOT NULL DEFAULT 0.00000000,
  `amountUSD` double(20,8) NOT NULL DEFAULT 0.00000000,
  `unrecognised` tinyint(1) UNSIGNED NOT NULL DEFAULT 0,
  `addr` varchar(34) NOT NULL DEFAULT '',
  `txID` char(64) NOT NULL DEFAULT '',
  `txDate` datetime DEFAULT NULL,
  `txConfirmed` tinyint(1) UNSIGNED NOT NULL DEFAULT 0,
  `txCheckDate` datetime DEFAULT NULL,
  `processed` tinyint(1) UNSIGNED NOT NULL DEFAULT 0,
  `processedDate` datetime DEFAULT NULL,
  `recordCreated` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `crypto_products`
--

CREATE TABLE `crypto_products` (
  `productID` int(11) UNSIGNED NOT NULL,
  `productTitle` varchar(100) NOT NULL DEFAULT '',
  `active` tinyint(1) NOT NULL DEFAULT 1,
  `priceUSD` double(10,2) NOT NULL DEFAULT 0.00,
  `priceCoin` double(17,5) NOT NULL DEFAULT 0.00000,
  `priceLabel` varchar(6) NOT NULL DEFAULT '',
  `purchases` mediumint(8) NOT NULL DEFAULT 0,
  `expiryPeriod` varchar(15) NOT NULL DEFAULT '',
  `lang` varchar(2) NOT NULL DEFAULT '',
  `defCoin` varchar(5) NOT NULL DEFAULT '',
  `defShow` tinyint(1) NOT NULL DEFAULT 1,
  `productText` text DEFAULT NULL,
  `finalText` text DEFAULT NULL,
  `emailUser` tinyint(1) NOT NULL DEFAULT 1,
  `emailUserFrom` varchar(50) NOT NULL DEFAULT '',
  `emailUserTitle` varchar(100) NOT NULL DEFAULT '',
  `emailUserBody` text DEFAULT NULL,
  `emailAdmin` tinyint(1) NOT NULL DEFAULT 1,
  `emailAdminFrom` varchar(50) NOT NULL DEFAULT '',
  `emailAdminTo` text DEFAULT NULL,
  `emailAdminTitle` varchar(100) NOT NULL DEFAULT '',
  `emailAdminBody` text DEFAULT NULL,
  `paymentCnt` smallint(5) NOT NULL DEFAULT 0,
  `paymentTime` datetime DEFAULT NULL,
  `updatetime` datetime DEFAULT NULL,
  `createtime` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wpir_ait_eventspro_dates`
--

CREATE TABLE `wpir_ait_eventspro_dates` (
  `id` mediumint(9) NOT NULL,
  `post_id` mediumint(9) NOT NULL,
  `date_from` datetime DEFAULT NULL,
  `date_to` datetime DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wpir_ait_foodmenu_dates`
--

CREATE TABLE `wpir_ait_foodmenu_dates` (
  `id` mediumint(9) NOT NULL,
  `post_id` mediumint(9) NOT NULL,
  `date_from` date DEFAULT NULL,
  `date_to` date DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wpir_ait_foodmenu_dates`
--

INSERT INTO `wpir_ait_foodmenu_dates` (`id`, `post_id`, `date_from`, `date_to`) VALUES
(1, 75, '2020-01-13', '2021-01-08'),
(2, 866, '2020-01-14', '2020-01-14'),
(3, 868, '2020-01-14', '2020-01-14'),
(4, 870, '2020-01-14', '2021-01-13'),
(8, 1481, '2020-01-20', '2020-01-20'),
(11, 1483, '2020-01-20', '2020-01-20'),
(17, 1506, '2020-01-14', '2020-01-14'),
(16, 1507, '2020-01-14', '2020-01-14'),
(15, 1509, '2020-01-14', '2020-01-14'),
(18, 1511, '2020-01-14', '2020-01-14'),
(22, 1512, '2020-01-31', NULL),
(23, 1513, '2020-01-14', '2020-01-14');

-- --------------------------------------------------------

--
-- Table structure for table `wpir_ait_item_foodmenus`
--

CREATE TABLE `wpir_ait_item_foodmenus` (
  `id` mediumint(20) NOT NULL,
  `item_id` varchar(20) NOT NULL,
  `menu_id` varchar(20) NOT NULL,
  `menu_type_id` varchar(8) NOT NULL,
  `food_type_id` varchar(8) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wpir_ait_item_foodmenus`
--

INSERT INTO `wpir_ait_item_foodmenus` (`id`, `item_id`, `menu_id`, `menu_type_id`, `food_type_id`) VALUES
(1, '62', '75', '51276b24', 'da216b0b'),
(2, '62', '866', '51276b24', 'da216b0b'),
(3, '62', '868', '51276b24', 'da216b0b'),
(4, '62', '870', 'a10e9139', '28ee93fb'),
(5, '1470', '1481', '91e662ae', '1cd8ca7c'),
(6, '1470', '1483', '51276b24', 'da216b0b'),
(7, '538', '1509', '51276b24', '28ee93fb'),
(8, '538', '1507', '1f617927', '1cd8ca7c'),
(9, '100', '1506', 'fb3e90fa', '28ee93fb'),
(10, '100', '1511', '51276b24', 'da216b0b'),
(11, '100', '1512', 'a10e9139', 'da216b0b'),
(12, '141', '1513', '51276b24', 'da216b0b');

-- --------------------------------------------------------

--
-- Table structure for table `wpir_commentmeta`
--

CREATE TABLE `wpir_commentmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `comment_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wpir_comments`
--

CREATE TABLE `wpir_comments` (
  `comment_ID` bigint(20) UNSIGNED NOT NULL,
  `comment_post_ID` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `comment_author` tinytext NOT NULL,
  `comment_author_email` varchar(100) NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) NOT NULL DEFAULT '',
  `comment_type` varchar(20) NOT NULL DEFAULT '',
  `comment_parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpir_comments`
--

INSERT INTO `wpir_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES
(1, 1, 'A WordPress Commenter', 'wapuu@wordpress.example', 'https://wordpress.org/', '', '2020-01-12 19:20:14', '2020-01-12 19:20:14', 'Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://gravatar.com\">Gravatar</a>.', 0, '1', '', '', 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `wpir_links`
--

CREATE TABLE `wpir_links` (
  `link_id` bigint(20) UNSIGNED NOT NULL,
  `link_url` varchar(255) NOT NULL DEFAULT '',
  `link_name` varchar(255) NOT NULL DEFAULT '',
  `link_image` varchar(255) NOT NULL DEFAULT '',
  `link_target` varchar(25) NOT NULL DEFAULT '',
  `link_description` varchar(255) NOT NULL DEFAULT '',
  `link_visible` varchar(20) NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) UNSIGNED NOT NULL DEFAULT 1,
  `link_rating` int(11) NOT NULL DEFAULT 0,
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) NOT NULL DEFAULT '',
  `link_notes` mediumtext NOT NULL,
  `link_rss` varchar(255) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wpir_loginizer_logs`
--

CREATE TABLE `wpir_loginizer_logs` (
  `username` varchar(255) NOT NULL DEFAULT '',
  `time` int(10) NOT NULL DEFAULT 0,
  `count` int(10) NOT NULL DEFAULT 0,
  `lockout` int(10) NOT NULL DEFAULT 0,
  `ip` varchar(255) NOT NULL DEFAULT '',
  `url` varchar(255) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wpir_options`
--

CREATE TABLE `wpir_options` (
  `option_id` bigint(20) UNSIGNED NOT NULL,
  `option_name` varchar(191) NOT NULL DEFAULT '',
  `option_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL DEFAULT 'yes'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpir_options`
--

INSERT INTO `wpir_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'https://your420map.com/web', 'yes'),
(2, 'home', 'https://your420map.com/web', 'yes'),
(3, 'blogname', 'your420map.com', 'yes'),
(4, 'blogdescription', 'Your Source For All Things 420!', 'yes'),
(5, 'users_can_register', '1', 'yes'),
(6, 'admin_email', 'admin@your420map.com', 'yes'),
(7, 'start_of_week', '0', 'yes'),
(8, 'use_balanceTags', '0', 'yes'),
(9, 'use_smilies', '1', 'yes'),
(10, 'require_name_email', '1', 'yes'),
(11, 'comments_notify', '1', 'yes'),
(12, 'posts_per_rss', '10', 'yes'),
(13, 'rss_use_excerpt', '1', 'yes'),
(14, 'mailserver_url', 'mail.example.com', 'yes'),
(15, 'mailserver_login', 'login@example.com', 'yes'),
(16, 'mailserver_pass', 'password', 'yes'),
(17, 'mailserver_port', '110', 'yes'),
(18, 'default_category', '1', 'yes'),
(19, 'default_comment_status', 'closed', 'yes'),
(20, 'default_ping_status', 'open', 'yes'),
(21, 'default_pingback_flag', '1', 'yes'),
(22, 'posts_per_page', '10', 'yes'),
(23, 'date_format', 'F j, Y', 'yes'),
(24, 'time_format', 'g:i a', 'yes'),
(25, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(26, 'comment_moderation', '', 'yes'),
(27, 'moderation_notify', '1', 'yes'),
(28, 'permalink_structure', '/%year%/%monthnum%/%day%/%postname%/', 'yes'),
(29, 'rewrite_rules', 'a:294:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:12:\"food-menu/?$\";s:33:\"index.php?post_type=ait-food-menu\";s:42:\"food-menu/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_type=ait-food-menu&feed=$matches[1]\";s:37:\"food-menu/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_type=ait-food-menu&feed=$matches[1]\";s:29:\"food-menu/page/([0-9]{1,})/?$\";s:51:\"index.php?post_type=ait-food-menu&paged=$matches[1]\";s:9:\"review/?$\";s:30:\"index.php?post_type=ait-review\";s:39:\"review/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?post_type=ait-review&feed=$matches[1]\";s:34:\"review/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?post_type=ait-review&feed=$matches[1]\";s:26:\"review/page/([0-9]{1,})/?$\";s:48:\"index.php?post_type=ait-review&paged=$matches[1]\";s:7:\"item/?$\";s:28:\"index.php?post_type=ait-item\";s:37:\"item/feed/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?post_type=ait-item&feed=$matches[1]\";s:32:\"item/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?post_type=ait-item&feed=$matches[1]\";s:24:\"item/page/([0-9]{1,})/?$\";s:46:\"index.php?post_type=ait-item&paged=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:48:\"filters/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?ait-items_filters=$matches[1]&feed=$matches[2]\";s:43:\"filters/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?ait-items_filters=$matches[1]&feed=$matches[2]\";s:24:\"filters/([^/]+)/embed/?$\";s:50:\"index.php?ait-items_filters=$matches[1]&embed=true\";s:36:\"filters/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?ait-items_filters=$matches[1]&paged=$matches[2]\";s:18:\"filters/([^/]+)/?$\";s:39:\"index.php?ait-items_filters=$matches[1]\";s:37:\"food-menu/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"food-menu/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"food-menu/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"food-menu/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"food-menu/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"food-menu/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"food-menu/([^/]+)/embed/?$\";s:46:\"index.php?ait-food-menu=$matches[1]&embed=true\";s:30:\"food-menu/([^/]+)/trackback/?$\";s:40:\"index.php?ait-food-menu=$matches[1]&tb=1\";s:50:\"food-menu/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?ait-food-menu=$matches[1]&feed=$matches[2]\";s:45:\"food-menu/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?ait-food-menu=$matches[1]&feed=$matches[2]\";s:38:\"food-menu/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?ait-food-menu=$matches[1]&paged=$matches[2]\";s:45:\"food-menu/([^/]+)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?ait-food-menu=$matches[1]&cpage=$matches[2]\";s:34:\"food-menu/([^/]+)(?:/([0-9]+))?/?$\";s:52:\"index.php?ait-food-menu=$matches[1]&page=$matches[2]\";s:26:\"food-menu/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"food-menu/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"food-menu/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"food-menu/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"food-menu/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"food-menu/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:59:\"ait-food-menu-tags/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?ait-food-menu-tags=$matches[1]&feed=$matches[2]\";s:54:\"ait-food-menu-tags/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?ait-food-menu-tags=$matches[1]&feed=$matches[2]\";s:35:\"ait-food-menu-tags/([^/]+)/embed/?$\";s:51:\"index.php?ait-food-menu-tags=$matches[1]&embed=true\";s:47:\"ait-food-menu-tags/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?ait-food-menu-tags=$matches[1]&paged=$matches[2]\";s:29:\"ait-food-menu-tags/([^/]+)/?$\";s:40:\"index.php?ait-food-menu-tags=$matches[1]\";s:34:\"review/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"review/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"review/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"review/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"review/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"review/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"review/([^/]+)/embed/?$\";s:43:\"index.php?ait-review=$matches[1]&embed=true\";s:27:\"review/([^/]+)/trackback/?$\";s:37:\"index.php?ait-review=$matches[1]&tb=1\";s:47:\"review/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?ait-review=$matches[1]&feed=$matches[2]\";s:42:\"review/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?ait-review=$matches[1]&feed=$matches[2]\";s:35:\"review/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?ait-review=$matches[1]&paged=$matches[2]\";s:42:\"review/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?ait-review=$matches[1]&cpage=$matches[2]\";s:31:\"review/([^/]+)(?:/([0-9]+))?/?$\";s:49:\"index.php?ait-review=$matches[1]&page=$matches[2]\";s:23:\"review/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"review/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:53:\"review/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"review/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"review/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"review/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:48:\"reviews/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?ait-reviews=$matches[1]&feed=$matches[2]\";s:43:\"reviews/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?ait-reviews=$matches[1]&feed=$matches[2]\";s:24:\"reviews/([^/]+)/embed/?$\";s:44:\"index.php?ait-reviews=$matches[1]&embed=true\";s:36:\"reviews/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?ait-reviews=$matches[1]&paged=$matches[2]\";s:18:\"reviews/([^/]+)/?$\";s:33:\"index.php?ait-reviews=$matches[1]\";s:40:\"ait-ad-space/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"ait-ad-space/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"ait-ad-space/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"ait-ad-space/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"ait-ad-space/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"ait-ad-space/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"ait-ad-space/([^/]+)/embed/?$\";s:45:\"index.php?ait-ad-space=$matches[1]&embed=true\";s:33:\"ait-ad-space/([^/]+)/trackback/?$\";s:39:\"index.php?ait-ad-space=$matches[1]&tb=1\";s:41:\"ait-ad-space/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?ait-ad-space=$matches[1]&paged=$matches[2]\";s:48:\"ait-ad-space/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?ait-ad-space=$matches[1]&cpage=$matches[2]\";s:37:\"ait-ad-space/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?ait-ad-space=$matches[1]&page=$matches[2]\";s:29:\"ait-ad-space/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"ait-ad-space/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"ait-ad-space/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"ait-ad-space/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"ait-ad-space/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"ait-ad-space/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:47:\"spaces/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?ait-spaces=$matches[1]&feed=$matches[2]\";s:42:\"spaces/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?ait-spaces=$matches[1]&feed=$matches[2]\";s:23:\"spaces/([^/]+)/embed/?$\";s:43:\"index.php?ait-spaces=$matches[1]&embed=true\";s:35:\"spaces/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?ait-spaces=$matches[1]&paged=$matches[2]\";s:17:\"spaces/([^/]+)/?$\";s:32:\"index.php?ait-spaces=$matches[1]\";s:35:\"ait-faq/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"ait-faq/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"ait-faq/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"ait-faq/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"ait-faq/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"ait-faq/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"ait-faq/([^/]+)/embed/?$\";s:40:\"index.php?ait-faq=$matches[1]&embed=true\";s:28:\"ait-faq/([^/]+)/trackback/?$\";s:34:\"index.php?ait-faq=$matches[1]&tb=1\";s:36:\"ait-faq/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?ait-faq=$matches[1]&paged=$matches[2]\";s:43:\"ait-faq/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?ait-faq=$matches[1]&cpage=$matches[2]\";s:32:\"ait-faq/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?ait-faq=$matches[1]&page=$matches[2]\";s:24:\"ait-faq/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"ait-faq/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"ait-faq/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"ait-faq/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"ait-faq/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"ait-faq/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:45:\"faqs/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?ait-faqs=$matches[1]&feed=$matches[2]\";s:40:\"faqs/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?ait-faqs=$matches[1]&feed=$matches[2]\";s:21:\"faqs/([^/]+)/embed/?$\";s:41:\"index.php?ait-faqs=$matches[1]&embed=true\";s:33:\"faqs/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?ait-faqs=$matches[1]&paged=$matches[2]\";s:15:\"faqs/([^/]+)/?$\";s:30:\"index.php?ait-faqs=$matches[1]\";s:39:\"ait-partner/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"ait-partner/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"ait-partner/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"ait-partner/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"ait-partner/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"ait-partner/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"ait-partner/([^/]+)/embed/?$\";s:44:\"index.php?ait-partner=$matches[1]&embed=true\";s:32:\"ait-partner/([^/]+)/trackback/?$\";s:38:\"index.php?ait-partner=$matches[1]&tb=1\";s:40:\"ait-partner/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?ait-partner=$matches[1]&paged=$matches[2]\";s:47:\"ait-partner/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?ait-partner=$matches[1]&cpage=$matches[2]\";s:36:\"ait-partner/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?ait-partner=$matches[1]&page=$matches[2]\";s:28:\"ait-partner/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"ait-partner/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"ait-partner/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"ait-partner/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"ait-partner/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"ait-partner/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:49:\"partners/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?ait-partners=$matches[1]&feed=$matches[2]\";s:44:\"partners/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?ait-partners=$matches[1]&feed=$matches[2]\";s:25:\"partners/([^/]+)/embed/?$\";s:45:\"index.php?ait-partners=$matches[1]&embed=true\";s:37:\"partners/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?ait-partners=$matches[1]&paged=$matches[2]\";s:19:\"partners/([^/]+)/?$\";s:34:\"index.php?ait-partners=$matches[1]\";s:43:\"ait-price-table/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:53:\"ait-price-table/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:73:\"ait-price-table/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"ait-price-table/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"ait-price-table/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:49:\"ait-price-table/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:32:\"ait-price-table/([^/]+)/embed/?$\";s:48:\"index.php?ait-price-table=$matches[1]&embed=true\";s:36:\"ait-price-table/([^/]+)/trackback/?$\";s:42:\"index.php?ait-price-table=$matches[1]&tb=1\";s:44:\"ait-price-table/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?ait-price-table=$matches[1]&paged=$matches[2]\";s:51:\"ait-price-table/([^/]+)/comment-page-([0-9]{1,})/?$\";s:55:\"index.php?ait-price-table=$matches[1]&cpage=$matches[2]\";s:40:\"ait-price-table/([^/]+)(?:/([0-9]+))?/?$\";s:54:\"index.php?ait-price-table=$matches[1]&page=$matches[2]\";s:32:\"ait-price-table/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"ait-price-table/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"ait-price-table/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"ait-price-table/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"ait-price-table/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"ait-price-table/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:47:\"tables/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?ait-tables=$matches[1]&feed=$matches[2]\";s:42:\"tables/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?ait-tables=$matches[1]&feed=$matches[2]\";s:23:\"tables/([^/]+)/embed/?$\";s:43:\"index.php?ait-tables=$matches[1]&embed=true\";s:35:\"tables/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?ait-tables=$matches[1]&paged=$matches[2]\";s:17:\"tables/([^/]+)/?$\";s:32:\"index.php?ait-tables=$matches[1]\";s:38:\"ait-toggle/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"ait-toggle/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"ait-toggle/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"ait-toggle/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"ait-toggle/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"ait-toggle/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"ait-toggle/([^/]+)/embed/?$\";s:43:\"index.php?ait-toggle=$matches[1]&embed=true\";s:31:\"ait-toggle/([^/]+)/trackback/?$\";s:37:\"index.php?ait-toggle=$matches[1]&tb=1\";s:39:\"ait-toggle/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?ait-toggle=$matches[1]&paged=$matches[2]\";s:46:\"ait-toggle/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?ait-toggle=$matches[1]&cpage=$matches[2]\";s:35:\"ait-toggle/([^/]+)(?:/([0-9]+))?/?$\";s:49:\"index.php?ait-toggle=$matches[1]&page=$matches[2]\";s:27:\"ait-toggle/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"ait-toggle/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"ait-toggle/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"ait-toggle/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"ait-toggle/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"ait-toggle/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:48:\"toggles/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?ait-toggles=$matches[1]&feed=$matches[2]\";s:43:\"toggles/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?ait-toggles=$matches[1]&feed=$matches[2]\";s:24:\"toggles/([^/]+)/embed/?$\";s:44:\"index.php?ait-toggles=$matches[1]&embed=true\";s:36:\"toggles/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?ait-toggles=$matches[1]&paged=$matches[2]\";s:18:\"toggles/([^/]+)/?$\";s:33:\"index.php?ait-toggles=$matches[1]\";s:32:\"item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"item/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:21:\"item/([^/]+)/embed/?$\";s:41:\"index.php?ait-item=$matches[1]&embed=true\";s:25:\"item/([^/]+)/trackback/?$\";s:35:\"index.php?ait-item=$matches[1]&tb=1\";s:45:\"item/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?ait-item=$matches[1]&feed=$matches[2]\";s:40:\"item/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?ait-item=$matches[1]&feed=$matches[2]\";s:33:\"item/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?ait-item=$matches[1]&paged=$matches[2]\";s:40:\"item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?ait-item=$matches[1]&cpage=$matches[2]\";s:29:\"item/([^/]+)(?:/([0-9]+))?/?$\";s:47:\"index.php?ait-item=$matches[1]&page=$matches[2]\";s:21:\"item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:31:\"item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:51:\"item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:27:\"item/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"cat/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?ait-items=$matches[1]&feed=$matches[2]\";s:39:\"cat/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?ait-items=$matches[1]&feed=$matches[2]\";s:20:\"cat/([^/]+)/embed/?$\";s:42:\"index.php?ait-items=$matches[1]&embed=true\";s:32:\"cat/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?ait-items=$matches[1]&paged=$matches[2]\";s:14:\"cat/([^/]+)/?$\";s:31:\"index.php?ait-items=$matches[1]\";s:44:\"loc/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?ait-locations=$matches[1]&feed=$matches[2]\";s:39:\"loc/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?ait-locations=$matches[1]&feed=$matches[2]\";s:20:\"loc/([^/]+)/embed/?$\";s:46:\"index.php?ait-locations=$matches[1]&embed=true\";s:32:\"loc/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?ait-locations=$matches[1]&paged=$matches[2]\";s:14:\"loc/([^/]+)/?$\";s:35:\"index.php?ait-locations=$matches[1]\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=39&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}', 'yes'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:21:{i:0;s:45:\"ait-advanced-filters/ait-advanced-filters.php\";i:1;s:43:\"ait-advanced-search/ait-advanced-search.php\";i:2;s:39:\"ait-claim-listing/ait-claim-listing.php\";i:3;s:47:\"ait-csv-import-export/ait-csv-import-export.php\";i:4;s:53:\"ait-directory-migrations/ait-directory-migrations.php\";i:5;s:31:\"ait-food-menu/ait-food-menu.php\";i:6;s:41:\"ait-get-directions/ait-get-directions.php\";i:7;s:41:\"ait-item-extension/ait-item-extension.php\";i:8;s:37:\"ait-item-reviews/ait-item-reviews.php\";i:9;s:51:\"ait-permissions-manager/ait-permissions-manager.php\";i:10;s:25:\"ait-shortcodes/plugin.php\";i:11;s:27:\"ait-sysinfo/ait-sysinfo.php\";i:12;s:22:\"ait-toolkit/plugin.php\";i:13;s:19:\"akismet/akismet.php\";i:14;s:33:\"classic-editor/classic-editor.php\";i:15;s:36:\"contact-form-7/wp-contact-form-7.php\";i:16;s:41:\"loginizer-security/loginizer-security.php\";i:17;s:23:\"loginizer/loginizer.php\";i:18;s:47:\"one-click-demo-import/one-click-demo-import.php\";i:19;s:23:\"pagelayer/pagelayer.php\";i:20;s:23:\"revslider/revslider.php\";}', 'yes'),
(34, 'category_base', '', 'yes'),
(35, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(36, 'comment_max_links', '1', 'yes'),
(37, 'gmt_offset', '0', 'yes'),
(38, 'default_email_category', '1', 'yes'),
(39, 'recently_edited', 'a:5:{i:0;s:80:\"/home/dalemari/your420map.com/web/wp-content/plugins/contact-form-7/settings.php\";i:1;s:89:\"/home/dalemari/your420map.com/web/wp-content/plugins/contact-form-7/wp-contact-form-7.php\";i:2;s:100:\"/home/dalemari/your420map.com/web/wp-content/plugins/ait-item-extension/templates/item-extension.php\";i:3;s:94:\"/home/dalemari/your420map.com/web/wp-content/plugins/ait-item-extension/ait-item-extension.php\";i:4;s:98:\"/home/dalemari/your420map.com/web/wp-content/plugins/ait-advanced-filters/ait-advanced-filters.php\";}', 'no'),
(40, 'template', 'foodguide', 'yes'),
(41, 'stylesheet', 'foodguide-child', 'yes'),
(42, 'comment_whitelist', '1', 'yes'),
(43, 'blacklist_keys', '', 'no'),
(44, 'comment_registration', '1', 'yes'),
(45, 'html_type', 'text/html', 'yes'),
(46, 'use_trackback', '0', 'yes'),
(47, 'default_role', 'subscriber', 'yes'),
(48, 'db_version', '45805', 'yes'),
(49, 'uploads_use_yearmonth_folders', '1', 'yes'),
(50, 'upload_path', '', 'yes'),
(51, 'blog_public', '0', 'yes'),
(52, 'default_link_category', '0', 'yes'),
(53, 'show_on_front', 'page', 'yes'),
(54, 'tag_base', '', 'yes'),
(55, 'show_avatars', '1', 'yes'),
(56, 'avatar_rating', 'G', 'yes'),
(57, 'upload_url_path', '', 'yes'),
(58, 'thumbnail_size_w', '150', 'yes'),
(59, 'thumbnail_size_h', '150', 'yes'),
(60, 'thumbnail_crop', '1', 'yes'),
(61, 'medium_size_w', '300', 'yes'),
(62, 'medium_size_h', '300', 'yes'),
(63, 'avatar_default', 'mystery', 'yes'),
(64, 'large_size_w', '1024', 'yes'),
(65, 'large_size_h', '1024', 'yes'),
(66, 'image_default_link_type', 'none', 'yes'),
(67, 'image_default_size', '', 'yes'),
(68, 'image_default_align', '', 'yes'),
(69, 'close_comments_for_old_posts', '', 'yes'),
(70, 'close_comments_days_old', '14', 'yes'),
(71, 'thread_comments', '1', 'yes'),
(72, 'thread_comments_depth', '5', 'yes'),
(73, 'page_comments', '', 'yes'),
(74, 'comments_per_page', '50', 'yes'),
(75, 'default_comments_page', 'newest', 'yes'),
(76, 'comment_order', 'desc', 'yes'),
(77, 'sticky_posts', 'a:0:{}', 'yes'),
(78, 'widget_categories', 'a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(79, 'widget_text', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(80, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(81, 'uninstall_plugins', 'a:3:{s:23:\"loginizer/loginizer.php\";s:22:\"loginizer_deactivation\";s:33:\"classic-editor/classic-editor.php\";a:2:{i:0;s:14:\"Classic_Editor\";i:1;s:9:\"uninstall\";}s:41:\"loginizer-security/loginizer-security.php\";s:22:\"loginizer_deactivation\";}', 'no'),
(82, 'timezone_string', '', 'yes'),
(83, 'page_for_posts', '2', 'yes'),
(84, 'page_on_front', '39', 'yes'),
(85, 'default_post_format', 'gallery', 'yes'),
(86, 'link_manager_enabled', '0', 'yes'),
(87, 'finished_splitting_shared_terms', '1', 'yes'),
(88, 'site_icon', '10', 'yes'),
(89, 'medium_large_size_w', '768', 'yes'),
(90, 'medium_large_size_h', '0', 'yes'),
(91, 'wp_page_for_privacy_policy', '3', 'yes'),
(92, 'show_comments_cookies_opt_in', '1', 'yes'),
(93, 'admin_email_lifespan', '1594408814', 'yes'),
(94, 'initial_db_version', '45805', 'yes');
INSERT INTO `wpir_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(95, 'wpir_user_roles', 'a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:288:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:27:\"ait_toolkit_items_edit_item\";b:1;s:27:\"ait_toolkit_items_read_item\";b:1;s:29:\"ait_toolkit_items_delete_item\";b:1;s:28:\"ait_toolkit_items_edit_items\";b:1;s:35:\"ait_toolkit_items_edit_others_items\";b:1;s:31:\"ait_toolkit_items_publish_items\";b:1;s:36:\"ait_toolkit_items_read_private_items\";b:1;s:28:\"ait_toolkit_items_read_items\";b:1;s:30:\"ait_toolkit_items_delete_items\";b:1;s:38:\"ait_toolkit_items_delete_private_items\";b:1;s:40:\"ait_toolkit_items_delete_published_items\";b:1;s:37:\"ait_toolkit_items_delete_others_items\";b:1;s:36:\"ait_toolkit_items_edit_private_items\";b:1;s:38:\"ait_toolkit_items_edit_published_items\";b:1;s:39:\"ait_toolkit_items_category_manage_items\";b:1;s:37:\"ait_toolkit_items_category_edit_items\";b:1;s:39:\"ait_toolkit_items_category_delete_items\";b:1;s:39:\"ait_toolkit_items_category_assign_items\";b:1;s:43:\"ait_toolkit_items_category_manage_locations\";b:1;s:41:\"ait_toolkit_items_category_edit_locations\";b:1;s:43:\"ait_toolkit_items_category_delete_locations\";b:1;s:43:\"ait_toolkit_items_category_assign_locations\";b:1;s:38:\"ait_toolkit_items_category_manage_tags\";b:1;s:36:\"ait_toolkit_items_category_edit_tags\";b:1;s:38:\"ait_toolkit_items_category_delete_tags\";b:1;s:38:\"ait_toolkit_items_category_assign_tags\";b:1;s:32:\"ait_toolkit_eventspro_edit_event\";b:1;s:32:\"ait_toolkit_eventspro_read_event\";b:1;s:35:\"ait_toolkit_eventspro_delete_events\";b:1;s:33:\"ait_toolkit_eventspro_edit_events\";b:1;s:40:\"ait_toolkit_eventspro_edit_others_events\";b:1;s:36:\"ait_toolkit_eventspro_publish_events\";b:1;s:41:\"ait_toolkit_eventspro_read_private_events\";b:1;s:33:\"ait_toolkit_eventspro_read_events\";b:1;s:43:\"ait_toolkit_eventspro_delete_private_events\";b:1;s:45:\"ait_toolkit_eventspro_delete_published_events\";b:1;s:42:\"ait_toolkit_eventspro_delete_others_events\";b:1;s:41:\"ait_toolkit_eventspro_edit_private_events\";b:1;s:43:\"ait_toolkit_eventspro_edit_published_events\";b:1;s:48:\"ait_toolkit_eventspro_category_manage_events_pro\";b:1;s:46:\"ait_toolkit_eventspro_category_edit_events_pro\";b:1;s:48:\"ait_toolkit_eventspro_category_delete_events_pro\";b:1;s:48:\"ait_toolkit_eventspro_category_assign_events_pro\";b:1;s:22:\"package_feature_editor\";b:1;s:28:\"package_feature_editor_media\";b:1;s:21:\"package_feature_image\";b:1;s:23:\"package_feature_excerpt\";b:1;s:24:\"package_feature_comments\";b:1;s:22:\"package_feature_author\";b:1;s:24:\"package_feature_yoastSeo\";b:1;s:32:\"_ait-item_item-data_featuredItem\";b:1;s:30:\"_ait-item_item-data_headerType\";b:1;s:36:\"_ait-item_item-data_headerType-image\";b:1;s:23:\"_ait-item_item-data_map\";b:1;s:29:\"_ait-item_item-data_telephone\";b:1;s:39:\"_ait-item_item-data_telephoneAdditional\";b:1;s:25:\"_ait-item_item-data_email\";b:1;s:29:\"_ait-item_item-data_showEmail\";b:1;s:35:\"_ait-item_item-data_contactOwnerBtn\";b:1;s:23:\"_ait-item_item-data_web\";b:1;s:32:\"_ait-item_item-data_webLinkLabel\";b:1;s:36:\"_ait-item_item-data_itemOpeningHours\";b:1;s:35:\"_ait-item_item-data_itemSocialIcons\";b:1;s:31:\"_ait-item_item-data_itemGallery\";b:1;s:32:\"_ait-item_item-data_itemFeatures\";b:1;s:28:\"_ait-item_item-author_author\";b:1;s:30:\"ait_toolkit_ad-space_edit_post\";b:1;s:30:\"ait_toolkit_ad-space_read_post\";b:1;s:32:\"ait_toolkit_ad-space_delete_post\";b:1;s:31:\"ait_toolkit_ad-space_edit_posts\";b:1;s:38:\"ait_toolkit_ad-space_edit_others_posts\";b:1;s:34:\"ait_toolkit_ad-space_publish_posts\";b:1;s:39:\"ait_toolkit_ad-space_read_private_posts\";b:1;s:31:\"ait_toolkit_ad-space_read_posts\";b:1;s:33:\"ait_toolkit_ad-space_delete_posts\";b:1;s:41:\"ait_toolkit_ad-space_delete_private_posts\";b:1;s:43:\"ait_toolkit_ad-space_delete_published_posts\";b:1;s:40:\"ait_toolkit_ad-space_delete_others_posts\";b:1;s:39:\"ait_toolkit_ad-space_edit_private_posts\";b:1;s:41:\"ait_toolkit_ad-space_edit_published_posts\";b:1;s:42:\"ait_toolkit_ad-space_category_manage_terms\";b:1;s:40:\"ait_toolkit_ad-space_category_edit_terms\";b:1;s:42:\"ait_toolkit_ad-space_category_delete_terms\";b:1;s:42:\"ait_toolkit_ad-space_category_assign_terms\";b:1;s:25:\"ait_toolkit_faq_edit_post\";b:1;s:25:\"ait_toolkit_faq_read_post\";b:1;s:27:\"ait_toolkit_faq_delete_post\";b:1;s:26:\"ait_toolkit_faq_edit_posts\";b:1;s:33:\"ait_toolkit_faq_edit_others_posts\";b:1;s:29:\"ait_toolkit_faq_publish_posts\";b:1;s:34:\"ait_toolkit_faq_read_private_posts\";b:1;s:26:\"ait_toolkit_faq_read_posts\";b:1;s:28:\"ait_toolkit_faq_delete_posts\";b:1;s:36:\"ait_toolkit_faq_delete_private_posts\";b:1;s:38:\"ait_toolkit_faq_delete_published_posts\";b:1;s:35:\"ait_toolkit_faq_delete_others_posts\";b:1;s:34:\"ait_toolkit_faq_edit_private_posts\";b:1;s:36:\"ait_toolkit_faq_edit_published_posts\";b:1;s:37:\"ait_toolkit_faq_category_manage_terms\";b:1;s:35:\"ait_toolkit_faq_category_edit_terms\";b:1;s:37:\"ait_toolkit_faq_category_delete_terms\";b:1;s:37:\"ait_toolkit_faq_category_assign_terms\";b:1;s:29:\"ait_toolkit_partner_edit_post\";b:1;s:29:\"ait_toolkit_partner_read_post\";b:1;s:31:\"ait_toolkit_partner_delete_post\";b:1;s:30:\"ait_toolkit_partner_edit_posts\";b:1;s:37:\"ait_toolkit_partner_edit_others_posts\";b:1;s:33:\"ait_toolkit_partner_publish_posts\";b:1;s:38:\"ait_toolkit_partner_read_private_posts\";b:1;s:30:\"ait_toolkit_partner_read_posts\";b:1;s:32:\"ait_toolkit_partner_delete_posts\";b:1;s:40:\"ait_toolkit_partner_delete_private_posts\";b:1;s:42:\"ait_toolkit_partner_delete_published_posts\";b:1;s:39:\"ait_toolkit_partner_delete_others_posts\";b:1;s:38:\"ait_toolkit_partner_edit_private_posts\";b:1;s:40:\"ait_toolkit_partner_edit_published_posts\";b:1;s:41:\"ait_toolkit_partner_category_manage_terms\";b:1;s:39:\"ait_toolkit_partner_category_edit_terms\";b:1;s:41:\"ait_toolkit_partner_category_delete_terms\";b:1;s:41:\"ait_toolkit_partner_category_assign_terms\";b:1;s:33:\"ait_toolkit_price-table_edit_post\";b:1;s:33:\"ait_toolkit_price-table_read_post\";b:1;s:35:\"ait_toolkit_price-table_delete_post\";b:1;s:34:\"ait_toolkit_price-table_edit_posts\";b:1;s:41:\"ait_toolkit_price-table_edit_others_posts\";b:1;s:37:\"ait_toolkit_price-table_publish_posts\";b:1;s:42:\"ait_toolkit_price-table_read_private_posts\";b:1;s:34:\"ait_toolkit_price-table_read_posts\";b:1;s:36:\"ait_toolkit_price-table_delete_posts\";b:1;s:44:\"ait_toolkit_price-table_delete_private_posts\";b:1;s:46:\"ait_toolkit_price-table_delete_published_posts\";b:1;s:43:\"ait_toolkit_price-table_delete_others_posts\";b:1;s:42:\"ait_toolkit_price-table_edit_private_posts\";b:1;s:44:\"ait_toolkit_price-table_edit_published_posts\";b:1;s:45:\"ait_toolkit_price-table_category_manage_terms\";b:1;s:43:\"ait_toolkit_price-table_category_edit_terms\";b:1;s:45:\"ait_toolkit_price-table_category_delete_terms\";b:1;s:45:\"ait_toolkit_price-table_category_assign_terms\";b:1;s:28:\"ait_toolkit_toggle_edit_post\";b:1;s:28:\"ait_toolkit_toggle_read_post\";b:1;s:30:\"ait_toolkit_toggle_delete_post\";b:1;s:29:\"ait_toolkit_toggle_edit_posts\";b:1;s:36:\"ait_toolkit_toggle_edit_others_posts\";b:1;s:32:\"ait_toolkit_toggle_publish_posts\";b:1;s:37:\"ait_toolkit_toggle_read_private_posts\";b:1;s:29:\"ait_toolkit_toggle_read_posts\";b:1;s:31:\"ait_toolkit_toggle_delete_posts\";b:1;s:39:\"ait_toolkit_toggle_delete_private_posts\";b:1;s:41:\"ait_toolkit_toggle_delete_published_posts\";b:1;s:38:\"ait_toolkit_toggle_delete_others_posts\";b:1;s:37:\"ait_toolkit_toggle_edit_private_posts\";b:1;s:39:\"ait_toolkit_toggle_edit_published_posts\";b:1;s:40:\"ait_toolkit_toggle_category_manage_terms\";b:1;s:38:\"ait_toolkit_toggle_category_edit_terms\";b:1;s:40:\"ait_toolkit_toggle_category_delete_terms\";b:1;s:40:\"ait_toolkit_toggle_category_assign_terms\";b:1;s:26:\"ait_toolkit_item_edit_post\";b:1;s:26:\"ait_toolkit_item_read_post\";b:1;s:28:\"ait_toolkit_item_delete_post\";b:1;s:27:\"ait_toolkit_item_edit_posts\";b:1;s:34:\"ait_toolkit_item_edit_others_posts\";b:1;s:30:\"ait_toolkit_item_publish_posts\";b:1;s:35:\"ait_toolkit_item_read_private_posts\";b:1;s:27:\"ait_toolkit_item_read_posts\";b:1;s:29:\"ait_toolkit_item_delete_posts\";b:1;s:37:\"ait_toolkit_item_delete_private_posts\";b:1;s:39:\"ait_toolkit_item_delete_published_posts\";b:1;s:36:\"ait_toolkit_item_delete_others_posts\";b:1;s:35:\"ait_toolkit_item_edit_private_posts\";b:1;s:37:\"ait_toolkit_item_edit_published_posts\";b:1;s:38:\"ait_toolkit_item_category_manage_terms\";b:1;s:36:\"ait_toolkit_item_category_edit_terms\";b:1;s:38:\"ait_toolkit_item_category_delete_terms\";b:1;s:38:\"ait_toolkit_item_category_assign_terms\";b:1;s:31:\"ait_toolkit_food_menu_edit_post\";b:1;s:31:\"ait_toolkit_food_menu_read_post\";b:1;s:33:\"ait_toolkit_food_menu_delete_post\";b:1;s:32:\"ait_toolkit_food_menu_edit_posts\";b:1;s:39:\"ait_toolkit_food_menu_edit_others_posts\";b:1;s:35:\"ait_toolkit_food_menu_publish_posts\";b:1;s:40:\"ait_toolkit_food_menu_read_private_posts\";b:1;s:34:\"ait_toolkit_food_menu_delete_posts\";b:1;s:42:\"ait_toolkit_food_menu_delete_private_posts\";b:1;s:44:\"ait_toolkit_food_menu_delete_published_posts\";b:1;s:41:\"ait_toolkit_food_menu_delete_others_posts\";b:1;s:40:\"ait_toolkit_food_menu_edit_private_posts\";b:1;s:42:\"ait_toolkit_food_menu_edit_published_posts\";b:1;s:35:\"ait_food_menu_category_manage_terms\";b:1;s:33:\"ait_food_menu_category_edit_terms\";b:1;s:35:\"ait_food_menu_category_delete_terms\";b:1;s:35:\"ait_food_menu_category_assign_terms\";b:1;s:42:\"ait_advanced_filters_category_manage_terms\";b:1;s:40:\"ait_advanced_filters_category_edit_terms\";b:1;s:42:\"ait_advanced_filters_category_delete_terms\";b:1;s:42:\"ait_advanced_filters_category_assign_terms\";b:1;s:26:\"ait_item_reviews_edit_post\";b:1;s:26:\"ait_item_reviews_read_post\";b:1;s:28:\"ait_item_reviews_delete_post\";b:1;s:27:\"ait_item_reviews_edit_posts\";b:1;s:34:\"ait_item_reviews_edit_others_posts\";b:1;s:30:\"ait_item_reviews_publish_posts\";b:1;s:35:\"ait_item_reviews_read_private_posts\";b:1;s:29:\"ait_item_reviews_delete_posts\";b:1;s:37:\"ait_item_reviews_delete_private_posts\";b:1;s:39:\"ait_item_reviews_delete_published_posts\";b:1;s:36:\"ait_item_reviews_delete_others_posts\";b:1;s:35:\"ait_item_reviews_edit_private_posts\";b:1;s:37:\"ait_item_reviews_edit_published_posts\";b:1;s:38:\"ait_item_reviews_category_manage_terms\";b:1;s:36:\"ait_item_reviews_category_edit_terms\";b:1;s:38:\"ait_item_reviews_category_delete_terms\";b:1;s:38:\"ait_item_reviews_category_assign_terms\";b:1;s:31:\"ait_item_reviews_approve_review\";b:1;s:17:\"ait_theme_options\";b:1;s:18:\"ait_default_layout\";b:1;s:10:\"ait_backup\";b:1;s:17:\"ait_pages_options\";b:1;s:29:\"ait_announcements_bar_options\";b:1;s:25:\"ait_import_export_options\";b:1;s:31:\"ait_directory_migration_options\";b:1;s:22:\"ait_events_pro_options\";b:1;s:26:\"ait_item_extension_options\";b:1;s:21:\"ait_languages_options\";b:1;s:31:\"ait_permissions_manager_options\";b:1;s:19:\"ait_updater_options\";b:1;s:26:\"ait_quick_comments_options\";b:1;s:19:\"ait_sysinfo_options\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:40:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:4:\"post\";b:1;s:4:\"page\";b:1;s:9:\"edit_post\";b:1;s:9:\"read_post\";b:1;s:9:\"edit_page\";b:1;s:9:\"read_page\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:19:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:4:\"post\";b:1;s:9:\"edit_post\";b:1;s:9:\"read_post\";b:1;s:17:\"edit_others_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:18:\"read_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:17:\"manage_categories\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:17:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:4:\"post\";b:1;s:9:\"edit_post\";b:1;s:9:\"read_post\";b:1;s:13:\"publish_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:18:\"read_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:17:\"manage_categories\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:18:\"cityguide_63911c36\";a:2:{s:4:\"name\";s:4:\"Free\";s:12:\"capabilities\";a:11:{s:27:\"ait_toolkit_items_edit_item\";b:1;s:28:\"ait_toolkit_items_edit_items\";b:1;s:27:\"ait_toolkit_items_read_item\";b:1;s:28:\"ait_toolkit_items_read_items\";b:1;s:30:\"ait_toolkit_items_delete_items\";b:1;s:40:\"ait_toolkit_items_delete_published_items\";b:1;s:38:\"ait_toolkit_items_edit_published_items\";b:1;s:39:\"ait_toolkit_items_category_assign_items\";b:1;s:43:\"ait_toolkit_items_category_assign_locations\";b:1;s:4:\"read\";b:1;s:31:\"ait_toolkit_items_publish_items\";b:1;}}s:18:\"cityguide_7c8003ef\";a:2:{s:4:\"name\";s:8:\"Business\";s:12:\"capabilities\";a:46:{s:27:\"ait_toolkit_items_edit_item\";b:1;s:28:\"ait_toolkit_items_edit_items\";b:1;s:27:\"ait_toolkit_items_read_item\";b:1;s:28:\"ait_toolkit_items_read_items\";b:1;s:30:\"ait_toolkit_items_delete_items\";b:1;s:40:\"ait_toolkit_items_delete_published_items\";b:1;s:38:\"ait_toolkit_items_edit_published_items\";b:1;s:39:\"ait_toolkit_items_category_assign_items\";b:1;s:43:\"ait_toolkit_items_category_assign_locations\";b:1;s:4:\"read\";b:1;s:31:\"ait_toolkit_food_menu_edit_post\";b:1;s:32:\"ait_toolkit_food_menu_edit_posts\";b:1;s:31:\"ait_toolkit_food_menu_read_post\";b:1;s:35:\"ait_toolkit_food_menu_publish_posts\";b:1;s:34:\"ait_toolkit_food_menu_delete_posts\";b:1;s:44:\"ait_toolkit_food_menu_delete_published_posts\";b:1;s:42:\"ait_toolkit_food_menu_edit_published_posts\";b:1;s:35:\"ait_food_menu_category_assign_terms\";b:1;s:22:\"package_feature_editor\";b:1;s:28:\"package_feature_editor_media\";b:1;s:23:\"package_feature_excerpt\";b:1;s:21:\"package_feature_image\";b:1;s:24:\"package_feature_comments\";b:1;s:30:\"_ait-item_item-data_headerType\";b:1;s:36:\"_ait-item_item-data_headerType-image\";b:1;s:23:\"_ait-item_item-data_map\";b:1;s:29:\"_ait-item_item-data_telephone\";b:1;s:39:\"_ait-item_item-data_telephoneAdditional\";b:1;s:25:\"_ait-item_item-data_email\";b:1;s:23:\"_ait-item_item-data_web\";b:1;s:32:\"_ait-item_item-data_webLinkLabel\";b:1;s:29:\"_ait-item_item-data_showEmail\";b:1;s:35:\"_ait-item_item-data_contactOwnerBtn\";b:1;s:36:\"_ait-item_item-data_itemOpeningHours\";b:1;s:35:\"_ait-item_item-data_itemSocialIcons\";b:1;s:31:\"_ait-item_item-data_itemGallery\";b:1;s:32:\"_ait-item_item-data_itemFeatures\";b:1;s:27:\"ait_item_reviews_edit_posts\";b:1;s:29:\"ait_item_reviews_delete_posts\";b:1;s:39:\"ait_item_reviews_delete_published_posts\";b:1;s:13:\"ait_food_menu\";b:1;s:10:\"ait_review\";b:1;s:35:\"ait_food_menu_category_manage_terms\";b:1;s:33:\"ait_food_menu_category_edit_terms\";b:1;s:35:\"ait_food_menu_category_delete_terms\";b:1;s:31:\"ait_item_reviews_approve_review\";b:1;}}}', 'yes'),
(96, 'fresh_site', '0', 'yes'),
(97, 'widget_search', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(98, 'widget_recent-posts', 'a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(99, 'widget_recent-comments', 'a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(100, 'widget_archives', 'a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(101, 'widget_meta', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(102, 'sidebars_widgets', 'a:14:{s:19:\"wp_inactive_widgets\";a:0:{}s:11:\"__sidebar-0\";a:0:{}s:11:\"__sidebar-1\";a:0:{}s:11:\"__sidebar-2\";a:0:{}s:11:\"__sidebar-3\";a:0:{}s:11:\"__sidebar-4\";a:0:{}s:11:\"__sidebar-5\";a:0:{}s:10:\"__footer-0\";a:0:{}s:10:\"__footer-1\";a:0:{}s:10:\"__footer-2\";a:0:{}s:10:\"__footer-3\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";}s:9:\"sidebar-2\";a:3:{i:0;s:10:\"archives-2\";i:1;s:12:\"categories-2\";i:2;s:6:\"meta-2\";}s:13:\"array_version\";i:3;}', 'yes'),
(103, 'cron', 'a:8:{i:1588090226;a:1:{s:39:\"check_plugin_updates-loginizer-security\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1588090816;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1588101614;a:4:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1588101632;a:2:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1588101633;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1588103153;a:1:{s:34:\"ait_check_package_user_expirations\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1589027887;a:1:{s:21:\"loginizer_do_checksum\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}s:7:\"version\";i:2;}', 'yes'),
(104, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(105, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(106, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(107, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(108, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(109, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(110, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(111, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(112, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(113, 'recovery_keys', 'a:0:{}', 'yes'),
(114, 'theme_mods_twentytwenty', 'a:1:{s:18:\"custom_css_post_id\";i:-1;}', 'yes'),
(115, 'loginizer_version', '1.4.3', 'yes'),
(116, 'loginizer_options', 'a:0:{}', 'yes'),
(117, 'loginizer_last_reset', '1589027886', 'yes'),
(118, 'loginizer_whitelist', 'a:0:{}', 'yes'),
(119, 'loginizer_blacklist', 'a:0:{}', 'yes'),
(120, 'loginizer_ins_time', '1578856816', 'yes'),
(121, 'loginizer_promo_time', '1578856816', 'yes'),
(123, '_site_transient_update_core', 'O:8:\"stdClass\":4:{s:7:\"updates\";a:2:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.4.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.4.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-5.4-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-5.4-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:3:\"5.4\";s:7:\"version\";s:3:\"5.4\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.4.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.4.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-5.4-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-5.4-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:3:\"5.4\";s:7:\"version\";s:3:\"5.4\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1588062008;s:15:\"version_checked\";s:5:\"5.3.2\";s:12:\"translations\";a:0:{}}', 'no'),
(130, 'pagelayer_version', '1.0.4', 'yes'),
(131, 'pagelayer_options', 'a:0:{}', 'yes'),
(129, 'restoneu-ex_promo_time', '1578943232', 'yes'),
(132, 'pagelayer_promo_time', '1581538873', 'yes'),
(767, 'ait-items_category_33', 'a:7:{s:8:\"keywords\";s:0:\"\";s:4:\"icon\";s:66:\"https://your420map.com/web/wp-content/uploads/2020/01/BRANDSCL.png\";s:8:\"map_icon\";s:78:\"https://your420map.com/web/wp-content/uploads/2020/02/ezgif-3-f1ec5d2f227f.gif\";s:11:\"header_type\";s:3:\"map\";s:12:\"header_image\";s:90:\"https://your420map.com/web/wp-content/uploads/2020/01/3dd6ff13da9118a595df92baf4b683ab.gif\";s:18:\"header_image_align\";s:10:\"image-left\";s:17:\"category_featured\";s:0:\"\";}', 'yes'),
(471, 'revslider-connection', '1', 'yes'),
(472, 'revslider-latest-version', '6.2.23', 'yes'),
(473, 'revslider-stable-version', '4.2', 'yes'),
(474, 'revslider-notices', 'a:2:{i:0;O:8:\"stdClass\":8:{s:7:\"version\";s:6:\"6.2.18\";s:4:\"text\";s:283:\"<div style=\"display: block; background-color: #150A33;\"><a href=\"//www.themepunch.com/faq/wordpress-5-5-important-update-information/\" target=\"_blank\"><img alt=\"Important Notice\" src=\"//updates.themepunch-ext-a.tools/banners/important_banner.jpg\" width=\"1400\" height=\"250\"></a></div>\";s:4:\"code\";s:10:\"TPRS630-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"additional\";a:0:{}}i:1;O:8:\"stdClass\":8:{s:7:\"version\";s:5:\"9.9.9\";s:4:\"text\";s:304:\"<div style=\"display: block; background-color: #F3F2F6;\"><a href=\"//www.sliderrevolution.com/get-on-board-the-slider-revolution-dashboard/?ref=iwantaccess\" target=\"_blank\"><img alt=\"Important Notice\" src=\"//updates.themepunch-ext-a.tools/banners/onboarding_banner.jpg\" width=\"1400\" height=\"250\"></a></div>\";s:4:\"code\";s:10:\"TPRS999-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"additional\";a:0:{}}}', 'yes'),
(475, 'revslider-dashboard', 'a:0:{}', 'yes'),
(476, 'revslider-addons', 'O:8:\"stdClass\":26:{s:26:\"revslider-whiteboard-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:26:\"revslider-whiteboard-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Whiteboard\";s:6:\"line_1\";s:31:\"Create Hand-Drawn Presentations\";s:6:\"line_2\";s:45:\"that are understandable, memorable & engaging\";s:9:\"available\";s:5:\"1.0.6\";s:10:\"background\";s:81:\"//updates.themepunch-ext-a.tools/revslider/addons/images/whiteboard_widget_bg.jpg\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_whiteboard.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WB\";}}s:22:\"revslider-backup-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:22:\"revslider-backup-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Backup\";s:6:\"line_1\";s:12:\"Make Backups\";s:6:\"line_2\";s:25:\"Revisions for your safety\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_backup.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BU\";}}s:23:\"revslider-gallery-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-gallery-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"WordPress Gallery\";s:6:\"line_1\";s:31:\"Replace the standard WP Gallery\";s:6:\"line_2\";s:31:\"with the Sliders of your choice\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_wpgallery.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"GA\";}}s:25:\"revslider-rel-posts-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:25:\"revslider-rel-posts-addon\";s:12:\"version_from\";s:7:\"5.2.4.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Related Posts\";s:6:\"line_1\";s:25:\"Add related Posts Sliders\";s:6:\"line_2\";s:31:\"at the end of your post content\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_wprelated.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RP\";}}s:26:\"revslider-typewriter-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:26:\"revslider-typewriter-addon\";s:12:\"version_from\";s:5:\"5.3.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"Typewriter Effect\";s:6:\"line_1\";s:27:\"Enhance your slider\'s text \";s:6:\"line_2\";s:24:\"with typewriter effects \";s:9:\"available\";s:5:\"1.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_typewriter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"TW\";}}s:23:\"revslider-sharing-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-sharing-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Social Sharing\";s:6:\"line_1\";s:17:\"Share your slides\";s:6:\"line_2\";s:50:\"with RevSlider \"actions\" because sharing is caring\";s:9:\"available\";s:5:\"1.1.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:80:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_socialsharing.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SH\";}}s:27:\"revslider-maintenance-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:27:\"revslider-maintenance-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:15:\"Coming & Maint.\";s:6:\"line_1\";s:37:\"Simple Coming Soon & Maintenance Page\";s:6:\"line_2\";s:42:\"Let your visitors know what\'s up and when!\";s:9:\"available\";s:5:\"1.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:84:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_underconstruction.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"MT\";}}s:20:\"revslider-snow-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:20:\"revslider-snow-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Holiday Snow\";s:6:\"line_1\";s:12:\"Let it snow!\";s:6:\"line_2\";s:32:\"Add animated snow to any Slider \";s:9:\"available\";s:5:\"1.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:71:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_snow.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SN\";}}s:25:\"revslider-particles-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:25:\"revslider-particles-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Particle Effects\";s:6:\"line_1\";s:17:\"Let\'s Parti(cle)!\";s:6:\"line_2\";s:51:\"Add interactive particle animations to your sliders\";s:9:\"available\";s:5:\"1.0.6\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_particles.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PT\";}}s:24:\"revslider-polyfold-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-polyfold-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:22:\"Polyfold Scroll Effect\";s:6:\"line_1\";s:32:\"Add sharp edges to your sliders \";s:6:\"line_2\";s:35:\"as they scroll into and out of view\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:75:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_polyfold.jpg\";s:5:\"color\";s:7:\"#3e186f\";s:4:\"text\";s:2:\"PF\";}}s:19:\"revslider-404-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:19:\"revslider-404-addon\";s:12:\"version_from\";s:3:\"5.3\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:3:\"404\";s:6:\"line_1\";s:39:\"Build custom 404 \"Page not Found\" Pages\";s:6:\"line_2\";s:28:\"with Slider Revolution swag!\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:70:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_404.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"404\";}}s:30:\"revslider-prevnext-posts-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:30:\"revslider-prevnext-posts-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Adjacent Posts\";s:6:\"line_1\";s:30:\"Display previous and next post\";s:6:\"line_2\";s:28:\"to the currently showing one\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_wpadjacent.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:25:\"revslider-filmstrip-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:25:\"revslider-filmstrip-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:9:\"Filmstrip\";s:6:\"line_1\";s:44:\"Display a continously rotating set of images\";s:6:\"line_2\";s:26:\"for your slide backgrounds\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_filmstrip.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FS\";}}s:21:\"revslider-login-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:21:\"revslider-login-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Login Page\";s:6:\"line_1\";s:25:\"Very simple WP Login Page\";s:6:\"line_2\";s:34:\"enhanced with your favorite slider\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:72:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_login.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LI\";}}s:24:\"revslider-featured-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-featured-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:20:\"Post Featured Slider\";s:6:\"line_1\";s:25:\"Display a featured Slider\";s:6:\"line_2\";s:41:\"instead of a featured Image in your Posts\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_wpfeatured.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FT\";}}s:22:\"revslider-slicey-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:22:\"revslider-slicey-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Slicey\";s:6:\"line_1\";s:20:\"Slice \'em up nicely!\";s:6:\"line_2\";s:38:\"Create image slices of your background\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_slicey.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SL\";}}s:27:\"revslider-beforeafter-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:27:\"revslider-beforeafter-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Before & After\";s:6:\"line_1\";s:35:\"Compare two slides before and after\";s:6:\"line_2\";s:33:\"use it vertically or horizontally\";s:9:\"available\";s:5:\"1.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:78:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_beforeafter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BA\";}}s:23:\"revslider-weather-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-weather-addon\";s:12:\"version_from\";s:7:\"5.4.5.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Weather\";s:6:\"line_1\";s:21:\"Every where you go...\";s:6:\"line_2\";s:36:\"...always take the weather with you!\";s:9:\"available\";s:5:\"1.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:74:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_weather.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WT\";}}s:24:\"revslider-panorama-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-panorama-addon\";s:12:\"version_from\";s:7:\"5.4.5.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"Panorama\";s:6:\"line_1\";s:14:\"Panorama AddOn\";s:6:\"line_2\";s:23:\"Display images in 360°\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:75:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_panorama.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:30:\"revslider-duotonefilters-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:30:\"revslider-duotonefilters-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Duotone\";s:6:\"line_1\";s:7:\"Duotone\";s:6:\"line_2\";s:25:\"Because one is not enough\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:74:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_duotone.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"DTF\";}}s:24:\"revslider-revealer-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-revealer-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Reveal\";s:6:\"line_1\";s:9:\"Reveal...\";s:6:\"line_2\";s:37:\"...your inner beast... and RevSliders\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_reveal.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RV\";}}s:23:\"revslider-refresh-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-refresh-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"(Re)Load\";s:6:\"line_1\";s:39:\"Reload the current page or a custom URL\";s:6:\"line_2\";s:34:\"after a certain time, loops, slide\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_reload.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RF\";}}s:27:\"revslider-bubblemorph-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:27:\"revslider-bubblemorph-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:11:\"BubbleMorph\";s:6:\"line_1\";s:26:\"Include BubbleMorph Layers\";s:6:\"line_2\";s:33:\"for a decorative lava lamp effect\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:78:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_bubblemorph.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BM\";}}s:28:\"revslider-liquideffect-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:28:\"revslider-liquideffect-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Distortion\";s:6:\"line_1\";s:22:\"Add Distortion Effects\";s:6:\"line_2\";s:30:\"to your slides and transitions\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_distortion.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LE\";}}s:31:\"revslider-explodinglayers-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:31:\"revslider-explodinglayers-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Exploding Layers\";s:6:\"line_1\";s:23:\"Add explosive particles\";s:6:\"line_2\";s:24:\"to your layers animation\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_exploding.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"EL\";}}s:26:\"revslider-paintbrush-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:26:\"revslider-paintbrush-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Paintbrush\";s:6:\"line_1\";s:14:\"Paint or Erase\";s:6:\"line_2\";s:22:\"your background images\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_paintbrush.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PB\";}}}', 'yes'),
(371, 'gourlversion', '', 'yes'),
(433, 'WPLANG', '', 'yes'),
(434, 'new_admin_email', 'admin@your420map.com', 'yes'),
(437, 'classic-editor-replace', 'block', 'yes'),
(438, 'classic-editor-allow-users', 'disallow', 'yes'),
(458, '_ait_directory_migration_users', 'a:2:{s:5:\"count\";i:1;s:3:\"ids\";a:1:{i:0;i:1;}}', 'yes'),
(459, '_ait_directory_migration_terms', 'a:2:{s:5:\"count\";i:0;s:3:\"ids\";a:0:{}}', 'yes'),
(460, '_ait_directory_migration_items', 'a:2:{s:5:\"count\";i:0;s:3:\"ids\";a:0:{}}', 'yes'),
(461, '_ait_directory_migration_total', '1', 'yes'),
(469, 'ait-plugin-item-reviews', 'a:1:{s:7:\"version\";s:3:\"2.6\";}', 'yes');
INSERT INTO `wpir_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(478, 'ait_permissions_manager_configuration', 'a:4:{s:17:\"wordpress_section\";a:2:{s:5:\"label\";s:22:\"Wordpress Capabilities\";s:12:\"capabilities\";a:2:{s:14:\"manage_options\";a:3:{s:5:\"label\";s:8:\"Settings\";s:4:\"help\";s:44:\"Enables the management of wordpress settings\";s:5:\"check\";b:1;}s:12:\"upload_files\";a:3:{s:5:\"label\";s:5:\"Media\";s:4:\"help\";s:31:\"Enables the management of media\";s:5:\"check\";b:1;}}}s:13:\"theme_section\";a:2:{s:5:\"label\";s:18:\"Theme Capabilities\";s:12:\"capabilities\";a:4:{s:17:\"ait_theme_options\";a:3:{s:5:\"label\";s:13:\"Theme Options\";s:4:\"help\";s:39:\"Enables the management of theme options\";s:5:\"check\";b:0;}s:18:\"ait_default_layout\";a:3:{s:5:\"label\";s:14:\"Default Layout\";s:4:\"help\";s:40:\"Enables the management of default layout\";s:5:\"check\";b:1;}s:10:\"ait_backup\";a:3:{s:5:\"label\";s:15:\"Import / Export\";s:4:\"help\";s:41:\"Enables the management of import / export\";s:5:\"check\";b:1;}s:17:\"ait_pages_options\";a:3:{s:5:\"label\";s:12:\"Page Builder\";s:4:\"help\";s:38:\"Enables the management of page builder\";s:5:\"check\";b:1;}}}s:15:\"plugins_section\";a:2:{s:5:\"label\";s:19:\"Plugin Capabilities\";s:12:\"capabilities\";a:8:{s:29:\"ait_announcements_bar_options\";a:3:{s:5:\"label\";s:21:\"AIT Announcements Bar\";s:4:\"help\";s:56:\"Enables the management of ait announcements bar settings\";s:5:\"check\";b:0;}s:22:\"ait_events_pro_options\";a:3:{s:5:\"label\";s:14:\"AIT Events Pro\";s:4:\"help\";s:49:\"Enables the management of ait events pro settings\";s:5:\"check\";b:0;}s:26:\"ait_item_extension_options\";a:3:{s:5:\"label\";s:18:\"AIT Item Extension\";s:4:\"help\";s:53:\"Enables the management of ait item extension settings\";s:5:\"check\";b:1;}s:21:\"ait_languages_options\";a:3:{s:5:\"label\";s:13:\"AIT Languages\";s:4:\"help\";s:48:\"Enables the management of ait languages settings\";s:5:\"check\";b:0;}s:31:\"ait_directory_migration_options\";a:3:{s:5:\"label\";s:24:\"AIT Directory Migrations\";s:4:\"help\";s:59:\"Enables the management of ait directory migrations settings\";s:5:\"check\";b:1;}s:19:\"ait_updater_options\";a:3:{s:5:\"label\";s:11:\"AIT Updater\";s:4:\"help\";s:46:\"Enables the management of ait updater settings\";s:5:\"check\";b:0;}s:26:\"ait_quick_comments_options\";a:3:{s:5:\"label\";s:18:\"AIT Quick Comments\";s:4:\"help\";s:53:\"Enables the management of ait quick comments settings\";s:5:\"check\";b:0;}s:19:\"ait_sysinfo_options\";a:3:{s:5:\"label\";s:11:\"AIT SysInfo\";s:4:\"help\";s:46:\"Enables the management of ait sysinfo settings\";s:5:\"check\";b:1;}}}s:11:\"cpt_section\";a:2:{s:5:\"label\";s:30:\"Custom Post Type Capabilities \";s:12:\"capabilities\";a:24:{s:4:\"post\";a:4:{s:5:\"label\";s:5:\"Posts\";s:4:\"help\";s:48:\"Enables the management of posts custom post type\";s:5:\"check\";b:1;s:4:\"caps\";a:2:{s:6:\"enable\";a:13:{i:0;s:9:\"edit_post\";i:1;s:10:\"edit_posts\";i:2;s:9:\"read_post\";i:3;s:13:\"publish_posts\";i:4;s:12:\"delete_posts\";i:5;s:20:\"edit_published_posts\";i:6;s:22:\"delete_published_posts\";i:7;s:17:\"edit_others_posts\";i:8;s:19:\"delete_others_posts\";i:9;s:18:\"read_private_posts\";i:10;s:18:\"edit_private_posts\";i:11;s:20:\"delete_private_posts\";i:12;s:17:\"manage_categories\";}s:7:\"disable\";a:0:{}}}s:4:\"page\";a:4:{s:5:\"label\";s:5:\"Pages\";s:4:\"help\";s:48:\"Enables the management of pages custom post type\";s:5:\"check\";b:1;s:4:\"caps\";a:2:{s:6:\"enable\";a:12:{i:0;s:9:\"edit_page\";i:1;s:10:\"edit_pages\";i:2;s:9:\"read_page\";i:3;s:13:\"publish_pages\";i:4;s:12:\"delete_pages\";i:5;s:22:\"delete_published_pages\";i:6;s:20:\"edit_published_pages\";i:7;s:17:\"edit_others_pages\";i:8;s:19:\"delete_others_pages\";i:9;s:18:\"read_private_pages\";i:10;s:18:\"edit_private_pages\";i:11;s:20:\"delete_private_pages\";}s:7:\"disable\";a:0:{}}}s:12:\"ait_ad_space\";a:4:{s:5:\"label\";s:13:\"Advertisments\";s:4:\"help\";s:56:\"Enables the management of advertisments custom post type\";s:5:\"check\";b:1;s:4:\"caps\";a:2:{s:6:\"enable\";a:18:{i:0;s:30:\"ait_toolkit_ad-space_edit_post\";i:1;s:30:\"ait_toolkit_ad-space_read_post\";i:2;s:32:\"ait_toolkit_ad-space_delete_post\";i:3;s:31:\"ait_toolkit_ad-space_edit_posts\";i:4;s:38:\"ait_toolkit_ad-space_edit_others_posts\";i:5;s:34:\"ait_toolkit_ad-space_publish_posts\";i:6;s:39:\"ait_toolkit_ad-space_read_private_posts\";i:7;s:31:\"ait_toolkit_ad-space_read_posts\";i:8;s:33:\"ait_toolkit_ad-space_delete_posts\";i:9;s:41:\"ait_toolkit_ad-space_delete_private_posts\";i:10;s:43:\"ait_toolkit_ad-space_delete_published_posts\";i:11;s:40:\"ait_toolkit_ad-space_delete_others_posts\";i:12;s:39:\"ait_toolkit_ad-space_edit_private_posts\";i:13;s:41:\"ait_toolkit_ad-space_edit_published_posts\";i:14;s:42:\"ait_toolkit_ad-space_category_manage_terms\";i:15;s:40:\"ait_toolkit_ad-space_category_edit_terms\";i:16;s:42:\"ait_toolkit_ad-space_category_delete_terms\";i:17;s:42:\"ait_toolkit_ad-space_category_assign_terms\";}s:7:\"disable\";a:0:{}}}s:9:\"ait_event\";a:4:{s:5:\"label\";s:6:\"Events\";s:4:\"help\";s:49:\"Enables the management of events custom post type\";s:5:\"check\";b:0;s:4:\"caps\";a:2:{s:6:\"enable\";a:18:{i:0;s:27:\"ait_toolkit_event_edit_post\";i:1;s:27:\"ait_toolkit_event_read_post\";i:2;s:29:\"ait_toolkit_event_delete_post\";i:3;s:28:\"ait_toolkit_event_edit_posts\";i:4;s:35:\"ait_toolkit_event_edit_others_posts\";i:5;s:31:\"ait_toolkit_event_publish_posts\";i:6;s:36:\"ait_toolkit_event_read_private_posts\";i:7;s:28:\"ait_toolkit_event_read_posts\";i:8;s:30:\"ait_toolkit_event_delete_posts\";i:9;s:38:\"ait_toolkit_event_delete_private_posts\";i:10;s:40:\"ait_toolkit_event_delete_published_posts\";i:11;s:37:\"ait_toolkit_event_delete_others_posts\";i:12;s:36:\"ait_toolkit_event_edit_private_posts\";i:13;s:38:\"ait_toolkit_event_edit_published_posts\";i:14;s:39:\"ait_toolkit_event_category_manage_terms\";i:15;s:37:\"ait_toolkit_event_category_edit_terms\";i:16;s:39:\"ait_toolkit_event_category_delete_terms\";i:17;s:39:\"ait_toolkit_event_category_assign_terms\";}s:7:\"disable\";a:0:{}}}s:13:\"ait_event_pro\";a:5:{s:5:\"label\";s:10:\"Events Pro\";s:4:\"help\";s:53:\"Enables the management of events pro custom post type\";s:5:\"check\";b:0;s:4:\"caps\";a:2:{s:6:\"enable\";a:17:{i:0;s:32:\"ait_toolkit_eventspro_edit_event\";i:1;s:33:\"ait_toolkit_eventspro_edit_events\";i:2;s:32:\"ait_toolkit_eventspro_read_event\";i:3;s:33:\"ait_toolkit_eventspro_read_events\";i:4;s:36:\"ait_toolkit_eventspro_publish_events\";i:5;s:35:\"ait_toolkit_eventspro_delete_events\";i:6;s:45:\"ait_toolkit_eventspro_delete_published_events\";i:7;s:43:\"ait_toolkit_eventspro_edit_published_events\";i:8;s:40:\"ait_toolkit_eventspro_edit_others_events\";i:9;s:42:\"ait_toolkit_eventspro_delete_others_events\";i:10;s:41:\"ait_toolkit_eventspro_read_private_events\";i:11;s:41:\"ait_toolkit_eventspro_edit_private_events\";i:12;s:43:\"ait_toolkit_eventspro_delete_private_events\";i:13;s:48:\"ait_toolkit_eventspro_category_assign_events_pro\";i:14;s:48:\"ait_toolkit_eventspro_category_manage_events_pro\";i:15;s:46:\"ait_toolkit_eventspro_category_edit_events_pro\";i:16;s:48:\"ait_toolkit_eventspro_category_delete_events_pro\";}s:7:\"disable\";a:0:{}}s:11:\"limitedCaps\";a:2:{s:6:\"enable\";a:9:{i:0;s:32:\"ait_toolkit_eventspro_edit_event\";i:1;s:33:\"ait_toolkit_eventspro_edit_events\";i:2;s:32:\"ait_toolkit_eventspro_read_event\";i:3;s:33:\"ait_toolkit_eventspro_read_events\";i:4;s:36:\"ait_toolkit_eventspro_publish_events\";i:5;s:35:\"ait_toolkit_eventspro_delete_events\";i:6;s:45:\"ait_toolkit_eventspro_delete_published_events\";i:7;s:43:\"ait_toolkit_eventspro_edit_published_events\";i:8;s:48:\"ait_toolkit_eventspro_category_assign_events_pro\";}s:7:\"disable\";a:0:{}}}s:12:\"ait_facility\";a:4:{s:5:\"label\";s:10:\"Facilities\";s:4:\"help\";s:51:\"Enables the management of facility custom post type\";s:5:\"check\";b:0;s:4:\"caps\";a:2:{s:6:\"enable\";a:18:{i:0;s:30:\"ait_toolkit_facility_edit_post\";i:1;s:30:\"ait_toolkit_facility_read_post\";i:2;s:32:\"ait_toolkit_facility_delete_post\";i:3;s:31:\"ait_toolkit_facility_edit_posts\";i:4;s:38:\"ait_toolkit_facility_edit_others_posts\";i:5;s:34:\"ait_toolkit_facility_publish_posts\";i:6;s:39:\"ait_toolkit_facility_read_private_posts\";i:7;s:31:\"ait_toolkit_facility_read_posts\";i:8;s:33:\"ait_toolkit_facility_delete_posts\";i:9;s:41:\"ait_toolkit_facility_delete_private_posts\";i:10;s:43:\"ait_toolkit_facility_delete_published_posts\";i:11;s:40:\"ait_toolkit_facility_delete_others_posts\";i:12;s:39:\"ait_toolkit_facility_edit_private_posts\";i:13;s:41:\"ait_toolkit_facility_edit_published_posts\";i:14;s:42:\"ait_toolkit_facility_category_manage_terms\";i:15;s:40:\"ait_toolkit_facility_category_edit_terms\";i:16;s:42:\"ait_toolkit_facility_category_delete_terms\";i:17;s:42:\"ait_toolkit_facility_category_assign_terms\";}s:7:\"disable\";a:0:{}}}s:7:\"ait_faq\";a:4:{s:5:\"label\";s:4:\"FAQs\";s:4:\"help\";s:47:\"Enables the management of faqs custom post type\";s:5:\"check\";b:1;s:4:\"caps\";a:2:{s:6:\"enable\";a:18:{i:0;s:25:\"ait_toolkit_faq_edit_post\";i:1;s:25:\"ait_toolkit_faq_read_post\";i:2;s:27:\"ait_toolkit_faq_delete_post\";i:3;s:26:\"ait_toolkit_faq_edit_posts\";i:4;s:33:\"ait_toolkit_faq_edit_others_posts\";i:5;s:29:\"ait_toolkit_faq_publish_posts\";i:6;s:34:\"ait_toolkit_faq_read_private_posts\";i:7;s:26:\"ait_toolkit_faq_read_posts\";i:8;s:28:\"ait_toolkit_faq_delete_posts\";i:9;s:36:\"ait_toolkit_faq_delete_private_posts\";i:10;s:38:\"ait_toolkit_faq_delete_published_posts\";i:11;s:35:\"ait_toolkit_faq_delete_others_posts\";i:12;s:34:\"ait_toolkit_faq_edit_private_posts\";i:13;s:36:\"ait_toolkit_faq_edit_published_posts\";i:14;s:37:\"ait_toolkit_faq_category_manage_terms\";i:15;s:35:\"ait_toolkit_faq_category_edit_terms\";i:16;s:37:\"ait_toolkit_faq_category_delete_terms\";i:17;s:37:\"ait_toolkit_faq_category_assign_terms\";}s:7:\"disable\";a:0:{}}}s:13:\"ait_food_menu\";a:4:{s:5:\"label\";s:9:\"Food Menu\";s:4:\"help\";s:52:\"Enables the management of food menu custom post type\";s:5:\"check\";b:1;s:4:\"caps\";a:2:{s:6:\"enable\";a:11:{i:0;s:31:\"ait_toolkit_food_menu_edit_post\";i:1;s:32:\"ait_toolkit_food_menu_edit_posts\";i:2;s:31:\"ait_toolkit_food_menu_read_post\";i:3;s:35:\"ait_toolkit_food_menu_publish_posts\";i:4;s:34:\"ait_toolkit_food_menu_delete_posts\";i:5;s:44:\"ait_toolkit_food_menu_delete_published_posts\";i:6;s:42:\"ait_toolkit_food_menu_edit_published_posts\";i:7;s:35:\"ait_food_menu_category_manage_terms\";i:8;s:33:\"ait_food_menu_category_edit_terms\";i:9;s:35:\"ait_food_menu_category_delete_terms\";i:10;s:35:\"ait_food_menu_category_assign_terms\";}s:7:\"disable\";a:0:{}}}s:13:\"ait_infopanel\";a:4:{s:5:\"label\";s:10:\"Infopanels\";s:4:\"help\";s:53:\"Enables the management of infopanels custom post type\";s:5:\"check\";b:0;s:4:\"caps\";a:2:{s:6:\"enable\";a:18:{i:0;s:31:\"ait_toolkit_infopanel_edit_post\";i:1;s:31:\"ait_toolkit_infopanel_read_post\";i:2;s:33:\"ait_toolkit_infopanel_delete_post\";i:3;s:32:\"ait_toolkit_infopanel_edit_posts\";i:4;s:39:\"ait_toolkit_infopanel_edit_others_posts\";i:5;s:35:\"ait_toolkit_infopanel_publish_posts\";i:6;s:40:\"ait_toolkit_infopanel_read_private_posts\";i:7;s:32:\"ait_toolkit_infopanel_read_posts\";i:8;s:34:\"ait_toolkit_infopanel_delete_posts\";i:9;s:42:\"ait_toolkit_infopanel_delete_private_posts\";i:10;s:44:\"ait_toolkit_infopanel_delete_published_posts\";i:11;s:41:\"ait_toolkit_infopanel_delete_others_posts\";i:12;s:40:\"ait_toolkit_infopanel_edit_private_posts\";i:13;s:42:\"ait_toolkit_infopanel_edit_published_posts\";i:14;s:43:\"ait_toolkit_infopanel_category_manage_terms\";i:15;s:41:\"ait_toolkit_infopanel_category_edit_terms\";i:16;s:43:\"ait_toolkit_infopanel_category_delete_terms\";i:17;s:43:\"ait_toolkit_infopanel_category_assign_terms\";}s:7:\"disable\";a:0:{}}}s:8:\"ait_item\";a:4:{s:5:\"label\";s:5:\"Items\";s:4:\"help\";s:48:\"Enables the management of items custom post type\";s:5:\"check\";b:1;s:4:\"caps\";a:2:{s:6:\"enable\";a:37:{i:0;s:27:\"ait_toolkit_items_edit_item\";i:1;s:28:\"ait_toolkit_items_edit_items\";i:2;s:27:\"ait_toolkit_items_read_item\";i:3;s:28:\"ait_toolkit_items_read_items\";i:4;s:31:\"ait_toolkit_items_publish_items\";i:5;s:30:\"ait_toolkit_items_delete_items\";i:6;s:40:\"ait_toolkit_items_delete_published_items\";i:7;s:38:\"ait_toolkit_items_edit_published_items\";i:8;s:35:\"ait_toolkit_items_edit_others_items\";i:9;s:37:\"ait_toolkit_items_delete_others_items\";i:10;s:36:\"ait_toolkit_items_read_private_items\";i:11;s:36:\"ait_toolkit_items_edit_private_items\";i:12;s:38:\"ait_toolkit_items_delete_private_items\";i:13;s:39:\"ait_toolkit_items_category_manage_items\";i:14;s:37:\"ait_toolkit_items_category_edit_items\";i:15;s:39:\"ait_toolkit_items_category_delete_items\";i:16;s:39:\"ait_toolkit_items_category_assign_items\";i:17;s:43:\"ait_toolkit_items_category_manage_locations\";i:18;s:41:\"ait_toolkit_items_category_edit_locations\";i:19;s:43:\"ait_toolkit_items_category_delete_locations\";i:20;s:43:\"ait_toolkit_items_category_assign_locations\";i:21;s:32:\"_ait-item_item-data_featuredItem\";i:22;s:30:\"_ait-item_item-data_headerType\";i:23;s:36:\"_ait-item_item-data_headerType-image\";i:24;s:23:\"_ait-item_item-data_map\";i:25;s:29:\"_ait-item_item-data_telephone\";i:26;s:39:\"_ait-item_item-data_telephoneAdditional\";i:27;s:25:\"_ait-item_item-data_email\";i:28;s:29:\"_ait-item_item-data_showEmail\";i:29;s:35:\"_ait-item_item-data_contactOwnerBtn\";i:30;s:23:\"_ait-item_item-data_web\";i:31;s:32:\"_ait-item_item-data_webLinkLabel\";i:32;s:36:\"_ait-item_item-data_itemOpeningHours\";i:33;s:35:\"_ait-item_item-data_itemSocialIcons\";i:34;s:31:\"_ait-item_item-data_itemGallery\";i:35;s:32:\"_ait-item_item-data_itemFeatures\";i:36;s:28:\"_ait-item_item-author_author\";}s:7:\"disable\";a:0:{}}}s:13:\"ait_job_offer\";a:4:{s:5:\"label\";s:10:\"Job Offers\";s:4:\"help\";s:53:\"Enables the management of job offers custom post type\";s:5:\"check\";b:0;s:4:\"caps\";a:2:{s:6:\"enable\";a:18:{i:0;s:31:\"ait_toolkit_job-offer_edit_post\";i:1;s:31:\"ait_toolkit_job-offer_read_post\";i:2;s:33:\"ait_toolkit_job-offer_delete_post\";i:3;s:32:\"ait_toolkit_job-offer_edit_posts\";i:4;s:39:\"ait_toolkit_job-offer_edit_others_posts\";i:5;s:35:\"ait_toolkit_job-offer_publish_posts\";i:6;s:40:\"ait_toolkit_job-offer_read_private_posts\";i:7;s:32:\"ait_toolkit_job-offer_read_posts\";i:8;s:34:\"ait_toolkit_job-offer_delete_posts\";i:9;s:42:\"ait_toolkit_job-offer_delete_private_posts\";i:10;s:44:\"ait_toolkit_job-offer_delete_published_posts\";i:11;s:41:\"ait_toolkit_job-offer_delete_others_posts\";i:12;s:40:\"ait_toolkit_job-offer_edit_private_posts\";i:13;s:42:\"ait_toolkit_job-offer_edit_published_posts\";i:14;s:43:\"ait_toolkit_job-offer_category_manage_terms\";i:15;s:41:\"ait_toolkit_job-offer_category_edit_terms\";i:16;s:43:\"ait_toolkit_job-offer_category_delete_terms\";i:17;s:43:\"ait_toolkit_job-offer_category_assign_terms\";}s:7:\"disable\";a:0:{}}}s:9:\"ait_match\";a:4:{s:5:\"label\";s:7:\"Matches\";s:4:\"help\";s:50:\"Enables the management of matches custom post type\";s:5:\"check\";b:0;s:4:\"caps\";a:2:{s:6:\"enable\";a:18:{i:0;s:27:\"ait_toolkit_match_edit_post\";i:1;s:27:\"ait_toolkit_match_read_post\";i:2;s:29:\"ait_toolkit_match_delete_post\";i:3;s:28:\"ait_toolkit_match_edit_posts\";i:4;s:35:\"ait_toolkit_match_edit_others_posts\";i:5;s:31:\"ait_toolkit_match_publish_posts\";i:6;s:36:\"ait_toolkit_match_read_private_posts\";i:7;s:28:\"ait_toolkit_match_read_posts\";i:8;s:30:\"ait_toolkit_match_delete_posts\";i:9;s:38:\"ait_toolkit_match_delete_private_posts\";i:10;s:40:\"ait_toolkit_match_delete_published_posts\";i:11;s:37:\"ait_toolkit_match_delete_others_posts\";i:12;s:36:\"ait_toolkit_match_edit_private_posts\";i:13;s:38:\"ait_toolkit_match_edit_published_posts\";i:14;s:39:\"ait_toolkit_match_category_manage_terms\";i:15;s:37:\"ait_toolkit_match_category_edit_terms\";i:16;s:39:\"ait_toolkit_match_category_delete_terms\";i:17;s:39:\"ait_toolkit_match_category_assign_terms\";}s:7:\"disable\";a:0:{}}}s:10:\"ait_member\";a:4:{s:5:\"label\";s:7:\"Members\";s:4:\"help\";s:50:\"Enables the management of members custom post type\";s:5:\"check\";b:0;s:4:\"caps\";a:2:{s:6:\"enable\";a:18:{i:0;s:28:\"ait_toolkit_member_edit_post\";i:1;s:28:\"ait_toolkit_member_read_post\";i:2;s:30:\"ait_toolkit_member_delete_post\";i:3;s:29:\"ait_toolkit_member_edit_posts\";i:4;s:36:\"ait_toolkit_member_edit_others_posts\";i:5;s:32:\"ait_toolkit_member_publish_posts\";i:6;s:37:\"ait_toolkit_member_read_private_posts\";i:7;s:29:\"ait_toolkit_member_read_posts\";i:8;s:31:\"ait_toolkit_member_delete_posts\";i:9;s:39:\"ait_toolkit_member_delete_private_posts\";i:10;s:41:\"ait_toolkit_member_delete_published_posts\";i:11;s:38:\"ait_toolkit_member_delete_others_posts\";i:12;s:37:\"ait_toolkit_member_edit_private_posts\";i:13;s:39:\"ait_toolkit_member_edit_published_posts\";i:14;s:40:\"ait_toolkit_member_category_manage_terms\";i:15;s:38:\"ait_toolkit_member_category_edit_terms\";i:16;s:40:\"ait_toolkit_member_category_delete_terms\";i:17;s:40:\"ait_toolkit_member_category_assign_terms\";}s:7:\"disable\";a:0:{}}}s:12:\"ait_obituary\";a:4:{s:5:\"label\";s:10:\"Obituaries\";s:4:\"help\";s:53:\"Enables the management of obituaries custom post type\";s:5:\"check\";b:0;s:4:\"caps\";a:2:{s:6:\"enable\";a:14:{i:0;s:30:\"ait_toolkit_obituary_edit_post\";i:1;s:30:\"ait_toolkit_obituary_read_post\";i:2;s:32:\"ait_toolkit_obituary_delete_post\";i:3;s:31:\"ait_toolkit_obituary_edit_posts\";i:4;s:38:\"ait_toolkit_obituary_edit_others_posts\";i:5;s:34:\"ait_toolkit_obituary_publish_posts\";i:6;s:39:\"ait_toolkit_obituary_read_private_posts\";i:7;s:31:\"ait_toolkit_obituary_read_posts\";i:8;s:33:\"ait_toolkit_obituary_delete_posts\";i:9;s:41:\"ait_toolkit_obituary_delete_private_posts\";i:10;s:43:\"ait_toolkit_obituary_delete_published_posts\";i:11;s:40:\"ait_toolkit_obituary_delete_others_posts\";i:12;s:39:\"ait_toolkit_obituary_edit_private_posts\";i:13;s:41:\"ait_toolkit_obituary_edit_published_posts\";}s:7:\"disable\";a:0:{}}}s:18:\"ait_portfolio_item\";a:4:{s:5:\"label\";s:9:\"Portfolio\";s:4:\"help\";s:52:\"Enables the management of portfolio custom post type\";s:5:\"check\";b:0;s:4:\"caps\";a:2:{s:6:\"enable\";a:18:{i:0;s:36:\"ait_toolkit_portfolio-item_edit_post\";i:1;s:36:\"ait_toolkit_portfolio-item_read_post\";i:2;s:38:\"ait_toolkit_portfolio-item_delete_post\";i:3;s:37:\"ait_toolkit_portfolio-item_edit_posts\";i:4;s:44:\"ait_toolkit_portfolio-item_edit_others_posts\";i:5;s:40:\"ait_toolkit_portfolio-item_publish_posts\";i:6;s:45:\"ait_toolkit_portfolio-item_read_private_posts\";i:7;s:37:\"ait_toolkit_portfolio-item_read_posts\";i:8;s:39:\"ait_toolkit_portfolio-item_delete_posts\";i:9;s:47:\"ait_toolkit_portfolio-item_delete_private_posts\";i:10;s:49:\"ait_toolkit_portfolio-item_delete_published_posts\";i:11;s:46:\"ait_toolkit_portfolio-item_delete_others_posts\";i:12;s:45:\"ait_toolkit_portfolio-item_edit_private_posts\";i:13;s:47:\"ait_toolkit_portfolio-item_edit_published_posts\";i:14;s:48:\"ait_toolkit_portfolio-item_category_manage_terms\";i:15;s:46:\"ait_toolkit_portfolio-item_category_edit_terms\";i:16;s:48:\"ait_toolkit_portfolio-item_category_delete_terms\";i:17;s:48:\"ait_toolkit_portfolio-item_category_assign_terms\";}s:7:\"disable\";a:0:{}}}s:11:\"ait_partner\";a:4:{s:5:\"label\";s:8:\"Partners\";s:4:\"help\";s:50:\"Enables the management of partner custom post type\";s:5:\"check\";b:1;s:4:\"caps\";a:2:{s:6:\"enable\";a:18:{i:0;s:29:\"ait_toolkit_partner_edit_post\";i:1;s:29:\"ait_toolkit_partner_read_post\";i:2;s:31:\"ait_toolkit_partner_delete_post\";i:3;s:30:\"ait_toolkit_partner_edit_posts\";i:4;s:37:\"ait_toolkit_partner_edit_others_posts\";i:5;s:33:\"ait_toolkit_partner_publish_posts\";i:6;s:38:\"ait_toolkit_partner_read_private_posts\";i:7;s:30:\"ait_toolkit_partner_read_posts\";i:8;s:32:\"ait_toolkit_partner_delete_posts\";i:9;s:40:\"ait_toolkit_partner_delete_private_posts\";i:10;s:42:\"ait_toolkit_partner_delete_published_posts\";i:11;s:39:\"ait_toolkit_partner_delete_others_posts\";i:12;s:38:\"ait_toolkit_partner_edit_private_posts\";i:13;s:40:\"ait_toolkit_partner_edit_published_posts\";i:14;s:41:\"ait_toolkit_partner_category_manage_terms\";i:15;s:39:\"ait_toolkit_partner_category_edit_terms\";i:16;s:41:\"ait_toolkit_partner_category_delete_terms\";i:17;s:41:\"ait_toolkit_partner_category_assign_terms\";}s:7:\"disable\";a:0:{}}}s:15:\"ait_price_table\";a:4:{s:5:\"label\";s:12:\"Price Tables\";s:4:\"help\";s:55:\"Enables the management of price tables custom post type\";s:5:\"check\";b:1;s:4:\"caps\";a:2:{s:6:\"enable\";a:18:{i:0;s:33:\"ait_toolkit_price-table_edit_post\";i:1;s:33:\"ait_toolkit_price-table_read_post\";i:2;s:35:\"ait_toolkit_price-table_delete_post\";i:3;s:34:\"ait_toolkit_price-table_edit_posts\";i:4;s:41:\"ait_toolkit_price-table_edit_others_posts\";i:5;s:37:\"ait_toolkit_price-table_publish_posts\";i:6;s:42:\"ait_toolkit_price-table_read_private_posts\";i:7;s:34:\"ait_toolkit_price-table_read_posts\";i:8;s:36:\"ait_toolkit_price-table_delete_posts\";i:9;s:44:\"ait_toolkit_price-table_delete_private_posts\";i:10;s:46:\"ait_toolkit_price-table_delete_published_posts\";i:11;s:43:\"ait_toolkit_price-table_delete_others_posts\";i:12;s:42:\"ait_toolkit_price-table_edit_private_posts\";i:13;s:44:\"ait_toolkit_price-table_edit_published_posts\";i:14;s:45:\"ait_toolkit_price-table_category_manage_terms\";i:15;s:43:\"ait_toolkit_price-table_category_edit_terms\";i:16;s:45:\"ait_toolkit_price-table_category_delete_terms\";i:17;s:45:\"ait_toolkit_price-table_category_assign_terms\";}s:7:\"disable\";a:0:{}}}s:16:\"ait_product_item\";a:4:{s:5:\"label\";s:8:\"Products\";s:4:\"help\";s:51:\"Enables the management of products custom post type\";s:5:\"check\";b:0;s:4:\"caps\";a:2:{s:6:\"enable\";a:18:{i:0;s:34:\"ait_toolkit_product-item_edit_post\";i:1;s:34:\"ait_toolkit_product-item_read_post\";i:2;s:36:\"ait_toolkit_product-item_delete_post\";i:3;s:35:\"ait_toolkit_product-item_edit_posts\";i:4;s:42:\"ait_toolkit_product-item_edit_others_posts\";i:5;s:38:\"ait_toolkit_product-item_publish_posts\";i:6;s:43:\"ait_toolkit_product-item_read_private_posts\";i:7;s:35:\"ait_toolkit_product-item_read_posts\";i:8;s:37:\"ait_toolkit_product-item_delete_posts\";i:9;s:45:\"ait_toolkit_product-item_delete_private_posts\";i:10;s:47:\"ait_toolkit_product-item_delete_published_posts\";i:11;s:44:\"ait_toolkit_product-item_delete_others_posts\";i:12;s:43:\"ait_toolkit_product-item_edit_private_posts\";i:13;s:45:\"ait_toolkit_product-item_edit_published_posts\";i:14;s:46:\"ait_toolkit_product-item_category_manage_terms\";i:15;s:44:\"ait_toolkit_product-item_category_edit_terms\";i:16;s:46:\"ait_toolkit_product-item_category_delete_terms\";i:17;s:46:\"ait_toolkit_product-item_category_assign_terms\";}s:7:\"disable\";a:0:{}}}s:10:\"ait_review\";a:4:{s:5:\"label\";s:12:\"Item Reviews\";s:4:\"help\";s:50:\"Enables the management of reviews custom post type\";s:5:\"check\";b:1;s:4:\"caps\";a:2:{s:6:\"enable\";a:3:{i:0;s:27:\"ait_item_reviews_edit_posts\";i:1;s:29:\"ait_item_reviews_delete_posts\";i:2;s:39:\"ait_item_reviews_delete_published_posts\";}s:7:\"disable\";a:4:{i:0;s:26:\"ait_item_reviews_read_post\";i:1;s:26:\"ait_item_reviews_edit_post\";i:2;s:30:\"ait_item_reviews_publish_posts\";i:3;s:37:\"ait_item_reviews_edit_published_posts\";}}}s:15:\"ait_service_box\";a:4:{s:5:\"label\";s:8:\"Services\";s:4:\"help\";s:51:\"Enables the management of services custom post type\";s:5:\"check\";b:0;s:4:\"caps\";a:2:{s:6:\"enable\";a:18:{i:0;s:33:\"ait_toolkit_service-box_edit_post\";i:1;s:33:\"ait_toolkit_service-box_read_post\";i:2;s:35:\"ait_toolkit_service-box_delete_post\";i:3;s:34:\"ait_toolkit_service-box_edit_posts\";i:4;s:41:\"ait_toolkit_service-box_edit_others_posts\";i:5;s:37:\"ait_toolkit_service-box_publish_posts\";i:6;s:42:\"ait_toolkit_service-box_read_private_posts\";i:7;s:34:\"ait_toolkit_service-box_read_posts\";i:8;s:36:\"ait_toolkit_service-box_delete_posts\";i:9;s:44:\"ait_toolkit_service-box_delete_private_posts\";i:10;s:46:\"ait_toolkit_service-box_delete_published_posts\";i:11;s:43:\"ait_toolkit_service-box_delete_others_posts\";i:12;s:42:\"ait_toolkit_service-box_edit_private_posts\";i:13;s:44:\"ait_toolkit_service-box_edit_published_posts\";i:14;s:45:\"ait_toolkit_service-box_category_manage_terms\";i:15;s:43:\"ait_toolkit_service-box_category_edit_terms\";i:16;s:45:\"ait_toolkit_service-box_category_delete_terms\";i:17;s:45:\"ait_toolkit_service-box_category_assign_terms\";}s:7:\"disable\";a:0:{}}}s:17:\"ait_special_offer\";a:5:{s:5:\"label\";s:14:\"Special Offers\";s:4:\"help\";s:57:\"Enables the management of special offers custom post type\";s:5:\"check\";b:0;s:4:\"caps\";a:2:{s:6:\"enable\";a:14:{i:0;s:35:\"ait_toolkit_special_offer_edit_post\";i:1;s:35:\"ait_toolkit_special_offer_read_post\";i:2;s:37:\"ait_toolkit_special_offer_delete_post\";i:3;s:36:\"ait_toolkit_special_offer_edit_posts\";i:4;s:43:\"ait_toolkit_special_offer_edit_others_posts\";i:5;s:39:\"ait_toolkit_special_offer_publish_posts\";i:6;s:44:\"ait_toolkit_special_offer_read_private_posts\";i:7;s:36:\"ait_toolkit_special_offer_read_posts\";i:8;s:38:\"ait_toolkit_special_offer_delete_posts\";i:9;s:46:\"ait_toolkit_special_offer_delete_private_posts\";i:10;s:48:\"ait_toolkit_special_offer_delete_published_posts\";i:11;s:45:\"ait_toolkit_special_offer_delete_others_posts\";i:12;s:44:\"ait_toolkit_special_offer_edit_private_posts\";i:13;s:46:\"ait_toolkit_special_offer_edit_published_posts\";}s:7:\"disable\";a:0:{}}s:11:\"limitedCaps\";a:2:{s:6:\"enable\";a:9:{i:0;s:35:\"ait_toolkit_special_offer_edit_post\";i:1;s:36:\"ait_toolkit_special_offer_edit_posts\";i:2;s:35:\"ait_toolkit_special_offer_read_post\";i:3;s:36:\"ait_toolkit_special_offer_read_posts\";i:4;s:37:\"ait_toolkit_special_offer_delete_post\";i:5;s:38:\"ait_toolkit_special_offer_delete_posts\";i:6;s:39:\"ait_toolkit_special_offer_publish_posts\";i:7;s:48:\"ait_toolkit_special_offer_delete_published_posts\";i:8;s:46:\"ait_toolkit_special_offer_edit_published_posts\";}s:7:\"disable\";a:0:{}}}s:15:\"ait_testimonial\";a:4:{s:5:\"label\";s:12:\"Testimonials\";s:4:\"help\";s:55:\"Enables the management of testimonials custom post type\";s:5:\"check\";b:0;s:4:\"caps\";a:2:{s:6:\"enable\";a:18:{i:0;s:33:\"ait_toolkit_testimonial_edit_post\";i:1;s:33:\"ait_toolkit_testimonial_read_post\";i:2;s:35:\"ait_toolkit_testimonial_delete_post\";i:3;s:34:\"ait_toolkit_testimonial_edit_posts\";i:4;s:41:\"ait_toolkit_testimonial_edit_others_posts\";i:5;s:37:\"ait_toolkit_testimonial_publish_posts\";i:6;s:42:\"ait_toolkit_testimonial_read_private_posts\";i:7;s:34:\"ait_toolkit_testimonial_read_posts\";i:8;s:36:\"ait_toolkit_testimonial_delete_posts\";i:9;s:44:\"ait_toolkit_testimonial_delete_private_posts\";i:10;s:46:\"ait_toolkit_testimonial_delete_published_posts\";i:11;s:43:\"ait_toolkit_testimonial_delete_others_posts\";i:12;s:42:\"ait_toolkit_testimonial_edit_private_posts\";i:13;s:44:\"ait_toolkit_testimonial_edit_published_posts\";i:14;s:45:\"ait_toolkit_testimonial_category_manage_terms\";i:15;s:43:\"ait_toolkit_testimonial_category_edit_terms\";i:16;s:45:\"ait_toolkit_testimonial_category_delete_terms\";i:17;s:45:\"ait_toolkit_testimonial_category_assign_terms\";}s:7:\"disable\";a:0:{}}}s:10:\"ait_toggle\";a:4:{s:5:\"label\";s:7:\"Toggles\";s:4:\"help\";s:50:\"Enables the management of toggles custom post type\";s:5:\"check\";b:1;s:4:\"caps\";a:2:{s:6:\"enable\";a:18:{i:0;s:28:\"ait_toolkit_toggle_edit_post\";i:1;s:28:\"ait_toolkit_toggle_read_post\";i:2;s:30:\"ait_toolkit_toggle_delete_post\";i:3;s:29:\"ait_toolkit_toggle_edit_posts\";i:4;s:36:\"ait_toolkit_toggle_edit_others_posts\";i:5;s:32:\"ait_toolkit_toggle_publish_posts\";i:6;s:37:\"ait_toolkit_toggle_read_private_posts\";i:7;s:29:\"ait_toolkit_toggle_read_posts\";i:8;s:31:\"ait_toolkit_toggle_delete_posts\";i:9;s:39:\"ait_toolkit_toggle_delete_private_posts\";i:10;s:41:\"ait_toolkit_toggle_delete_published_posts\";i:11;s:38:\"ait_toolkit_toggle_delete_others_posts\";i:12;s:37:\"ait_toolkit_toggle_edit_private_posts\";i:13;s:39:\"ait_toolkit_toggle_edit_published_posts\";i:14;s:40:\"ait_toolkit_toggle_category_manage_terms\";i:15;s:38:\"ait_toolkit_toggle_category_edit_terms\";i:16;s:40:\"ait_toolkit_toggle_category_delete_terms\";i:17;s:40:\"ait_toolkit_toggle_category_assign_terms\";}s:7:\"disable\";a:0:{}}}s:8:\"ait_tour\";a:4:{s:5:\"label\";s:5:\"Tours\";s:4:\"help\";s:48:\"Enables the management of tours custom post type\";s:5:\"check\";b:0;s:4:\"caps\";a:2:{s:6:\"enable\";a:18:{i:0;s:26:\"ait_toolkit_tour_edit_post\";i:1;s:26:\"ait_toolkit_tour_read_post\";i:2;s:28:\"ait_toolkit_tour_delete_post\";i:3;s:27:\"ait_toolkit_tour_edit_posts\";i:4;s:34:\"ait_toolkit_tour_edit_others_posts\";i:5;s:30:\"ait_toolkit_tour_publish_posts\";i:6;s:35:\"ait_toolkit_tour_read_private_posts\";i:7;s:27:\"ait_toolkit_tour_read_posts\";i:8;s:29:\"ait_toolkit_tour_delete_posts\";i:9;s:37:\"ait_toolkit_tour_delete_private_posts\";i:10;s:39:\"ait_toolkit_tour_delete_published_posts\";i:11;s:36:\"ait_toolkit_tour_delete_others_posts\";i:12;s:35:\"ait_toolkit_tour_edit_private_posts\";i:13;s:37:\"ait_toolkit_tour_edit_published_posts\";i:14;s:38:\"ait_toolkit_tour_category_manage_terms\";i:15;s:36:\"ait_toolkit_tour_category_edit_terms\";i:16;s:38:\"ait_toolkit_tour_category_delete_terms\";i:17;s:38:\"ait_toolkit_tour_category_assign_terms\";}s:7:\"disable\";a:0:{}}}}}}', 'yes'),
(479, 'ait_permissions_manager_role_cityguide_63911c36', 'a:34:{s:27:\"ait_toolkit_items_edit_item\";b:1;s:28:\"ait_toolkit_items_edit_items\";b:1;s:27:\"ait_toolkit_items_read_item\";b:1;s:28:\"ait_toolkit_items_read_items\";b:1;s:30:\"ait_toolkit_items_delete_items\";b:1;s:40:\"ait_toolkit_items_delete_published_items\";b:1;s:38:\"ait_toolkit_items_edit_published_items\";b:1;s:39:\"ait_toolkit_items_category_assign_items\";b:1;s:43:\"ait_toolkit_items_category_assign_locations\";b:1;s:4:\"read\";b:1;s:22:\"delete_published_posts\";b:1;s:12:\"delete_posts\";b:1;s:12:\"upload_files\";b:1;s:32:\"ait_toolkit_eventspro_edit_event\";b:1;s:33:\"ait_toolkit_eventspro_edit_events\";b:1;s:32:\"ait_toolkit_eventspro_read_event\";b:1;s:33:\"ait_toolkit_eventspro_read_events\";b:1;s:35:\"ait_toolkit_eventspro_delete_events\";b:1;s:45:\"ait_toolkit_eventspro_delete_published_events\";b:1;s:43:\"ait_toolkit_eventspro_edit_published_events\";b:1;s:48:\"ait_toolkit_eventspro_category_assign_events_pro\";b:1;s:31:\"ait_toolkit_items_publish_items\";b:1;s:36:\"ait_toolkit_eventspro_publish_events\";b:1;s:31:\"ait_toolkit_food_menu_edit_post\";b:1;s:32:\"ait_toolkit_food_menu_edit_posts\";b:1;s:31:\"ait_toolkit_food_menu_read_post\";b:1;s:35:\"ait_toolkit_food_menu_publish_posts\";b:1;s:34:\"ait_toolkit_food_menu_delete_posts\";b:1;s:44:\"ait_toolkit_food_menu_delete_published_posts\";b:1;s:42:\"ait_toolkit_food_menu_edit_published_posts\";b:1;s:35:\"ait_food_menu_category_assign_terms\";b:1;s:27:\"ait_item_reviews_edit_posts\";b:1;s:29:\"ait_item_reviews_delete_posts\";b:1;s:39:\"ait_item_reviews_delete_published_posts\";b:1;}', 'yes'),
(480, 'ait_permissions_manager_role_cityguide_7c8003ef', 'a:52:{s:27:\"ait_toolkit_items_edit_item\";b:1;s:28:\"ait_toolkit_items_edit_items\";b:1;s:27:\"ait_toolkit_items_read_item\";b:1;s:28:\"ait_toolkit_items_read_items\";b:1;s:30:\"ait_toolkit_items_delete_items\";b:1;s:40:\"ait_toolkit_items_delete_published_items\";b:1;s:38:\"ait_toolkit_items_edit_published_items\";b:1;s:39:\"ait_toolkit_items_category_assign_items\";b:1;s:43:\"ait_toolkit_items_category_assign_locations\";b:1;s:4:\"read\";b:1;s:22:\"delete_published_posts\";b:1;s:12:\"delete_posts\";b:1;s:12:\"upload_files\";b:1;s:32:\"ait_toolkit_eventspro_edit_event\";b:1;s:33:\"ait_toolkit_eventspro_edit_events\";b:1;s:32:\"ait_toolkit_eventspro_read_event\";b:1;s:33:\"ait_toolkit_eventspro_read_events\";b:1;s:35:\"ait_toolkit_eventspro_delete_events\";b:1;s:45:\"ait_toolkit_eventspro_delete_published_events\";b:1;s:43:\"ait_toolkit_eventspro_edit_published_events\";b:1;s:48:\"ait_toolkit_eventspro_category_assign_events_pro\";b:1;s:31:\"ait_toolkit_food_menu_edit_post\";b:1;s:32:\"ait_toolkit_food_menu_edit_posts\";b:1;s:31:\"ait_toolkit_food_menu_read_post\";b:1;s:35:\"ait_toolkit_food_menu_publish_posts\";b:1;s:34:\"ait_toolkit_food_menu_delete_posts\";b:1;s:44:\"ait_toolkit_food_menu_delete_published_posts\";b:1;s:42:\"ait_toolkit_food_menu_edit_published_posts\";b:1;s:35:\"ait_food_menu_category_assign_terms\";b:1;s:22:\"package_feature_editor\";b:1;s:28:\"package_feature_editor_media\";b:1;s:23:\"package_feature_excerpt\";b:1;s:21:\"package_feature_image\";b:1;s:24:\"package_feature_comments\";b:1;s:32:\"_ait-item_item-data_featuredItem\";b:1;s:30:\"_ait-item_item-data_headerType\";b:1;s:36:\"_ait-item_item-data_headerType-image\";b:1;s:23:\"_ait-item_item-data_map\";b:1;s:29:\"_ait-item_item-data_telephone\";b:1;s:39:\"_ait-item_item-data_telephoneAdditional\";b:1;s:25:\"_ait-item_item-data_email\";b:1;s:23:\"_ait-item_item-data_web\";b:1;s:32:\"_ait-item_item-data_webLinkLabel\";b:1;s:29:\"_ait-item_item-data_showEmail\";b:1;s:35:\"_ait-item_item-data_contactOwnerBtn\";b:1;s:36:\"_ait-item_item-data_itemOpeningHours\";b:1;s:35:\"_ait-item_item-data_itemSocialIcons\";b:1;s:31:\"_ait-item_item-data_itemGallery\";b:1;s:32:\"_ait-item_item-data_itemFeatures\";b:1;s:27:\"ait_item_reviews_edit_posts\";b:1;s:29:\"ait_item_reviews_delete_posts\";b:1;s:39:\"ait_item_reviews_delete_published_posts\";b:1;}', 'yes'),
(481, 'ait_permissions_manager_role_editor', 'a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}', 'yes'),
(482, 'ait_permissions_manager_role_author', 'a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}', 'yes'),
(483, 'ait_permissions_manager_role_contributor', 'a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}', 'yes'),
(894, 'loginizer_checksums_diff', 'a:2:{s:10:\"xmlrpc.php\";a:2:{s:7:\"cur_md5\";b:0;s:3:\"md5\";s:32:\"448284dfc371ca9e6280e44db2b13e63\";}s:9:\"index.php\";a:2:{s:7:\"cur_md5\";s:32:\"9d8a43df8537215ce138e3f91cdc8e49\";s:3:\"md5\";s:32:\"b9142a5f513a565bcb15430f4982000e\";}}', 'yes'),
(895, 'loginizer_license', 'a:7:{s:7:\"license\";s:29:\"QB1AA-XYS08-QIJV5-KFX22-XV8OW\";s:7:\"expires\";s:8:\"20210122\";s:7:\"licType\";s:7:\"Premium\";s:9:\"num_sites\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:10:\"licexpired\";N;s:11:\"last_update\";i:1589027887;}', 'yes'),
(893, 'loginizer_checksums_last_run', '1588031679', 'yes'),
(892, 'external_updates-loginizer-security', 'O:8:\"stdClass\":3:{s:9:\"lastCheck\";i:1588053405;s:14:\"checkedVersion\";s:5:\"1.4.3\";s:6:\"update\";O:8:\"stdClass\":7:{s:2:\"id\";i:0;s:4:\"slug\";s:18:\"loginizer-security\";s:7:\"version\";s:5:\"1.4.3\";s:8:\"homepage\";s:20:\"http://loginizer.com\";s:12:\"download_url\";s:127:\"http://api.loginizer.com/download.php?version=1.4.3&license=QB1AA-XYS08-QIJV5-KFX22-XV8OW&license=QB1AA-XYS08-QIJV5-KFX22-XV8OW\";s:14:\"upgrade_notice\";N;s:8:\"filename\";s:41:\"loginizer-security/loginizer-security.php\";}}', 'no'),
(896, 'loginizer_ip_method', '1', 'yes'),
(897, 'loginizer_2fa', 'a:5:{s:7:\"2fa_app\";i:1;s:9:\"2fa_email\";i:0;s:8:\"question\";i:0;s:15:\"2fa_email_force\";i:0;s:9:\"2fa_roles\";s:0:\"\";}', 'yes'),
(898, 'loginizer_security', 'a:5:{s:10:\"login_slug\";s:9:\"userpglog\";s:19:\"rename_login_secret\";i:0;s:11:\"xmlrpc_slug\";s:0:\"\";s:14:\"xmlrpc_disable\";i:1;s:17:\"pingbacks_disable\";i:1;}', 'yes'),
(900, 'loginizer_username_blacklist', 'a:4:{i:0;s:5:\"admin\";i:1;s:13:\"administrator\";i:2;s:8:\"420admin\";i:3;s:8:\"admin420\";}', 'yes'),
(901, 'loginizer_checksums', 'a:4:{s:16:\"disable_checksum\";i:0;s:17:\"no_checksum_email\";i:1;s:18:\"checksum_frequency\";i:1;s:13:\"checksum_time\";s:5:\"00:00\";}', 'yes'),
(902, 'loginizer_checksums_ignore', 'a:1:{i:0;s:10:\"xmlrpc.php\";}', 'yes'),
(809, '_ait_foodguide-child_elements_opts_page_39', 'a:14:{i:0;a:1:{s:10:\"page-title\";a:7:{s:8:\"@display\";s:1:\"0\";s:11:\"description\";a:1:{s:5:\"en_US\";s:0:\"\";}s:10:\"background\";a:5:{s:5:\"color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:8:\"position\";s:13:\"center center\";s:6:\"scroll\";s:6:\"scroll\";}s:9:\"textColor\";s:0:\"\";s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";}}i:1;a:1:{s:17:\"revolution-slider\";a:7:{s:8:\"@display\";s:1:\"1\";s:5:\"alias\";s:8:\"homepage\";s:11:\"alternative\";s:64:\"https://your420map.com/web/wp-content/uploads/2020/01/QBhCqL.jpg\";s:10:\"responsive\";s:1:\"0\";s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";}}i:2;a:1:{s:3:\"seo\";a:7:{s:8:\"@display\";s:1:\"1\";s:5:\"title\";a:1:{s:5:\"en_US\";s:0:\"\";}s:8:\"keywords\";a:1:{s:5:\"en_US\";s:0:\"\";}s:11:\"description\";a:1:{s:5:\"en_US\";s:0:\"\";}s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";}}i:3;a:1:{s:10:\"header-map\";a:15:{s:8:\"@display\";s:1:\"1\";s:4:\"type\";s:7:\"ROADMAP\";s:10:\"heightType\";s:4:\"auto\";s:6:\"height\";s:3:\"600\";s:7:\"address\";a:7:{s:7:\"address\";s:23:\"Los Angeles, California\";s:8:\"latitude\";s:10:\"34.0522342\";s:9:\"longitude\";s:12:\"-118.2436849\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:2:\"90\";s:7:\"swpitch\";s:1:\"5\";s:6:\"swzoom\";s:1:\"1\";}s:4:\"zoom\";s:2:\"12\";s:14:\"autoZoomAndFit\";s:1:\"1\";s:13:\"clusterEnable\";s:1:\"0\";s:13:\"clusterRadius\";s:3:\"100\";s:17:\"geoLocationEnable\";s:1:\"1\";s:11:\"mapLoadType\";s:4:\"auto\";s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";s:16:\"@enabledAdvanced\";s:1:\"0\";}}i:4;a:1:{s:11:\"search-form\";a:18:{s:8:\"@display\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:11:\"radiusUnits\";s:2:\"mi\";s:10:\"radiusHelp\";a:1:{s:5:\"en_US\";s:2:\"50\";}s:8:\"sentence\";a:1:{s:5:\"en_US\";s:93:\"I would like to find {search-keyword} in {search-location} and search within {search-radius}.\";}s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";s:16:\"@enabledAdvanced\";s:1:\"1\";s:11:\"customClass\";s:0:\"\";s:5:\"title\";a:1:{s:5:\"en_US\";s:0:\"\";}s:11:\"description\";a:1:{s:5:\"en_US\";s:0:\"\";}s:9:\"headAlign\";s:12:\"align-center\";s:3:\"@bg\";a:5:{s:5:\"color\";s:19:\"rgba(28, 28, 28, 1)\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:8:\"position\";s:10:\"top center\";s:6:\"scroll\";s:6:\"scroll\";}s:10:\"margin-top\";s:1:\"2\";s:11:\"padding-top\";s:1:\"2\";s:14:\"padding-bottom\";s:1:\"2\";s:13:\"margin-bottom\";s:1:\"2\";}}i:5;a:1:{s:13:\"taxonomy-menu\";a:6:{s:8:\"@display\";s:1:\"0\";s:4:\"type\";s:9:\"locations\";s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";s:16:\"@enabledAdvanced\";s:1:\"0\";}}i:6;a:1:{s:12:\"footer-items\";a:12:{s:8:\"@display\";s:1:\"0\";s:8:\"category\";s:1:\"0\";s:8:\"location\";s:1:\"0\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:4:\"DESC\";s:5:\"count\";s:2:\"99\";s:12:\"onlyFeatured\";s:1:\"0\";s:14:\"boxImageHeight\";s:4:\"16:9\";s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";s:16:\"@enabledAdvanced\";s:1:\"0\";}}i:7;a:1:{s:23:\"sidebars-boundary-start\";a:1:{s:23:\"sidebars-boundary-start\";s:0:\"\";}}s:15:\"_e81aaa2d7a8823\";a:1:{s:5:\"items\";a:38:{s:8:\"@display\";s:1:\"1\";s:8:\"category\";s:2:\"28\";s:8:\"location\";s:1:\"0\";s:7:\"orderby\";s:4:\"rand\";s:5:\"order\";s:4:\"DESC\";s:5:\"count\";s:1:\"4\";s:6:\"layout\";s:3:\"box\";s:8:\"textRows\";s:1:\"1\";s:12:\"onlyFeatured\";s:1:\"1\";s:7:\"addInfo\";s:1:\"1\";s:10:\"boxColumns\";s:1:\"4\";s:8:\"boxAlign\";s:12:\"align-center\";s:17:\"boxEnableCarousel\";s:1:\"1\";s:17:\"boxEnableAutoplay\";s:1:\"0\";s:15:\"boxEnableFading\";s:1:\"0\";s:7:\"boxRows\";s:1:\"1\";s:14:\"boxImageHeight\";s:4:\"16:9\";s:11:\"listColumns\";s:1:\"1\";s:18:\"listEnableCarousel\";s:1:\"1\";s:18:\"listEnableAutoplay\";s:1:\"0\";s:16:\"listEnableFading\";s:1:\"0\";s:8:\"listRows\";s:1:\"3\";s:15:\"listImageHeight\";s:3:\"1:1\";s:6:\"listBg\";s:1:\"0\";s:11:\"listBgColor\";s:0:\"\";s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";s:16:\"@enabledAdvanced\";s:1:\"1\";s:11:\"customClass\";s:0:\"\";s:5:\"title\";a:1:{s:5:\"en_US\";s:21:\"Black Diamond Members\";}s:11:\"description\";a:1:{s:5:\"en_US\";s:0:\"\";}s:9:\"headAlign\";s:10:\"align-left\";s:3:\"@bg\";a:5:{s:5:\"color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:8:\"position\";s:10:\"top center\";s:6:\"scroll\";s:6:\"scroll\";}s:10:\"margin-top\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";}}s:15:\"_e45d5f37105ba4\";a:1:{s:5:\"items\";a:38:{s:8:\"@display\";s:1:\"1\";s:8:\"category\";s:2:\"29\";s:8:\"location\";s:1:\"0\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:4:\"DESC\";s:5:\"count\";s:1:\"5\";s:6:\"layout\";s:3:\"box\";s:8:\"textRows\";s:1:\"1\";s:12:\"onlyFeatured\";s:1:\"1\";s:7:\"addInfo\";s:1:\"0\";s:10:\"boxColumns\";s:1:\"4\";s:8:\"boxAlign\";s:12:\"align-center\";s:17:\"boxEnableCarousel\";s:1:\"1\";s:17:\"boxEnableAutoplay\";s:1:\"1\";s:15:\"boxEnableFading\";s:1:\"0\";s:7:\"boxRows\";s:1:\"1\";s:14:\"boxImageHeight\";s:4:\"16:9\";s:11:\"listColumns\";s:1:\"1\";s:18:\"listEnableCarousel\";s:1:\"1\";s:18:\"listEnableAutoplay\";s:1:\"0\";s:16:\"listEnableFading\";s:1:\"0\";s:8:\"listRows\";s:1:\"3\";s:15:\"listImageHeight\";s:3:\"1:1\";s:6:\"listBg\";s:1:\"0\";s:11:\"listBgColor\";s:0:\"\";s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";s:16:\"@enabledAdvanced\";s:1:\"1\";s:11:\"customClass\";s:0:\"\";s:5:\"title\";a:1:{s:5:\"en_US\";s:15:\"Diamond Members\";}s:11:\"description\";a:1:{s:5:\"en_US\";s:0:\"\";}s:9:\"headAlign\";s:10:\"align-left\";s:3:\"@bg\";a:5:{s:5:\"color\";s:22:\"rgba(185, 202, 172, 1)\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:8:\"position\";s:10:\"top center\";s:6:\"scroll\";s:6:\"scroll\";}s:10:\"margin-top\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";}}s:15:\"_e6de122533dd27\";a:1:{s:5:\"items\";a:38:{s:8:\"@display\";s:1:\"1\";s:8:\"category\";s:2:\"33\";s:8:\"location\";s:1:\"0\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:4:\"DESC\";s:5:\"count\";s:2:\"99\";s:6:\"layout\";s:3:\"box\";s:8:\"textRows\";s:1:\"1\";s:12:\"onlyFeatured\";s:1:\"0\";s:7:\"addInfo\";s:1:\"0\";s:10:\"boxColumns\";s:1:\"2\";s:8:\"boxAlign\";s:10:\"align-left\";s:17:\"boxEnableCarousel\";s:1:\"1\";s:17:\"boxEnableAutoplay\";s:1:\"0\";s:15:\"boxEnableFading\";s:1:\"0\";s:7:\"boxRows\";s:1:\"1\";s:14:\"boxImageHeight\";s:4:\"16:9\";s:11:\"listColumns\";s:1:\"1\";s:18:\"listEnableCarousel\";s:1:\"1\";s:18:\"listEnableAutoplay\";s:1:\"0\";s:16:\"listEnableFading\";s:1:\"0\";s:8:\"listRows\";s:1:\"3\";s:15:\"listImageHeight\";s:3:\"1:1\";s:6:\"listBg\";s:1:\"0\";s:11:\"listBgColor\";s:0:\"\";s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";s:16:\"@enabledAdvanced\";s:1:\"1\";s:11:\"customClass\";s:0:\"\";s:5:\"title\";a:1:{s:5:\"en_US\";s:15:\"Featured Brands\";}s:11:\"description\";a:1:{s:5:\"en_US\";s:0:\"\";}s:9:\"headAlign\";s:10:\"align-left\";s:3:\"@bg\";a:5:{s:5:\"color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:8:\"position\";s:10:\"top center\";s:6:\"scroll\";s:6:\"scroll\";}s:10:\"margin-top\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";}}i:8;a:1:{s:7:\"content\";a:5:{s:8:\"@display\";s:1:\"0\";s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";s:16:\"@enabledAdvanced\";s:1:\"0\";}}i:9;a:1:{s:8:\"comments\";a:5:{s:8:\"@display\";s:1:\"0\";s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";s:16:\"@enabledAdvanced\";s:1:\"0\";}}i:29;a:1:{s:21:\"sidebars-boundary-end\";a:1:{s:21:\"sidebars-boundary-end\";s:0:\"\";}}}', 'no');
INSERT INTO `wpir_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(811, '_ait_foodguide-child_elements_opts_item', 'a:11:{i:0;a:1:{s:10:\"page-title\";a:7:{s:8:\"@display\";s:1:\"1\";s:11:\"description\";a:1:{s:5:\"en_US\";s:0:\"\";}s:10:\"background\";a:5:{s:5:\"color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:8:\"position\";s:13:\"center center\";s:6:\"scroll\";s:6:\"scroll\";}s:9:\"textColor\";s:0:\"\";s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";}}i:1;a:1:{s:17:\"revolution-slider\";a:7:{s:8:\"@display\";s:1:\"0\";s:5:\"alias\";s:8:\"homepage\";s:11:\"alternative\";s:0:\"\";s:10:\"responsive\";s:3:\"480\";s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";}}i:2;a:1:{s:3:\"seo\";a:7:{s:8:\"@display\";s:1:\"1\";s:5:\"title\";a:1:{s:5:\"en_US\";s:0:\"\";}s:8:\"keywords\";a:1:{s:5:\"en_US\";s:0:\"\";}s:11:\"description\";a:1:{s:5:\"en_US\";s:0:\"\";}s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";}}i:3;a:1:{s:10:\"header-map\";a:15:{s:8:\"@display\";s:1:\"1\";s:4:\"type\";s:7:\"ROADMAP\";s:10:\"heightType\";s:4:\"auto\";s:6:\"height\";s:3:\"600\";s:7:\"address\";a:7:{s:7:\"address\";s:23:\"Los Angeles, California\";s:8:\"latitude\";s:10:\"34.0522342\";s:9:\"longitude\";s:12:\"-118.2436849\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:2:\"90\";s:7:\"swpitch\";s:1:\"5\";s:6:\"swzoom\";s:1:\"1\";}s:4:\"zoom\";s:2:\"12\";s:14:\"autoZoomAndFit\";s:1:\"1\";s:13:\"clusterEnable\";s:1:\"0\";s:13:\"clusterRadius\";s:3:\"100\";s:17:\"geoLocationEnable\";s:1:\"1\";s:11:\"mapLoadType\";s:4:\"auto\";s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";s:16:\"@enabledAdvanced\";s:1:\"0\";}}i:4;a:1:{s:11:\"search-form\";a:18:{s:8:\"@display\";s:1:\"0\";s:4:\"type\";s:1:\"2\";s:11:\"radiusUnits\";s:2:\"mi\";s:10:\"radiusHelp\";a:1:{s:5:\"en_US\";s:2:\"50\";}s:8:\"sentence\";a:1:{s:5:\"en_US\";s:100:\"I would like to find {search-keyword} in {search-location} or within {search-radius} of my location.\";}s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";s:16:\"@enabledAdvanced\";s:1:\"1\";s:11:\"customClass\";s:0:\"\";s:5:\"title\";a:1:{s:5:\"en_US\";s:0:\"\";}s:11:\"description\";a:1:{s:5:\"en_US\";s:0:\"\";}s:9:\"headAlign\";s:12:\"align-center\";s:3:\"@bg\";a:5:{s:5:\"color\";s:19:\"rgba(28, 28, 28, 1)\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:8:\"position\";s:10:\"top center\";s:6:\"scroll\";s:6:\"scroll\";}s:10:\"margin-top\";s:1:\"2\";s:11:\"padding-top\";s:1:\"2\";s:14:\"padding-bottom\";s:1:\"2\";s:13:\"margin-bottom\";s:1:\"2\";}}i:5;a:1:{s:13:\"taxonomy-menu\";a:6:{s:8:\"@display\";s:1:\"0\";s:4:\"type\";s:9:\"locations\";s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";s:16:\"@enabledAdvanced\";s:1:\"0\";}}i:6;a:1:{s:12:\"footer-items\";a:12:{s:8:\"@display\";s:1:\"0\";s:8:\"category\";s:1:\"0\";s:8:\"location\";s:1:\"0\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:4:\"DESC\";s:5:\"count\";s:2:\"99\";s:12:\"onlyFeatured\";s:1:\"0\";s:14:\"boxImageHeight\";s:4:\"16:9\";s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";s:16:\"@enabledAdvanced\";s:1:\"0\";}}i:7;a:1:{s:23:\"sidebars-boundary-start\";a:1:{s:23:\"sidebars-boundary-start\";s:0:\"\";}}i:9;a:1:{s:8:\"comments\";a:5:{s:8:\"@display\";s:1:\"0\";s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";s:16:\"@enabledAdvanced\";s:1:\"0\";}}i:8;a:1:{s:7:\"content\";a:5:{s:8:\"@display\";s:1:\"1\";s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";s:16:\"@enabledAdvanced\";s:1:\"0\";}}i:29;a:1:{s:21:\"sidebars-boundary-end\";a:1:{s:21:\"sidebars-boundary-end\";s:0:\"\";}}}', 'no'),
(589, 'ait-toggles_children', 'a:0:{}', 'yes'),
(714, '_ait_foodguide-child_layout_opts_post', 'a:3:{s:6:\"custom\";a:2:{s:13:\"pageHtmlClass\";s:0:\"\";s:6:\"layout\";s:4:\"full\";}s:9:\"@sidebars\";a:2:{s:5:\"right\";a:1:{s:7:\"sidebar\";s:4:\"none\";}s:4:\"left\";a:1:{s:7:\"sidebar\";s:4:\"none\";}}s:7:\"general\";a:5:{s:17:\"enableWidgetAreas\";s:1:\"0\";s:15:\"enableFooterBar\";s:1:\"1\";s:15:\"showBreadcrumbs\";s:1:\"0\";s:10:\"headerType\";s:9:\"revslider\";s:11:\"headerImage\";s:64:\"https://your420map.com/web/wp-content/uploads/2020/01/QBhCqL.jpg\";}}', 'no'),
(715, '_ait_foodguide-child_elements_opts_post', 'a:14:{i:0;a:1:{s:10:\"page-title\";a:7:{s:8:\"@display\";s:1:\"0\";s:11:\"description\";a:1:{s:5:\"en_US\";s:0:\"\";}s:10:\"background\";a:5:{s:5:\"color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:8:\"position\";s:13:\"center center\";s:6:\"scroll\";s:6:\"scroll\";}s:9:\"textColor\";s:0:\"\";s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";}}i:1;a:1:{s:17:\"revolution-slider\";a:7:{s:8:\"@display\";s:1:\"0\";s:5:\"alias\";s:8:\"homepage\";s:11:\"alternative\";s:64:\"https://your420map.com/web/wp-content/uploads/2020/01/QBhCqL.jpg\";s:10:\"responsive\";s:1:\"0\";s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";}}i:2;a:1:{s:3:\"seo\";a:7:{s:8:\"@display\";s:1:\"1\";s:5:\"title\";a:1:{s:5:\"en_US\";s:0:\"\";}s:8:\"keywords\";a:1:{s:5:\"en_US\";s:0:\"\";}s:11:\"description\";a:1:{s:5:\"en_US\";s:0:\"\";}s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";}}i:3;a:1:{s:10:\"header-map\";a:15:{s:8:\"@display\";s:1:\"0\";s:4:\"type\";s:7:\"ROADMAP\";s:10:\"heightType\";s:4:\"auto\";s:6:\"height\";s:3:\"600\";s:7:\"address\";a:7:{s:7:\"address\";s:23:\"Los Angeles, California\";s:8:\"latitude\";s:10:\"34.0522342\";s:9:\"longitude\";s:12:\"-118.2436849\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:2:\"90\";s:7:\"swpitch\";s:1:\"5\";s:6:\"swzoom\";s:1:\"1\";}s:4:\"zoom\";s:2:\"12\";s:14:\"autoZoomAndFit\";s:1:\"1\";s:13:\"clusterEnable\";s:1:\"0\";s:13:\"clusterRadius\";s:3:\"100\";s:17:\"geoLocationEnable\";s:1:\"1\";s:11:\"mapLoadType\";s:4:\"auto\";s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";s:16:\"@enabledAdvanced\";s:1:\"0\";}}i:4;a:1:{s:11:\"search-form\";a:9:{s:8:\"@display\";s:1:\"0\";s:4:\"type\";s:1:\"2\";s:11:\"radiusUnits\";s:2:\"mi\";s:10:\"radiusHelp\";a:1:{s:5:\"en_US\";s:2:\"50\";}s:8:\"sentence\";a:1:{s:5:\"en_US\";s:100:\"I would like to find {search-keyword} in {search-location} or within {search-radius} of my location.\";}s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";s:16:\"@enabledAdvanced\";s:1:\"0\";}}i:5;a:1:{s:13:\"taxonomy-menu\";a:6:{s:8:\"@display\";s:1:\"0\";s:4:\"type\";s:9:\"locations\";s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";s:16:\"@enabledAdvanced\";s:1:\"0\";}}i:6;a:1:{s:12:\"footer-items\";a:12:{s:8:\"@display\";s:1:\"0\";s:8:\"category\";s:1:\"0\";s:8:\"location\";s:1:\"0\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:4:\"DESC\";s:5:\"count\";s:2:\"99\";s:12:\"onlyFeatured\";s:1:\"0\";s:14:\"boxImageHeight\";s:4:\"16:9\";s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";s:16:\"@enabledAdvanced\";s:1:\"0\";}}i:7;a:1:{s:23:\"sidebars-boundary-start\";a:1:{s:23:\"sidebars-boundary-start\";s:0:\"\";}}i:8;a:1:{s:7:\"content\";a:5:{s:8:\"@display\";s:1:\"0\";s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";s:16:\"@enabledAdvanced\";s:1:\"0\";}}s:15:\"_ee7061f77b1acc\";a:1:{s:7:\"toggles\";a:9:{s:8:\"@display\";s:1:\"1\";s:4:\"type\";s:5:\"htabs\";s:8:\"category\";s:2:\"27\";s:7:\"orderby\";s:10:\"menu_order\";s:5:\"order\";s:3:\"ASC\";s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";s:16:\"@enabledAdvanced\";s:1:\"0\";}}s:15:\"_e81aaa2d7a8823\";a:1:{s:5:\"items\";a:29:{s:8:\"@display\";s:1:\"1\";s:8:\"category\";s:1:\"2\";s:8:\"location\";s:1:\"0\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:3:\"ASC\";s:5:\"count\";s:2:\"30\";s:6:\"layout\";s:3:\"box\";s:8:\"textRows\";s:1:\"1\";s:12:\"onlyFeatured\";s:1:\"1\";s:7:\"addInfo\";s:1:\"1\";s:10:\"boxColumns\";s:1:\"4\";s:8:\"boxAlign\";s:12:\"align-center\";s:17:\"boxEnableCarousel\";s:1:\"1\";s:17:\"boxEnableAutoplay\";s:1:\"1\";s:15:\"boxEnableFading\";s:1:\"0\";s:7:\"boxRows\";s:1:\"1\";s:14:\"boxImageHeight\";s:4:\"16:9\";s:11:\"listColumns\";s:1:\"1\";s:18:\"listEnableCarousel\";s:1:\"1\";s:18:\"listEnableAutoplay\";s:1:\"0\";s:16:\"listEnableFading\";s:1:\"0\";s:8:\"listRows\";s:1:\"3\";s:15:\"listImageHeight\";s:3:\"1:1\";s:6:\"listBg\";s:1:\"0\";s:11:\"listBgColor\";s:0:\"\";s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";s:16:\"@enabledAdvanced\";s:1:\"0\";}}s:15:\"_e94f867da47715\";a:1:{s:8:\"partners\";a:8:{s:8:\"@display\";s:1:\"1\";s:7:\"orderby\";s:5:\"title\";s:5:\"order\";s:3:\"ASC\";s:9:\"logoSpace\";s:2:\"25\";s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";s:16:\"@enabledAdvanced\";s:1:\"0\";}}i:9;a:1:{s:8:\"comments\";a:5:{s:8:\"@display\";s:1:\"0\";s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";s:16:\"@enabledAdvanced\";s:1:\"0\";}}i:29;a:1:{s:21:\"sidebars-boundary-end\";a:1:{s:21:\"sidebars-boundary-end\";s:0:\"\";}}}', 'no'),
(657, 'ait-items_category_28', 'a:7:{s:8:\"keywords\";s:0:\"\";s:4:\"icon\";s:66:\"https://your420map.com/web/wp-content/uploads/2020/01/80hbdiam.png\";s:8:\"map_icon\";s:66:\"https://your420map.com/web/wp-content/uploads/2020/01/80hbdiam.png\";s:11:\"header_type\";s:3:\"map\";s:12:\"header_image\";s:64:\"https://your420map.com/web/wp-content/uploads/2020/01/QBhCqL.jpg\";s:18:\"header_image_align\";s:10:\"image-left\";s:17:\"category_featured\";s:4:\"true\";}', 'yes'),
(1140, 'ait-items_children', 'a:1:{i:2;a:5:{i:0;i:28;i:1;i:29;i:2;i:30;i:3;i:31;i:4;i:32;}}', 'yes'),
(694, 'ait-items_category_29', 'a:7:{s:8:\"keywords\";s:0:\"\";s:4:\"icon\";s:68:\"https://your420map.com/web/wp-content/uploads/2020/01/70hdiamond.png\";s:8:\"map_icon\";s:68:\"https://your420map.com/web/wp-content/uploads/2020/01/70hdiamond.png\";s:11:\"header_type\";s:3:\"map\";s:12:\"header_image\";s:74:\"https://your420map.com/web/wp-content/uploads/2020/01/free-wallpaper-6.jpg\";s:18:\"header_image_align\";s:10:\"image-left\";s:17:\"category_featured\";s:4:\"true\";}', 'yes'),
(697, 'ait-items_category_30', 'a:7:{s:8:\"keywords\";s:0:\"\";s:4:\"icon\";s:65:\"https://your420map.com/web/wp-content/uploads/2020/01/60hgold.png\";s:8:\"map_icon\";s:65:\"https://your420map.com/web/wp-content/uploads/2020/01/60hgold.png\";s:11:\"header_type\";s:3:\"map\";s:12:\"header_image\";s:61:\"https://your420map.com/web/wp-content/uploads/2020/01/1-2.jpg\";s:18:\"header_image_align\";s:10:\"image-left\";s:17:\"category_featured\";s:4:\"true\";}', 'yes'),
(699, 'ait-items_category_31', 'a:7:{s:8:\"keywords\";s:0:\"\";s:4:\"icon\";s:67:\"https://your420map.com/web/wp-content/uploads/2020/01/50hsilver.png\";s:8:\"map_icon\";s:67:\"https://your420map.com/web/wp-content/uploads/2020/01/50hsilver.png\";s:11:\"header_type\";s:3:\"map\";s:12:\"header_image\";s:64:\"https://your420map.com/web/wp-content/uploads/2020/01/images.jpg\";s:18:\"header_image_align\";s:10:\"image-left\";s:17:\"category_featured\";s:4:\"true\";}', 'yes'),
(701, 'ait-items_category_32', 'a:7:{s:8:\"keywords\";s:0:\"\";s:4:\"icon\";s:68:\"https://your420map.com/web/wp-content/uploads/2020/01/1greentry2.png\";s:8:\"map_icon\";s:68:\"https://your420map.com/web/wp-content/uploads/2020/01/1greentry2.png\";s:11:\"header_type\";s:3:\"map\";s:12:\"header_image\";s:61:\"https://your420map.com/web/wp-content/uploads/2020/01/1-1.jpg\";s:18:\"header_image_align\";s:10:\"image-left\";s:17:\"category_featured\";s:4:\"true\";}', 'yes'),
(150, 'can_compress_scripts', '1', 'no'),
(178, 'revslider_server_refresh', '1604569689', 'yes'),
(179, 'revslider-update-check-short', '1604569765', 'yes'),
(180, 'revslider-templates-check', '1604569765', 'yes'),
(157, '_site_transient_update_themes', 'O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1588062010;s:7:\"checked\";a:2:{s:15:\"foodguide-child\";s:3:\"1.0\";s:9:\"foodguide\";s:4:\"2.54\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}', 'no'),
(154, 'wpcf7', 'a:2:{s:7:\"version\";s:5:\"5.1.6\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1578857968;s:7:\"version\";s:5:\"5.1.6\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}', 'yes'),
(155, 'recently_activated', 'a:0:{}', 'yes'),
(158, 'widget_ait-posts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(159, 'widget_ait-submenu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(160, 'widget_aitblogauthorswidget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(161, 'widget_ait-social', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(162, 'widget_ait-login', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(163, 'widget_ait-items', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(164, 'widget_ait-newest-item', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(165, 'theme_mods_foodguide-child', 'a:2:{s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:2:{s:4:\"main\";i:10;s:6:\"footer\";i:0;}}', 'yes'),
(296, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}', 'yes'),
(167, 'theme_mods_restoneu-ex', 'a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1578858666;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";}s:9:\"sidebar-2\";a:3:{i:0;s:10:\"archives-2\";i:1;s:12:\"categories-2\";i:2;s:6:\"meta-2\";}}}}', 'yes'),
(168, 'current_theme', 'FoodGuide Child Theme', 'yes'),
(169, 'theme_switched', '', 'yes'),
(170, 'theme_switched_via_customizer', '', 'yes'),
(171, 'customize_stashed_theme_mods', 'a:0:{}', 'no'),
(172, '_ait_foodguide_parent_theme_version', '2.54', 'yes'),
(173, '_ait_foodguide-child_theme_version', '1.0', 'yes'),
(176, 'ait_toolkit_version', '2.0.6', 'yes'),
(177, 'revslider_servers', 'a:7:{i:0;s:16:\"themepunch.tools\";i:1;s:22:\"themepunch-ext-a.tools\";i:2;s:22:\"themepunch-ext-a.tools\";i:3;s:22:\"themepunch-ext-a.tools\";i:4;s:22:\"themepunch-ext-b.tools\";i:5;s:22:\"themepunch-ext-b.tools\";i:6;s:22:\"themepunch-ext-b.tools\";}', 'yes'),
(184, 'ait_cpts_capabilities_assigned', '1', 'yes'),
(185, 'ait-items_taxonomy_default-custom-fields', 'a:7:{s:8:\"keywords\";a:2:{s:5:\"label\";s:8:\"Keywords\";s:6:\"notice\";s:8:\"Keywords\";}s:4:\"icon\";a:2:{s:5:\"label\";s:4:\"Icon\";s:6:\"notice\";s:4:\"Icon\";}s:8:\"map_icon\";a:2:{s:5:\"label\";s:8:\"Map Icon\";s:6:\"notice\";s:8:\"Map Icon\";}s:11:\"header_type\";a:2:{s:5:\"label\";s:11:\"Header Type\";s:6:\"notice\";s:11:\"Header Type\";}s:12:\"header_image\";a:2:{s:5:\"label\";s:12:\"Header Image\";s:6:\"notice\";s:12:\"Header Image\";}s:18:\"header_image_align\";a:2:{s:5:\"label\";s:18:\"Header Image Align\";s:6:\"notice\";s:18:\"Header Image Align\";}s:17:\"category_featured\";a:2:{s:5:\"label\";s:17:\"Category Featured\";s:6:\"notice\";s:17:\"Category Featured\";}}', 'yes'),
(186, 'ait-locations_taxonomy_default-custom-fields', 'a:5:{s:8:\"keywords\";a:2:{s:5:\"label\";s:8:\"Keywords\";s:6:\"notice\";s:8:\"Keywords\";}s:4:\"icon\";a:2:{s:5:\"label\";s:4:\"Icon\";s:6:\"notice\";s:4:\"Icon\";}s:11:\"header_type\";a:2:{s:5:\"label\";s:11:\"Header Type\";s:6:\"notice\";s:11:\"Header Type\";}s:12:\"header_image\";a:2:{s:5:\"label\";s:12:\"Header Image\";s:6:\"notice\";s:12:\"Header Image\";}s:18:\"header_image_align\";a:2:{s:5:\"label\";s:18:\"Header Image Align\";s:6:\"notice\";s:18:\"Header Image Align\";}}', 'yes'),
(378, 'ait-items_filters_category_17', 'a:2:{s:4:\"type\";s:8:\"checkbox\";s:4:\"icon\";s:0:\"\";}', 'yes'),
(422, '_ait_foodguide-child_elements_opts_page_36', 'a:13:{i:0;a:1:{s:10:\"page-title\";a:7:{s:8:\"@display\";s:1:\"0\";s:11:\"description\";a:1:{s:5:\"en_US\";s:0:\"\";}s:10:\"background\";a:5:{s:5:\"color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:8:\"position\";s:13:\"center center\";s:6:\"scroll\";s:6:\"scroll\";}s:9:\"textColor\";s:0:\"\";s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";}}i:1;a:1:{s:17:\"revolution-slider\";a:7:{s:8:\"@display\";s:1:\"1\";s:5:\"alias\";s:8:\"homepage\";s:11:\"alternative\";s:64:\"https://your420map.com/web/wp-content/uploads/2020/01/QBhCqL.jpg\";s:10:\"responsive\";s:3:\"480\";s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";}}i:2;a:1:{s:3:\"seo\";a:7:{s:8:\"@display\";s:1:\"1\";s:5:\"title\";a:1:{s:5:\"en_US\";s:0:\"\";}s:8:\"keywords\";a:1:{s:5:\"en_US\";s:0:\"\";}s:11:\"description\";a:1:{s:5:\"en_US\";s:0:\"\";}s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";}}i:3;a:1:{s:10:\"header-map\";a:15:{s:8:\"@display\";s:1:\"1\";s:4:\"type\";s:7:\"ROADMAP\";s:10:\"heightType\";s:4:\"auto\";s:6:\"height\";s:3:\"600\";s:7:\"address\";a:7:{s:7:\"address\";s:23:\"Los Angeles, California\";s:8:\"latitude\";s:10:\"34.0522342\";s:9:\"longitude\";s:12:\"-118.2436849\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:2:\"90\";s:7:\"swpitch\";s:1:\"5\";s:6:\"swzoom\";s:1:\"1\";}s:4:\"zoom\";s:2:\"12\";s:14:\"autoZoomAndFit\";s:1:\"1\";s:13:\"clusterEnable\";s:1:\"0\";s:13:\"clusterRadius\";s:3:\"100\";s:17:\"geoLocationEnable\";s:1:\"1\";s:11:\"mapLoadType\";s:4:\"auto\";s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";s:16:\"@enabledAdvanced\";s:1:\"0\";}}i:4;a:1:{s:11:\"search-form\";a:9:{s:8:\"@display\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:11:\"radiusUnits\";s:2:\"mi\";s:10:\"radiusHelp\";a:1:{s:5:\"en_US\";s:2:\"50\";}s:8:\"sentence\";a:1:{s:5:\"en_US\";s:100:\"I would like to find {search-keyword} in {search-location} or within {search-radius} of my location.\";}s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";s:16:\"@enabledAdvanced\";s:1:\"0\";}}i:5;a:1:{s:13:\"taxonomy-menu\";a:6:{s:8:\"@display\";s:1:\"0\";s:4:\"type\";s:9:\"locations\";s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";s:16:\"@enabledAdvanced\";s:1:\"0\";}}i:6;a:1:{s:12:\"footer-items\";a:12:{s:8:\"@display\";s:1:\"0\";s:8:\"category\";s:1:\"0\";s:8:\"location\";s:1:\"0\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:4:\"DESC\";s:5:\"count\";s:2:\"99\";s:12:\"onlyFeatured\";s:1:\"0\";s:14:\"boxImageHeight\";s:4:\"16:9\";s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";s:16:\"@enabledAdvanced\";s:1:\"0\";}}i:7;a:1:{s:23:\"sidebars-boundary-start\";a:1:{s:23:\"sidebars-boundary-start\";s:0:\"\";}}s:15:\"_e81aaa2d7a8823\";a:1:{s:5:\"items\";a:29:{s:8:\"@display\";s:1:\"1\";s:8:\"category\";s:1:\"2\";s:8:\"location\";s:1:\"0\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:4:\"DESC\";s:5:\"count\";s:1:\"4\";s:6:\"layout\";s:3:\"box\";s:8:\"textRows\";s:1:\"1\";s:12:\"onlyFeatured\";s:1:\"0\";s:7:\"addInfo\";s:1:\"1\";s:10:\"boxColumns\";s:1:\"4\";s:8:\"boxAlign\";s:12:\"align-center\";s:17:\"boxEnableCarousel\";s:1:\"1\";s:17:\"boxEnableAutoplay\";s:1:\"1\";s:15:\"boxEnableFading\";s:1:\"0\";s:7:\"boxRows\";s:1:\"1\";s:14:\"boxImageHeight\";s:4:\"16:9\";s:11:\"listColumns\";s:1:\"1\";s:18:\"listEnableCarousel\";s:1:\"1\";s:18:\"listEnableAutoplay\";s:1:\"0\";s:16:\"listEnableFading\";s:1:\"0\";s:8:\"listRows\";s:1:\"3\";s:15:\"listImageHeight\";s:3:\"1:1\";s:6:\"listBg\";s:1:\"0\";s:11:\"listBgColor\";s:0:\"\";s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";s:16:\"@enabledAdvanced\";s:1:\"0\";}}s:15:\"_e94f867da47715\";a:1:{s:8:\"partners\";a:8:{s:8:\"@display\";s:1:\"1\";s:7:\"orderby\";s:5:\"title\";s:5:\"order\";s:3:\"ASC\";s:9:\"logoSpace\";s:2:\"25\";s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";s:16:\"@enabledAdvanced\";s:1:\"0\";}}i:8;a:1:{s:7:\"content\";a:5:{s:8:\"@display\";s:1:\"0\";s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";s:16:\"@enabledAdvanced\";s:1:\"0\";}}i:9;a:1:{s:8:\"comments\";a:5:{s:8:\"@display\";s:1:\"0\";s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";s:16:\"@enabledAdvanced\";s:1:\"0\";}}i:29;a:1:{s:21:\"sidebars-boundary-end\";a:1:{s:21:\"sidebars-boundary-end\";s:0:\"\";}}}', 'no'),
(423, 'revslider_slide_editor_sticky', 'true', 'yes'),
(190, 'revslider-library-check', '1604569785', 'yes');
INSERT INTO `wpir_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(191, 'rs-library', 'a:2:{s:7:\"objects\";a:179:{i:238;a:14:{s:2:\"id\";s:3:\"238\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:12:\"Mt_Baker.jpg\";s:5:\"video\";s:12:\"Mt_Baker.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Mt Baker \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:237;a:14:{s:2:\"id\";s:3:\"237\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:16:\"Two-Swimmers.jpg\";s:5:\"video\";s:16:\"Two-Swimmers.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Two Swimmers \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:236;a:14:{s:2:\"id\";s:3:\"236\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:14:\"Boats_Maze.jpg\";s:5:\"video\";s:14:\"Boats_Maze.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Boats Maze \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:235;a:14:{s:2:\"id\";s:3:\"235\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:18:\"Candolim-Beach.jpg\";s:5:\"video\";s:18:\"Candolim-Beach.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Candolim Beach \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:234;a:14:{s:2:\"id\";s:3:\"234\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:17:\"Working-Space.jpg\";s:5:\"video\";s:17:\"Working-Space.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Working Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:233;a:14:{s:2:\"id\";s:3:\"233\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:9:\"Wavez.jpg\";s:5:\"video\";s:9:\"Wavez.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Wavez \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:232;a:14:{s:2:\"id\";s:3:\"232\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:17:\"Coconut-Grove.jpg\";s:5:\"video\";s:17:\"Coconut-Grove.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Coconut Grove \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:231;a:14:{s:2:\"id\";s:3:\"231\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:19:\"Very-Open-Space.jpg\";s:5:\"video\";s:19:\"Very-Open-Space.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Very Open Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:230;a:14:{s:2:\"id\";s:3:\"230\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:14:\"Office-Day.jpg\";s:5:\"video\";s:14:\"Office-Day.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Office Day \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:229;a:14:{s:2:\"id\";s:3:\"229\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:12:\"The-Hill.jpg\";s:5:\"video\";s:12:\"The-Hill.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"The Hill \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:198;a:13:{s:2:\"id\";s:3:\"198\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_dvd_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:3:\"DVD\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:43:17\";s:6:\"active\";s:1:\"1\";}i:197;a:13:{s:2:\"id\";s:3:\"197\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"relax_hammock.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Relax Hammock\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:196;a:13:{s:2:\"id\";s:3:\"196\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"beach_houses.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Beach Houses\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:195;a:13:{s:2:\"id\";s:3:\"195\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"forest_road_2.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Forest Road 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:194;a:13:{s:2:\"id\";s:3:\"194\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"clean_desk.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Clean Desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:193;a:13:{s:2:\"id\";s:3:\"193\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_6.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Mountain View 6\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1249\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:192;a:13:{s:2:\"id\";s:3:\"192\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"corn_field.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Corn Field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1320\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:191;a:13:{s:2:\"id\";s:3:\"191\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:21:\"stylish_apartment.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Stylish Apartment\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:190;a:13:{s:2:\"id\";s:3:\"190\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:24:\"hipster_coffee_house.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Hipster Coffee House\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:189;a:13:{s:2:\"id\";s:3:\"189\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"blurry_beach.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Blurry Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:188;a:13:{s:2:\"id\";s:3:\"188\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_plant_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"Plant 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";}i:187;a:13:{s:2:\"id\";s:3:\"187\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_pen_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Pen 1\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";}i:186;a:13:{s:2:\"id\";s:3:\"186\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"greens_street.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Greens Street\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:185;a:13:{s:2:\"id\";s:3:\"185\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"desert.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Desert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:184;a:13:{s:2:\"id\";s:3:\"184\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_5.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Mountain View 5\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:183;a:13:{s:2:\"id\";s:3:\"183\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"laptop.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Laptop\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1391\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:182;a:13:{s:2:\"id\";s:3:\"182\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"grand_canyon.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Grand Canyon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1287\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:181;a:13:{s:2:\"id\";s:3:\"181\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:20:\"landscape_clouds.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Landscape Clouds\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:180;a:13:{s:2:\"id\";s:3:\"180\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"highway_night.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Highway Night\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:179;a:13:{s:2:\"id\";s:3:\"179\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"beach_water.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Beach Water\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:177;a:13:{s:2:\"id\";s:3:\"177\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"woman_beach.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Woman Beach\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:3;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:175;a:13:{s:2:\"id\";s:3:\"175\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:12:\"cool_guy.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Cool Guy\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:174;a:13:{s:2:\"id\";s:3:\"174\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:13:\"beach_sea.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Beach Sea\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:173;a:13:{s:2:\"id\";s:3:\"173\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"bridge_clouds.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Bridge Clouds\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:172;a:13:{s:2:\"id\";s:3:\"172\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_egg_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:3:\"Egg\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:171;a:13:{s:2:\"id\";s:3:\"171\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_guitar_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Guitar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:170;a:13:{s:2:\"id\";s:3:\"170\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_envelope_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Closed Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:169;a:13:{s:2:\"id\";s:3:\"169\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Postit Label White\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:168;a:13:{s:2:\"id\";s:3:\"168\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_envelope_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Open Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:167;a:13:{s:2:\"id\";s:3:\"167\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_eggs_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Egg Carton\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:166;a:13:{s:2:\"id\";s:3:\"166\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:25:\"object_bottleopener_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:165;a:13:{s:2:\"id\";s:3:\"165\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blueprints_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Blueprints\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:164;a:13:{s:2:\"id\";s:3:\"164\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_holepunch_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Hole punch\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:163;a:13:{s:2:\"id\";s:3:\"163\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_speaker_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Black Speaker\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:162;a:13:{s:2:\"id\";s:3:\"162\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_eraser_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Eraser\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:161;a:13:{s:2:\"id\";s:3:\"161\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_vinylcover_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Vinyl Cover\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:160;a:13:{s:2:\"id\";s:3:\"160\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_booklet_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Booklet 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:159;a:13:{s:2:\"id\";s:3:\"159\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_earphones_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Earphones 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:158;a:13:{s:2:\"id\";s:3:\"158\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_vinyl_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Vinyl\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:157;a:13:{s:2:\"id\";s:3:\"157\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Postit Label Pink\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:156;a:13:{s:2:\"id\";s:3:\"156\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_mechpencil_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Mechanical Pencil\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:155;a:13:{s:2:\"id\";s:3:\"155\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_turntable_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Turntable\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:154;a:13:{s:2:\"id\";s:3:\"154\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_folder_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Closed Folder Black\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:153;a:13:{s:2:\"id\";s:3:\"153\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_4.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Postit Label Green\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:152;a:13:{s:2:\"id\";s:3:\"152\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_folder_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Blank Folder\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:151;a:13:{s:2:\"id\";s:3:\"151\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_pencup_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"Pen Cup\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:150;a:13:{s:2:\"id\";s:3:\"150\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_winebottle_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Red Wine Bottle\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:149;a:13:{s:2:\"id\";s:3:\"149\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_headphones_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Headphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:148;a:13:{s:2:\"id\";s:3:\"148\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_earphones_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Earphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:147;a:13:{s:2:\"id\";s:3:\"147\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Postit Label Yellow\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:146;a:13:{s:2:\"id\";s:3:\"146\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_corkscrew_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:23:\"Corkscrew Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1300\";s:6:\"height\";s:4:\"1300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:145;a:13:{s:2:\"id\";s:3:\"145\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_muffin_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Chocolate Muffin\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:144;a:13:{s:2:\"id\";s:3:\"144\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_chair_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Yellow Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:143;a:13:{s:2:\"id\";s:3:\"143\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_knife_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"Knife 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:142;a:13:{s:2:\"id\";s:3:\"142\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:26:\"object_choppingboard_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Chopping Board 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:141;a:13:{s:2:\"id\";s:3:\"141\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:26:\"object_choppingboard_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Chopping Board 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:140;a:13:{s:2:\"id\";s:3:\"140\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_coffee_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Coffee Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:4:\"1200\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:139;a:13:{s:2:\"id\";s:3:\"139\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_bread_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Croissant Bread\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:138;a:13:{s:2:\"id\";s:3:\"138\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_spoon_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Wodden Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:137;a:13:{s:2:\"id\";s:3:\"137\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:26:\"object_choppingboard_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Chopping Board 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:136;a:13:{s:2:\"id\";s:3:\"136\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_cup_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Empty Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:135;a:13:{s:2:\"id\";s:3:\"135\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_knife_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Knife\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:134;a:13:{s:2:\"id\";s:3:\"134\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_spoon_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:133;a:13:{s:2:\"id\";s:3:\"133\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_cup_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Empty Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:132;a:13:{s:2:\"id\";s:3:\"132\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_chair_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"White Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:131;a:13:{s:2:\"id\";s:3:\"131\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_coffee_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Coffee Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:130;a:13:{s:2:\"id\";s:3:\"130\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_frypan_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Fry Pan 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:129;a:13:{s:2:\"id\";s:3:\"129\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_frypan_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Fry Pan 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:128;a:13:{s:2:\"id\";s:3:\"128\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_fork_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:4:\"Fork\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:127;a:13:{s:2:\"id\";s:3:\"127\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_dishrag_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Dishrag Cloth\";s:4:\"tags\";a:0:{}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:126;a:13:{s:2:\"id\";s:3:\"126\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_wacom_pen.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Wacom Drawing Pen\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1060\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:125;a:13:{s:2:\"id\";s:3:\"125\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_occulus_vr.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:23:\"Occulus Virtual Reality\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:124;a:13:{s:2:\"id\";s:3:\"124\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_antenna.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Antenna Radar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:123;a:13:{s:2:\"id\";s:3:\"123\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_solarpanel.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Solar Panel\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:122;a:13:{s:2:\"id\";s:3:\"122\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_wacom.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Wacom Drawing Tablet\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:121;a:13:{s:2:\"id\";s:3:\"121\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_earth_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Earth Globe Planet 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:120;a:13:{s:2:\"id\";s:3:\"120\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_chair_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Office Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:119;a:13:{s:2:\"id\";s:3:\"119\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_windturbine_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Wind Turbine 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:118;a:13:{s:2:\"id\";s:3:\"118\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_windturbine.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Wind Turbine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:117;a:13:{s:2:\"id\";s:3:\"117\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_earth.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Earth Globe Planet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:116;a:13:{s:2:\"id\";s:3:\"116\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_2.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Mountain View 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:115;a:13:{s:2:\"id\";s:3:\"115\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"desert_trees.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Desert Trees\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:114;a:13:{s:2:\"id\";s:3:\"114\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:20:\"explore_moutains.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Explore Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:113;a:13:{s:2:\"id\";s:3:\"113\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"night_skyline_2.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Night Skyline 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:112;a:13:{s:2:\"id\";s:3:\"112\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"cliff_ocean.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Cliff Ocean\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:111;a:13:{s:2:\"id\";s:3:\"111\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"city_smoke.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"City Smoke\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:110;a:13:{s:2:\"id\";s:3:\"110\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"surfer_beach.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Surfer Beach\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:109;a:13:{s:2:\"id\";s:3:\"109\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:13:\"sky_night.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Sky Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:108;a:13:{s:2:\"id\";s:3:\"108\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"palm_sunset.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Palm Sunset\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:3;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1372\";s:6:\"height\";s:4:\"1920\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:107;a:13:{s:2:\"id\";s:3:\"107\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"concert_people.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Concert People\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:106;a:13:{s:2:\"id\";s:3:\"106\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"forest_road.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Forest Road\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:105;a:13:{s:2:\"id\";s:3:\"105\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"beach_ocean.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Beach Ocean\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:104;a:13:{s:2:\"id\";s:3:\"104\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"mountain_night.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Mountain Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:103;a:13:{s:2:\"id\";s:3:\"103\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"ocean_mountains.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Ocean Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:102;a:13:{s:2:\"id\";s:3:\"102\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"forest.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Forest\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:101;a:13:{s:2:\"id\";s:3:\"101\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"ocean_stones.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Ocean Stones\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:100;a:13:{s:2:\"id\";s:3:\"100\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"country_road.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Country Road\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:99;a:13:{s:2:\"id\";s:2:\"99\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:9:\"beach.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:98;a:13:{s:2:\"id\";s:2:\"98\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"city_skyline.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"City Skyline\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:97;a:13:{s:2:\"id\";s:2:\"97\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"night_skyline.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Night Skyline\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:96;a:13:{s:2:\"id\";s:2:\"96\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"city_river.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"City River\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:95;a:13:{s:2:\"id\";s:2:\"95\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_3.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Mountain View 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:94;a:13:{s:2:\"id\";s:2:\"94\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"misty_farm.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Misty Farm\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:93;a:13:{s:2:\"id\";s:2:\"93\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"mountain_path.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Mountain Path\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:92;a:13:{s:2:\"id\";s:2:\"92\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"night_skyline_3.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Night Skyline 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:91;a:13:{s:2:\"id\";s:2:\"91\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"mountain_view.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Mountain View\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1160\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:90;a:13:{s:2:\"id\";s:2:\"90\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"rocky_landscape.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Rocky Landscape\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:89;a:13:{s:2:\"id\";s:2:\"89\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_4.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Mountain View 4\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1203\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:88;a:13:{s:2:\"id\";s:2:\"88\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_eiffeltower_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Eiffeltower 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:87;a:13:{s:2:\"id\";s:2:\"87\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_notebook_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Notebook PC\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:86;a:13:{s:2:\"id\";s:2:\"86\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_macbook_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Apple Macbook Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:85;a:13:{s:2:\"id\";s:2:\"85\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_canon_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:21:\"Canon Camera DSLR Top\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:84;a:13:{s:2:\"id\";s:2:\"84\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_iphone_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:25:\"Apple iPhone Silver White\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:83;a:13:{s:2:\"id\";s:2:\"83\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_candy_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Candy Colored 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:82;a:13:{s:2:\"id\";s:2:\"82\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_macmouse_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Apple Mac Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:81;a:13:{s:2:\"id\";s:2:\"81\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_iphone_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Apple iPhone Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:80;a:13:{s:2:\"id\";s:2:\"80\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_deco_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"White Deco Object\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:79;a:13:{s:2:\"id\";s:2:\"79\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_applewatch_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:24:\"Apple Watch White Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:78;a:13:{s:2:\"id\";s:2:\"78\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_swissknife_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Swiss Knife\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:77;a:13:{s:2:\"id\";s:2:\"77\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_applewatch_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Apple Watch Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:76;a:13:{s:2:\"id\";s:2:\"76\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_candy_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Candy Colored\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:75;a:13:{s:2:\"id\";s:2:\"75\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_ipad_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Apple iPad Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:74;a:13:{s:2:\"id\";s:2:\"74\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_lamp_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Black Desk Lamp\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:73;a:13:{s:2:\"id\";s:2:\"73\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_canon_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Canon Camera DLSR\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:72;a:13:{s:2:\"id\";s:2:\"72\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blackberry_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Blackberry 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:71;a:13:{s:2:\"id\";s:2:\"71\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_iphone_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Apple iPhone Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:70;a:13:{s:2:\"id\";s:2:\"70\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_ipad_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Apple iPad Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:69;a:13:{s:2:\"id\";s:2:\"69\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_printer_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"Printer\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:68;a:13:{s:2:\"id\";s:2:\"68\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_pcmouse_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Black PC Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:67;a:13:{s:2:\"id\";s:2:\"67\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_ipad_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Apple iPad Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:66;a:13:{s:2:\"id\";s:2:\"66\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_lamp_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Desk Lamp Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:65;a:13:{s:2:\"id\";s:2:\"65\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_macscreen_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Apple Mac Screen\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:64;a:13:{s:2:\"id\";s:2:\"64\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blackberry_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Blackberry 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:63;a:13:{s:2:\"id\";s:2:\"63\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_applewatch_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Apple Watch Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:62;a:13:{s:2:\"id\";s:2:\"62\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blackberry_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Blackberry\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:49;a:13:{s:2:\"id\";s:2:\"49\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_bottle_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Brown Glass Bottle\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:48;a:13:{s:2:\"id\";s:2:\"48\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_glasses_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Hipster Glasses Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:47;a:13:{s:2:\"id\";s:2:\"47\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_magazine_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Blank Magazine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:46;a:13:{s:2:\"id\";s:2:\"46\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:28:\"object_leatherdocument_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:24:\"Black Leather Document 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:45;a:13:{s:2:\"id\";s:2:\"45\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_purse_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Black Purse 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:44;a:13:{s:2:\"id\";s:2:\"44\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_typewriter_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Retro Typewriter 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:43;a:13:{s:2:\"id\";s:2:\"43\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_5.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Old Books\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:42;a:13:{s:2:\"id\";s:2:\"42\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:28:\"object_leatherdocument_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:29:\"Black Leather Document Closed\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:41;a:13:{s:2:\"id\";s:2:\"41\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_4.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Old Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:40;a:13:{s:2:\"id\";s:2:\"40\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_wallet_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:22:\"Black Leather Document\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:39;a:13:{s:2:\"id\";s:2:\"39\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_quill_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Quill Feather 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:38;a:13:{s:2:\"id\";s:2:\"38\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_eiffeltower_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Eiffeltower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:37;a:13:{s:2:\"id\";s:2:\"37\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_magazine_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Open Book 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1333\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:36;a:13:{s:2:\"id\";s:2:\"36\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Blank Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:35;a:13:{s:2:\"id\";s:2:\"35\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_glasses_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Hipster Glasses\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:34;a:13:{s:2:\"id\";s:2:\"34\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Open Book 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:33;a:13:{s:2:\"id\";s:2:\"33\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_gloves_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Black Gloves\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:32;a:13:{s:2:\"id\";s:2:\"32\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_typewriter_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Retro Typewriter\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:31;a:13:{s:2:\"id\";s:2:\"31\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Open Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:30;a:13:{s:2:\"id\";s:2:\"30\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_wallet_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Black Wallet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:29;a:13:{s:2:\"id\";s:2:\"29\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_purse_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Black Purse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:28;a:13:{s:2:\"id\";s:2:\"28\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_quill_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Quill Feather\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:27;a:13:{s:2:\"id\";s:2:\"27\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_artbox_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Art Box Colors 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:26;a:13:{s:2:\"id\";s:2:\"26\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_cloth_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Cloth Paint Color\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:25;a:13:{s:2:\"id\";s:2:\"25\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_brushpot_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Brush Pot\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"984\";s:6:\"height\";s:3:\"984\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:24;a:13:{s:2:\"id\";s:2:\"24\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_paintbucket_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Paint Bucket\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:23;a:13:{s:2:\"id\";s:2:\"23\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_paintbrush_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Paintbrush 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:22;a:13:{s:2:\"id\";s:2:\"22\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_artbox_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Art Box Colors\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:21;a:13:{s:2:\"id\";s:2:\"21\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_paintbrush_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Paintbrush 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:20;a:13:{s:2:\"id\";s:2:\"20\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_paintbrush_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Paintbrush 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:11;a:13:{s:2:\"id\";s:2:\"11\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"table_radio_right.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Radio Speaker Wood\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}i:10;a:13:{s:2:\"id\";s:2:\"10\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"keyboard_apple.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Apple Keyboard\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}i:9;a:13:{s:2:\"id\";s:1:\"9\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"macbook_top_gold.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Apple Macbook Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}i:8;a:13:{s:2:\"id\";s:1:\"8\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"nexus6_front_blue.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Google Nexus 6 Blue\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}}s:4:\"tags\";a:18:{i:28;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}i:5;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:20;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:21;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:25;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:16;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}i:26;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}i:18;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:4;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:19;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:23;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:3;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:24;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:22;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:29;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}i:27;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}}', 'no');
INSERT INTO `wpir_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(192, 'revslider_checktables', '1', 'yes'),
(193, 'rs_tables_created', '1', 'yes'),
(194, 'revslider_table_version', '1.0.6', 'yes'),
(195, 'revslider-global-settings', 'a:19:{s:4:\"role\";s:5:\"admin\";s:17:\"includes_globally\";s:2:\"on\";s:18:\"pages_for_includes\";s:8:\"homepage\";s:12:\"js_to_footer\";s:3:\"off\";s:8:\"js_defer\";s:3:\"off\";s:19:\"load_all_javascript\";s:3:\"off\";s:15:\"show_dev_export\";s:3:\"off\";s:19:\"change_font_loading\";s:0:\"\";s:5:\"width\";s:4:\"1240\";s:14:\"width_notebook\";s:4:\"1024\";s:12:\"width_tablet\";s:3:\"778\";s:12:\"width_mobile\";s:3:\"480\";s:14:\"stage_collapse\";s:3:\"off\";s:18:\"enable_newschannel\";s:2:\"on\";s:11:\"enable_logs\";s:3:\"off\";s:20:\"force_activation_box\";s:3:\"off\";s:18:\"pack_page_creation\";s:2:\"on\";s:20:\"single_page_creation\";s:3:\"off\";s:17:\"load_google_fonts\";s:3:\"off\";}', 'yes'),
(196, 'revslider_update_version', '5.2.5.5', 'yes'),
(197, 'widget_rev-slider-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(198, '_ait_foodguide-child_theme_opts', 'a:21:{s:7:\"general\";a:15:{s:10:\"layoutType\";s:11:\"layout-wide\";s:16:\"leftSidebarWidth\";s:4:\"22.4\";s:17:\"rightSidebarWidth\";s:4:\"22.4\";s:22:\"progressivePageLoading\";s:1:\"0\";s:7:\"favicon\";s:65:\"https://your420map.com/web/wp-content/uploads/2020/01/crystal.png\";s:6:\"mainbg\";a:5:{s:5:\"color\";s:7:\"#ffffff\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:8:\"position\";s:10:\"top center\";s:6:\"scroll\";s:6:\"scroll\";}s:11:\"pageBgColor\";s:7:\"#f7f7f7\";s:8:\"titColor\";s:7:\"#6a676e\";s:8:\"txtColor\";s:7:\"#888888\";s:8:\"lnkColor\";s:7:\"#89ae5b\";s:8:\"hvrColor\";s:7:\"#6f6f6f\";s:8:\"decColor\";s:7:\"#99ae5b\";s:10:\"linesColor\";s:7:\"#e8e8e8\";s:8:\"lightObj\";s:24:\"rgba(247, 247, 247, 0.8)\";s:7:\"darkObj\";s:24:\"rgba(101, 101, 101, 0.2)\";}s:6:\"header\";a:18:{s:4:\"logo\";s:64:\"https://your420map.com/web/wp-content/uploads/2020/01/420-70.png\";s:6:\"headbg\";a:5:{s:5:\"color\";s:21:\"rgba(110, 171, 72, 1)\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:8:\"position\";s:13:\"center center\";s:6:\"scroll\";s:6:\"scroll\";}s:22:\"displayHeaderResources\";s:1:\"0\";s:25:\"headerResourcesButtonLink\";s:2:\"39\";s:9:\"userPanel\";s:6:\"enable\";s:9:\"descLogin\";a:1:{s:5:\"en_US\";s:5:\"Login\";}s:12:\"descRegister\";a:1:{s:5:\"en_US\";s:8:\"Register\";}s:10:\"conditions\";a:1:{s:5:\"en_US\";s:18:\"Terms & Conditions\";}s:14:\"helperUsername\";a:1:{s:5:\"en_US\";s:13:\"Your Username\";}s:11:\"helperEmail\";a:1:{s:5:\"en_US\";s:18:\"Your email Address\";}s:21:\"headerPanelUseCaptcha\";s:1:\"1\";s:6:\"menubg\";s:21:\"rgba(110, 171, 72, 1)\";s:9:\"menuColor\";s:7:\"#fbfbfd\";s:14:\"menuColorHover\";s:7:\"#ffffff\";s:12:\"menuColorAct\";s:7:\"#a2a2a2\";s:9:\"taxMenuBg\";s:7:\"#504d54\";s:12:\"taxMenuColor\";s:7:\"#ffffff\";s:12:\"customJsCode\";s:0:\"\";}s:6:\"footer\";a:11:{s:8:\"footerbg\";a:5:{s:5:\"color\";s:7:\"#38343f\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:8:\"position\";s:10:\"top center\";s:6:\"scroll\";s:6:\"scroll\";}s:10:\"titFwColor\";s:7:\"#ffffff\";s:10:\"txtFwColor\";s:7:\"#888888\";s:10:\"lnkFwColor\";s:7:\"#6eab48\";s:10:\"decFwColor\";s:7:\"#3e6e20\";s:7:\"bgColor\";s:21:\"rgba(110, 171, 72, 1)\";s:8:\"txtColor\";s:7:\"#ffffff\";s:8:\"lnkColor\";s:7:\"#cccccc\";s:8:\"hvrColor\";s:22:\"rgba(255, 255, 255, 1)\";s:10:\"footerText\";a:1:{s:5:\"en_US\";s:81:\"<p><strong>© 2020 COPYRIGHT BY YOUR420MAP.COM. ALL RIGHTS RESERVED.</strong></p>\";}s:12:\"customJsCode\";s:0:\"\";}s:10:\"typography\";a:13:{s:9:\"titleFont\";a:1:{s:5:\"en_US\";s:12:\"theme@Roboto\";}s:8:\"mainFont\";a:1:{s:5:\"en_US\";s:15:\"theme@Open Sans\";}s:7:\"txtSize\";s:2:\"14\";s:6:\"tnSize\";s:2:\"11\";s:7:\"smlSize\";s:2:\"12\";s:7:\"decSize\";s:2:\"16\";s:7:\"mnuSize\";s:2:\"18\";s:6:\"h1Size\";s:2:\"30\";s:6:\"h2Size\";s:2:\"26\";s:6:\"h3Size\";s:2:\"22\";s:6:\"h4Size\";s:2:\"20\";s:6:\"h5Size\";s:2:\"16\";s:6:\"h6Size\";s:2:\"14\";}s:11:\"breadcrumbs\";a:4:{s:9:\"separator\";s:1:\"/\";s:6:\"before\";a:1:{s:5:\"en_US\";s:0:\"\";}s:8:\"showHome\";a:1:{s:5:\"en_US\";s:4:\"Home\";}s:7:\"network\";s:1:\"0\";}s:23:\"@widgetAreasAndSidebars\";a:2:{s:8:\"@sidebar\";a:6:{i:0;a:1:{s:4:\"name\";a:1:{s:5:\"en_US\";s:17:\"General (Subpage)\";}}i:1;a:1:{s:4:\"name\";a:1:{s:5:\"en_US\";s:8:\"Homepage\";}}i:2;a:1:{s:4:\"name\";a:1:{s:5:\"en_US\";s:4:\"Blog\";}}i:3;a:1:{s:4:\"name\";a:1:{s:5:\"en_US\";s:9:\"Blog Post\";}}i:4;a:1:{s:4:\"name\";a:1:{s:5:\"en_US\";s:4:\"Item\";}}i:5;a:1:{s:4:\"name\";a:1:{s:5:\"en_US\";s:7:\"Product\";}}}s:6:\"footer\";a:4:{i:0;a:2:{s:4:\"name\";a:1:{s:5:\"en_US\";s:20:\"Footer Widget Area 1\";}s:5:\"width\";s:2:\"25\";}i:1;a:2:{s:4:\"name\";a:1:{s:5:\"en_US\";s:20:\"Footer Widget Area 2\";}s:5:\"width\";s:2:\"25\";}i:2;a:2:{s:4:\"name\";a:1:{s:5:\"en_US\";s:20:\"Footer Widget Area 3\";}s:5:\"width\";s:2:\"25\";}i:3;a:2:{s:4:\"name\";a:1:{s:5:\"en_US\";s:20:\"Footer Widget Area 4\";}s:5:\"width\";s:2:\"25\";}}}s:6:\"google\";a:7:{s:19:\"analyticsTrackingId\";s:0:\"\";s:11:\"anonymizeIp\";s:1:\"0\";s:10:\"mapsApiKey\";s:39:\"AIzaSyCr1o6kOAW0JBzTeEJnUXZRYWsxf2U8as8\";s:9:\"requestBg\";a:5:{s:5:\"color\";s:7:\"#f2f2f2\";s:5:\"image\";s:76:\"https://your420map.com/web/wp-content/themes/foodguide/design/img/map-bg.jpg\";s:6:\"repeat\";s:9:\"no-repeat\";s:8:\"position\";s:13:\"center center\";s:6:\"scroll\";s:6:\"scroll\";}s:22:\"requestDescriptionText\";a:1:{s:5:\"en_US\";s:32:\"Click on button to show the map.\";}s:27:\"requestDescriptionTextColor\";s:0:\"\";s:17:\"requestButtonText\";a:1:{s:5:\"en_US\";s:12:\"Show the map\";}}s:6:\"social\";a:4:{s:17:\"enableSocialIcons\";s:1:\"1\";s:5:\"socbg\";s:22:\"rgba(255, 255, 255, 0)\";s:17:\"socIconsNewWindow\";s:1:\"1\";s:8:\"socIcons\";a:3:{i:0;a:4:{s:5:\"title\";a:1:{s:5:\"en_US\";s:8:\"Facebook\";}s:4:\"icon\";s:86:\"https://your420map.com/web/wp-content/themes/foodguide/design/img/ico/ico_facebook.png\";s:8:\"iconDark\";s:91:\"https://your420map.com/web/wp-content/themes/foodguide/design/img/ico/ico_facebook_dark.png\";s:3:\"url\";s:36:\"https://www.facebook.com/your420map/\";}i:1;a:4:{s:5:\"title\";a:1:{s:5:\"en_US\";s:7:\"Twitter\";}s:4:\"icon\";s:85:\"https://your420map.com/web/wp-content/themes/foodguide/design/img/ico/ico_twitter.png\";s:8:\"iconDark\";s:90:\"https://your420map.com/web/wp-content/themes/foodguide/design/img/ico/ico_twitter_dark.png\";s:3:\"url\";s:33:\"http://www.twitter.com/your420map\";}i:2;a:4:{s:5:\"title\";a:1:{s:5:\"en_US\";s:9:\"Instagram\";}s:4:\"icon\";s:98:\"https://your420map.com/web/wp-content/uploads/2020/01/instagram-round-liner-512-e1578917959812.png\";s:8:\"iconDark\";s:98:\"https://your420map.com/web/wp-content/uploads/2020/01/instagram-round-liner-512-e1578917959812.png\";s:3:\"url\";s:53:\"https://instagram.com/your420map?igshid=1avqh5q7kth38\";}}}s:5:\"items\";a:11:{s:19:\"categoryDefaultIcon\";s:62:\"https://your420map.com/web/wp-content/uploads/2020/01/dead.png\";s:18:\"categoryDefaultPin\";s:62:\"https://your420map.com/web/wp-content/uploads/2020/01/dead.png\";s:19:\"locationDefaultIcon\";s:62:\"https://your420map.com/web/wp-content/uploads/2020/01/dead.png\";s:20:\"categoryDefaultImage\";s:64:\"https://your420map.com/web/wp-content/uploads/2020/01/QBhCqL.jpg\";s:20:\"locationDefaultImage\";s:64:\"https://your420map.com/web/wp-content/uploads/2020/01/QBhCqL.jpg\";s:17:\"headerImageHeight\";s:3:\"375\";s:15:\"categoryColumns\";s:1:\"4\";s:19:\"sortingDefaultCount\";s:1:\"8\";s:21:\"sortingDefaultOrderBy\";s:4:\"date\";s:19:\"sortingDefaultOrder\";s:4:\"DESC\";s:22:\"maxDisplayedCategories\";s:1:\"3\";}s:4:\"item\";a:32:{s:10:\"noFeatured\";s:65:\"https://your420map.com/web/wp-content/uploads/2020/01/arsswe1.png\";s:8:\"noHeader\";s:65:\"https://your420map.com/web/wp-content/uploads/2020/01/arsswe1.png\";s:23:\"contactOwnerButtonTitle\";a:1:{s:5:\"en_US\";s:13:\"Contact Owner\";}s:31:\"contactOwnerButtonDisabledTitle\";a:1:{s:5:\"en_US\";s:17:\"Contact Disabled \";}s:24:\"contactOwnerMailFromName\";s:0:\"\";s:25:\"contactOwnerMailFromEmail\";s:0:\"\";s:20:\"contactOwnerMailForm\";a:1:{s:5:\"en_US\";s:61:\"{user-name} has written the following message: {user-message}\";}s:26:\"contactOwnerInputNameLabel\";a:1:{s:5:\"en_US\";s:9:\"Your Name\";}s:27:\"contactOwnerInputNameHelper\";a:1:{s:5:\"en_US\";s:0:\"\";}s:27:\"contactOwnerInputEmailLabel\";a:1:{s:5:\"en_US\";s:10:\"Your Email\";}s:28:\"contactOwnerInputEmailHelper\";a:1:{s:5:\"en_US\";s:0:\"\";}s:29:\"contactOwnerInputSubjectLabel\";a:1:{s:5:\"en_US\";s:12:\"Your Subject\";}s:30:\"contactOwnerInputSubjectHelper\";a:1:{s:5:\"en_US\";s:0:\"\";}s:29:\"contactOwnerInputMessageLabel\";a:1:{s:5:\"en_US\";s:12:\"Your Message\";}s:30:\"contactOwnerInputMessageHelper\";a:1:{s:5:\"en_US\";s:0:\"\";}s:27:\"contactOwnerSendButtonLabel\";a:1:{s:5:\"en_US\";s:12:\"Send Message\";}s:26:\"contactOwnerMessageSuccess\";a:1:{s:5:\"en_US\";s:24:\"Owner has been contacted\";}s:28:\"contactOwnerMessageErrorUser\";a:1:{s:5:\"en_US\";s:35:\"Input fields contain invalid values\";}s:30:\"contactOwnerMessageErrorServer\";a:1:{s:5:\"en_US\";s:83:\"Server encountered an error, if the problem remains, contact the page administrator\";}s:19:\"contactOwnerCaptcha\";s:1:\"1\";s:29:\"contactOwnerInputCaptchaLabel\";a:1:{s:5:\"en_US\";s:19:\"Insert captcha code\";}s:9:\"mapHeight\";s:3:\"380\";s:7:\"mapZoom\";s:2:\"13\";s:23:\"mapDisplayLandscapeShow\";s:1:\"1\";s:28:\"mapDisplayAdministrativeShow\";s:1:\"1\";s:19:\"mapDisplayRoadsShow\";s:1:\"1\";s:19:\"mapDisplayWaterShow\";s:1:\"1\";s:17:\"mapDisplayPoiShow\";s:1:\"1\";s:22:\"addressHideEmptyFields\";s:1:\"1\";s:19:\"addressHideGpsField\";s:1:\"0\";s:18:\"addressWebNofollow\";s:1:\"1\";s:16:\"featuresIconSize\";s:2:\"30\";}s:8:\"packages\";a:7:{s:28:\"expirationNotificationEnable\";s:1:\"1\";s:26:\"expirationNotificationTime\";s:1:\"5\";s:29:\"expirationNotificationSubject\";a:1:{s:5:\"en_US\";s:29:\"Your account will expire soon\";}s:29:\"expirationNotificationMessage\";a:1:{s:5:\"en_US\";s:0:\"\";}s:33:\"expiredPackageNotificationSubject\";a:1:{s:5:\"en_US\";s:24:\"Your account has expired\";}s:33:\"expiredPackageNotificationMessage\";a:1:{s:5:\"en_US\";s:0:\"\";}s:12:\"packageTypes\";a:2:{i:0;a:23:{s:12:\"adminApprove\";s:1:\"0\";s:13:\"itemsFeatured\";s:1:\"0\";s:4:\"name\";s:4:\"Free\";s:4:\"slug\";s:8:\"63911c36\";s:8:\"maxItems\";s:1:\"0\";s:15:\"expirationLimit\";s:1:\"0\";s:5:\"price\";s:1:\"0\";s:16:\"capabilityEditor\";s:1:\"0\";s:17:\"capabilityExcerpt\";s:1:\"0\";s:15:\"capabilityImage\";s:1:\"0\";s:18:\"capabilityComments\";s:1:\"0\";s:17:\"capabilityAddress\";s:1:\"0\";s:19:\"capabilityTelephone\";s:1:\"0\";s:15:\"capabilityEmail\";s:1:\"0\";s:13:\"capabilityWeb\";s:1:\"0\";s:22:\"capabilityOpeningHours\";s:1:\"0\";s:21:\"capabilitySocialIcons\";s:1:\"0\";s:17:\"capabilityGallery\";s:1:\"0\";s:18:\"capabilityFeatures\";s:1:\"0\";s:16:\"adminApproveEdit\";s:1:\"0\";s:15:\"capabilityMedia\";s:1:\"0\";s:20:\"capabilityHeaderType\";s:1:\"0\";s:29:\"capabilityReviewsAuthorManage\";s:1:\"0\";}i:1;a:23:{s:12:\"adminApprove\";s:1:\"1\";s:16:\"adminApproveEdit\";s:1:\"1\";s:13:\"itemsFeatured\";s:1:\"0\";s:4:\"name\";s:8:\"Business\";s:4:\"slug\";s:8:\"7c8003ef\";s:8:\"maxItems\";s:1:\"1\";s:15:\"expirationLimit\";s:2:\"30\";s:5:\"price\";s:3:\"299\";s:16:\"capabilityEditor\";s:1:\"1\";s:15:\"capabilityMedia\";s:1:\"1\";s:17:\"capabilityExcerpt\";s:1:\"1\";s:15:\"capabilityImage\";s:1:\"1\";s:18:\"capabilityComments\";s:1:\"1\";s:20:\"capabilityHeaderType\";s:1:\"1\";s:17:\"capabilityAddress\";s:1:\"1\";s:19:\"capabilityTelephone\";s:1:\"1\";s:15:\"capabilityEmail\";s:1:\"1\";s:13:\"capabilityWeb\";s:1:\"1\";s:22:\"capabilityOpeningHours\";s:1:\"1\";s:21:\"capabilitySocialIcons\";s:1:\"1\";s:17:\"capabilityGallery\";s:1:\"1\";s:18:\"capabilityFeatures\";s:1:\"1\";s:29:\"capabilityReviewsAuthorManage\";s:1:\"1\";}}}s:8:\"payments\";a:2:{s:8:\"currency\";s:3:\"USD\";s:12:\"bankTransfer\";s:1:\"1\";}s:19:\"itemAdvancedFilters\";a:2:{s:7:\"enabled\";s:1:\"1\";s:13:\"filterColumns\";s:1:\"3\";}s:12:\"claimListing\";a:20:{s:6:\"enable\";s:1:\"1\";s:14:\"defaultPackage\";s:18:\"cityguide_7c8003ef\";s:12:\"emailSubject\";a:1:{s:5:\"en_US\";s:21:\"Claim Listing Request\";}s:12:\"emailMessage\";a:1:{s:5:\"en_US\";s:49:\"User: {user} <br> Item: {item} <br><br> {actions}\";}s:12:\"sectionTitle\";a:1:{s:5:\"en_US\";s:13:\"Claim Listing\";}s:18:\"sectionDescription\";a:1:{s:5:\"en_US\";s:57:\"Claim this listing now, with a standard Business Account.\";}s:17:\"formLabelUsername\";a:1:{s:5:\"en_US\";s:8:\"Username\";}s:14:\"helperUsername\";a:1:{s:5:\"en_US\";s:0:\"\";}s:14:\"formLabelEmail\";a:1:{s:5:\"en_US\";s:5:\"Email\";}s:11:\"helperEmail\";a:1:{s:5:\"en_US\";s:0:\"\";}s:16:\"formLabelPayment\";a:1:{s:5:\"en_US\";s:7:\"Payment\";}s:16:\"formLabelCaptcha\";a:1:{s:5:\"en_US\";s:7:\"Captcha\";}s:15:\"formLabelSubmit\";a:1:{s:5:\"en_US\";s:13:\"Claim Listing\";}s:16:\"loggedInFormText\";a:1:{s:5:\"en_US\";s:48:\"Are you sure you want to claim the current item?\";}s:27:\"frontendNotification1Enable\";s:1:\"1\";s:27:\"frontendNotification2Enable\";s:1:\"1\";s:27:\"frontendNotification3Enable\";s:1:\"1\";s:27:\"frontendNotification4Enable\";s:1:\"1\";s:24:\"termsAndConditionsEnable\";s:1:\"1\";s:23:\"termsAndConditionsLabel\";a:1:{s:5:\"en_US\";s:25:\"Accept Terms & Conditions\";}}s:13:\"getDirections\";a:53:{s:13:\"avoidHighways\";s:1:\"1\";s:10:\"avoidTolls\";s:1:\"1\";s:10:\"travelMode\";s:7:\"DRIVING\";s:10:\"unitSystem\";s:1:\"0\";s:19:\"directionsIconStart\";s:92:\"https://your420map.com/web/wp-content/plugins/ait-get-directions/design/img/marker_start.png\";s:17:\"directionsIconEnd\";s:90:\"https://your420map.com/web/wp-content/plugins/ait-get-directions/design/img/marker_end.png\";s:7:\"mapType\";s:7:\"roadmap\";s:22:\"disableDoubleClickZoom\";s:1:\"0\";s:9:\"draggable\";s:1:\"1\";s:11:\"scrollwheel\";s:1:\"1\";s:16:\"disableDefaultUi\";s:1:\"0\";s:17:\"fullscreenControl\";s:1:\"1\";s:14:\"mapTypeControl\";s:1:\"1\";s:18:\"overviewMapControl\";s:1:\"1\";s:10:\"panControl\";s:1:\"1\";s:13:\"rotateControl\";s:1:\"1\";s:12:\"scaleControl\";s:1:\"1\";s:13:\"signInControl\";s:1:\"0\";s:17:\"streetViewControl\";s:1:\"1\";s:11:\"zoomControl\";s:1:\"1\";s:8:\"mapColor\";s:0:\"\";s:13:\"mapSaturation\";s:1:\"0\";s:13:\"mapBrightness\";s:1:\"0\";s:16:\"objectSaturation\";s:1:\"0\";s:16:\"objectBrightness\";s:1:\"0\";s:18:\"administrativeShow\";s:1:\"1\";s:19:\"administrativeColor\";s:0:\"\";s:13:\"landscapeShow\";s:1:\"1\";s:14:\"landscapeColor\";s:0:\"\";s:7:\"poiShow\";s:1:\"1\";s:8:\"poiColor\";s:0:\"\";s:9:\"roadsShow\";s:1:\"1\";s:10:\"roadsColor\";s:0:\"\";s:12:\"transitsShow\";s:1:\"1\";s:13:\"transitsColor\";s:0:\"\";s:9:\"waterShow\";s:1:\"1\";s:10:\"waterColor\";s:0:\"\";s:20:\"formInputGeolocation\";s:1:\"1\";s:23:\"formInputCategoryEnable\";s:1:\"1\";s:21:\"formInputRadiusEnable\";s:1:\"1\";s:27:\"formInputRadiusDefaultValue\";s:2:\"50\";s:26:\"formButtonPlanMyRouteLabel\";a:1:{s:5:\"en_US\";s:13:\"Plan My Route\";}s:28:\"formButtonGetDirectionsLabel\";a:1:{s:5:\"en_US\";s:14:\"Get Directions\";}s:25:\"formButtonTurnByTurnLabel\";a:1:{s:5:\"en_US\";s:23:\"Turn-by-turn navigation\";}s:27:\"formStartAddressPlaceholder\";a:1:{s:5:\"en_US\";s:48:\"Example: 330 Adams Street Brooklyn, NY 11201, US\";}s:33:\"formDestinationAddressPlaceholder\";a:1:{s:5:\"en_US\";s:48:\"Example: 330 Adams Street Brooklyn, NY 11201, US\";}s:27:\"messageNoGeolocationSupport\";a:1:{s:5:\"en_US\";s:41:\"Your browser does not support geolocation\";}s:23:\"messageGeolocationError\";a:1:{s:5:\"en_US\";s:80:\"Could not determine your location, check if geolocation is enabled for this site\";}s:26:\"messageStartAddressMissing\";a:1:{s:5:\"en_US\";s:70:\"Start address is missing, please fill start address or use geolocation\";}s:32:\"messageDestinationAddressMissing\";a:1:{s:5:\"en_US\";s:63:\"Destination address is missing, please fill destination address\";}s:20:\"messageRouteNotFound\";a:1:{s:5:\"en_US\";s:81:\"No route to this destination, change the travel mode or use another start address\";}s:22:\"messageAddressNotFound\";a:1:{s:5:\"en_US\";s:34:\"Can\'t find the address you entered\";}s:19:\"messageUnknownError\";a:1:{s:5:\"en_US\";s:79:\"There was an error during the request. Try again later or contact administrator\";}}s:11:\"itemReviews\";a:13:{s:13:\"notifications\";s:1:\"1\";s:9:\"question1\";a:1:{s:5:\"en_US\";s:5:\"Price\";}s:9:\"question2\";a:1:{s:5:\"en_US\";s:8:\"Location\";}s:9:\"question3\";a:1:{s:5:\"en_US\";s:5:\"Staff\";}s:9:\"question4\";a:1:{s:5:\"en_US\";s:8:\"Services\";}s:9:\"question5\";a:1:{s:5:\"en_US\";s:7:\"Product\";}s:14:\"onlyRegistered\";s:1:\"1\";s:21:\"onlyRegisteredMessage\";a:1:{s:5:\"en_US\";s:38:\"Only registered users can add a review\";}s:10:\"helperName\";a:1:{s:5:\"en_US\";s:0:\"\";}s:17:\"helperDescription\";a:1:{s:5:\"en_US\";s:0:\"\";}s:14:\"reviewsCaptcha\";s:1:\"0\";s:19:\"reviewsCaptchaLabel\";a:1:{s:5:\"en_US\";s:19:\"Insert captcha code\";}s:8:\"authorIP\";s:1:\"0\";}s:8:\"foodMenu\";a:4:{s:9:\"menuTypes\";a:8:{i:0;a:2:{s:2:\"id\";s:8:\"51276b24\";s:5:\"title\";a:1:{s:5:\"en_US\";s:14:\"In-House Items\";}}i:1;a:2:{s:2:\"id\";s:8:\"2a2c18ca\";s:5:\"title\";a:1:{s:5:\"en_US\";s:10:\"Home Grown\";}}i:2;a:2:{s:2:\"id\";s:8:\"1f617927\";s:5:\"title\";a:1:{s:5:\"en_US\";s:7:\"On Sale\";}}i:3;a:2:{s:2:\"id\";s:8:\"91e662ae\";s:5:\"title\";a:1:{s:5:\"en_US\";s:13:\"Special Order\";}}i:4;a:2:{s:2:\"id\";s:8:\"51300622\";s:5:\"title\";a:1:{s:5:\"en_US\";s:15:\"Limited Edition\";}}i:5;a:2:{s:2:\"id\";s:8:\"fb3e90fa\";s:5:\"title\";a:1:{s:5:\"en_US\";s:11:\"Baked Fresh\";}}i:6;a:2:{s:2:\"id\";s:8:\"ec8d7eb5\";s:5:\"title\";a:1:{s:5:\"en_US\";s:14:\"Packaged Items\";}}i:7;a:2:{s:2:\"id\";s:8:\"a10e9139\";s:5:\"title\";a:1:{s:5:\"en_US\";s:14:\"Daily Specials\";}}}s:16:\"featuredMenuType\";s:8:\"a10e9139\";s:9:\"foodTypes\";a:7:{i:0;a:2:{s:2:\"id\";s:8:\"da216b0b\";s:5:\"title\";a:1:{s:5:\"en_US\";s:7:\"Flowers\";}}i:1;a:2:{s:2:\"id\";s:8:\"28ee93fb\";s:5:\"title\";a:1:{s:5:\"en_US\";s:7:\"Edibles\";}}i:2;a:2:{s:2:\"id\";s:8:\"14d78164\";s:5:\"title\";a:1:{s:5:\"en_US\";s:12:\"Concentrates\";}}i:3;a:2:{s:2:\"id\";s:8:\"1cd8ca7c\";s:5:\"title\";a:1:{s:5:\"en_US\";s:11:\"Vape / Oils\";}}i:4;a:2:{s:2:\"id\";s:8:\"aa150628\";s:5:\"title\";a:1:{s:5:\"en_US\";s:3:\"CBD\";}}i:5;a:2:{s:2:\"id\";s:8:\"15b26ced\";s:5:\"title\";a:1:{s:5:\"en_US\";s:7:\"Hybrids\";}}i:6;a:2:{s:2:\"id\";s:8:\"06b1eefc\";s:5:\"title\";a:1:{s:5:\"en_US\";s:4:\"Gear\";}}}s:14:\"priceRangeIcon\";s:6:\"fa-usd\";}s:9:\"customCss\";a:1:{s:3:\"css\";s:0:\"\";}s:13:\"adminBranding\";a:7:{s:10:\"adminTitle\";a:1:{s:5:\"en_US\";s:11:\"Theme Admin\";}s:15:\"loginScreenLogo\";s:63:\"https://your420map.com/web/wp-content/uploads/2020/01/green.png\";s:19:\"loginScreenLogoLink\";s:0:\"\";s:22:\"loginScreenLogoTooltip\";a:1:{s:5:\"en_US\";s:0:\"\";}s:14:\"loginScreenCss\";s:0:\"\";s:13:\"adminMenuIcon\";s:62:\"https://your420map.com/web/wp-content/uploads/2020/01/dead.png\";s:15:\"adminFooterText\";a:1:{s:5:\"en_US\";s:0:\"\";}}s:13:\"administrator\";a:2:{s:7:\"devMode\";s:1:\"0\";s:5:\"devIp\";s:0:\"\";}s:8:\"megamenu\";a:1:{s:7:\"enabled\";s:1:\"0\";}}', 'yes'),
(373, 'ait-items_filters_category_12', 'a:2:{s:4:\"type\";s:8:\"checkbox\";s:4:\"icon\";s:0:\"\";}', 'yes'),
(374, 'ait-items_filters_category_13', 'a:2:{s:4:\"type\";s:8:\"checkbox\";s:4:\"icon\";s:0:\"\";}', 'yes'),
(375, 'ait-items_filters_category_14', 'a:2:{s:4:\"type\";s:8:\"checkbox\";s:4:\"icon\";s:0:\"\";}', 'yes'),
(376, 'ait-items_filters_category_15', 'a:2:{s:4:\"type\";s:8:\"checkbox\";s:4:\"icon\";s:0:\"\";}', 'yes'),
(377, 'ait-items_filters_category_16', 'a:2:{s:4:\"type\";s:8:\"checkbox\";s:4:\"icon\";s:0:\"\";}', 'yes'),
(204, 'ait-food-menu-plugin', 'a:2:{s:7:\"version\";s:4:\"1.10\";s:16:\"previous_version\";s:3:\"1.0\";}', 'yes'),
(205, 'ait_food_menu_capabilities_assigned', '1', 'yes'),
(207, 'widget_akismet_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(210, 'ait-advanced-search-plugin', 'a:2:{s:7:\"version\";s:3:\"1.2\";s:16:\"previous_version\";s:3:\"1.0\";}', 'yes'),
(218, 'ait-plugin-item-extension', 'a:1:{s:7:\"version\";s:4:\"1.12\";}', 'yes'),
(224, 'category_children', 'a:0:{}', 'yes'),
(225, '_ait_foodguide-child_layout_opts', 'a:3:{s:6:\"custom\";a:2:{s:13:\"pageHtmlClass\";s:0:\"\";s:6:\"layout\";s:4:\"full\";}s:9:\"@sidebars\";a:2:{s:5:\"right\";a:1:{s:7:\"sidebar\";s:4:\"none\";}s:4:\"left\";a:1:{s:7:\"sidebar\";s:4:\"none\";}}s:7:\"general\";a:5:{s:17:\"enableWidgetAreas\";s:1:\"0\";s:15:\"enableFooterBar\";s:1:\"1\";s:15:\"showBreadcrumbs\";s:1:\"0\";s:10:\"headerType\";s:9:\"revslider\";s:11:\"headerImage\";s:64:\"https://your420map.com/web/wp-content/uploads/2020/01/QBhCqL.jpg\";}}', 'yes'),
(226, '_ait_foodguide-child_elements_opts', 'a:13:{i:0;a:1:{s:10:\"page-title\";a:7:{s:8:\"@display\";s:1:\"0\";s:11:\"description\";a:1:{s:5:\"en_US\";s:0:\"\";}s:10:\"background\";a:5:{s:5:\"color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:8:\"position\";s:13:\"center center\";s:6:\"scroll\";s:6:\"scroll\";}s:9:\"textColor\";s:0:\"\";s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";}}i:1;a:1:{s:17:\"revolution-slider\";a:7:{s:8:\"@display\";s:1:\"1\";s:5:\"alias\";s:8:\"homepage\";s:11:\"alternative\";s:64:\"https://your420map.com/web/wp-content/uploads/2020/01/QBhCqL.jpg\";s:10:\"responsive\";s:1:\"0\";s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";}}i:2;a:1:{s:3:\"seo\";a:7:{s:8:\"@display\";s:1:\"1\";s:5:\"title\";a:1:{s:5:\"en_US\";s:0:\"\";}s:8:\"keywords\";a:1:{s:5:\"en_US\";s:0:\"\";}s:11:\"description\";a:1:{s:5:\"en_US\";s:0:\"\";}s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";}}i:3;a:1:{s:10:\"header-map\";a:40:{s:8:\"@display\";s:1:\"1\";s:4:\"type\";s:7:\"ROADMAP\";s:10:\"heightType\";s:4:\"auto\";s:6:\"height\";s:3:\"600\";s:7:\"address\";a:7:{s:7:\"address\";s:23:\"Los Angeles, California\";s:8:\"latitude\";s:10:\"34.0522342\";s:9:\"longitude\";s:12:\"-118.2436849\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:2:\"90\";s:7:\"swpitch\";s:1:\"5\";s:6:\"swzoom\";s:1:\"1\";}s:4:\"zoom\";s:2:\"12\";s:14:\"autoZoomAndFit\";s:1:\"1\";s:13:\"clusterEnable\";s:1:\"0\";s:13:\"clusterRadius\";s:3:\"100\";s:17:\"geoLocationEnable\";s:1:\"1\";s:11:\"mapLoadType\";s:4:\"auto\";s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";s:11:\"customClass\";s:0:\"\";s:5:\"title\";a:1:{s:5:\"en_US\";s:0:\"\";}s:11:\"description\";a:1:{s:5:\"en_US\";s:0:\"\";}s:9:\"headAlign\";s:10:\"align-left\";s:3:\"@bg\";a:5:{s:5:\"color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:8:\"position\";s:10:\"top center\";s:6:\"scroll\";s:6:\"scroll\";}s:10:\"margin-top\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";s:11:\"borderColor\";s:0:\"\";s:6:\"mapHue\";s:0:\"\";s:13:\"mapSaturation\";s:3:\"-20\";s:13:\"mapBrightness\";s:1:\"5\";s:13:\"objSaturation\";s:1:\"0\";s:13:\"objBrightness\";s:1:\"0\";s:13:\"landscapeShow\";s:1:\"1\";s:14:\"landscapeColor\";s:0:\"\";s:18:\"administrativeShow\";s:1:\"1\";s:19:\"administrativeColor\";s:0:\"\";s:9:\"roadsShow\";s:1:\"1\";s:10:\"roadsColor\";s:0:\"\";s:9:\"waterShow\";s:1:\"1\";s:10:\"waterColor\";s:0:\"\";s:7:\"poiShow\";s:1:\"1\";s:8:\"poiColor\";s:0:\"\";s:14:\"mousewheelZoom\";s:1:\"0\";}}i:4;a:1:{s:11:\"search-form\";a:17:{s:8:\"@display\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:11:\"radiusUnits\";s:2:\"mi\";s:10:\"radiusHelp\";a:1:{s:5:\"en_US\";s:2:\"50\";}s:8:\"sentence\";a:1:{s:5:\"en_US\";s:100:\"I would like to find {search-keyword} in {search-location} or within {search-radius} of my location.\";}s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";s:11:\"customClass\";s:0:\"\";s:5:\"title\";a:1:{s:5:\"en_US\";s:0:\"\";}s:11:\"description\";a:1:{s:5:\"en_US\";s:0:\"\";}s:9:\"headAlign\";s:12:\"align-center\";s:3:\"@bg\";a:5:{s:5:\"color\";s:19:\"rgba(28, 28, 28, 1)\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:8:\"position\";s:10:\"top center\";s:6:\"scroll\";s:6:\"scroll\";}s:10:\"margin-top\";s:1:\"2\";s:11:\"padding-top\";s:1:\"2\";s:14:\"padding-bottom\";s:1:\"2\";s:13:\"margin-bottom\";s:1:\"2\";}}i:5;a:1:{s:13:\"taxonomy-menu\";a:14:{s:8:\"@display\";s:1:\"0\";s:4:\"type\";s:9:\"locations\";s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";s:11:\"customClass\";s:0:\"\";s:5:\"title\";a:1:{s:5:\"en_US\";s:0:\"\";}s:11:\"description\";a:1:{s:5:\"en_US\";s:0:\"\";}s:9:\"headAlign\";s:10:\"align-left\";s:3:\"@bg\";a:5:{s:5:\"color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:8:\"position\";s:10:\"top center\";s:6:\"scroll\";s:6:\"scroll\";}s:10:\"margin-top\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";}}i:6;a:1:{s:12:\"footer-items\";a:20:{s:8:\"@display\";s:1:\"0\";s:8:\"category\";s:1:\"0\";s:8:\"location\";s:1:\"0\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:4:\"DESC\";s:5:\"count\";s:2:\"99\";s:12:\"onlyFeatured\";s:1:\"0\";s:14:\"boxImageHeight\";s:4:\"16:9\";s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";s:11:\"customClass\";s:0:\"\";s:5:\"title\";a:1:{s:5:\"en_US\";s:0:\"\";}s:11:\"description\";a:1:{s:5:\"en_US\";s:0:\"\";}s:9:\"headAlign\";s:10:\"align-left\";s:3:\"@bg\";a:5:{s:5:\"color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:8:\"position\";s:10:\"top center\";s:6:\"scroll\";s:6:\"scroll\";}s:10:\"margin-top\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";}}i:7;a:1:{s:23:\"sidebars-boundary-start\";a:1:{s:23:\"sidebars-boundary-start\";s:0:\"\";}}s:15:\"_e81aaa2d7a8823\";a:1:{s:5:\"items\";a:37:{s:8:\"@display\";s:1:\"1\";s:8:\"category\";s:1:\"2\";s:8:\"location\";s:1:\"0\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:4:\"DESC\";s:5:\"count\";s:1:\"4\";s:6:\"layout\";s:3:\"box\";s:8:\"textRows\";s:1:\"1\";s:12:\"onlyFeatured\";s:1:\"0\";s:7:\"addInfo\";s:1:\"1\";s:10:\"boxColumns\";s:1:\"4\";s:8:\"boxAlign\";s:12:\"align-center\";s:17:\"boxEnableCarousel\";s:1:\"1\";s:17:\"boxEnableAutoplay\";s:1:\"1\";s:15:\"boxEnableFading\";s:1:\"0\";s:7:\"boxRows\";s:1:\"1\";s:14:\"boxImageHeight\";s:4:\"16:9\";s:11:\"listColumns\";s:1:\"1\";s:18:\"listEnableCarousel\";s:1:\"1\";s:18:\"listEnableAutoplay\";s:1:\"0\";s:16:\"listEnableFading\";s:1:\"0\";s:8:\"listRows\";s:1:\"3\";s:15:\"listImageHeight\";s:3:\"1:1\";s:6:\"listBg\";s:1:\"0\";s:11:\"listBgColor\";s:0:\"\";s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";s:11:\"customClass\";s:0:\"\";s:5:\"title\";a:1:{s:5:\"en_US\";s:0:\"\";}s:11:\"description\";a:1:{s:5:\"en_US\";s:0:\"\";}s:9:\"headAlign\";s:10:\"align-left\";s:3:\"@bg\";a:5:{s:5:\"color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:8:\"position\";s:10:\"top center\";s:6:\"scroll\";s:6:\"scroll\";}s:10:\"margin-top\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";}}s:15:\"_e94f867da47715\";a:1:{s:8:\"partners\";a:16:{s:8:\"@display\";s:1:\"1\";s:7:\"orderby\";s:5:\"title\";s:5:\"order\";s:3:\"ASC\";s:9:\"logoSpace\";s:2:\"25\";s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";s:11:\"customClass\";s:0:\"\";s:5:\"title\";a:1:{s:5:\"en_US\";s:11:\"Best Brands\";}s:11:\"description\";a:1:{s:5:\"en_US\";s:0:\"\";}s:9:\"headAlign\";s:10:\"align-left\";s:3:\"@bg\";a:5:{s:5:\"color\";s:22:\"rgba(215, 231, 196, 1)\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:8:\"position\";s:10:\"top center\";s:6:\"scroll\";s:6:\"scroll\";}s:10:\"margin-top\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";}}i:8;a:1:{s:7:\"content\";a:10:{s:8:\"@display\";s:1:\"0\";s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";s:11:\"customClass\";s:0:\"\";s:3:\"@bg\";a:5:{s:5:\"color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:8:\"position\";s:10:\"top center\";s:6:\"scroll\";s:6:\"scroll\";}s:10:\"margin-top\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";}}i:9;a:1:{s:8:\"comments\";a:10:{s:8:\"@display\";s:1:\"0\";s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";s:11:\"customClass\";s:0:\"\";s:3:\"@bg\";a:5:{s:5:\"color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:8:\"position\";s:10:\"top center\";s:6:\"scroll\";s:6:\"scroll\";}s:10:\"margin-top\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";}}i:29;a:1:{s:21:\"sidebars-boundary-end\";a:1:{s:21:\"sidebars-boundary-end\";s:0:\"\";}}}', 'yes'),
(228, 'ait-items_category_2', 'a:7:{s:8:\"keywords\";s:0:\"\";s:4:\"icon\";s:62:\"https://your420map.com/web/wp-content/uploads/2020/01/blue.png\";s:8:\"map_icon\";s:62:\"https://your420map.com/web/wp-content/uploads/2020/01/blue.png\";s:11:\"header_type\";s:3:\"map\";s:12:\"header_image\";s:65:\"https://your420map.com/web/wp-content/uploads/2020/01/1irGxHU.jpg\";s:18:\"header_image_align\";s:10:\"image-left\";s:17:\"category_featured\";s:0:\"\";}', 'yes'),
(230, 'ait-items_category_3', 'a:7:{s:8:\"keywords\";s:0:\"\";s:4:\"icon\";s:59:\"https://your420map.com/web/wp-content/uploads/2020/01/1.png\";s:8:\"map_icon\";s:65:\"https://your420map.com/web/wp-content/uploads/2020/01/crystal.png\";s:11:\"header_type\";s:3:\"map\";s:12:\"header_image\";s:0:\"\";s:18:\"header_image_align\";s:10:\"image-left\";s:17:\"category_featured\";s:0:\"\";}', 'yes'),
(542, 'ait-items_category_26', 'a:7:{s:8:\"keywords\";s:0:\"\";s:4:\"icon\";s:65:\"https://your420map.com/web/wp-content/uploads/2020/01/default.png\";s:8:\"map_icon\";s:65:\"https://your420map.com/web/wp-content/uploads/2020/01/default.png\";s:11:\"header_type\";s:3:\"map\";s:12:\"header_image\";s:65:\"https://your420map.com/web/wp-content/uploads/2020/01/arsswe1.png\";s:18:\"header_image_align\";s:10:\"image-left\";s:17:\"category_featured\";s:0:\"\";}', 'yes'),
(233, 'rs_cache_overlay', '5.4.8.2', 'yes'),
(241, 'ait-locations_category_5', 'a:6:{s:8:\"keywords\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:11:\"header_type\";s:3:\"map\";s:12:\"header_image\";s:0:\"\";s:18:\"header_image_align\";s:10:\"image-left\";s:17:\"category_featured\";s:0:\"\";}', 'yes'),
(243, 'ait-locations_category_6', 'a:6:{s:8:\"keywords\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:11:\"header_type\";s:3:\"map\";s:12:\"header_image\";s:0:\"\";s:18:\"header_image_align\";s:10:\"image-left\";s:17:\"category_featured\";s:0:\"\";}', 'yes'),
(249, 'ait-locations_children', 'a:1:{i:6;a:4:{i:0;i:5;i:1;i:7;i:2;i:8;i:3;i:9;}}', 'yes'),
(246, 'ait-locations_category_7', 'a:6:{s:8:\"keywords\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:11:\"header_type\";s:3:\"map\";s:12:\"header_image\";s:0:\"\";s:18:\"header_image_align\";s:10:\"image-left\";s:17:\"category_featured\";s:0:\"\";}', 'yes'),
(248, 'ait-locations_category_8', 'a:6:{s:8:\"keywords\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:11:\"header_type\";s:3:\"map\";s:12:\"header_image\";s:0:\"\";s:18:\"header_image_align\";s:10:\"image-left\";s:17:\"category_featured\";s:0:\"\";}', 'yes'),
(250, 'ait-locations_category_9', 'a:6:{s:8:\"keywords\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:11:\"header_type\";s:3:\"map\";s:12:\"header_image\";s:0:\"\";s:18:\"header_image_align\";s:10:\"image-left\";s:17:\"category_featured\";s:0:\"\";}', 'yes'),
(255, 'ait_item_extension_general_settings_options', 'a:3:{s:15:\"section_display\";s:3:\"off\";s:13:\"section_title\";a:1:{s:5:\"en_US\";s:14:\"Item Extension\";}s:19:\"section_description\";a:1:{s:5:\"en_US\";s:0:\"\";}}', 'yes'),
(256, 'ait_item_extension_administrator_options', 'a:0:{}', 'yes'),
(257, 'ait_item_extension_cityguide_63911c36_options', 'a:0:{}', 'yes'),
(307, '_ait_foodguide-child_layout_opts_blog', 'a:3:{s:6:\"custom\";a:2:{s:13:\"pageHtmlClass\";s:0:\"\";s:6:\"layout\";s:4:\"full\";}s:9:\"@sidebars\";a:2:{s:5:\"right\";a:1:{s:7:\"sidebar\";s:4:\"none\";}s:4:\"left\";a:1:{s:7:\"sidebar\";s:4:\"none\";}}s:7:\"general\";a:5:{s:17:\"enableWidgetAreas\";s:1:\"0\";s:15:\"enableFooterBar\";s:1:\"1\";s:15:\"showBreadcrumbs\";s:1:\"0\";s:10:\"headerType\";s:9:\"revslider\";s:11:\"headerImage\";s:0:\"\";}}', 'no'),
(808, '_ait_foodguide-child_layout_opts_page_39', 'a:3:{s:6:\"custom\";a:2:{s:13:\"pageHtmlClass\";s:0:\"\";s:6:\"layout\";s:4:\"full\";}s:9:\"@sidebars\";a:2:{s:5:\"right\";a:1:{s:7:\"sidebar\";s:4:\"none\";}s:4:\"left\";a:1:{s:7:\"sidebar\";s:4:\"none\";}}s:7:\"general\";a:5:{s:17:\"enableWidgetAreas\";s:1:\"0\";s:15:\"enableFooterBar\";s:1:\"1\";s:15:\"showBreadcrumbs\";s:1:\"0\";s:10:\"headerType\";s:9:\"revslider\";s:11:\"headerImage\";s:0:\"\";}}', 'no'),
(263, '_ait_foodguide-child_local_opts_register', 'a:2:{s:7:\"special\";a:4:{i:0;s:5:\"_blog\";i:1;s:7:\"_search\";i:2;s:5:\"_item\";i:3;s:5:\"_post\";}s:5:\"pages\";a:2:{i:0;s:8:\"_page_39\";i:1;s:8:\"_page_36\";}}', 'yes'),
(264, '_ait_page_builder_last_edited_oid', '_item', 'yes'),
(308, '_ait_foodguide-child_elements_opts_blog', 'a:14:{i:0;a:1:{s:10:\"page-title\";a:7:{s:8:\"@display\";s:1:\"0\";s:11:\"description\";a:1:{s:5:\"en_US\";s:0:\"\";}s:10:\"background\";a:5:{s:5:\"color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:8:\"position\";s:13:\"center center\";s:6:\"scroll\";s:6:\"scroll\";}s:9:\"textColor\";s:0:\"\";s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";}}i:1;a:1:{s:17:\"revolution-slider\";a:7:{s:8:\"@display\";s:1:\"1\";s:5:\"alias\";s:8:\"homepage\";s:11:\"alternative\";s:0:\"\";s:10:\"responsive\";s:3:\"480\";s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";}}i:2;a:1:{s:3:\"seo\";a:7:{s:8:\"@display\";s:1:\"1\";s:5:\"title\";a:1:{s:5:\"en_US\";s:0:\"\";}s:8:\"keywords\";a:1:{s:5:\"en_US\";s:0:\"\";}s:11:\"description\";a:1:{s:5:\"en_US\";s:0:\"\";}s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";}}i:3;a:1:{s:10:\"header-map\";a:15:{s:8:\"@display\";s:1:\"0\";s:4:\"type\";s:7:\"ROADMAP\";s:10:\"heightType\";s:4:\"auto\";s:6:\"height\";s:3:\"600\";s:7:\"address\";a:7:{s:7:\"address\";s:0:\"\";s:8:\"latitude\";s:1:\"1\";s:9:\"longitude\";s:1:\"1\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:2:\"90\";s:7:\"swpitch\";s:1:\"5\";s:6:\"swzoom\";s:1:\"1\";}s:4:\"zoom\";s:2:\"12\";s:14:\"autoZoomAndFit\";s:1:\"1\";s:13:\"clusterEnable\";s:1:\"0\";s:13:\"clusterRadius\";s:3:\"100\";s:17:\"geoLocationEnable\";s:1:\"0\";s:11:\"mapLoadType\";s:4:\"auto\";s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";s:16:\"@enabledAdvanced\";s:1:\"0\";}}i:4;a:1:{s:11:\"search-form\";a:18:{s:8:\"@display\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:11:\"radiusUnits\";s:2:\"mi\";s:10:\"radiusHelp\";a:1:{s:5:\"en_US\";s:2:\"50\";}s:8:\"sentence\";a:1:{s:5:\"en_US\";s:96:\"I am looking for {search-keyword} in {search-location} or within {search-radius} of my location.\";}s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";s:16:\"@enabledAdvanced\";s:1:\"1\";s:11:\"customClass\";s:0:\"\";s:5:\"title\";a:1:{s:5:\"en_US\";s:0:\"\";}s:11:\"description\";a:1:{s:5:\"en_US\";s:0:\"\";}s:9:\"headAlign\";s:12:\"align-center\";s:3:\"@bg\";a:5:{s:5:\"color\";s:19:\"rgba(29, 29, 29, 1)\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:8:\"position\";s:10:\"top center\";s:6:\"scroll\";s:6:\"scroll\";}s:10:\"margin-top\";s:1:\"2\";s:11:\"padding-top\";s:1:\"2\";s:14:\"padding-bottom\";s:1:\"2\";s:13:\"margin-bottom\";s:1:\"2\";}}i:5;a:1:{s:13:\"taxonomy-menu\";a:6:{s:8:\"@display\";s:1:\"0\";s:4:\"type\";s:9:\"locations\";s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";s:16:\"@enabledAdvanced\";s:1:\"0\";}}i:6;a:1:{s:12:\"footer-items\";a:12:{s:8:\"@display\";s:1:\"0\";s:8:\"category\";s:1:\"0\";s:8:\"location\";s:1:\"0\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:4:\"DESC\";s:5:\"count\";s:2:\"99\";s:12:\"onlyFeatured\";s:1:\"0\";s:14:\"boxImageHeight\";s:4:\"16:9\";s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";s:16:\"@enabledAdvanced\";s:1:\"0\";}}i:7;a:1:{s:23:\"sidebars-boundary-start\";a:1:{s:23:\"sidebars-boundary-start\";s:0:\"\";}}s:15:\"_ec29bf1af22e0d\";a:1:{s:5:\"items\";a:38:{s:8:\"@display\";s:1:\"1\";s:8:\"category\";s:1:\"2\";s:8:\"location\";s:1:\"0\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:4:\"DESC\";s:5:\"count\";s:1:\"5\";s:6:\"layout\";s:3:\"box\";s:8:\"textRows\";s:1:\"1\";s:12:\"onlyFeatured\";s:1:\"0\";s:7:\"addInfo\";s:1:\"1\";s:10:\"boxColumns\";s:1:\"4\";s:8:\"boxAlign\";s:10:\"align-left\";s:17:\"boxEnableCarousel\";s:1:\"1\";s:17:\"boxEnableAutoplay\";s:1:\"1\";s:15:\"boxEnableFading\";s:1:\"0\";s:7:\"boxRows\";s:1:\"1\";s:14:\"boxImageHeight\";s:3:\"2:1\";s:11:\"listColumns\";s:1:\"1\";s:18:\"listEnableCarousel\";s:1:\"1\";s:18:\"listEnableAutoplay\";s:1:\"0\";s:16:\"listEnableFading\";s:1:\"0\";s:8:\"listRows\";s:1:\"3\";s:15:\"listImageHeight\";s:3:\"1:1\";s:6:\"listBg\";s:1:\"0\";s:11:\"listBgColor\";s:0:\"\";s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";s:16:\"@enabledAdvanced\";s:1:\"1\";s:11:\"customClass\";s:0:\"\";s:5:\"title\";a:1:{s:5:\"en_US\";s:21:\"Featured Dispensaries\";}s:11:\"description\";a:1:{s:5:\"en_US\";s:0:\"\";}s:9:\"headAlign\";s:10:\"align-left\";s:3:\"@bg\";a:5:{s:5:\"color\";s:22:\"rgba(228, 228, 228, 1)\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:8:\"position\";s:10:\"top center\";s:6:\"scroll\";s:6:\"scroll\";}s:10:\"margin-top\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";}}s:15:\"_ed7bb060e293be\";a:1:{s:5:\"items\";a:38:{s:8:\"@display\";s:1:\"1\";s:8:\"category\";s:1:\"0\";s:8:\"location\";s:1:\"5\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:4:\"DESC\";s:5:\"count\";s:1:\"5\";s:6:\"layout\";s:3:\"box\";s:8:\"textRows\";s:1:\"1\";s:12:\"onlyFeatured\";s:1:\"0\";s:7:\"addInfo\";s:1:\"0\";s:10:\"boxColumns\";s:1:\"4\";s:8:\"boxAlign\";s:12:\"align-center\";s:17:\"boxEnableCarousel\";s:1:\"1\";s:17:\"boxEnableAutoplay\";s:1:\"1\";s:15:\"boxEnableFading\";s:1:\"0\";s:7:\"boxRows\";s:1:\"1\";s:14:\"boxImageHeight\";s:3:\"2:1\";s:11:\"listColumns\";s:1:\"1\";s:18:\"listEnableCarousel\";s:1:\"1\";s:18:\"listEnableAutoplay\";s:1:\"0\";s:16:\"listEnableFading\";s:1:\"0\";s:8:\"listRows\";s:1:\"3\";s:15:\"listImageHeight\";s:3:\"1:1\";s:6:\"listBg\";s:1:\"0\";s:11:\"listBgColor\";s:0:\"\";s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";s:16:\"@enabledAdvanced\";s:1:\"1\";s:11:\"customClass\";s:0:\"\";s:5:\"title\";a:1:{s:5:\"en_US\";s:23:\"Featured In Los Angeles\";}s:11:\"description\";a:1:{s:5:\"en_US\";s:0:\"\";}s:9:\"headAlign\";s:10:\"align-left\";s:3:\"@bg\";a:5:{s:5:\"color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:8:\"position\";s:10:\"top center\";s:6:\"scroll\";s:6:\"scroll\";}s:10:\"margin-top\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";}}s:15:\"_ef482fc07d49ac\";a:1:{s:8:\"partners\";a:17:{s:8:\"@display\";s:1:\"1\";s:7:\"orderby\";s:4:\"rand\";s:5:\"order\";s:3:\"ASC\";s:9:\"logoSpace\";s:2:\"25\";s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";s:16:\"@enabledAdvanced\";s:1:\"1\";s:11:\"customClass\";s:0:\"\";s:5:\"title\";a:1:{s:5:\"en_US\";s:11:\"Best Brands\";}s:11:\"description\";a:1:{s:5:\"en_US\";s:0:\"\";}s:9:\"headAlign\";s:10:\"align-left\";s:3:\"@bg\";a:5:{s:5:\"color\";s:22:\"rgba(209, 249, 190, 1)\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:8:\"position\";s:10:\"top center\";s:6:\"scroll\";s:6:\"scroll\";}s:10:\"margin-top\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";}}i:8;a:1:{s:7:\"content\";a:5:{s:8:\"@display\";s:1:\"0\";s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";s:16:\"@enabledAdvanced\";s:1:\"0\";}}i:9;a:1:{s:8:\"comments\";a:5:{s:8:\"@display\";s:1:\"0\";s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";s:16:\"@enabledAdvanced\";s:1:\"0\";}}i:29;a:1:{s:21:\"sidebars-boundary-end\";a:1:{s:21:\"sidebars-boundary-end\";s:0:\"\";}}}', 'no'),
(768, '_ait_foodguide-child_layout_opts_search', 'a:3:{s:6:\"custom\";a:2:{s:13:\"pageHtmlClass\";s:0:\"\";s:6:\"layout\";s:4:\"full\";}s:9:\"@sidebars\";a:2:{s:5:\"right\";a:1:{s:7:\"sidebar\";s:4:\"none\";}s:4:\"left\";a:1:{s:7:\"sidebar\";s:4:\"none\";}}s:7:\"general\";a:5:{s:17:\"enableWidgetAreas\";s:1:\"0\";s:15:\"enableFooterBar\";s:1:\"1\";s:15:\"showBreadcrumbs\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";}}', 'no'),
(421, '_ait_foodguide-child_layout_opts_page_36', 'a:3:{s:6:\"custom\";a:2:{s:13:\"pageHtmlClass\";s:0:\"\";s:6:\"layout\";s:4:\"full\";}s:9:\"@sidebars\";a:2:{s:5:\"right\";a:1:{s:7:\"sidebar\";s:4:\"none\";}s:4:\"left\";a:1:{s:7:\"sidebar\";s:4:\"none\";}}s:7:\"general\";a:5:{s:17:\"enableWidgetAreas\";s:1:\"0\";s:15:\"enableFooterBar\";s:1:\"1\";s:15:\"showBreadcrumbs\";s:1:\"0\";s:10:\"headerType\";s:9:\"revslider\";s:11:\"headerImage\";s:0:\"\";}}', 'no');
INSERT INTO `wpir_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(769, '_ait_foodguide-child_elements_opts_search', 'a:13:{i:0;a:1:{s:10:\"page-title\";a:7:{s:8:\"@display\";s:1:\"0\";s:11:\"description\";a:1:{s:5:\"en_US\";s:0:\"\";}s:10:\"background\";a:5:{s:5:\"color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:9:\"no-repeat\";s:8:\"position\";s:13:\"center center\";s:6:\"scroll\";s:6:\"scroll\";}s:9:\"textColor\";s:0:\"\";s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";}}i:1;a:1:{s:17:\"revolution-slider\";a:7:{s:8:\"@display\";s:1:\"0\";s:5:\"alias\";s:8:\"homepage\";s:11:\"alternative\";s:0:\"\";s:10:\"responsive\";s:3:\"480\";s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";}}i:2;a:1:{s:3:\"seo\";a:7:{s:8:\"@display\";s:1:\"1\";s:5:\"title\";a:1:{s:5:\"en_US\";s:0:\"\";}s:8:\"keywords\";a:1:{s:5:\"en_US\";s:0:\"\";}s:11:\"description\";a:1:{s:5:\"en_US\";s:0:\"\";}s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";}}i:3;a:1:{s:10:\"header-map\";a:15:{s:8:\"@display\";s:1:\"1\";s:4:\"type\";s:7:\"ROADMAP\";s:10:\"heightType\";s:6:\"custom\";s:6:\"height\";s:3:\"389\";s:7:\"address\";a:7:{s:7:\"address\";s:23:\"Los Angeles, California\";s:8:\"latitude\";s:10:\"34.0522342\";s:9:\"longitude\";s:12:\"-118.2436849\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:2:\"90\";s:7:\"swpitch\";s:1:\"5\";s:6:\"swzoom\";s:1:\"1\";}s:4:\"zoom\";s:2:\"13\";s:14:\"autoZoomAndFit\";s:1:\"1\";s:13:\"clusterEnable\";s:1:\"0\";s:13:\"clusterRadius\";s:3:\"100\";s:17:\"geoLocationEnable\";s:1:\"1\";s:11:\"mapLoadType\";s:4:\"auto\";s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";s:16:\"@enabledAdvanced\";s:1:\"0\";}}i:4;a:1:{s:11:\"search-form\";a:18:{s:8:\"@display\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:11:\"radiusUnits\";s:2:\"mi\";s:10:\"radiusHelp\";a:1:{s:5:\"en_US\";s:2:\"50\";}s:8:\"sentence\";a:1:{s:5:\"en_US\";s:93:\"I would like to find {search-keyword} in {search-location} and search within {search-radius}.\";}s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";s:16:\"@enabledAdvanced\";s:1:\"1\";s:11:\"customClass\";s:0:\"\";s:5:\"title\";a:1:{s:5:\"en_US\";s:0:\"\";}s:11:\"description\";a:1:{s:5:\"en_US\";s:0:\"\";}s:9:\"headAlign\";s:12:\"align-center\";s:3:\"@bg\";a:5:{s:5:\"color\";s:19:\"rgba(20, 20, 20, 1)\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:8:\"position\";s:10:\"top center\";s:6:\"scroll\";s:6:\"scroll\";}s:10:\"margin-top\";s:1:\"2\";s:11:\"padding-top\";s:1:\"2\";s:14:\"padding-bottom\";s:1:\"2\";s:13:\"margin-bottom\";s:1:\"2\";}}i:5;a:1:{s:13:\"taxonomy-menu\";a:6:{s:8:\"@display\";s:1:\"0\";s:4:\"type\";s:9:\"locations\";s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";s:16:\"@enabledAdvanced\";s:1:\"0\";}}i:6;a:1:{s:12:\"footer-items\";a:12:{s:8:\"@display\";s:1:\"0\";s:8:\"category\";s:1:\"0\";s:8:\"location\";s:1:\"0\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:4:\"DESC\";s:5:\"count\";s:2:\"99\";s:12:\"onlyFeatured\";s:1:\"0\";s:14:\"boxImageHeight\";s:4:\"16:9\";s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";s:16:\"@enabledAdvanced\";s:1:\"0\";}}i:7;a:1:{s:23:\"sidebars-boundary-start\";a:1:{s:23:\"sidebars-boundary-start\";s:0:\"\";}}s:15:\"_e524925b13a0cd\";a:1:{s:5:\"items\";a:38:{s:8:\"@display\";s:1:\"1\";s:8:\"category\";s:2:\"28\";s:8:\"location\";s:1:\"0\";s:7:\"orderby\";s:4:\"rand\";s:5:\"order\";s:4:\"DESC\";s:5:\"count\";s:1:\"4\";s:6:\"layout\";s:3:\"box\";s:8:\"textRows\";s:1:\"4\";s:12:\"onlyFeatured\";s:1:\"1\";s:7:\"addInfo\";s:1:\"1\";s:10:\"boxColumns\";s:1:\"4\";s:8:\"boxAlign\";s:12:\"align-center\";s:17:\"boxEnableCarousel\";s:1:\"0\";s:17:\"boxEnableAutoplay\";s:1:\"0\";s:15:\"boxEnableFading\";s:1:\"0\";s:7:\"boxRows\";s:1:\"1\";s:14:\"boxImageHeight\";s:4:\"16:9\";s:11:\"listColumns\";s:1:\"1\";s:18:\"listEnableCarousel\";s:1:\"1\";s:18:\"listEnableAutoplay\";s:1:\"0\";s:16:\"listEnableFading\";s:1:\"0\";s:8:\"listRows\";s:1:\"3\";s:15:\"listImageHeight\";s:3:\"1:1\";s:6:\"listBg\";s:1:\"0\";s:11:\"listBgColor\";s:0:\"\";s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";s:16:\"@enabledAdvanced\";s:1:\"1\";s:11:\"customClass\";s:0:\"\";s:5:\"title\";a:1:{s:5:\"en_US\";s:21:\"Black Diamond Members\";}s:11:\"description\";a:1:{s:5:\"en_US\";s:0:\"\";}s:9:\"headAlign\";s:10:\"align-left\";s:3:\"@bg\";a:5:{s:5:\"color\";s:22:\"rgba(211, 211, 211, 1)\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:8:\"position\";s:10:\"top center\";s:6:\"scroll\";s:6:\"scroll\";}s:10:\"margin-top\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";}}s:15:\"_e9fccf8550df1c\";a:1:{s:5:\"items\";a:38:{s:8:\"@display\";s:1:\"1\";s:8:\"category\";s:2:\"29\";s:8:\"location\";s:1:\"0\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:4:\"DESC\";s:5:\"count\";s:1:\"5\";s:6:\"layout\";s:3:\"box\";s:8:\"textRows\";s:1:\"2\";s:12:\"onlyFeatured\";s:1:\"1\";s:7:\"addInfo\";s:1:\"1\";s:10:\"boxColumns\";s:1:\"4\";s:8:\"boxAlign\";s:12:\"align-center\";s:17:\"boxEnableCarousel\";s:1:\"1\";s:17:\"boxEnableAutoplay\";s:1:\"1\";s:15:\"boxEnableFading\";s:1:\"0\";s:7:\"boxRows\";s:1:\"1\";s:14:\"boxImageHeight\";s:4:\"16:9\";s:11:\"listColumns\";s:1:\"1\";s:18:\"listEnableCarousel\";s:1:\"1\";s:18:\"listEnableAutoplay\";s:1:\"0\";s:16:\"listEnableFading\";s:1:\"0\";s:8:\"listRows\";s:1:\"3\";s:15:\"listImageHeight\";s:3:\"1:1\";s:6:\"listBg\";s:1:\"0\";s:11:\"listBgColor\";s:0:\"\";s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";s:16:\"@enabledAdvanced\";s:1:\"1\";s:11:\"customClass\";s:0:\"\";s:5:\"title\";a:1:{s:5:\"en_US\";s:15:\"Diamond Members\";}s:11:\"description\";a:1:{s:5:\"en_US\";s:0:\"\";}s:9:\"headAlign\";s:10:\"align-left\";s:3:\"@bg\";a:5:{s:5:\"color\";s:22:\"rgba(212, 228, 198, 1)\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:8:\"position\";s:10:\"top center\";s:6:\"scroll\";s:6:\"scroll\";}s:10:\"margin-top\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";}}i:8;a:1:{s:7:\"content\";a:11:{s:8:\"@display\";s:1:\"1\";s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";s:16:\"@enabledAdvanced\";s:1:\"1\";s:11:\"customClass\";s:14:\"SEARCH RESULTS\";s:3:\"@bg\";a:5:{s:5:\"color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:8:\"position\";s:10:\"top center\";s:6:\"scroll\";s:6:\"scroll\";}s:10:\"margin-top\";s:0:\"\";s:11:\"padding-top\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:13:\"margin-bottom\";s:0:\"\";}}s:15:\"_e863f587424318\";a:1:{s:5:\"items\";a:29:{s:8:\"@display\";s:1:\"1\";s:8:\"category\";s:2:\"33\";s:8:\"location\";s:1:\"0\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:4:\"DESC\";s:5:\"count\";s:1:\"2\";s:6:\"layout\";s:3:\"box\";s:8:\"textRows\";s:1:\"1\";s:12:\"onlyFeatured\";s:1:\"0\";s:7:\"addInfo\";s:1:\"0\";s:10:\"boxColumns\";s:1:\"2\";s:8:\"boxAlign\";s:12:\"align-center\";s:17:\"boxEnableCarousel\";s:1:\"1\";s:17:\"boxEnableAutoplay\";s:1:\"0\";s:15:\"boxEnableFading\";s:1:\"0\";s:7:\"boxRows\";s:1:\"1\";s:14:\"boxImageHeight\";s:4:\"16:9\";s:11:\"listColumns\";s:1:\"1\";s:18:\"listEnableCarousel\";s:1:\"1\";s:18:\"listEnableAutoplay\";s:1:\"0\";s:16:\"listEnableFading\";s:1:\"0\";s:8:\"listRows\";s:1:\"3\";s:15:\"listImageHeight\";s:3:\"1:1\";s:6:\"listBg\";s:1:\"0\";s:11:\"listBgColor\";s:0:\"\";s:22:\"@columns-element-index\";s:0:\"\";s:29:\"@columns-element-column-index\";s:0:\"\";s:25:\"@element-user-description\";s:0:\"\";s:16:\"@enabledAdvanced\";s:1:\"0\";}}i:29;a:1:{s:21:\"sidebars-boundary-end\";a:1:{s:21:\"sidebars-boundary-end\";s:0:\"\";}}}', 'no'),
(297, '_ait_foodguide-child_ait-advanced-search_opts', 'a:1:{s:7:\"general\";a:3:{s:11:\"useDefaults\";s:1:\"1\";s:15:\"defaultLocation\";a:7:{s:7:\"address\";s:15:\"Los Angeles, CA\";s:8:\"latitude\";s:10:\"34.0522342\";s:9:\"longitude\";s:12:\"-118.2436849\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:2:\"90\";s:7:\"swpitch\";s:1:\"5\";s:6:\"swzoom\";s:1:\"1\";}s:13:\"defaultRadius\";s:2:\"50\";}}', 'yes'),
(810, '_ait_foodguide-child_layout_opts_item', 'a:3:{s:6:\"custom\";a:2:{s:13:\"pageHtmlClass\";s:0:\"\";s:6:\"layout\";s:4:\"half\";}s:9:\"@sidebars\";a:2:{s:5:\"right\";a:1:{s:7:\"sidebar\";s:4:\"none\";}s:4:\"left\";a:1:{s:7:\"sidebar\";s:4:\"none\";}}s:7:\"general\";a:5:{s:17:\"enableWidgetAreas\";s:1:\"0\";s:15:\"enableFooterBar\";s:1:\"1\";s:15:\"showBreadcrumbs\";s:1:\"0\";s:10:\"headerType\";s:9:\"revslider\";s:11:\"headerImage\";s:0:\"\";}}', 'no'),
(500, 'ait-reviews_category_23', 'a:5:{s:9:\"question1\";s:5:\"Price\";s:9:\"question2\";s:7:\"Service\";s:9:\"question3\";s:5:\"Staff\";s:9:\"question4\";s:7:\"Product\";s:9:\"question5\";s:7:\"Quality\";}', 'yes'),
(3204, '_site_transient_timeout_theme_roots', '1588063809', 'no'),
(3205, '_site_transient_theme_roots', 'a:2:{s:15:\"foodguide-child\";s:7:\"/themes\";s:9:\"foodguide\";s:7:\"/themes\";}', 'no'),
(3206, '_site_transient_update_plugins', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1588062010;s:7:\"checked\";a:21:{s:45:\"ait-advanced-filters/ait-advanced-filters.php\";s:4:\"1.18\";s:43:\"ait-advanced-search/ait-advanced-search.php\";s:3:\"1.4\";s:39:\"ait-claim-listing/ait-claim-listing.php\";s:3:\"3.0\";s:47:\"ait-csv-import-export/ait-csv-import-export.php\";s:4:\"2.10\";s:53:\"ait-directory-migrations/ait-directory-migrations.php\";s:4:\"2.10\";s:22:\"ait-toolkit/plugin.php\";s:5:\"2.0.6\";s:31:\"ait-food-menu/ait-food-menu.php\";s:4:\"1.10\";s:41:\"ait-get-directions/ait-get-directions.php\";s:4:\"2.16\";s:41:\"ait-item-extension/ait-item-extension.php\";s:4:\"1.25\";s:37:\"ait-item-reviews/ait-item-reviews.php\";s:3:\"2.6\";s:51:\"ait-permissions-manager/ait-permissions-manager.php\";s:4:\"1.12\";s:25:\"ait-shortcodes/plugin.php\";s:5:\"1.1.1\";s:27:\"ait-sysinfo/ait-sysinfo.php\";s:5:\"2.0.3\";s:19:\"akismet/akismet.php\";s:5:\"4.1.3\";s:33:\"classic-editor/classic-editor.php\";s:3:\"1.5\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"5.1.6\";s:23:\"loginizer/loginizer.php\";s:5:\"1.4.3\";s:41:\"loginizer-security/loginizer-security.php\";s:5:\"1.4.3\";s:47:\"one-click-demo-import/one-click-demo-import.php\";s:5:\"2.5.2\";s:23:\"pagelayer/pagelayer.php\";s:5:\"1.0.5\";s:23:\"revslider/revslider.php\";s:7:\"5.4.8.2\";}s:8:\"response\";a:3:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.1.4\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.1.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.4\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"5.1.7\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.5.1.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=2279696\";s:2:\"1x\";s:67:\"https://ps.w.org/contact-form-7/assets/icon-128x128.png?rev=2279696\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.4\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:23:\"pagelayer/pagelayer.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:23:\"w.org/plugins/pagelayer\";s:4:\"slug\";s:9:\"pagelayer\";s:6:\"plugin\";s:23:\"pagelayer/pagelayer.php\";s:11:\"new_version\";s:5:\"1.1.0\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/pagelayer/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/pagelayer.1.1.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/pagelayer/assets/icon-256x256.png?rev=2064937\";s:2:\"1x\";s:62:\"https://ps.w.org/pagelayer/assets/icon-128x128.png?rev=2064937\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/pagelayer/assets/banner-1544x500.jpg?rev=2064937\";s:2:\"1x\";s:64:\"https://ps.w.org/pagelayer/assets/banner-772x250.jpg?rev=2064937\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.4\";s:12:\"requires_php\";s:3:\"5.5\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:3:{s:33:\"classic-editor/classic-editor.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/classic-editor\";s:4:\"slug\";s:14:\"classic-editor\";s:6:\"plugin\";s:33:\"classic-editor/classic-editor.php\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/classic-editor/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/classic-editor.1.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-256x256.png?rev=1998671\";s:2:\"1x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-128x128.png?rev=1998671\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/classic-editor/assets/banner-1544x500.png?rev=1998671\";s:2:\"1x\";s:69:\"https://ps.w.org/classic-editor/assets/banner-772x250.png?rev=1998676\";}s:11:\"banners_rtl\";a:0:{}}s:23:\"loginizer/loginizer.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:23:\"w.org/plugins/loginizer\";s:4:\"slug\";s:9:\"loginizer\";s:6:\"plugin\";s:23:\"loginizer/loginizer.php\";s:11:\"new_version\";s:5:\"1.4.3\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/loginizer/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/loginizer.1.4.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/loginizer/assets/icon-256x256.png?rev=1381093\";s:2:\"1x\";s:62:\"https://ps.w.org/loginizer/assets/icon-128x128.png?rev=1381093\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/loginizer/assets/banner-1544x500.jpg?rev=1517954\";s:2:\"1x\";s:64:\"https://ps.w.org/loginizer/assets/banner-772x250.jpg?rev=1517954\";}s:11:\"banners_rtl\";a:0:{}}s:47:\"one-click-demo-import/one-click-demo-import.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:35:\"w.org/plugins/one-click-demo-import\";s:4:\"slug\";s:21:\"one-click-demo-import\";s:6:\"plugin\";s:47:\"one-click-demo-import/one-click-demo-import.php\";s:11:\"new_version\";s:5:\"2.5.2\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/one-click-demo-import/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/one-click-demo-import.2.5.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/one-click-demo-import/assets/icon-256x256.png?rev=1694310\";s:2:\"1x\";s:74:\"https://ps.w.org/one-click-demo-import/assets/icon-128x128.png?rev=1694310\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/one-click-demo-import/assets/banner-1544x500.png?rev=1694310\";s:2:\"1x\";s:76:\"https://ps.w.org/one-click-demo-import/assets/banner-772x250.png?rev=1694310\";}s:11:\"banners_rtl\";a:0:{}}}}', 'no'),
(3213, '_transient_doing_cron', '1604569786.6489419937133789062500', 'yes'),
(3216, 'rs-templates-new', '', 'no');
INSERT INTO `wpir_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(3217, 'rs-templates', 'a:2:{s:6:\"slider\";a:464:{i:0;a:22:{s:2:\"id\";s:1:\"1\";s:5:\"title\";s:16:\"Classic Carousel\";s:5:\"alias\";s:16:\"classic-carousel\";s:3:\"zip\";s:20:\"classic-carousel.zip\";s:3:\"uid\";s:32:\"146a01dd380c0cdee85c4456ee68cd84\";s:3:\"img\";s:27:\"classic-carousel/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/carousel-slider-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">Our classic, full-width carousel example. Drag, swipe or click to navigate!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:284:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:1;a:22:{s:2:\"id\";s:1:\"2\";s:5:\"title\";s:14:\"Classic Slider\";s:5:\"alias\";s:13:\"classicslider\";s:3:\"zip\";s:17:\"classicslider.zip\";s:3:\"uid\";s:32:\"a0d6a9248c9066b404ba0f1cdadc5cf2\";s:3:\"img\";s:24:\"classicslider/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-slideshow-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:136:\" <span class=\"ttm_content\">A classic slideshow example with timer, bullets and arrow navigation.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:2;a:22:{s:2:\"id\";s:1:\"3\";s:5:\"title\";s:12:\"Content Tabs\";s:5:\"alias\";s:11:\"contenttabs\";s:3:\"zip\";s:15:\"contenttabs.zip\";s:3:\"uid\";s:32:\"e02e91604b690123a3d07a65582c4fd0\";s:3:\"img\";s:22:\"contenttabs/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-content-tabs-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:170:\" <span class=\"ttm_content\">An auto-size slider with a cool split-text animation effect. Navigate with vertical bullets and thumbs.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:3;a:22:{s:2:\"id\";s:1:\"4\";s:5:\"title\";s:13:\"Facebook Feed\";s:5:\"alias\";s:13:\"facebook-feed\";s:3:\"zip\";s:17:\"facebook-feed.zip\";s:3:\"uid\";s:32:\"5506431d5b1babcb25dcf52c508d42e3\";s:3:\"img\";s:24:\"facebook-feed/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-facebook-feed/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:174:\"<span class=\"ttm_content\"> This slider is automatically populated by a Facebook stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Facebook Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:4;a:22:{s:2:\"id\";s:1:\"5\";s:5:\"title\";s:7:\"Fashion\";s:5:\"alias\";s:7:\"fashion\";s:3:\"zip\";s:11:\"fashion.zip\";s:3:\"uid\";s:32:\"4f4b914d6db35e19101ff003c4e7ea3a\";s:3:\"img\";s:18:\"fashion/slider.jpg\";s:7:\"preview\";s:65:\"http://revolution.themepunch.com/wordpress-one-page-slider-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\"  <span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:5;a:22:{s:2:\"id\";s:1:\"6\";s:5:\"title\";s:14:\"Flickr Gallery\";s:5:\"alias\";s:14:\"flickr-gallery\";s:3:\"zip\";s:18:\"flickr-gallery.zip\";s:3:\"uid\";s:32:\"ad85cfac7acfa678e6a1b8febfee51ed\";s:3:\"img\";s:25:\"flickr-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-flickr-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\" <span class=\"ttm_content\"> This slider is automatically populated by a Flickr stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:413:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Flickr Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:6;a:22:{s:2:\"id\";s:1:\"7\";s:5:\"title\";s:3:\"Gym\";s:5:\"alias\";s:3:\"gym\";s:3:\"zip\";s:7:\"gym.zip\";s:3:\"uid\";s:32:\"e4d81f13f96fb9bc905f4ad89615032b\";s:3:\"img\";s:14:\"gym/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/one-page-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:189:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the slider menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:7;a:22:{s:2:\"id\";s:1:\"8\";s:5:\"title\";s:18:\"Highlight Carousel\";s:5:\"alias\";s:18:\"highlight-carousel\";s:3:\"zip\";s:22:\"highlight-carousel.zip\";s:3:\"uid\";s:32:\"ada52163f723a942f782351fa0396b3d\";s:3:\"img\";s:29:\"highlight-carousel/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-swipe-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:138:\"  <span class=\"ttm_content\">A swipe-controlled carousel with an additional tab-based navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:8;a:22:{s:2:\"id\";s:1:\"9\";s:5:\"title\";s:18:\"Highlight Showcase\";s:5:\"alias\";s:18:\"highlight-showcase\";s:3:\"zip\";s:22:\"highlight-showcase.zip\";s:3:\"uid\";s:32:\"2bfe0bd410fb48fec9d942eab1e21530\";s:3:\"img\";s:29:\"highlight-showcase/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-parallax-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">A tab-based navigation, a slideshow timer and cool animations make this slider interesting!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:9;a:22:{s:2:\"id\";s:2:\"10\";s:5:\"title\";s:10:\"Image Hero\";s:5:\"alias\";s:10:\"image-hero\";s:3:\"zip\";s:13:\"imagehero.zip\";s:3:\"uid\";s:32:\"7db18781d44f2adc28c962440894aac1\";s:3:\"img\";s:20:\"imagehero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-image/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:121:\"<span class=\"ttm_content\">A commonly used full-width image hero block with texts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:10;a:22:{s:2:\"id\";s:2:\"11\";s:5:\"title\";s:17:\"Instagram Gallery\";s:5:\"alias\";s:13:\"insta-gallery\";s:3:\"zip\";s:17:\"insta-gallery.zip\";s:3:\"uid\";s:32:\"711732b0d42ec2b57818a2b9b1d86cba\";s:3:\"img\";s:24:\"insta-gallery/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-instagram-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:174:\"<span class=\"ttm_content\">This slider is automatically populated by a Instagram stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:416:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Instagram Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:11;a:22:{s:2:\"id\";s:2:\"12\";s:5:\"title\";s:21:\"Levano Restaurant Bar\";s:5:\"alias\";s:19:\"levanorestaurantbar\";s:3:\"zip\";s:23:\"levanorestaurantbar.zip\";s:3:\"uid\";s:32:\"4178f837db67d1b2eb6cb5840bbd0b42\";s:3:\"img\";s:30:\"levanorestaurantbar/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-front-page-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:12;a:22:{s:2:\"id\";s:2:\"13\";s:5:\"title\";s:19:\"Main Feature Slider\";s:5:\"alias\";s:11:\"mainfeature\";s:3:\"zip\";s:15:\"mainfeature.zip\";s:3:\"uid\";s:32:\"1e002a3230ab00095bedc6f60393ee7f\";s:3:\"img\";s:22:\"mainfeature/slider.jpg\";s:7:\"preview\";s:33:\"http://revolution.themepunch.com/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"750\";s:11:\"description\";s:127:\" <span class=\"ttm_content\">A slightly stripped down version of the main preview slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:13;a:22:{s:2:\"id\";s:2:\"14\";s:5:\"title\";s:17:\"Media Gallery Two\";s:5:\"alias\";s:17:\"media-gallery-two\";s:3:\"zip\";s:21:\"media-gallery-two.zip\";s:3:\"uid\";s:32:\"d002f1b1b55805f9322c264c5504ba5a\";s:3:\"img\";s:28:\"media-gallery-two/slider.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-media-gallery-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:127:\"<span class=\"ttm_content\">A media gallery example with Vimeo, HTML5 and Youtube videos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and titles.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:14;a:22:{s:2:\"id\";s:2:\"15\";s:5:\"title\";s:23:\"Media Carousel Autoplay\";s:5:\"alias\";s:23:\"media-carousel-autoplay\";s:3:\"zip\";s:27:\"media-carousel-autoplay.zip\";s:3:\"uid\";s:32:\"393d7875b1cc9d933378b35e4f645d76\";s:3:\"img\";s:34:\"media-carousel-autoplay/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-media-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"720\";s:6:\"height\";s:3:\"405\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">A media carousel with \"autoplay\" activated. Swipe or click tabs to navigate the slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and caption texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:15;a:22:{s:2:\"id\";s:2:\"16\";s:5:\"title\";s:21:\"News Background Video\";s:5:\"alias\";s:21:\"news-background-video\";s:3:\"zip\";s:17:\"news-bg-video.zip\";s:3:\"uid\";s:32:\"a0efe44ac3af0f958b3f84c816a08272\";s:3:\"img\";s:24:\"news-bg-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A hero block with HTML5 background video that plays when entering the screen.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:16;a:22:{s:2:\"id\";s:2:\"17\";s:5:\"title\";s:12:\"News Gallery\";s:5:\"alias\";s:12:\"news-gallery\";s:3:\"zip\";s:16:\"news-gallery.zip\";s:3:\"uid\";s:32:\"3a069c3b286dbb9ee435563f747e3300\";s:3:\"img\";s:23:\"news-gallery/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-news-rotator/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:131:\"<span class=\"ttm_content\">A news gallery slideshow with tab navigation. Great for any blog!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:17;a:22:{s:2:\"id\";s:2:\"18\";s:5:\"title\";s:23:\"News Gallery Post Based\";s:5:\"alias\";s:23:\"news-gallery-post-based\";s:3:\"zip\";s:27:\"news-gallery-post-based.zip\";s:3:\"uid\";s:32:\"32fe05b1039c29ab9420bfd15aec5488\";s:3:\"img\";s:34:\"news-gallery-post-based/slider.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-post-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:125:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:423:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:18;a:22:{s:2:\"id\";s:2:\"19\";s:5:\"title\";s:9:\"News Hero\";s:5:\"alias\";s:9:\"news-hero\";s:3:\"zip\";s:13:\"news-hero.zip\";s:3:\"uid\";s:32:\"96a0385538a17c8c81ed8175740f70ea\";s:3:\"img\";s:20:\"news-hero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:107:\"<span class=\"ttm_content\">A image hero block with ken burns effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:19;a:22:{s:2:\"id\";s:2:\"20\";s:5:\"title\";s:10:\"News Video\";s:5:\"alias\";s:10:\"news-video\";s:3:\"zip\";s:14:\"news-video.zip\";s:3:\"uid\";s:32:\"f901e9e16e0363248156c2209eb584e9\";s:3:\"img\";s:21:\"news-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:128:\"<span class=\"ttm_content\">A Vimeo background video hero block with play / pause buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:20;a:22:{s:2:\"id\";s:2:\"21\";s:5:\"title\";s:15:\"Newsletter Hero\";s:5:\"alias\";s:15:\"newsletter-hero\";s:3:\"zip\";s:19:\"newsletter-hero.zip\";s:3:\"uid\";s:32:\"6290a9864d8c4c6311784586ed1cc5fe\";s:3:\"img\";s:26:\"newsletter-hero/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-newsletter-signup/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">This hero block uses a custom styled Mailchimp newsletter signup field.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:435:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and <a href=\"https://www.themepunch.com/faq/how-to-setup-mailchimp-for-the-newsletter-hero-template/\" target=\"_blank\">Mailchimp code</a>.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:21;a:22:{s:2:\"id\";s:2:\"22\";s:5:\"title\";s:11:\"Not Generic\";s:5:\"alias\";s:10:\"notgeneric\";s:3:\"zip\";s:14:\"notgeneric.zip\";s:3:\"uid\";s:32:\"9d87ba95e02210a9f82387add2ceadf9\";s:3:\"img\";s:21:\"notgeneric/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-fullscreen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">A full-screen slider with a layer based navigation and sleek content elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:22;a:22:{s:2:\"id\";s:2:\"23\";s:5:\"title\";s:11:\"Photography\";s:5:\"alias\";s:11:\"photography\";s:3:\"zip\";s:15:\"photography.zip\";s:3:\"uid\";s:32:\"1b2072547afb75e49f33b016751ed360\";s:3:\"img\";s:22:\"photography/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-photography-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:23;a:22:{s:2:\"id\";s:2:\"24\";s:5:\"title\";s:20:\"Photography Carousel\";s:5:\"alias\";s:20:\"photography-carousel\";s:3:\"zip\";s:24:\"photography-carousel.zip\";s:3:\"uid\";s:32:\"9a84b859ba23dc49ba8784e3a86545fa\";s:3:\"img\";s:31:\"photography-carousel/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-photo-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">A front-page carousel that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:24;a:22:{s:2:\"id\";s:2:\"25\";s:5:\"title\";s:16:\"Search Form Hero\";s:5:\"alias\";s:16:\"search-form-hero\";s:3:\"zip\";s:20:\"search-form-hero.zip\";s:3:\"uid\";s:32:\"e09eb1bd0f22b3a2b02a1aa251dd1f3e\";s:3:\"img\";s:27:\"search-form-hero/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-search-form-hero/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This hero block uses a custom styled input field to show search results on a WordPress site.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and search field code.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:25;a:22:{s:2:\"id\";s:2:\"26\";s:5:\"title\";s:17:\"Showcase Carousel\";s:5:\"alias\";s:16:\"showcasecarousel\";s:3:\"zip\";s:20:\"showcasecarousel.zip\";s:3:\"uid\";s:32:\"c5ca218398331bd2c064efc2f62eae56\";s:3:\"img\";s:27:\"showcasecarousel/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-cover-flow-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">A fancy carousel that rotates, fades and scales slider items.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:284:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:26;a:22:{s:2:\"id\";s:2:\"27\";s:5:\"title\";s:11:\"Sports Hero\";s:5:\"alias\";s:11:\"sports-hero\";s:3:\"zip\";s:14:\"sportshero.zip\";s:3:\"uid\";s:32:\"8de7a145f32a362d618d2595ffa2f724\";s:3:\"img\";s:21:\"sportshero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-image-hero/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:113:\"<span class=\"ttm_content\">An sports themed image hero block with buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:27;a:22:{s:2:\"id\";s:2:\"28\";s:5:\"title\";s:12:\"Twitter Feed\";s:5:\"alias\";s:12:\"twitter-feed\";s:3:\"zip\";s:16:\"twitter-feed.zip\";s:3:\"uid\";s:32:\"efbfc2af5da5258e7b7bed8598e483cc\";s:3:\"img\";s:23:\"twitter-feed/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-twitter-feed/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a Twitter stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:414:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Twitter Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:28;a:22:{s:2:\"id\";s:2:\"29\";s:5:\"title\";s:13:\"Vimeo Gallery\";s:5:\"alias\";s:13:\"vimeo-gallery\";s:3:\"zip\";s:17:\"vimeo-gallery.zip\";s:3:\"uid\";s:32:\"fa824ce1ff3942ec268fc9eda60df539\";s:3:\"img\";s:24:\"vimeo-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-vimeo-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:170:\"<span class=\"ttm_content\">This slider is automatically populated by a Vimeo stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:412:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Vimeo Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:29;a:22:{s:2:\"id\";s:2:\"30\";s:5:\"title\";s:10:\"Vimeo Hero\";s:5:\"alias\";s:9:\"vimeohero\";s:3:\"zip\";s:13:\"vimeohero.zip\";s:3:\"uid\";s:32:\"c575575f96173d88589cddcb06120b77\";s:3:\"img\";s:20:\"vimeohero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-vimeo/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:116:\"<span class=\"ttm_content\">A commonly used Vimeo video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:30;a:22:{s:2:\"id\";s:2:\"31\";s:5:\"title\";s:16:\"Web Product Dark\";s:5:\"alias\";s:16:\"web-product-dark\";s:3:\"zip\";s:20:\"web-product-dark.zip\";s:3:\"uid\";s:32:\"39b872cf0608e63c3a503e58374dc30a\";s:3:\"img\";s:27:\"web-product-dark/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-frontpage-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:31;a:22:{s:2:\"id\";s:2:\"32\";s:5:\"title\";s:21:\"Web Product Dark Hero\";s:5:\"alias\";s:21:\"web-product-dark-hero\";s:3:\"zip\";s:25:\"web-product-dark-hero.zip\";s:3:\"uid\";s:32:\"b6784e8925221f36677217979d26e6f0\";s:3:\"img\";s:32:\"web-product-dark-hero/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-header-image/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:32;a:22:{s:2:\"id\";s:2:\"33\";s:5:\"title\";s:22:\"Web Product Light Hero\";s:5:\"alias\";s:22:\"web-product-light-hero\";s:3:\"zip\";s:26:\"web-product-light-hero.zip\";s:3:\"uid\";s:32:\"428e65d6aaa6ef775429989d50516492\";s:3:\"img\";s:33:\"web-product-light-hero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/hero-image-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:33;a:22:{s:2:\"id\";s:2:\"34\";s:5:\"title\";s:17:\"Web Product Light\";s:5:\"alias\";s:15:\"webproductlight\";s:3:\"zip\";s:19:\"webproductlight.zip\";s:3:\"uid\";s:32:\"fa23dab5bf1139c6393828647a9de4e0\";s:3:\"img\";s:26:\"webproductlight/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-cover-page/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:34;a:22:{s:2:\"id\";s:2:\"35\";s:5:\"title\";s:15:\"Youtube Gallery\";s:5:\"alias\";s:15:\"youtube-gallery\";s:3:\"zip\";s:19:\"youtube-gallery.zip\";s:3:\"uid\";s:32:\"ee9e4928ac74f5f0c0b697ce708f5aa7\";s:3:\"img\";s:26:\"youtube-gallery/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/wordpress-youtube-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a YouTube stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:414:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"YouTube Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:35;a:22:{s:2:\"id\";s:2:\"36\";s:5:\"title\";s:12:\"Youtube Hero\";s:5:\"alias\";s:11:\"youtubehero\";s:3:\"zip\";s:15:\"youtubehero.zip\";s:3:\"uid\";s:32:\"e0b2c12a45841bdf21cb96305f2c85bf\";s:3:\"img\";s:22:\"youtubehero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-youtube-header/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:104:\"<span class=\"ttm_content\">A YouTube video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:633:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/enable-sound-for-the-youtube-hero-template/\" target=\"_blank\">enable sound for the background video</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:36;a:22:{s:2:\"id\";s:2:\"37\";s:5:\"title\";s:13:\"Scroll Effect\";s:5:\"alias\";s:13:\"scroll-effect\";s:3:\"zip\";s:17:\"scroll-effect.zip\";s:3:\"uid\";s:32:\"417f59e9db87aa7e47c8509eb88d4af6\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/big-bold-fullscreen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A full-screen slider with a unique scroll effect and big, bold text.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:485:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:37;a:22:{s:2:\"id\";s:2:\"38\";s:5:\"title\";s:12:\"Content Zoom\";s:5:\"alias\";s:12:\"content-zoom\";s:3:\"zip\";s:16:\"content-zoom.zip\";s:3:\"uid\";s:32:\"42ef8cdb70d42ec6ff6fa3b69a027b5f\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";s:7:\"preview\";s:53:\"http://revolution.themepunch.com/content-zoom-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:243:\"<span class=\"ttm_content\">A very unique full-width slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:38;a:22:{s:2:\"id\";s:2:\"39\";s:5:\"title\";s:13:\"Food Carousel\";s:5:\"alias\";s:13:\"food-carousel\";s:3:\"zip\";s:17:\"food-carousel.zip\";s:3:\"uid\";s:32:\"a7bf54527b6658a0a308c70c729779fe\";s:3:\"img\";s:29:\"foodcarousel/slider_cover.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/food-carousel-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:267:\"<span class=\"ttm_content\">A fancy carousel with detail content on each slide. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to show and hide layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:39;a:22:{s:2:\"id\";s:2:\"40\";s:5:\"title\";s:14:\"Rotating Words\";s:5:\"alias\";s:14:\"rotating-words\";s:3:\"zip\";s:18:\"rotating-words.zip\";s:3:\"uid\";s:32:\"70190463d9376f278c8197b7b2ef6c1b\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";s:7:\"preview\";s:53:\"http://revolution.themepunch.com/rotating-words-hero/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A full-screen hero block with unique animated text and blur effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:495:\"<span class=\"ttm_content\">This is a \"Default\" hero slider. Edit the slide to change the background media and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:40;a:22:{s:2:\"id\";s:2:\"41\";s:5:\"title\";s:22:\"Travel Static Captions\";s:5:\"alias\";s:22:\"travel-static-captions\";s:3:\"zip\";s:26:\"travel-static-captions.zip\";s:3:\"uid\";s:32:\"bbe7d61c7c741ebc7aa1ce1082b0cb71\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";s:7:\"preview\";s:50:\"http://revolution.themepunch.com/travel-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:148:\"<span class=\"ttm_content\">A slideshow example with static captions layers above a rotating image background.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:41;a:22:{s:2:\"id\";s:2:\"42\";s:5:\"title\";s:7:\"Concept\";s:5:\"alias\";s:7:\"concept\";s:3:\"zip\";s:11:\"concept.zip\";s:3:\"uid\";s:32:\"47cb06083e87503762f6746725117a3c\";s:3:\"img\";s:18:\"concept/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/fullscreen-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">A full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:42;a:22:{s:2:\"id\";s:2:\"43\";s:5:\"title\";s:15:\"True Fullscreen\";s:5:\"alias\";s:17:\"fullscreen-button\";s:3:\"zip\";s:21:\"fullscreen-button.zip\";s:3:\"uid\";s:32:\"618a43bdf89333b555531f6d6ecde359\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-sidebar-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:246:\"<span class=\"ttm_content\">A slider with a full-screen button that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:297:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:43;a:22:{s:2:\"id\";s:2:\"44\";s:5:\"title\";s:16:\"Creative Freedom\";s:5:\"alias\";s:15:\"creativefreedom\";s:3:\"zip\";s:19:\"creativefreedom.zip\";s:3:\"uid\";s:32:\"8902bf6c93126c2c6323626b9e872621\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-touch-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A full-screen slider with a unique vertical navigation and 3D-parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:290:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images, videos and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:44;a:22:{s:2:\"id\";s:2:\"45\";s:5:\"title\";s:17:\"3D Parallax Scene\";s:5:\"alias\";s:13:\"parallaxscene\";s:3:\"zip\";s:17:\"parallaxscene.zip\";s:3:\"uid\";s:32:\"51566f1ce649708e97a0f5dfaf05ea19\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-3d-parallax/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:328:\"<span class=\"ttm_content\">A 3D-parallax hero scene with mouse-controlled effects. Smart image arrangement creates a convincing 3D effect. Tooltips are shown using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:45;a:22:{s:2:\"id\";s:2:\"46\";s:5:\"title\";s:10:\"Wow Factor\";s:5:\"alias\";s:15:\"slidingoverlays\";s:3:\"zip\";s:19:\"slidingoverlays.zip\";s:3:\"uid\";s:32:\"18002d17e8bc7ca61b0951f5305a759e\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/responsive-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:106:\"<span class=\"ttm_content\">A 3D-parallax effect full-screen slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:46;a:22:{s:2:\"id\";s:2:\"47\";s:5:\"title\";s:14:\"3D Web Product\";s:5:\"alias\";s:25:\"web-product-light-hero-3d\";s:3:\"zip\";s:29:\"web-product-light-hero-3d.zip\";s:3:\"uid\";s:32:\"efd345c5da805414093e46066cefd751\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/wordpress-3d-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"668\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A 3D-parallax hero scene slider with a convincing depth-effect and animated clouds.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:47;a:22:{s:2:\"id\";s:2:\"48\";s:5:\"title\";s:15:\"WooCommerce Big\";s:5:\"alias\";s:6:\"woobig\";s:3:\"zip\";s:10:\"woobig.zip\";s:3:\"uid\";s:32:\"bfb09a39656c7c80e86b468fc5b3403c\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:48;a:22:{s:2:\"id\";s:2:\"49\";s:5:\"title\";s:17:\"WooCommerce Small\";s:5:\"alias\";s:16:\"woocommercesmall\";s:3:\"zip\";s:20:\"woocommercesmall.zip\";s:3:\"uid\";s:32:\"b17c2adcc5c4c4b68a7ac6fee32fa030\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"266\";s:11:\"description\";s:174:\" <span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:49;a:22:{s:2:\"id\";s:2:\"50\";s:5:\"title\";s:17:\"Restaurant Header\";s:5:\"alias\";s:10:\"finedining\";s:3:\"zip\";s:14:\"finedining.zip\";s:3:\"uid\";s:32:\"03481a9e258501fbe3888b48830ea845\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/restaurant-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:275:\"<span class=\"ttm_content\">A full-screen hero block slider that shows different background layers on button hover using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:50;a:22:{s:2:\"id\";s:2:\"51\";s:5:\"title\";s:21:\"Agency Website Header\";s:5:\"alias\";s:12:\"agency-intro\";s:3:\"zip\";s:16:\"agency-intro.zip\";s:3:\"uid\";s:32:\"e9be2afdd55a0c8d0d8d0cc12ba4c82f\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/agency-website-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:302:\" <span class=\"ttm_content\">A full-screen hero block slider with ken burns effect and video modal on button click. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:51;a:22:{s:2:\"id\";s:2:\"52\";s:5:\"title\";s:11:\"Team Slider\";s:5:\"alias\";s:7:\"ourteam\";s:3:\"zip\";s:11:\"ourteam.zip\";s:3:\"uid\";s:32:\"d8eb1fec07a79202d1118bb17f70c233\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";s:7:\"preview\";s:74:\"http://revolution.themepunch.com/thumbnail-hover-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:303:\"<span class=\"ttm_content\">A team slider that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:657:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:52;a:22:{s:2:\"id\";s:2:\"53\";s:5:\"title\";s:13:\"Team Carousel\";s:5:\"alias\";s:17:\"our-team-carousel\";s:3:\"zip\";s:21:\"our-team-carousel.zip\";s:3:\"uid\";s:32:\"37656d5dcab1f265c025cb2a3d669809\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";s:7:\"preview\";s:83:\"http://revolution.themepunch.com/thumbnail-hover-carousel-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:306:\" <span class=\"ttm_content\">A team carousel that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:659:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:53;a:22:{s:2:\"id\";s:2:\"54\";s:5:\"title\";s:17:\"4K Youtube Slider\";s:5:\"alias\";s:13:\"betteryoutube\";s:3:\"zip\";s:17:\"betteryoutube.zip\";s:3:\"uid\";s:32:\"d7c5fef9f257037d7a148038aa2a1857\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";s:7:\"preview\";s:94:\"http://revolution.themepunch.com/fullscreen-4k-youtube-video-gallery-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"675\";s:11:\"description\";s:293:\" <span class=\"ttm_content\">A full-screen youtube gallery with 4K videos as an example. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to breathe life into navigation elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:535:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change videos and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:54;a:22:{s:2:\"id\";s:2:\"55\";s:5:\"title\";s:21:\"Agency Website Header\";s:5:\"alias\";s:19:\"agencywebsiteheader\";s:3:\"zip\";s:23:\"agencywebsiteheader.zip\";s:3:\"uid\";s:32:\"c11d272c87277a7a38d9e7fd13e27947\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/fullscreen-hero-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:245:\" <span class=\"ttm_content\">A very unique full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:509:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:55;a:22:{s:2:\"id\";s:2:\"56\";s:5:\"title\";s:11:\"Coming Soon\";s:5:\"alias\";s:10:\"comingsoon\";s:3:\"zip\";s:14:\"comingsoon.zip\";s:3:\"uid\";s:32:\"0f89edf995512e6d6e864a2ee7221829\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";s:7:\"preview\";s:79:\"http://revolution.themepunch.com/coming-soon-wordpress-under-construction-site/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:299:\"<span class=\"ttm_content\">A full-screen slider that can be used as a \"Coming Soon\" page. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve various interaction possibilities.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:638:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\nInstructions for <a href=\"https://www.themepunch.com/faq/change-date-for-coming-soon-template/\" target=\"_blank\">how to change the date.</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:56;a:22:{s:2:\"id\";s:2:\"57\";s:5:\"title\";s:20:\"Christmas Snow Scene\";s:5:\"alias\";s:9:\"snowscene\";s:3:\"zip\";s:13:\"snowscene.zip\";s:3:\"uid\";s:32:\"a747bf0837caff86c62419a746690209\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/christmas-snow-scene/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">A slider with multiple christmas themed slides and a neat snow fall effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:485:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:57;a:22:{s:2:\"id\";s:2:\"58\";s:5:\"title\";s:15:\"Rock Band Music\";s:5:\"alias\";s:8:\"rockband\";s:3:\"zip\";s:12:\"rockband.zip\";s:3:\"uid\";s:32:\"5f557a5fad2fd6ca982a6ae6e9619637\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";s:7:\"preview\";s:80:\"http://revolution.themepunch.com/rock-band-music-theme-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:140:\" <span class=\"ttm_content\">A rock band themed hero block slider with an embedded SoundCloud element.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:58;a:22:{s:2:\"id\";s:2:\"59\";s:5:\"title\";s:18:\"Sleek Landing Page\";s:5:\"alias\";s:16:\"sleeklandingpage\";s:3:\"zip\";s:20:\"sleeklandingpage.zip\";s:3:\"uid\";s:32:\"07f7f2608936a8ae226213b7d99eee3f\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";s:7:\"preview\";s:70:\"http://revolution.themepunch.com/landing-page-free-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:191:\"<span class=\"ttm_content\">A full-screen slider that can be used as an App-Landing-Page. The object layers and custom animations create a unique effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:59;a:22:{s:2:\"id\";s:2:\"60\";s:5:\"title\";s:16:\"App Landing Page\";s:5:\"alias\";s:14:\"applandingpage\";s:3:\"zip\";s:18:\"applandingpage.zip\";s:3:\"uid\";s:32:\"38eb600893c1484ab8fd2a3dce3678d7\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/app-landing-page-free-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:263:\"<span class=\"ttm_content\">A full-screen hero block that can be used as an app landing page. The detail view is build using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:60;a:22:{s:2:\"id\";s:2:\"61\";s:5:\"title\";s:10:\"Desk Scene\";s:5:\"alias\";s:9:\"deskscene\";s:3:\"zip\";s:13:\"deskscene.zip\";s:3:\"uid\";s:32:\"172a1a89a3e3b333cb4dbeb238f534c5\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";s:7:\"preview\";s:49:\"http://revolution.themepunch.com/hero-desk-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:135:\"<span class=\"ttm_content\">A beautiful desk scene with a cool reveal effect when scrolling down.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:61;a:22:{s:2:\"id\";s:2:\"62\";s:5:\"title\";s:17:\"Clean News Slider\";s:5:\"alias\";s:15:\"cleannewsslider\";s:3:\"zip\";s:19:\"cleannewsslider.zip\";s:3:\"uid\";s:32:\"82c3f521fe31b80984be0f19e1a9899e\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-news-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:132:\"<span class=\"ttm_content\">A slideshow example with clean content and thumbnail navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:62;a:22:{s:2:\"id\";s:2:\"63\";s:5:\"title\";s:13:\"Image Gallery\";s:5:\"alias\";s:12:\"imagegallery\";s:3:\"zip\";s:16:\"imagegallery.zip\";s:3:\"uid\";s:32:\"cef1d75357df2cb53b990c74a214813e\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"667\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">A photo gallery suitable to display your images using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:63;a:22:{s:2:\"id\";s:2:\"64\";s:5:\"title\";s:19:\"Standard WP Gallery\";s:5:\"alias\";s:19:\"standard-wp-gallery\";s:3:\"zip\";s:23:\"standard-wp-gallery.zip\";s:3:\"uid\";s:32:\"632035b8a27652d8081dbdfa343dc93d\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"667\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A photo gallery that uses the \"Standard WP Gallery\" add-on to display images.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:407:\"<span class=\"ttm_content\">Please follow the setup guide on the \"Standard WP Gallery\" add-on page.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";s:166:\"[{\"path\":\"revslider-gallery-addon\\/revslider-gallery-addon.php\",\"name\":\"WP Gallery AddOn\",\"url\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-photo-gallery-plugin\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:64;a:22:{s:2:\"id\";s:2:\"65\";s:5:\"title\";s:21:\"Clean News Post Based\";s:5:\"alias\";s:21:\"clean-news-post-based\";s:3:\"zip\";s:25:\"clean-news-post-based.zip\";s:3:\"uid\";s:32:\"f4cf5bbe51afa5a361754bb081cbabf2\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-news-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:125:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:423:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:65;a:22:{s:2:\"id\";s:2:\"66\";s:5:\"title\";s:22:\"Interactive Whiteboard\";s:5:\"alias\";s:21:\"interactivewhiteboard\";s:3:\"zip\";s:25:\"interactivewhiteboard.zip\";s:3:\"uid\";s:32:\"058b4af535d6c6c7bcec5225845e3eb4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";s:7:\"preview\";s:77:\"http://revolution.themepunch.com/interactive-whiteboard-animation-free-addon/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:269:\"<span class=\"ttm_content\">This is the example slider from the Whiteboard add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used to achieve certain effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:541:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/slider-revolution/whiteboard-addon/\" target=\"_blank\">Whiteboard add-on</a> to be installed. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:185:\"[{\"path\":\"revslider-whiteboard-addon\\/revslider-whiteboard-addon.php\",\"name\":\"Whiteboard AddOn\",\"url\":\"http:\\/\\/revolution.themepunch.com\\/interactive-whiteboard-animation-free-addon\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:66;a:22:{s:2:\"id\";s:2:\"68\";s:5:\"title\";s:17:\"Innovation Slider\";s:5:\"alias\";s:10:\"innovation\";s:3:\"zip\";s:14:\"innovation.zip\";s:3:\"uid\";s:32:\"d3440b69126d9c186fddc713b18b0002\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2016/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:7:\"5.2.3.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:258:\"<span class=\"ttm_content\">A full-screen slider with an elegant fade-out parallax effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:493:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images, videos and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-03-29 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:67;a:25:{s:2:\"id\";s:2:\"69\";s:5:\"title\";s:25:\"Dark Content Block - Menu\";s:5:\"alias\";s:24:\"dark-fullsite-block-menu\";s:3:\"zip\";s:34:\"packs/dark-fullsite-block-menu.zip\";s:3:\"uid\";s:32:\"bf4bd226719d3c3d3146592976e31ca1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:68;a:25:{s:2:\"id\";s:2:\"70\";s:5:\"title\";s:25:\"Dark Content Block - Hero\";s:5:\"alias\";s:21:\"dark-fullsite-block-1\";s:3:\"zip\";s:31:\"packs/dark-fullsite-block-1.zip\";s:3:\"uid\";s:32:\"d8859245fe600288ca932dc29aca751f\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:69;a:25:{s:2:\"id\";s:2:\"71\";s:5:\"title\";s:26:\"Dark Content Block - About\";s:5:\"alias\";s:27:\"dark-fullsite-block-2-about\";s:3:\"zip\";s:37:\"packs/dark-fullsite-block-2-about.zip\";s:3:\"uid\";s:32:\"298401901521a197a8294c1b4f73df3e\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:70;a:25:{s:2:\"id\";s:2:\"72\";s:5:\"title\";s:29:\"Dark Content Block - Services\";s:5:\"alias\";s:30:\"dark-fullsite-block-3-services\";s:3:\"zip\";s:40:\"packs/dark-fullsite-block-3-services.zip\";s:3:\"uid\";s:32:\"8da3ed605472ed6a26c745fb52f85f82\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:71;a:25:{s:2:\"id\";s:2:\"73\";s:5:\"title\";s:29:\"Dark Content Block - Products\";s:5:\"alias\";s:30:\"dark-fullsite-block-4-products\";s:3:\"zip\";s:40:\"packs/dark-fullsite-block-4-products.zip\";s:3:\"uid\";s:32:\"99e4f40399d20261a6131043d0e50b0c\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:422:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\r\n\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:72;a:25:{s:2:\"id\";s:2:\"74\";s:5:\"title\";s:33:\"Dark Content Block - Testimonials\";s:5:\"alias\";s:34:\"dark-fullsite-block-5-testimonials\";s:3:\"zip\";s:44:\"packs/dark-fullsite-block-5-testimonials.zip\";s:3:\"uid\";s:32:\"2f9121e0eedd51afe85e233d0743acab\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:73;a:25:{s:2:\"id\";s:2:\"75\";s:5:\"title\";s:28:\"Dark Content Block - Callout\";s:5:\"alias\";s:29:\"dark-fullsite-block-6-callout\";s:3:\"zip\";s:39:\"packs/dark-fullsite-block-6-callout.zip\";s:3:\"uid\";s:32:\"55fbecb113ff21f050be7adc08637329\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:74;a:25:{s:2:\"id\";s:2:\"76\";s:5:\"title\";s:27:\"Dark Content Block - Footer\";s:5:\"alias\";s:28:\"dark-fullsite-block-7-footer\";s:3:\"zip\";s:38:\"packs/dark-fullsite-block-7-footer.zip\";s:3:\"uid\";s:32:\"2ff517f5c7c54e3e0c2dd733cfd3400e\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:75;a:25:{s:2:\"id\";s:2:\"77\";s:5:\"title\";s:26:\"Light Content Block - Menu\";s:5:\"alias\";s:19:\"fullsite-block-menu\";s:3:\"zip\";s:29:\"packs/fullsite-block-menu.zip\";s:3:\"uid\";s:32:\"8010971f34387d5f94a1f4e577ef382a\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:76;a:25:{s:2:\"id\";s:2:\"78\";s:5:\"title\";s:26:\"Light Content Block - Hero\";s:5:\"alias\";s:15:\"fullsite-block1\";s:3:\"zip\";s:25:\"packs/fullsite-block1.zip\";s:3:\"uid\";s:32:\"45bf7179843e01ce112e8ec754b0455c\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:77;a:25:{s:2:\"id\";s:2:\"79\";s:5:\"title\";s:27:\"Light Content Block - About\";s:5:\"alias\";s:22:\"fullsite-block-2-about\";s:3:\"zip\";s:32:\"packs/fullsite-block-2-about.zip\";s:3:\"uid\";s:32:\"8402b460638a746d36433cb161440b7d\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:78;a:25:{s:2:\"id\";s:2:\"80\";s:5:\"title\";s:30:\"Light Content Block - Services\";s:5:\"alias\";s:25:\"fullsite-block-3-services\";s:3:\"zip\";s:35:\"packs/fullsite-block-3-services.zip\";s:3:\"uid\";s:32:\"7b8cea27f4d6ae17c5e1eae12457bd06\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:79;a:25:{s:2:\"id\";s:2:\"81\";s:5:\"title\";s:30:\"Light Content Block - Products\";s:5:\"alias\";s:25:\"fullsite-block-4-products\";s:3:\"zip\";s:35:\"packs/fullsite-block-4-products.zip\";s:3:\"uid\";s:32:\"d148935362d7122636cda0635eae4be7\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:80;a:25:{s:2:\"id\";s:2:\"82\";s:5:\"title\";s:34:\"Light Content Block - Testimonials\";s:5:\"alias\";s:29:\"fullsite-block-5-testimonials\";s:3:\"zip\";s:39:\"packs/fullsite-block-5-testimonials.zip\";s:3:\"uid\";s:32:\"06255bfd421e40f71fa8197b839dbf03\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:81;a:25:{s:2:\"id\";s:2:\"83\";s:5:\"title\";s:29:\"Light Content Block - Callout\";s:5:\"alias\";s:24:\"fullsite-block-6-callout\";s:3:\"zip\";s:34:\"packs/fullsite-block-6-callout.zip\";s:3:\"uid\";s:32:\"8a88c3447676b613ec5db2fe5d63315c\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:82;a:25:{s:2:\"id\";s:2:\"84\";s:5:\"title\";s:28:\"Light Content Block - Footer\";s:5:\"alias\";s:23:\"fullsite-block-7-footer\";s:3:\"zip\";s:33:\"packs/fullsite-block-7-footer.zip\";s:3:\"uid\";s:32:\"34300b4407a2093eb2e1e08868fa8319\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:83;a:22:{s:2:\"id\";s:2:\"85\";s:5:\"title\";s:12:\"Tech Journal\";s:5:\"alias\";s:11:\"techjournal\";s:3:\"zip\";s:15:\"techjournal.zip\";s:3:\"uid\";s:32:\"7f92d70d1c108378f915b18c2ceb71d6\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:130:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:84;a:22:{s:2:\"id\";s:2:\"86\";s:5:\"title\";s:14:\"Car Dealership\";s:5:\"alias\";s:13:\"cardealership\";s:3:\"zip\";s:17:\"cardealership.zip\";s:3:\"uid\";s:32:\"bb010838855a8ae4d1dd68e139bf169e\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/car-dealership-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"650\";s:11:\"description\";s:130:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:85;a:22:{s:2:\"id\";s:2:\"87\";s:5:\"title\";s:22:\"FullScreen Menu Slider\";s:5:\"alias\";s:14:\"fullscreenmenu\";s:3:\"zip\";s:18:\"fullscreenmenu.zip\";s:3:\"uid\";s:32:\"6de81d74c4bf193e2e274d43038adc85\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-fullscreen-menu/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:131:\"<span class=\"ttm_content\">A full-screen slider that contains a menu with slide blur effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:86;a:22:{s:2:\"id\";s:2:\"88\";s:5:\"title\";s:18:\"Creative Frontpage\";s:5:\"alias\";s:17:\"creativefrontpage\";s:3:\"zip\";s:21:\"creativefrontpage.zip\";s:3:\"uid\";s:32:\"0636cb368af3bcaa2f68eb0ebefe6439\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/best-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:246:\"<span class=\"ttm_content\">A full-screen slider with hidden slides that are triggered via  <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:87;a:25:{s:2:\"id\";s:2:\"89\";s:5:\"title\";s:20:\"Website Builder Menu\";s:5:\"alias\";s:19:\"websitebuilder-menu\";s:3:\"zip\";s:29:\"packs/websitebuilder-menu.zip\";s:3:\"uid\";s:32:\"d9e6d9c961f123a3a4847b51fc3ba3a2\";s:3:\"img\";s:30:\"websitebuilder-menu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"60\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:88;a:25:{s:2:\"id\";s:2:\"90\";s:5:\"title\";s:20:\"Website Builder Hero\";s:5:\"alias\";s:19:\"websitebuilder-hero\";s:3:\"zip\";s:29:\"packs/websitebuilder-hero.zip\";s:3:\"uid\";s:32:\"6cb2df9a41ad2e7865bb9bbea7e39cb5\";s:3:\"img\";s:30:\"websitebuilder-hero/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:89;a:25:{s:2:\"id\";s:2:\"91\";s:5:\"title\";s:23:\"Website Builder Clients\";s:5:\"alias\";s:22:\"websitebuilder-clients\";s:3:\"zip\";s:32:\"packs/websitebuilder-clients.zip\";s:3:\"uid\";s:32:\"050e59c43c9a693510d01f29532088cf\";s:3:\"img\";s:33:\"websitebuilder-clients/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"120\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:90;a:25:{s:2:\"id\";s:2:\"92\";s:5:\"title\";s:24:\"Website Builder Services\";s:5:\"alias\";s:23:\"websitebuilder-services\";s:3:\"zip\";s:33:\"packs/websitebuilder-services.zip\";s:3:\"uid\";s:32:\"48d56d67615efce619ae973ab4358c07\";s:3:\"img\";s:34:\"websitebuilder-services/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"558\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:91;a:25:{s:2:\"id\";s:2:\"93\";s:5:\"title\";s:24:\"Website Builder Discover\";s:5:\"alias\";s:23:\"websitebuilder-discover\";s:3:\"zip\";s:33:\"packs/websitebuilder-discover.zip\";s:3:\"uid\";s:32:\"425a08a7be338daea3df02a07ff5c316\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"955\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:92;a:25:{s:2:\"id\";s:2:\"94\";s:5:\"title\";s:22:\"Website Builder Slider\";s:5:\"alias\";s:21:\"websitebuilder-slider\";s:3:\"zip\";s:31:\"packs/websitebuilder-slider.zip\";s:3:\"uid\";s:32:\"9d670b7335016accb590dc8d52bfb6f0\";s:3:\"img\";s:32:\"websitebuilder-slider/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:93;a:25:{s:2:\"id\";s:2:\"95\";s:5:\"title\";s:28:\"Website Builder CallToAction\";s:5:\"alias\";s:27:\"websitebuilder-calltoaction\";s:3:\"zip\";s:37:\"packs/websitebuilder-calltoaction.zip\";s:3:\"uid\";s:32:\"45851baf9e61f55ed9f5fa9d0beff77e\";s:3:\"img\";s:38:\"websitebuilder-calltoaction/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"960\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:94;a:25:{s:2:\"id\";s:2:\"96\";s:5:\"title\";s:22:\"Website Builder Footer\";s:5:\"alias\";s:21:\"websitebuilder-footer\";s:3:\"zip\";s:31:\"packs/websitebuilder-footer.zip\";s:3:\"uid\";s:32:\"2732bbe66ef28219d6cc53ce8cc78863\";s:3:\"img\";s:32:\"websitebuilder-footer/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:95;a:22:{s:2:\"id\";s:2:\"97\";s:5:\"title\";s:21:\"Focus Parallax Effect\";s:5:\"alias\";s:13:\"focusparallax\";s:3:\"zip\";s:17:\"focusparallax.zip\";s:3:\"uid\";s:32:\"13bd15fb3ddf8b9841cb55b89389cc73\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";s:7:\"preview\";s:68:\" https://revolution.themepunch.com/parallax-effect-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:256:\"<span class=\"ttm_content\">A full-screen slider with mouse controlled parallax effects. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:96;a:22:{s:2:\"id\";s:2:\"98\";s:5:\"title\";s:14:\"Duotone Slider\";s:5:\"alias\";s:7:\"duotone\";s:3:\"zip\";s:11:\"duotone.zip\";s:3:\"uid\";s:32:\"494862ceb6cb7c6658ad7cd36848cccd\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/wordpress-header-image-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.4\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:252:\"<span class=\"ttm_content\">A full-screen slider with unique parallax scroll effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:97;a:25:{s:2:\"id\";s:2:\"99\";s:5:\"title\";s:12:\"Minimal Menu\";s:5:\"alias\";s:6:\"r_menu\";s:3:\"zip\";s:16:\"packs/r_menu.zip\";s:3:\"uid\";s:32:\"30d6a6895db1a5f29b1679061551c9f0\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"110\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:98;a:25:{s:2:\"id\";s:3:\"100\";s:5:\"title\";s:12:\"Minimal Hero\";s:5:\"alias\";s:5:\"rhero\";s:3:\"zip\";s:16:\"packs/r_hero.zip\";s:3:\"uid\";s:32:\"b8b46186956f6e66ad0c08e4532bbbde\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:99;a:25:{s:2:\"id\";s:3:\"101\";s:5:\"title\";s:13:\"Minimal About\";s:5:\"alias\";s:7:\"r_about\";s:3:\"zip\";s:17:\"packs/r_about.zip\";s:3:\"uid\";s:32:\"343010c4b4c03f92888c3e9e95bc2bb1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:100;a:25:{s:2:\"id\";s:3:\"102\";s:5:\"title\";s:16:\"Minimal Products\";s:5:\"alias\";s:10:\"r_products\";s:3:\"zip\";s:20:\"packs/r_products.zip\";s:3:\"uid\";s:32:\"dda93e85c6a4456d132040147f087f39\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1100\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:101;a:25:{s:2:\"id\";s:3:\"103\";s:5:\"title\";s:12:\"Minimal Info\";s:5:\"alias\";s:6:\"r_info\";s:3:\"zip\";s:16:\"packs/r_info.zip\";s:3:\"uid\";s:32:\"d6e368e8fd4862174af6c980389ae530\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:102;a:22:{s:2:\"id\";s:3:\"104\";s:5:\"title\";s:18:\"Inspiration Header\";s:5:\"alias\";s:17:\"inspirationheader\";s:3:\"zip\";s:21:\"inspirationheader.zip\";s:3:\"uid\";s:32:\"69f04b2be0b618fa7e184af83b86b7e7\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/wordpress-theme-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This full-screen hero slider features sequentially animated texts and cool parallax elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:103;a:22:{s:2:\"id\";s:3:\"105\";s:5:\"title\";s:15:\"Magazine Slider\";s:5:\"alias\";s:13:\"magazineposts\";s:3:\"zip\";s:17:\"magazineposts.zip\";s:3:\"uid\";s:32:\"c562f3457e4edbd030959f7c5e6e0f7c\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-magazine-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">A full-width slider with a mouse-controlled 3D-Parallax effect. Enjoy! <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:104;a:22:{s:2:\"id\";s:3:\"106\";s:5:\"title\";s:11:\"News Header\";s:5:\"alias\";s:17:\"explorationheader\";s:3:\"zip\";s:21:\"explorationheader.zip\";s:3:\"uid\";s:32:\"8f20d5a868c90ded08b835fb9e8307d7\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/wordpress-news-header/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:288:\"<span class=\"ttm_content\">A full-screen slider that is a perfect fit for displaying news on your websites header! Check out <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to add links to buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:105;a:25:{s:2:\"id\";s:3:\"107\";s:5:\"title\";s:23:\"Minimal Website Package\";s:5:\"alias\";s:23:\"minimal-website-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:23:\"minimal-website-package\";s:3:\"img\";s:31:\"packages/template_group_1_1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"110\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">The Minimal Website Template is a one-pager website with a unique background color change effect on scrolling down.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:106;a:25:{s:2:\"id\";s:3:\"108\";s:5:\"title\";s:23:\"Website Builder Package\";s:5:\"alias\";s:22:\"websitebuilder-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"websitebuilder-package\";s:3:\"img\";s:29:\"packages/template_group_2.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"60\";s:11:\"description\";s:191:\"<span class=\"ttm_content\">The Website Builder Package is a clean, usable collection website modules that can be used all together or each on their own.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:107;a:25:{s:2:\"id\";s:3:\"109\";s:5:\"title\";s:26:\"Dark Content Block Package\";s:5:\"alias\";s:27:\"dark-fullsite-block-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"dark-fullsite-block-package\";s:3:\"img\";s:29:\"packages/template_group_4.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This Minimal Website Template has some sleek parallax effects and on-demand loading modules.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:108;a:25:{s:2:\"id\";s:3:\"110\";s:5:\"title\";s:27:\"Light Content Block Package\";s:5:\"alias\";s:22:\"fullsite-block-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"fullsite-block-package\";s:3:\"img\";s:29:\"packages/template_group_3.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This Minimal Website Template has some sleek parallax effects and on-demand loading modules.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:109;a:22:{s:2:\"id\";s:3:\"111\";s:5:\"title\";s:17:\"Typewriter Effect\";s:5:\"alias\";s:16:\"typewritereffect\";s:3:\"zip\";s:20:\"typewritereffect.zip\";s:3:\"uid\";s:32:\"d6f8bae06cc4a7b158d680c01e59ddc2\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/wordpress-typewriter-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:263:\"<span class=\"ttm_content\">This is the example slider from the Typewriter add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:403:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/slider-revolution/typewriter-addon/\" target=\"_blank\">Typewriter add-on</a> to be installed. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:110;a:22:{s:2:\"id\";s:3:\"112\";s:5:\"title\";s:17:\"Blend Mode Header\";s:5:\"alias\";s:15:\"blendmodeheader\";s:3:\"zip\";s:19:\"blendmodeheader.zip\";s:3:\"uid\";s:32:\"2e44e976596d757aab40ffa28086dcf9\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/blend-mode-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">This full-screen hero header with HMTL5 background video, utilizes the new 5.3 blend mode effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:111;a:25:{s:2:\"id\";s:3:\"113\";s:5:\"title\";s:17:\"Themeplicity Menu\";s:5:\"alias\";s:17:\"themeplicity_menu\";s:3:\"zip\";s:27:\"packs/themeplicity_menu.zip\";s:3:\"uid\";s:32:\"7d5c1e75eaafa63683895a32a62f4ce0\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:112;a:25:{s:2:\"id\";s:3:\"114\";s:5:\"title\";s:19:\"Themeplicity Header\";s:5:\"alias\";s:19:\"themeplicity_header\";s:3:\"zip\";s:29:\"packs/themeplicity_header.zip\";s:3:\"uid\";s:32:\"907091e4d58acc7d12f802de2f280b7d\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:113;a:25:{s:2:\"id\";s:3:\"115\";s:5:\"title\";s:18:\"Themeplicity Offer\";s:5:\"alias\";s:18:\"themeplicity_offer\";s:3:\"zip\";s:28:\"packs/themeplicity_offer.zip\";s:3:\"uid\";s:32:\"1bd8f9aa2f3e340449664c65ba17fb51\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"330\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:114;a:25:{s:2:\"id\";s:3:\"116\";s:5:\"title\";s:23:\"Themeplicity What We Do\";s:5:\"alias\";s:21:\"themeplicity_whatwedo\";s:3:\"zip\";s:31:\"packs/themeplicity_whatwedo.zip\";s:3:\"uid\";s:32:\"aa800a44b5a3eab30414dde1f32bfed7\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:115;a:25:{s:2:\"id\";s:3:\"117\";s:5:\"title\";s:21:\"Themeplicity Projects\";s:5:\"alias\";s:21:\"themeplicity_projects\";s:3:\"zip\";s:31:\"packs/themeplicity_projects.zip\";s:3:\"uid\";s:32:\"5f61b3a13033ba6a51a18270163e0a50\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:116;a:25:{s:2:\"id\";s:3:\"118\";s:5:\"title\";s:24:\"Themeplicity Whats Great\";s:5:\"alias\";s:23:\"themeplicity_whatsgreat\";s:3:\"zip\";s:33:\"packs/themeplicity_whatsgreat.zip\";s:3:\"uid\";s:32:\"ce9faf8c55ed2e33e091b23667e7173b\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:117;a:25:{s:2:\"id\";s:3:\"119\";s:5:\"title\";s:19:\"Themeplicity Tables\";s:5:\"alias\";s:19:\"themeplicity_tables\";s:3:\"zip\";s:29:\"packs/themeplicity_tables.zip\";s:3:\"uid\";s:32:\"f28bb4cd20ec1f29a1de7da5ad09c293\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1059\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:118;a:25:{s:2:\"id\";s:3:\"120\";s:5:\"title\";s:24:\"Themeplicity Contactform\";s:5:\"alias\";s:24:\"themeplicity_contactform\";s:3:\"zip\";s:34:\"packs/themeplicity_contactform.zip\";s:3:\"uid\";s:32:\"3e59da970f534490774fa8e053f5b5ed\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1067\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:119;a:25:{s:2:\"id\";s:3:\"121\";s:5:\"title\";s:19:\"Themeplicity Footer\";s:5:\"alias\";s:19:\"themeplicity_footer\";s:3:\"zip\";s:29:\"packs/themeplicity_footer.zip\";s:3:\"uid\";s:32:\"89eeb0b4b852c5f743e1bd76e3e8f2ef\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"780\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:120;a:25:{s:2:\"id\";s:3:\"122\";s:5:\"title\";s:20:\"Themeplicity Package\";s:5:\"alias\";s:20:\"themeplicity-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:20:\"themeplicity-package\";s:3:\"img\";s:38:\"packages/templatepack_themeplicity.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Themeplicity Website Template uses the new groups & rows feature introduced in 5.3 to its full potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:121;a:25:{s:2:\"id\";s:3:\"123\";s:5:\"title\";s:19:\"Nice And Clean Menu\";s:5:\"alias\";s:17:\"NiceAndClean_Menu\";s:3:\"zip\";s:27:\"packs/NiceAndClean_Menu.zip\";s:3:\"uid\";s:32:\"3f8c01e26c7446428e045c4b1180776d\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:122;a:25:{s:2:\"id\";s:3:\"124\";s:5:\"title\";s:21:\"Nice And Clean Header\";s:5:\"alias\";s:19:\"NiceAndClean_Header\";s:3:\"zip\";s:29:\"packs/NiceAndClean_Header.zip\";s:3:\"uid\";s:32:\"76931033addb20a62557c2845a4d6a11\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:123;a:25:{s:2:\"id\";s:3:\"125\";s:5:\"title\";s:23:\"Nice And Clean Services\";s:5:\"alias\";s:21:\"NiceAndClean_Services\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Services.zip\";s:3:\"uid\";s:32:\"02f72ec606800c8215bcadea09624e87\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"360\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:124;a:25:{s:2:\"id\";s:3:\"126\";s:5:\"title\";s:20:\"Nice And Clean About\";s:5:\"alias\";s:18:\"NiceAndClean_About\";s:3:\"zip\";s:28:\"packs/NiceAndClean_About.zip\";s:3:\"uid\";s:32:\"9510f6fdbb8e9473e8c22f692a6bc89f\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:125;a:25:{s:2:\"id\";s:3:\"127\";s:5:\"title\";s:20:\"Nice And Clean Video\";s:5:\"alias\";s:18:\"niceandclean_video\";s:3:\"zip\";s:28:\"packs/niceandclean_video.zip\";s:3:\"uid\";s:32:\"2bb9e1ad329435cc500542d0c7025e15\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:126;a:25:{s:2:\"id\";s:3:\"128\";s:5:\"title\";s:25:\"Nice And Clean Highlights\";s:5:\"alias\";s:23:\"niceandclean_highlights\";s:3:\"zip\";s:33:\"packs/niceandclean_highlights.zip\";s:3:\"uid\";s:32:\"ff396af163a79d2d5b35db17c1ea7aa6\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:127;a:25:{s:2:\"id\";s:3:\"129\";s:5:\"title\";s:23:\"Nice And Clean Projects\";s:5:\"alias\";s:21:\"NiceAndClean_Projects\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Projects.zip\";s:3:\"uid\";s:32:\"1e6695959ef83f8975b52289c08a4d44\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:128;a:25:{s:2:\"id\";s:3:\"130\";s:5:\"title\";s:25:\"Nice And Clean TextBlocks\";s:5:\"alias\";s:23:\"niceandclean_textblocks\";s:3:\"zip\";s:33:\"packs/niceandclean_textblocks.zip\";s:3:\"uid\";s:32:\"1f33eb839c96ea3225faff1c8d382b05\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:129;a:25:{s:2:\"id\";s:3:\"131\";s:5:\"title\";s:22:\"Nice And Clean CallOut\";s:5:\"alias\";s:20:\"niceandclean_callout\";s:3:\"zip\";s:30:\"packs/niceandclean_callout.zip\";s:3:\"uid\";s:32:\"54d4d9bcf79d357de0e614700e909863\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:130;a:25:{s:2:\"id\";s:3:\"132\";s:5:\"title\";s:21:\"Nice And Clean Footer\";s:5:\"alias\";s:19:\"niceandclean_footer\";s:3:\"zip\";s:29:\"packs/niceandclean_footer.zip\";s:3:\"uid\";s:32:\"5492d7f72b3771a4e754f91bda063b15\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"400\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:542:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">For using the social sharing buttons, please install the social sharing add-on.<br><br></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:131;a:22:{s:2:\"id\";s:3:\"134\";s:5:\"title\";s:15:\"80s Style Intro\";s:5:\"alias\";s:3:\"80s\";s:3:\"zip\";s:7:\"80s.zip\";s:3:\"uid\";s:32:\"98881ab51f71b2fbdb220752d321b15a\";s:3:\"img\";s:14:\"80s/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/80s-style-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:139:\"<span class=\"ttm_content\">This intro hero block takes you back to the 80\'s with some funky effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:317:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and text.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:132;a:22:{s:2:\"id\";s:3:\"135\";s:5:\"title\";s:18:\"Blur Effect Slider\";s:5:\"alias\";s:10:\"blurslider\";s:3:\"zip\";s:14:\"blurslider.zip\";s:3:\"uid\";s:32:\"83bd6e1ccef83f03c944fa05b0a2d879\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/blur-effect-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:147:\"<span class=\"ttm_content\">This slider makes use of the brand new blur effects available with version 5.3.1.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:315:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:133;a:22:{s:2:\"id\";s:3:\"136\";s:5:\"title\";s:18:\"Coming Soon Add-On\";s:5:\"alias\";s:15:\"ComingSoonAddon\";s:3:\"zip\";s:19:\"ComingSoonAddon.zip\";s:3:\"uid\";s:32:\"51258492055b940099eb96ba52901fa9\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/coming-soon-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:133:\"<span class=\"ttm_content\">This slider template makes use of the brand new Coming Soon Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:134;a:25:{s:2:\"id\";s:3:\"137\";s:5:\"title\";s:22:\"Nice And Clean Package\";s:5:\"alias\";s:22:\"nice-and-clean-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"nice-and-clean-package\";s:3:\"img\";s:38:\"packages/templatepack_niceandclean.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:242:\"<span class=\"ttm_content\">The Nice & Clean Website Template uses groups & rows for a fully responsive website experience. Elegant blur effects available since version 5.3.1 make this template stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:135;a:22:{s:2:\"id\";s:3:\"138\";s:5:\"title\";s:18:\"Snow Effect Add-On\";s:5:\"alias\";s:9:\"snowaddon\";s:3:\"zip\";s:13:\"snowaddon.zip\";s:3:\"uid\";s:32:\"7408d8567b8af5716eaabd390422e51b\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/snow-effect-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\"<span class=\"ttm_content\">Add a pleasant Snow Effect to your website with this slider template. Make sure to install the \"Holiday Snow\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:153:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:136;a:22:{s:2:\"id\";s:3:\"139\";s:5:\"title\";s:19:\"Particle Effect One\";s:5:\"alias\";s:19:\"particle-effect-one\";s:3:\"zip\";s:23:\"particle-effect-one.zip\";s:3:\"uid\";s:32:\"a4611c906e35ca60f617da86217b5299\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/particle-effect-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:442:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND MODE IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:137;a:22:{s:2:\"id\";s:3:\"140\";s:5:\"title\";s:19:\"Particle Effect Two\";s:5:\"alias\";s:19:\"particle-effect-two\";s:3:\"zip\";s:23:\"particle-effect-two.zip\";s:3:\"uid\";s:32:\"b8ecbf43374a69e4ab329ea834862ef8\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/particle-effect-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:138;a:22:{s:2:\"id\";s:3:\"141\";s:5:\"title\";s:21:\"Particle Effect Three\";s:5:\"alias\";s:21:\"particle-effect-three\";s:3:\"zip\";s:25:\"particle-effect-three.zip\";s:3:\"uid\";s:32:\"b33bc2c5655d8d51cd17c3740f72e748\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/particle-background-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:437:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:139;a:22:{s:2:\"id\";s:3:\"142\";s:5:\"title\";s:16:\"Portfolio Viewer\";s:5:\"alias\";s:15:\"portfolioviewer\";s:3:\"zip\";s:19:\"portfolioviewer.zip\";s:3:\"uid\";s:32:\"9ac7230ff5b880fb6c8f28fbbc123b3b\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-portfolio-plugin/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:207:\"<span class=\"ttm_content\">This slider template can be used to display your portfolio highlights in a stunning way, utilising out free particles add-on and blend modes.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:387:\"<span class=\"ttm_content\">The navigation for the slides is found in the <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">Static Layers</a>.</span><span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:140;a:22:{s:2:\"id\";s:3:\"143\";s:5:\"title\";s:12:\"App Showcase\";s:5:\"alias\";s:11:\"appshowcase\";s:3:\"zip\";s:15:\"appshowcase.zip\";s:3:\"uid\";s:32:\"082aef931b0369080bc30c3a2a0c331f\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/app-showcase-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">This template shows off our new \"Polyfold Effects\" Add-On in form of an App product showcase module. Get started now and illustrate your Apps key features in a striking way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:141;a:22:{s:2:\"id\";s:3:\"144\";s:5:\"title\";s:19:\"Gravity Design Hero\";s:5:\"alias\";s:13:\"gravitydesign\";s:3:\"zip\";s:17:\"gravitydesign.zip\";s:3:\"uid\";s:32:\"7bdbe73a6e5bf290cb4412708ac4134d\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2017/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:205:\"<span class=\"ttm_content\">This hero template shows a striking mouse-parallax scene and cool particle effects. Requires our \"Particle Effects\" Add-on to be installed.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:142;a:22:{s:2:\"id\";s:3:\"145\";s:5:\"title\";s:14:\"404 Error Page\";s:5:\"alias\";s:12:\"404errorpage\";s:3:\"zip\";s:16:\"404errorpage.zip\";s:3:\"uid\";s:32:\"2dc62d802b42b73088651cac17d0c486\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/404-error-page-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">This template can be used as a custom error page on your website with our new 404 page Add-On. Of course you can also use this template as a regular hero header.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"{\"1\":{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}}\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:143;a:22:{s:2:\"id\";s:3:\"146\";s:5:\"title\";s:16:\"Carousel Gallery\";s:5:\"alias\";s:15:\"carouselgallery\";s:3:\"zip\";s:19:\"carouselgallery.zip\";s:3:\"uid\";s:32:\"041838fd32923c40e15c998f0ea19526\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-carousel-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This carousel gallery features a subtle parallax effect, html5 video and a fullscreen button.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:144;a:22:{s:2:\"id\";s:3:\"147\";s:5:\"title\";s:16:\"Filmstrip Effect\";s:5:\"alias\";s:9:\"filmstrip\";s:3:\"zip\";s:13:\"filmstrip.zip\";s:3:\"uid\";s:32:\"7bd142f272cc15d86998a79520e9e581\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/filmstrip-add-on-slider/ \";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">This template uses our Filmstrip Add-On to display a continuous scrolling set of images per slide.\r\n There is lots of customization options like animation speed and direction.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:180:\"[{\"path\":\"revslider-filmstrip-addon\\/revslider-filmstrip-addon.php\",\"name\":\"Background FilmStrip Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:145;a:22:{s:2:\"id\";s:3:\"148\";s:5:\"title\";s:11:\"Space Opera\";s:5:\"alias\";s:10:\"spaceopera\";s:3:\"zip\";s:14:\"spaceopera.zip\";s:3:\"uid\";s:32:\"a2c8bffcb138a86c0f373adebb6de046\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/space-opera-presentation/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">The Space Opera template can be enjoyed as a slow paced, full-screen slider experience and is great to show your most prominent photos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:146;a:22:{s:2:\"id\";s:3:\"149\";s:5:\"title\";s:13:\"Website Intro\";s:5:\"alias\";s:12:\"websiteintro\";s:3:\"zip\";s:16:\"websiteintro.zip\";s:3:\"uid\";s:32:\"348df76d999456aa19be58c9df56ae20\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/website-intro-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:274:\"<span class=\"ttm_content\">Making use of our new Slicey Add-On, this slider show a really cool effect you just have to experience yourself! Just change the slides background images and the existing slices will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:147;a:22:{s:2:\"id\";s:3:\"150\";s:5:\"title\";s:13:\"Mask Showcase\";s:5:\"alias\";s:12:\"maskshowcase\";s:3:\"zip\";s:16:\"maskshowcase.zip\";s:3:\"uid\";s:32:\"fc943c31e2da9c63b252aeabf554d128\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/minimal-mask-showcase/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Mask Showcase template uses gradients and the amazing block layer animations. A minimal slider treat for any website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:148;a:22:{s:2:\"id\";s:3:\"151\";s:5:\"title\";s:20:\"Parallax Zoom Slices\";s:5:\"alias\";s:18:\"parallaxzoomslices\";s:3:\"zip\";s:22:\"parallaxzoomslices.zip\";s:3:\"uid\";s:32:\"83537cae05709ddb9bcb7375470a5894\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/parallax-zoom-slices-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:249:\"<span class=\"ttm_content\">This template uses the Slicey Add-On to add a unique effect to slide background images. You can simple change the background images and the slice effect will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:149;a:22:{s:2:\"id\";s:3:\"152\";s:5:\"title\";s:22:\"Double Exposure Effect\";s:5:\"alias\";s:20:\"doubleexposureeffect\";s:3:\"zip\";s:24:\"doubleexposureeffect.zip\";s:3:\"uid\";s:32:\"8d9229b5cbcf5bda5fbdc6a8e01a2b8c\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/wordpress-double-exposure-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">Make any website special with the double exposure effect slider. Use as a header module or anywhere you want!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:150;a:22:{s:2:\"id\";s:3:\"153\";s:5:\"title\";s:24:\"Mountain Parallax Header\";s:5:\"alias\";s:22:\"mountainparallaxheader\";s:3:\"zip\";s:26:\"mountainparallaxheader.zip\";s:3:\"uid\";s:32:\"8dc64663f317a2abdf179bbe341d016e\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/mountain-wordpress-parallax-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:192:\"<span class=\"ttm_content\">This template is a cool intro for any page, featuring a striking parallax effect. Just change texts and links and you\'re done!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:151;a:25:{s:2:\"id\";s:3:\"154\";s:5:\"title\";s:26:\"GoodNews One-Pager Package\";s:5:\"alias\";s:26:\"goodnews-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"goodnews-one-pager-package\";s:3:\"img\";s:44:\"packages/templatepack_goodnews_one_pager.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:4:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:4:\"hero\";i:3;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:152;a:25:{s:2:\"id\";s:3:\"155\";s:5:\"title\";s:13:\"GoodNews Menu\";s:5:\"alias\";s:12:\"goodnewsmenu\";s:3:\"zip\";s:22:\"packs/goodnewsmenu.zip\";s:3:\"uid\";s:32:\"4cbc82501ff340fcdc0acf7eb3ba2640\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:153;a:25:{s:2:\"id\";s:3:\"156\";s:5:\"title\";s:15:\"GoodNews Header\";s:5:\"alias\";s:14:\"goodnewsheader\";s:3:\"zip\";s:24:\"packs/goodnewsheader.zip\";s:3:\"uid\";s:32:\"c6660b6bdbf596f38466f569596f5259\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:154;a:25:{s:2:\"id\";s:3:\"157\";s:5:\"title\";s:18:\"GoodNews Whats Hot\";s:5:\"alias\";s:16:\"goodnewswhatshot\";s:3:\"zip\";s:26:\"packs/goodnewswhatshot.zip\";s:3:\"uid\";s:32:\"cb841ce64a99a6644adab049cf5405cd\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:155;a:25:{s:2:\"id\";s:3:\"158\";s:5:\"title\";s:17:\"GoodNews Featured\";s:5:\"alias\";s:16:\"goodnewsfeatured\";s:3:\"zip\";s:26:\"packs/goodnewsfeatured.zip\";s:3:\"uid\";s:32:\"00bde4b09e3700da7183999eaf137ccc\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:156;a:25:{s:2:\"id\";s:3:\"159\";s:5:\"title\";s:18:\"GoodNews Spotlight\";s:5:\"alias\";s:17:\"goodnewsspotlight\";s:3:\"zip\";s:27:\"packs/goodnewsspotlight.zip\";s:3:\"uid\";s:32:\"138076241a828e1c5764379944755f2b\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:157;a:25:{s:2:\"id\";s:3:\"160\";s:5:\"title\";s:17:\"GoodNews Carousel\";s:5:\"alias\";s:16:\"goodnewscarousel\";s:3:\"zip\";s:26:\"packs/goodnewscarousel.zip\";s:3:\"uid\";s:32:\"d29d4460a6015e30d08d2714232d3768\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:158;a:25:{s:2:\"id\";s:3:\"161\";s:5:\"title\";s:16:\"GoodNews Callout\";s:5:\"alias\";s:15:\"goodnewscallout\";s:3:\"zip\";s:25:\"packs/goodnewscallout.zip\";s:3:\"uid\";s:32:\"d9568b3193e96577fae630b3a6728785\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:159;a:25:{s:2:\"id\";s:3:\"162\";s:5:\"title\";s:15:\"GoodNews Footer\";s:5:\"alias\";s:14:\"goodnewsfooter\";s:3:\"zip\";s:24:\"packs/goodnewsfooter.zip\";s:3:\"uid\";s:32:\"34f43f891cb8d55375149dc4bbc38298\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:160;a:25:{s:2:\"id\";s:3:\"163\";s:5:\"title\";s:29:\"GoodNews Content Page Package\";s:5:\"alias\";s:29:\"goodnews-content-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:29:\"goodnews-content-page-package\";s:3:\"img\";s:55:\"packages/templatepack_goodnews_content_page_package.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:161;a:25:{s:2:\"id\";s:3:\"164\";s:5:\"title\";s:18:\"GoodNews Menu Back\";s:5:\"alias\";s:16:\"goodnewsmenuback\";s:3:\"zip\";s:26:\"packs/goodnewsmenuback.zip\";s:3:\"uid\";s:32:\"1340d1aeefba497a7d404d12a1fceed4\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:162;a:25:{s:2:\"id\";s:3:\"165\";s:5:\"title\";s:20:\"GoodNews Blog Header\";s:5:\"alias\";s:18:\"goodnewsblogheader\";s:3:\"zip\";s:28:\"packs/goodnewsblogheader.zip\";s:3:\"uid\";s:32:\"abc4d7c1e48475c6def05f1f6d8bf564\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:163;a:25:{s:2:\"id\";s:3:\"166\";s:5:\"title\";s:21:\"GoodNews Blog Content\";s:5:\"alias\";s:19:\"goodnewsblogcontent\";s:3:\"zip\";s:29:\"packs/goodnewsblogcontent.zip\";s:3:\"uid\";s:32:\"bbf34563da6db2779c29599b503b07e9\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:164;a:25:{s:2:\"id\";s:3:\"167\";s:5:\"title\";s:21:\"GoodNews Testimonials\";s:5:\"alias\";s:20:\"goodnewstestimonials\";s:3:\"zip\";s:30:\"packs/goodnewstestimonials.zip\";s:3:\"uid\";s:32:\"606b7336e86f69c567542d3f43712b56\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:165;a:25:{s:2:\"id\";s:3:\"168\";s:5:\"title\";s:20:\"GoodNews Blog Footer\";s:5:\"alias\";s:18:\"goodnewsblogfooter\";s:3:\"zip\";s:28:\"packs/goodnewsblogfooter.zip\";s:3:\"uid\";s:32:\"1fb88aecfb116fde67ce8d52bd3b5f05\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:166;a:22:{s:2:\"id\";s:3:\"169\";s:5:\"title\";s:19:\"Before After Slider\";s:5:\"alias\";s:17:\"beforeafterslider\";s:3:\"zip\";s:21:\"beforeafterslider.zip\";s:3:\"uid\";s:32:\"6e615091a1fc3037c24b985ce5136fb2\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/before-after-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.3.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">This is the example slider for our Before / After Add-On that allows you to create unique presentations with a comparing functionality.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">How to install <a href=\"https://www.themepunch.com/slider-revolution/install-addons/\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:167;a:22:{s:2:\"id\";s:3:\"170\";s:5:\"title\";s:16:\"Product Showcase\";s:5:\"alias\";s:15:\"productshowcase\";s:3:\"zip\";s:19:\"productshowcase.zip\";s:3:\"uid\";s:32:\"a43447670260aaa7e8ff66cedfddb57a\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/wordpress-product-showcase-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:165:\"<span class=\"ttm_content\">Looking to sell products effectively? Our product showcase slider is just what you are looking for!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:168;a:22:{s:2:\"id\";s:3:\"171\";s:5:\"title\";s:23:\"Overexposure Transition\";s:5:\"alias\";s:22:\"overexposuretransition\";s:3:\"zip\";s:26:\"overexposuretransition.zip\";s:3:\"uid\";s:32:\"13f16bbe6c6d646c7d0cb817a0d3d181\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/overexposure-transition-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">Subtle overexposure transitions and smooth color fade effects make this slider stand out.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">How to install <a href=\"https://www.themepunch.com/slider-revolution/install-addons/\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:169;a:22:{s:2:\"id\";s:3:\"172\";s:5:\"title\";s:15:\"Parallax Scroll\";s:5:\"alias\";s:14:\"parallaxscroll\";s:3:\"zip\";s:18:\"parallaxscroll.zip\";s:3:\"uid\";s:32:\"82546ee2f6af6c6682852f495109b3c3\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/parallax-scroll/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:148:\"<span class=\"ttm_content\">A strikingly colourful header for your website with super smooth parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:170;a:25:{s:2:\"id\";s:3:\"173\";s:5:\"title\";s:24:\"TechCo One-Pager Package\";s:5:\"alias\";s:24:\"techco-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:24:\"techco-one-pager-package\";s:3:\"img\";s:28:\"packages/techco_overview.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:171;a:25:{s:2:\"id\";s:3:\"174\";s:5:\"title\";s:11:\"TechCo Menu\";s:5:\"alias\";s:11:\"techco-menu\";s:3:\"zip\";s:21:\"packs/techco-menu.zip\";s:3:\"uid\";s:32:\"55e5efee828cdf1ff7e2d3b90a301ea9\";s:3:\"img\";s:22:\"techco-menu/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:172;a:25:{s:2:\"id\";s:3:\"175\";s:5:\"title\";s:13:\"TechCo Header\";s:5:\"alias\";s:13:\"techco-header\";s:3:\"zip\";s:23:\"packs/techco-header.zip\";s:3:\"uid\";s:32:\"fb574d1376de9b1e408c91f51e6497d7\";s:3:\"img\";s:24:\"techco-header/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:173;a:25:{s:2:\"id\";s:3:\"176\";s:5:\"title\";s:12:\"TechCo About\";s:5:\"alias\";s:12:\"techco-about\";s:3:\"zip\";s:22:\"packs/techco-about.zip\";s:3:\"uid\";s:32:\"ba216da8231e55118d87e37d2358812c\";s:3:\"img\";s:23:\"techco-about/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:174;a:25:{s:2:\"id\";s:3:\"177\";s:5:\"title\";s:15:\"TechCo Services\";s:5:\"alias\";s:15:\"techco-services\";s:3:\"zip\";s:25:\"packs/techco-services.zip\";s:3:\"uid\";s:32:\"ef4a8ddbb5e1136133f7bc1227248e22\";s:3:\"img\";s:26:\"techco-services/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:175;a:25:{s:2:\"id\";s:3:\"178\";s:5:\"title\";s:12:\"TechCo Video\";s:5:\"alias\";s:12:\"techco-video\";s:3:\"zip\";s:22:\"packs/techco-video.zip\";s:3:\"uid\";s:32:\"d7bb92281d05f39f9bc9eca71f90e402\";s:3:\"img\";s:23:\"techco-video/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:176;a:25:{s:2:\"id\";s:3:\"179\";s:5:\"title\";s:13:\"TechCo Prices\";s:5:\"alias\";s:13:\"techco-prices\";s:3:\"zip\";s:23:\"packs/techco-prices.zip\";s:3:\"uid\";s:32:\"6291f404efbea12bb181352aba71ef11\";s:3:\"img\";s:24:\"techco-prices/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:177;a:25:{s:2:\"id\";s:3:\"180\";s:5:\"title\";s:19:\"TechCo Testimonials\";s:5:\"alias\";s:19:\"techco-testimonials\";s:3:\"zip\";s:29:\"packs/techco-testimonials.zip\";s:3:\"uid\";s:32:\"3460bd51f6b80599266fecb7fbb918be\";s:3:\"img\";s:30:\"techco-testimonials/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:178;a:25:{s:2:\"id\";s:3:\"181\";s:5:\"title\";s:13:\"TechCo Footer\";s:5:\"alias\";s:13:\"techco-footer\";s:3:\"zip\";s:23:\"packs/techco-footer.zip\";s:3:\"uid\";s:32:\"640abcd549137520461a4a71ff758a3b\";s:3:\"img\";s:24:\"techco-footer/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:179;a:22:{s:2:\"id\";s:3:\"182\";s:5:\"title\";s:12:\"Live Weather\";s:5:\"alias\";s:7:\"weather\";s:3:\"zip\";s:11:\"weather.zip\";s:3:\"uid\";s:32:\"aab92e69374e4c7b8c6741fe02e574b9\";s:3:\"img\";s:18:\"weather/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/wordpress-live-weather-add-on/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:173:\"<span class=\"ttm_content\">Showcasing our weather add-on, this slider show a different cities temperatures and forecast on each slide.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-weather-addon\\/revslider-weather-addon.php\",\"name\":\"Live Weather Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:180;a:22:{s:2:\"id\";s:3:\"183\";s:5:\"title\";s:17:\"360 Panorama Tour\";s:5:\"alias\";s:11:\"360panorama\";s:3:\"zip\";s:15:\"360panorama.zip\";s:3:\"uid\";s:32:\"332720fdacdbb38f65e8327a2a96c52d\";s:3:\"img\";s:22:\"360panorama/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/360-degree-real-estate-virtual-tour/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">An example template for our Panorama 360 tour add-on, created for the real estate market.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:165:\"[{\"path\":\"revslider-panorama-addon\\/revslider-panorama-addon.php\",\"name\":\"Panorama AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:181;a:22:{s:2:\"id\";s:3:\"184\";s:5:\"title\";s:14:\"Duotone Add-on\";s:5:\"alias\";s:14:\"duotone-add-on\";s:3:\"zip\";s:18:\"duotone-add-on.zip\";s:3:\"uid\";s:32:\"a428c6f363b3146e96d20a6f44958922\";s:3:\"img\";s:25:\"duotone-add-on/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/wordpress-duotone-effect-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:168:\"<span class=\"ttm_content\">This example template showcases 3 of the 30 Duotone filters available in our brand new Duotone Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:350:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-duotonefilters-addon\\/revslider-duotonefilters-addon.php\",\"name\":\"Duotone AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:182;a:22:{s:2:\"id\";s:3:\"185\";s:5:\"title\";s:13:\"Reveal Add-on\";s:5:\"alias\";s:13:\"reveal-add-on\";s:3:\"zip\";s:17:\"reveal-add-on.zip\";s:3:\"uid\";s:32:\"7fa7525d8ff7fa7365cb98a437e88e32\";s:3:\"img\";s:24:\"reveal-add-on/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/wordpress-content-reveal-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">An example template that uses our Reveal Add-On, which adds 14 new preloaders combined with reveal loading effects for any slider or hero.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:337:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:201;a:22:{s:2:\"id\";s:3:\"210\";s:5:\"title\";s:21:\"Cryptocurrency Prices\";s:5:\"alias\";s:12:\"cryptoslider\";s:3:\"zip\";s:16:\"cryptoslider.zip\";s:3:\"uid\";s:32:\"c4b02210387f11946223977e940d9e9e\";s:3:\"img\";s:23:\"cryptoslider/slide1.jpg\";s:7:\"preview\";s:95:\"https://revolution.themepunch.com/cryptocurrency-wordpress-price-api-bitcoin-ethereum-litecoin/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:209:\"<span class=\"ttm_content\">This Template can show live, animated cryptocurrency prices. More than 1300 currencies are supported, getting prices via the cryptocompare API.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:410:\"<span class=\"ttm_content\">Please refer to the \"Custom JavaScript\" section of this sliders settings, for info on how to modify currencies. Provide a class to the row / column / group where the currency text elements are located in.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:202;a:25:{s:2:\"id\";s:3:\"211\";s:5:\"title\";s:18:\"Immersion One Page\";s:5:\"alias\";s:26:\"immersion-one-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"immersion-one-page-package\";s:3:\"img\";s:31:\"packages/immersion_overview.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:343:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:203;a:25:{s:2:\"id\";s:3:\"212\";s:5:\"title\";s:16:\"Immersion Header\";s:5:\"alias\";s:16:\"immersion_header\";s:3:\"zip\";s:26:\"packs/immersion_header.zip\";s:3:\"uid\";s:32:\"853da51256308b341ecd030bd4883229\";s:3:\"img\";s:27:\"immersion_header/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:204;a:25:{s:2:\"id\";s:3:\"213\";s:5:\"title\";s:19:\"Immersion Mountains\";s:5:\"alias\";s:19:\"immersion-mountains\";s:3:\"zip\";s:29:\"packs/immersion-mountains.zip\";s:3:\"uid\";s:32:\"817167eb3fe22b7e065ba210cbe6d53c\";s:3:\"img\";s:30:\"immersion-mountains/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:205;a:25:{s:2:\"id\";s:3:\"214\";s:5:\"title\";s:17:\"Immersion Product\";s:5:\"alias\";s:17:\"immersion-product\";s:3:\"zip\";s:27:\"packs/immersion-product.zip\";s:3:\"uid\";s:32:\"64134f263484d2bbcd7ef088ffbbfb4b\";s:3:\"img\";s:28:\"immersion-product/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:206;a:25:{s:2:\"id\";s:3:\"215\";s:5:\"title\";s:16:\"Immersion Design\";s:5:\"alias\";s:16:\"immersion-design\";s:3:\"zip\";s:26:\"packs/immersion-design.zip\";s:3:\"uid\";s:32:\"91e1d77c1a2826438763804f4d02bc26\";s:3:\"img\";s:27:\"immersion-design/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:207;a:25:{s:2:\"id\";s:3:\"216\";s:5:\"title\";s:22:\"Immersion Phototgraphy\";s:5:\"alias\";s:21:\"immersion-photography\";s:3:\"zip\";s:31:\"packs/immersion-photography.zip\";s:3:\"uid\";s:32:\"e3ddf0c577b09740f5cbf2e38ffd684d\";s:3:\"img\";s:32:\"immersion-photography/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:208;a:25:{s:2:\"id\";s:3:\"217\";s:5:\"title\";s:14:\"Immersion Grid\";s:5:\"alias\";s:14:\"immersion-grid\";s:3:\"zip\";s:24:\"packs/immersion-grid.zip\";s:3:\"uid\";s:32:\"b6903868189bb83b2c7a852fde3a7dc3\";s:3:\"img\";s:25:\"immersion-grid/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:209;a:22:{s:2:\"id\";s:3:\"218\";s:5:\"title\";s:18:\"Funky Intro Slider\";s:5:\"alias\";s:11:\"funkyslider\";s:3:\"zip\";s:15:\"funkyslider.zip\";s:3:\"uid\";s:32:\"2d4187e3fdad19b976be335253c8925d\";s:3:\"img\";s:22:\"funkyslider/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/funky-intro-slider-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">This funky intro slider fits just right if you need a striking introduction to your website! Sleek, beautiful and easily customizable!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:335:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:210;a:25:{s:2:\"id\";s:3:\"219\";s:5:\"title\";s:19:\"Clear View Magazine\";s:5:\"alias\";s:27:\"clear-view-magazine-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"clear-view-magazine-package\";s:3:\"img\";s:41:\"packages/clear_view_magazine_overview.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:211;a:25:{s:2:\"id\";s:3:\"220\";s:5:\"title\";s:15:\"Clear View Menu\";s:5:\"alias\";s:14:\"clearview_menu\";s:3:\"zip\";s:24:\"packs/clearview_menu.zip\";s:3:\"uid\";s:32:\"eaecee5fa5f3c3a7f4d2a96c4616a353\";s:3:\"img\";s:25:\"clearview_menu/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:212;a:25:{s:2:\"id\";s:3:\"221\";s:5:\"title\";s:17:\"Clear View Header\";s:5:\"alias\";s:16:\"clearview_header\";s:3:\"zip\";s:26:\"packs/clearview_header.zip\";s:3:\"uid\";s:32:\"25e3dd80ad130875d7438a07952cb0cd\";s:3:\"img\";s:27:\"clearview_header/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:213;a:25:{s:2:\"id\";s:3:\"222\";s:5:\"title\";s:18:\"Clear View Mission\";s:5:\"alias\";s:17:\"clearview_mission\";s:3:\"zip\";s:27:\"packs/clearview_mission.zip\";s:3:\"uid\";s:32:\"35b2092a49fd2beb549342e69097eb5b\";s:3:\"img\";s:28:\"clearview_mission/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:214;a:25:{s:2:\"id\";s:3:\"223\";s:5:\"title\";s:17:\"Clear View Slider\";s:5:\"alias\";s:17:\"clear-view-slider\";s:3:\"zip\";s:27:\"packs/clear-view-slider.zip\";s:3:\"uid\";s:32:\"d2e17edffce16ed78c54b0ef23fd7e05\";s:3:\"img\";s:28:\"clear-view-slider/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:215;a:25:{s:2:\"id\";s:3:\"224\";s:5:\"title\";s:15:\"Clear View News\";s:5:\"alias\";s:15:\"clear-view-news\";s:3:\"zip\";s:25:\"packs/clear-view-news.zip\";s:3:\"uid\";s:32:\"5698d3131ba141e9afcfd2906739dd00\";s:3:\"img\";s:26:\"clear-view-news/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:216;a:25:{s:2:\"id\";s:3:\"225\";s:5:\"title\";s:18:\"Clear View Clients\";s:5:\"alias\";s:18:\"clear-view-clients\";s:3:\"zip\";s:28:\"packs/clear-view-clients.zip\";s:3:\"uid\";s:32:\"b95616a94832e22bdfac5ce60232be1b\";s:3:\"img\";s:29:\"clear-view-clients/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:217;a:25:{s:2:\"id\";s:3:\"226\";s:5:\"title\";s:18:\"Clear View Contact\";s:5:\"alias\";s:18:\"clear-view-contact\";s:3:\"zip\";s:28:\"packs/clear-view-contact.zip\";s:3:\"uid\";s:32:\"0e0cc1d8f6f6500e5f8a2b091fa3b4cb\";s:3:\"img\";s:29:\"clear-view-contact/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:218;a:25:{s:2:\"id\";s:3:\"227\";s:5:\"title\";s:20:\"Clear View Post Page\";s:5:\"alias\";s:28:\"clear-view-post-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"clear-view-post-page-package\";s:3:\"img\";s:42:\"packages/clear_view_post_page_overview.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:219;a:25:{s:2:\"id\";s:3:\"228\";s:5:\"title\";s:22:\"Clear View Single Menu\";s:5:\"alias\";s:22:\"clear-view-single-menu\";s:3:\"zip\";s:32:\"packs/clear-view-single-menu.zip\";s:3:\"uid\";s:32:\"1e80f81982f8a4ea763482d4fa99d321\";s:3:\"img\";s:33:\"clear-view-single-menu/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:220;a:25:{s:2:\"id\";s:3:\"229\";s:5:\"title\";s:24:\"Clear View Single Header\";s:5:\"alias\";s:24:\"clear-view-single-header\";s:3:\"zip\";s:34:\"packs/clear-view-single-header.zip\";s:3:\"uid\";s:32:\"c8d717627be6cd5e70922ab609694dbf\";s:3:\"img\";s:35:\"clear-view-single-header/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:221;a:25:{s:2:\"id\";s:3:\"230\";s:5:\"title\";s:23:\"Clear View Single Media\";s:5:\"alias\";s:23:\"clear-view-single-media\";s:3:\"zip\";s:33:\"packs/clear-view-single-media.zip\";s:3:\"uid\";s:32:\"c480368ded2a64f0cdd44f1674213814\";s:3:\"img\";s:34:\"clear-view-single-media/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:222;a:25:{s:2:\"id\";s:3:\"231\";s:5:\"title\";s:22:\"Clear View Single More\";s:5:\"alias\";s:22:\"clear-view-single-more\";s:3:\"zip\";s:32:\"packs/clear-view-single-more.zip\";s:3:\"uid\";s:32:\"9c693190df26218366d1f77e10cf550a\";s:3:\"img\";s:33:\"clear-view-single-more/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:223;a:25:{s:2:\"id\";s:3:\"232\";s:5:\"title\";s:25:\"Clear View Single Contact\";s:5:\"alias\";s:25:\"clear-view-single-contact\";s:3:\"zip\";s:35:\"packs/clear-view-single-contact.zip\";s:3:\"uid\";s:32:\"73c0a889f2b654a87b5aba1ff76fbc5c\";s:3:\"img\";s:36:\"clear-view-single-contact/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:224;a:22:{s:2:\"id\";s:3:\"233\";s:5:\"title\";s:18:\"Clean Landing Page\";s:5:\"alias\";s:16:\"cleanlandingpage\";s:3:\"zip\";s:20:\"cleanlandingpage.zip\";s:3:\"uid\";s:32:\"727a3680d312f22c6a5998ebdb9afe52\";s:3:\"img\";s:27:\"cleanlandingpage/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/clean-landing-page-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:203:\"<span class=\"ttm_content\">The Clean Landing Page is a fullscreen Intro Module that is a striking introduction to any minimal website, with no unnecessary elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:225;a:22:{s:2:\"id\";s:3:\"234\";s:5:\"title\";s:9:\"Clear Cut\";s:5:\"alias\";s:8:\"clearcut\";s:3:\"zip\";s:12:\"clearcut.zip\";s:3:\"uid\";s:32:\"07f43c00e9b4d3057a03cdb3385ad2b7\";s:3:\"img\";s:19:\"clearcut/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/clear-cut-portfolio-website-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:240:\"<span class=\"ttm_content\">The Clear Cut Template is an All-In-One Portfolio Website solution that works best for smaller portfolios. Highlight your best work in a striking and mobile friendly fashion!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:226;a:25:{s:2:\"id\";s:3:\"235\";s:5:\"title\";s:22:\"Wonderstruck One-Pager\";s:5:\"alias\";s:30:\"wonderstruck-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:30:\"wonderstruck-one-pager-package\";s:3:\"img\";s:44:\"packages/wonderstruck-one-pager-overview.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:227;a:25:{s:2:\"id\";s:3:\"236\";s:5:\"title\";s:17:\"Wonderstruck Menu\";s:5:\"alias\";s:17:\"wonderstruck_menu\";s:3:\"zip\";s:27:\"packs/wonderstruck_menu.zip\";s:3:\"uid\";s:32:\"0a976e9aaae59c4f795b38f59f5a08d8\";s:3:\"img\";s:28:\"wonderstruck_menu/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:228;a:25:{s:2:\"id\";s:3:\"237\";s:5:\"title\";s:19:\"Wonderstruck Header\";s:5:\"alias\";s:19:\"wonderstruck_header\";s:3:\"zip\";s:29:\"packs/wonderstruck_header.zip\";s:3:\"uid\";s:32:\"e1379f77a902960a0ce12d44d85a9e0a\";s:3:\"img\";s:30:\"wonderstruck_header/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:229;a:25:{s:2:\"id\";s:3:\"238\";s:5:\"title\";s:18:\"Wonderstruck About\";s:5:\"alias\";s:18:\"wonderstruck_about\";s:3:\"zip\";s:28:\"packs/wonderstruck_about.zip\";s:3:\"uid\";s:32:\"d207fb140fd328acc3038300ea52082a\";s:3:\"img\";s:29:\"wonderstruck_about/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:230;a:25:{s:2:\"id\";s:3:\"239\";s:5:\"title\";s:18:\"Wonderstruck Works\";s:5:\"alias\";s:18:\"wonderstruck-works\";s:3:\"zip\";s:28:\"packs/wonderstruck-works.zip\";s:3:\"uid\";s:32:\"4476935097e27d92454b0011b7700c1d\";s:3:\"img\";s:29:\"wonderstruck-works/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:231;a:25:{s:2:\"id\";s:3:\"240\";s:5:\"title\";s:20:\"Wonderstruck Contact\";s:5:\"alias\";s:20:\"wonderstruck-contact\";s:3:\"zip\";s:30:\"packs/wonderstruck-contact.zip\";s:3:\"uid\";s:32:\"9e4911521f77bce2b8efa40f4c2adc22\";s:3:\"img\";s:31:\"wonderstruck-contact/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:232;a:22:{s:2:\"id\";s:3:\"241\";s:5:\"title\";s:12:\"Bubble Morph\";s:5:\"alias\";s:11:\"bubblemorph\";s:3:\"zip\";s:15:\"bubblemorph.zip\";s:3:\"uid\";s:32:\"1102d6f5460ab82cb612cbe9f1d9514b\";s:3:\"img\";s:22:\"bubblemorph/slide1.jpg\";s:7:\"preview\";s:75:\"https://revolution.themepunch.com/bubble-morph-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:188:\"<span class=\"ttm_content\">The Bubble Morph Add-On allows you to create interesting Lava-Lamp style effects on any of your Slider Revolution content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:233;a:22:{s:2:\"id\";s:3:\"242\";s:5:\"title\";s:16:\"Distortion AddOn\";s:5:\"alias\";s:15:\"distortionaddon\";s:3:\"zip\";s:19:\"distortionaddon.zip\";s:3:\"uid\";s:32:\"0ad46c9929bb2fa6316f1e6ced301aaf\";s:3:\"img\";s:26:\"distortionaddon/slide1.jpg\";s:7:\"preview\";s:73:\"https://revolution.themepunch.com/distortion-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Distortion Add-On allows you to create interesting Distortion style effects on any of your Slider Revolution content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:182:\"[{\"path\":\"revslider-liquideffect-addon\\/revslider-liquideffect-addon.php\",\"name\":\"Distortion Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:234;a:22:{s:2:\"id\";s:3:\"243\";s:5:\"title\";s:10:\"Club Flyer\";s:5:\"alias\";s:9:\"clubflyer\";s:3:\"zip\";s:13:\"clubflyer.zip\";s:3:\"uid\";s:32:\"dab73b9904d0e643a35b0475980998bd\";s:3:\"img\";s:20:\"clubflyer/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/club-flyer-landing-page-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">This Club Fyler Template for Slider Revolution uses the brand new Exploding Layers Add-On to create a captivating effect. Tap into unlimited creative potential. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:187:\"[{\"path\":\"revslider-explodinglayers-addon\\/revslider-explodinglayers-addon.php\",\"name\":\"Exploding Layers AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:235;a:22:{s:2:\"id\";s:3:\"244\";s:5:\"title\";s:16:\"Paintbrush AddOn\";s:5:\"alias\";s:15:\"paintbrushaddon\";s:3:\"zip\";s:19:\"paintbrushaddon.zip\";s:3:\"uid\";s:32:\"c85c48a6742b4bf72a2590cc1b50f6a0\";s:3:\"img\";s:26:\"paintbrushaddon/slide1.jpg\";s:7:\"preview\";s:73:\"https://revolution.themepunch.com/paintbrush-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">The Paintbrush Add-On for WordPress allows you to add cool mouse interaction effects to your Slider Revolution content. Examples: Blur Reveal, Color Reveal, Scratch Me Free.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-paintbrush-addon\\/revslider-paintbrush-addon.php\",\"name\":\"Paintbrush AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:236;a:25:{s:2:\"id\";s:3:\"245\";s:5:\"title\";s:18:\"Parallax One-Pager\";s:5:\"alias\";s:26:\"parallax-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"parallax-one-pager-package\";s:3:\"img\";s:39:\"packages/parallax-one-pager-package.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:237;a:25:{s:2:\"id\";s:3:\"246\";s:5:\"title\";s:15:\"Parallax Header\";s:5:\"alias\";s:15:\"parallax_header\";s:3:\"zip\";s:25:\"packs/parallax_header.zip\";s:3:\"uid\";s:32:\"32bf4a0f5136853bd6bd366275a7a60b\";s:3:\"img\";s:26:\"parallax_header/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:238;a:25:{s:2:\"id\";s:3:\"247\";s:5:\"title\";s:16:\"Parallax Content\";s:5:\"alias\";s:16:\"parallax_content\";s:3:\"zip\";s:26:\"packs/parallax_content.zip\";s:3:\"uid\";s:32:\"a25c5fb8f74757476ab4dc038e56f90d\";s:3:\"img\";s:27:\"parallax_content/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:239;a:25:{s:2:\"id\";s:3:\"248\";s:5:\"title\";s:15:\"Parallax Footer\";s:5:\"alias\";s:15:\"parallax_footer\";s:3:\"zip\";s:25:\"packs/parallax_footer.zip\";s:3:\"uid\";s:32:\"665dff9ea6eaf162a2a1f160f51a9ddb\";s:3:\"img\";s:26:\"parallax_footer/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:240;a:25:{s:2:\"id\";s:3:\"249\";s:5:\"title\";s:18:\"Le Chef Restaurant\";s:5:\"alias\";s:18:\"le-chef-restaurant\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"le-chef-restaurant-package\";s:3:\"img\";s:39:\"packages/le-chef-restaurant-package.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:241;a:25:{s:2:\"id\";s:3:\"250\";s:5:\"title\";s:12:\"Le Chef Menu\";s:5:\"alias\";s:12:\"le-chef-menu\";s:3:\"zip\";s:22:\"packs/le-chef-menu.zip\";s:3:\"uid\";s:32:\"2f2a6a333431fefe4a7b3b6a982b2ff5\";s:3:\"img\";s:23:\"le-chef-menu/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:242;a:25:{s:2:\"id\";s:3:\"251\";s:5:\"title\";s:14:\"Le Chef Header\";s:5:\"alias\";s:14:\"le-chef-header\";s:3:\"zip\";s:24:\"packs/le-chef-header.zip\";s:3:\"uid\";s:32:\"06450ca3be5a4a8959f3752ab974e574\";s:3:\"img\";s:25:\"le-chef-header/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:243;a:25:{s:2:\"id\";s:3:\"252\";s:5:\"title\";s:18:\"Le Chef Philosophy\";s:5:\"alias\";s:18:\"le-chef-philosophy\";s:3:\"zip\";s:28:\"packs/le-chef-philosophy.zip\";s:3:\"uid\";s:32:\"a532fd029addeb18106e751409b8e20a\";s:3:\"img\";s:29:\"le-chef-philosophy/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:244;a:25:{s:2:\"id\";s:3:\"253\";s:5:\"title\";s:12:\"Le Chef Food\";s:5:\"alias\";s:12:\"le-chef-food\";s:3:\"zip\";s:22:\"packs/le-chef-food.zip\";s:3:\"uid\";s:32:\"cd4b6a2cb5de2dd20a0e8ba0c35451df\";s:3:\"img\";s:23:\"le-chef-food/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:245;a:25:{s:2:\"id\";s:3:\"254\";s:5:\"title\";s:16:\"Le Chef La Carte\";s:5:\"alias\";s:16:\"le-chef-la-carte\";s:3:\"zip\";s:26:\"packs/le-chef-la-carte.zip\";s:3:\"uid\";s:32:\"6f312749679c3ba52c41189a6b8bf729\";s:3:\"img\";s:27:\"le-chef-la-carte/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:246;a:25:{s:2:\"id\";s:3:\"255\";s:5:\"title\";s:14:\"Le Chef Footer\";s:5:\"alias\";s:14:\"le-chef-footer\";s:3:\"zip\";s:24:\"packs/le-chef-footer.zip\";s:3:\"uid\";s:32:\"12fc241e8e5b9e5df9758c43448e2907\";s:3:\"img\";s:25:\"le-chef-footer/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:247;a:22:{s:2:\"id\";s:3:\"256\";s:5:\"title\";s:20:\"News Magazine Slider\";s:5:\"alias\";s:20:\"news-magazine-slider\";s:3:\"zip\";s:24:\"news-magazine-slider.zip\";s:3:\"uid\";s:32:\"31f2c1506babb1fef459401f051d2d52\";s:3:\"img\";s:31:\"news-magazine-slider/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/news-magazine-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:205:\"<span class=\"ttm_content\">The Magazine Slider offers various layouts that support static content images, HTML5 and Youtube video. Great for any blog or news website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:248;a:22:{s:2:\"id\";s:3:\"257\";s:5:\"title\";s:18:\"Real Estate Slider\";s:5:\"alias\";s:18:\"real-estate-slider\";s:3:\"zip\";s:22:\"real-estate-slider.zip\";s:3:\"uid\";s:32:\"739ce6336e46815094387c9448e6c804\";s:3:\"img\";s:29:\"real-estate-slider/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/real-estate-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">The Real Estate Slider allows to display real estate offers with a large ken burns background image and additional thumbnail hover images.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:249;a:22:{s:2:\"id\";s:3:\"258\";s:5:\"title\";s:14:\"Fashion Header\";s:5:\"alias\";s:14:\"fashion-header\";s:3:\"zip\";s:18:\"fashion-header.zip\";s:3:\"uid\";s:32:\"24ece4e7f4d31cd90377c62abbd9e25a\";s:3:\"img\";s:25:\"fashion-header/slide1.jpg\";s:7:\"preview\";s:75:\"https://revolution.themepunch.com/fashion-shop-header-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:254:\"<span class=\"ttm_content\">The Fashion Shop Header ist the ideal Slider to display as an intro to your shop website or as a separator in between content. Our unique \"Bubble Morph\" effect makes this module stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:250;a:22:{s:2:\"id\";s:3:\"259\";s:5:\"title\";s:14:\"Seasonal Offer\";s:5:\"alias\";s:13:\"seasonaloffer\";s:3:\"zip\";s:17:\"seasonaloffer.zip\";s:3:\"uid\";s:32:\"caf2f17f8fd64f2f89dcb3c8dd238457\";s:3:\"img\";s:24:\"seasonaloffer/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/seasonal-offer-christmas-header-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">Use the Seasonal Offer Header to promote special offers in the holiday season, or just to add some snowy christmas spirit to your website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:153:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:251;a:25:{s:2:\"id\";s:3:\"260\";s:5:\"title\";s:11:\"Barber Shop\";s:5:\"alias\";s:11:\"barber-shop\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:19:\"barber-shop-package\";s:3:\"img\";s:32:\"packages/barber-shop-package.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:252;a:25:{s:2:\"id\";s:3:\"261\";s:5:\"title\";s:18:\"Barber Shop Header\";s:5:\"alias\";s:18:\"barber-shop-header\";s:3:\"zip\";s:28:\"packs/barber-shop-header.zip\";s:3:\"uid\";s:32:\"71c995d36d39a0e8a04cffdf753f2ba2\";s:3:\"img\";s:29:\"barber-shop-header/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:253;a:25:{s:2:\"id\";s:3:\"262\";s:5:\"title\";s:23:\"Barber Shop Mobile Menu\";s:5:\"alias\";s:23:\"barber-shop-mobile-menu\";s:3:\"zip\";s:33:\"packs/barber-shop-mobile-menu.zip\";s:3:\"uid\";s:32:\"762c6fb5c6306f37becb1e55773c2592\";s:3:\"img\";s:34:\"barber-shop-mobile-menu/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:254;a:25:{s:2:\"id\";s:3:\"263\";s:5:\"title\";s:24:\"Barber Shop First Screen\";s:5:\"alias\";s:24:\"barber-shop-first-screen\";s:3:\"zip\";s:34:\"packs/barber-shop-first-screen.zip\";s:3:\"uid\";s:32:\"acf70bfd64cff2c3c2ea5585223575da\";s:3:\"img\";s:35:\"barber-shop-first-screen/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:255;a:25:{s:2:\"id\";s:3:\"264\";s:5:\"title\";s:17:\"Barber Shop About\";s:5:\"alias\";s:17:\"barber-shop-about\";s:3:\"zip\";s:27:\"packs/barber-shop-about.zip\";s:3:\"uid\";s:32:\"bc8b63cfc7f8c34173b4fd5b082fc05a\";s:3:\"img\";s:28:\"barber-shop-about/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:256;a:25:{s:2:\"id\";s:3:\"265\";s:5:\"title\";s:20:\"Barber Shop Services\";s:5:\"alias\";s:20:\"barber-shop-services\";s:3:\"zip\";s:30:\"packs/barber-shop-services.zip\";s:3:\"uid\";s:32:\"d65121d6f84fabd812a2b621b768e10e\";s:3:\"img\";s:31:\"barber-shop-services/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:257;a:25:{s:2:\"id\";s:3:\"266\";s:5:\"title\";s:19:\"Barber Shop Barbers\";s:5:\"alias\";s:19:\"barber-shop-barbers\";s:3:\"zip\";s:29:\"packs/barber-shop-barbers.zip\";s:3:\"uid\";s:32:\"003e9fec9693072119c8f8d8b6690c4d\";s:3:\"img\";s:30:\"barber-shop-barbers/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:258;a:25:{s:2:\"id\";s:3:\"267\";s:5:\"title\";s:20:\"Barber Shop Contacts\";s:5:\"alias\";s:20:\"barber-shop-contacts\";s:3:\"zip\";s:30:\"packs/barber-shop-contacts.zip\";s:3:\"uid\";s:32:\"cdcc08f5d6c90dbcfd0502bda2401643\";s:3:\"img\";s:31:\"barber-shop-contacts/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:259;a:25:{s:2:\"id\";s:3:\"268\";s:5:\"title\";s:18:\"Barber Shop Footer\";s:5:\"alias\";s:18:\"barber-shop-footer\";s:3:\"zip\";s:28:\"packs/barber-shop-footer.zip\";s:3:\"uid\";s:32:\"26ca5ae0de7cdbb2ca19348b6e01eda0\";s:3:\"img\";s:29:\"barber-shop-footer/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:260;a:22:{s:2:\"id\";s:3:\"269\";s:5:\"title\";s:12:\"Fitness Club\";s:5:\"alias\";s:21:\"fitness-club-template\";s:3:\"zip\";s:25:\"fitness-club-template.zip\";s:3:\"uid\";s:32:\"14ea10d68d6aad1df62b3becf71df754\";s:3:\"img\";s:32:\"fitness-club-template/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/fitness-club-header-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:223:\"<span class=\"ttm_content\">The Fitness Club Header is the perfect introduction to your fitness themed website. Showcase your current offers or service portfolio with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:261;a:22:{s:2:\"id\";s:3:\"270\";s:5:\"title\";s:13:\"Soccer School\";s:5:\"alias\";s:13:\"soccer-school\";s:3:\"zip\";s:17:\"soccer-school.zip\";s:3:\"uid\";s:32:\"9906b48812aff67097f990eeee42dd41\";s:3:\"img\";s:24:\"soccer-school/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/soccer-club-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:228:\"<span class=\"ttm_content\">The Soccer Club Header is the perfect introduction to your Soccer School themed website. Showcase your current offers or service portfolio with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:262;a:22:{s:2:\"id\";s:3:\"271\";s:5:\"title\";s:10:\"Music Band\";s:5:\"alias\";s:19:\"music-band-template\";s:3:\"zip\";s:23:\"music-band-template.zip\";s:3:\"uid\";s:32:\"91e79657bf1b1812f8114a00ab8e0eb4\";s:3:\"img\";s:30:\"music-band-template/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/music-band-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.8.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Music Band Header is the perfect introduction to your Music Band themed website. Showcase your current songs, albums and videos with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:263;a:22:{s:2:\"id\";s:3:\"272\";s:5:\"title\";s:15:\"Restaurant Menu\";s:5:\"alias\";s:15:\"restaurant-menu\";s:3:\"zip\";s:19:\"restaurant-menu.zip\";s:3:\"uid\";s:32:\"078809cffb21b6c4d3f5aaa2daeb193d\";s:3:\"img\";s:26:\"restaurant-menu/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/restaurant-menu-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.8.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:208:\"<span class=\"ttm_content\">The Restaurant Menu Header is the perfect introduction to your Restaurant themed website. Showcase your current dishes with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:264;a:22:{s:2:\"id\";s:3:\"273\";s:5:\"title\";s:16:\"Cinematic Slider\";s:5:\"alias\";s:16:\"cinematic-slider\";s:3:\"zip\";s:20:\"cinematic-slider.zip\";s:3:\"uid\";s:32:\"c53e7dcbb6b656ae7b4c91d333589838\";s:3:\"img\";s:27:\"cinematic-slider/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/cinematic-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:138:\"<span class=\"ttm_content\">Bold texts and a cinematic transition effect make this slider stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:265;a:22:{s:2:\"id\";s:3:\"274\";s:5:\"title\";s:17:\"3D Parallax Cubes\";s:5:\"alias\";s:17:\"3d-parallax-cubes\";s:3:\"zip\";s:21:\"3d-parallax-cubes.zip\";s:3:\"uid\";s:32:\"c5b809a1829f8f809c9a768cd3d6b3cb\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/3d-parallax-cubes-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">This amazing 3D cubes parallax effect can be an eye-opening intro for your website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:266;a:25:{s:2:\"id\";s:3:\"275\";s:5:\"title\";s:33:\"Medicare Medical Services Website\";s:5:\"alias\";s:33:\"medicare-medical-services-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:41:\"medicare-medical-services-website-package\";s:3:\"img\";s:29:\"packages/medicare_package.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:267;a:25:{s:2:\"id\";s:3:\"276\";s:5:\"title\";s:13:\"Medicare Menu\";s:5:\"alias\";s:13:\"medicare-menu\";s:3:\"zip\";s:23:\"packs/medicare-menu.zip\";s:3:\"uid\";s:32:\"0e4ca8fc281e20251b3fffa19d470fed\";s:3:\"img\";s:24:\"medicare-menu/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:268;a:25:{s:2:\"id\";s:3:\"277\";s:5:\"title\";s:15:\"Medicare Header\";s:5:\"alias\";s:15:\"medicare-header\";s:3:\"zip\";s:25:\"packs/medicare-header.zip\";s:3:\"uid\";s:32:\"03e8ade247d8c96f548bc0515f34043f\";s:3:\"img\";s:26:\"medicare-header/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:269;a:25:{s:2:\"id\";s:3:\"278\";s:5:\"title\";s:14:\"Medicare About\";s:5:\"alias\";s:14:\"medicare-about\";s:3:\"zip\";s:24:\"packs/medicare-about.zip\";s:3:\"uid\";s:32:\"a3ab9e89155ef2542820343f30b29f72\";s:3:\"img\";s:25:\"medicare-about/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:270;a:25:{s:2:\"id\";s:3:\"279\";s:5:\"title\";s:18:\"Medicare Highlight\";s:5:\"alias\";s:18:\"medicare-highlight\";s:3:\"zip\";s:28:\"packs/medicare-highlight.zip\";s:3:\"uid\";s:32:\"c3c8a74e5402489f1a85a0c83890ef1f\";s:3:\"img\";s:29:\"medicare-highlight/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:271;a:25:{s:2:\"id\";s:3:\"280\";s:5:\"title\";s:17:\"Medicare Services\";s:5:\"alias\";s:17:\"medicare-services\";s:3:\"zip\";s:27:\"packs/medicare-services.zip\";s:3:\"uid\";s:32:\"8869b0834d4649dcc3221bed65980806\";s:3:\"img\";s:28:\"medicare-services/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:272;a:25:{s:2:\"id\";s:3:\"281\";s:5:\"title\";s:16:\"Medicare Doctors\";s:5:\"alias\";s:16:\"medicare-doctors\";s:3:\"zip\";s:26:\"packs/medicare-doctors.zip\";s:3:\"uid\";s:32:\"2c9d57afd64244b5f7e30b0d87c842f9\";s:3:\"img\";s:27:\"medicare-doctors/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:273;a:25:{s:2:\"id\";s:3:\"282\";s:5:\"title\";s:17:\"Medicare Research\";s:5:\"alias\";s:17:\"medicare-research\";s:3:\"zip\";s:27:\"packs/medicare-research.zip\";s:3:\"uid\";s:32:\"31e84a91fc8b8d5296e715e539a076d0\";s:3:\"img\";s:28:\"medicare-research/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:274;a:25:{s:2:\"id\";s:3:\"283\";s:5:\"title\";s:19:\"Medicare Why Choose\";s:5:\"alias\";s:18:\"medicare-whychoose\";s:3:\"zip\";s:28:\"packs/medicare-whychoose.zip\";s:3:\"uid\";s:32:\"6dad61c672127de9e35884caa45d49a0\";s:3:\"img\";s:29:\"medicare-whychoose/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:275;a:25:{s:2:\"id\";s:3:\"284\";s:5:\"title\";s:16:\"Medicare Contact\";s:5:\"alias\";s:16:\"medicare-contact\";s:3:\"zip\";s:26:\"packs/medicare-contact.zip\";s:3:\"uid\";s:32:\"89bc35ad8beb62a149c42262ae49a270\";s:3:\"img\";s:27:\"medicare-contact/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:276;a:25:{s:2:\"id\";s:3:\"285\";s:5:\"title\";s:15:\"Medicare Footer\";s:5:\"alias\";s:15:\"medicare-footer\";s:3:\"zip\";s:25:\"packs/medicare-footer.zip\";s:3:\"uid\";s:32:\"ccf63e5233b3d63009e5ee90db51b37b\";s:3:\"img\";s:26:\"medicare-footer/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:277;a:25:{s:2:\"id\";s:3:\"286\";s:5:\"title\";s:20:\"Coffee Joint Website\";s:5:\"alias\";s:20:\"coffee-joint-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"coffee-joint-website-package\";s:3:\"img\";s:27:\"packages/coffee_package.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:278;a:25:{s:2:\"id\";s:3:\"287\";s:5:\"title\";s:11:\"Coffee Menu\";s:5:\"alias\";s:11:\"coffee-menu\";s:3:\"zip\";s:21:\"packs/coffee-menu.zip\";s:3:\"uid\";s:32:\"81195cad7be3f5180a267b34ce8cf966\";s:3:\"img\";s:22:\"coffee-menu/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:279;a:25:{s:2:\"id\";s:3:\"288\";s:5:\"title\";s:13:\"Coffee Header\";s:5:\"alias\";s:13:\"coffee-header\";s:3:\"zip\";s:23:\"packs/coffee-header.zip\";s:3:\"uid\";s:32:\"5eed8adb9d3ae12168ad4735ac63eb20\";s:3:\"img\";s:24:\"coffee-header/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:280;a:25:{s:2:\"id\";s:3:\"289\";s:5:\"title\";s:17:\"Coffee Philosophy\";s:5:\"alias\";s:17:\"coffee-philosophy\";s:3:\"zip\";s:27:\"packs/coffee-philosophy.zip\";s:3:\"uid\";s:32:\"76b5ccae3fa87fd0f991b87e7ae71c27\";s:3:\"img\";s:28:\"coffee-philosophy/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:281;a:25:{s:2:\"id\";s:3:\"290\";s:5:\"title\";s:12:\"Coffee Carte\";s:5:\"alias\";s:12:\"coffee-carte\";s:3:\"zip\";s:22:\"packs/coffee-carte.zip\";s:3:\"uid\";s:32:\"470214ddd2cec585629fb79a0fd908d6\";s:3:\"img\";s:23:\"coffee-carte/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:282;a:25:{s:2:\"id\";s:3:\"291\";s:5:\"title\";s:13:\"Coffee Teaser\";s:5:\"alias\";s:13:\"coffee-teaser\";s:3:\"zip\";s:23:\"packs/coffee-teaser.zip\";s:3:\"uid\";s:32:\"2ed868896c92a7bfb6431803c79e8486\";s:3:\"img\";s:24:\"coffee-teaser/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:283;a:25:{s:2:\"id\";s:3:\"292\";s:5:\"title\";s:14:\"Coffee Find Us\";s:5:\"alias\";s:13:\"coffee-findus\";s:3:\"zip\";s:23:\"packs/coffee-findus.zip\";s:3:\"uid\";s:32:\"96d3784473dfa64bce9e1e4101919927\";s:3:\"img\";s:24:\"coffee-findus/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:284;a:25:{s:2:\"id\";s:3:\"293\";s:5:\"title\";s:13:\"Coffee Footer\";s:5:\"alias\";s:13:\"coffee-footer\";s:3:\"zip\";s:23:\"packs/coffee-footer.zip\";s:3:\"uid\";s:32:\"6027c25e87a5fe7fd8727a51c0967915\";s:3:\"img\";s:24:\"coffee-footer/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:285;a:25:{s:2:\"id\";s:3:\"294\";s:5:\"title\";s:17:\"Minimal Portfolio\";s:5:\"alias\";s:25:\"minimal-portfolio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"minimal-portfolio-package\";s:3:\"img\";s:38:\"packages/minimal_portfolio_package.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/minimal-portfolio-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:286;a:25:{s:2:\"id\";s:3:\"295\";s:5:\"title\";s:17:\"Minimal Portfolio\";s:5:\"alias\";s:17:\"minimal-portfolio\";s:3:\"zip\";s:27:\"packs/minimal-portfolio.zip\";s:3:\"uid\";s:32:\"183b97b301d5ff0b171c067a87c8a3f5\";s:3:\"img\";s:28:\"minimal-portfolio/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/minimal-portfolio-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:287;a:25:{s:2:\"id\";s:3:\"296\";s:5:\"title\";s:23:\"Minimal Portfolio Modal\";s:5:\"alias\";s:23:\"minimal-portfolio-modal\";s:3:\"zip\";s:33:\"packs/minimal-portfolio-modal.zip\";s:3:\"uid\";s:32:\"6874e6cec3663670f209a8d8a4f26b16\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/minimal-portfolio-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:288;a:25:{s:2:\"id\";s:3:\"297\";s:5:\"title\";s:23:\"Angled Business Website\";s:5:\"alias\";s:23:\"angled-business-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"angled-business-website-package\";s:3:\"img\";s:27:\"packages/angled_package.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:289;a:25:{s:2:\"id\";s:3:\"298\";s:5:\"title\";s:11:\"Angled Menu\";s:5:\"alias\";s:11:\"angled-menu\";s:3:\"zip\";s:21:\"packs/angled-menu.zip\";s:3:\"uid\";s:32:\"2fe0c4682d1231ee3918be9e4fcb1837\";s:3:\"img\";s:22:\"angled-menu/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:290;a:25:{s:2:\"id\";s:3:\"299\";s:5:\"title\";s:13:\"Angled Header\";s:5:\"alias\";s:13:\"angled-header\";s:3:\"zip\";s:23:\"packs/angled-header.zip\";s:3:\"uid\";s:32:\"09462601d4edca8dff899de6f666dc47\";s:3:\"img\";s:24:\"angled-header/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:291;a:25:{s:2:\"id\";s:3:\"300\";s:5:\"title\";s:11:\"Angled News\";s:5:\"alias\";s:11:\"angled-news\";s:3:\"zip\";s:21:\"packs/angled-news.zip\";s:3:\"uid\";s:32:\"b315105763ed91214cb2f0ac12615729\";s:3:\"img\";s:22:\"angled-news/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:292;a:25:{s:2:\"id\";s:3:\"301\";s:5:\"title\";s:15:\"Angled Services\";s:5:\"alias\";s:15:\"angled-services\";s:3:\"zip\";s:25:\"packs/angled-services.zip\";s:3:\"uid\";s:32:\"7605651c1487e1a6c32edc70017be8ad\";s:3:\"img\";s:26:\"angled-services/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:293;a:25:{s:2:\"id\";s:3:\"302\";s:5:\"title\";s:14:\"Angled Success\";s:5:\"alias\";s:14:\"angled-success\";s:3:\"zip\";s:24:\"packs/angled-success.zip\";s:3:\"uid\";s:32:\"9e3fa974a42ecf80e1ec6ff991fca430\";s:3:\"img\";s:25:\"angled-success/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:294;a:25:{s:2:\"id\";s:3:\"303\";s:5:\"title\";s:13:\"Angled Footer\";s:5:\"alias\";s:13:\"angled-footer\";s:3:\"zip\";s:23:\"packs/angled-footer.zip\";s:3:\"uid\";s:32:\"aed4eaa2f7883351ba9c9947feef153e\";s:3:\"img\";s:24:\"angled-footer/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:295;a:25:{s:2:\"id\";s:3:\"304\";s:5:\"title\";s:20:\"Angled Content Modal\";s:5:\"alias\";s:20:\"angled-content-modal\";s:3:\"zip\";s:30:\"packs/angled-content-modal.zip\";s:3:\"uid\";s:32:\"4ddc74515fdf84f974217e4ed47a7c66\";s:3:\"img\";s:31:\"angled-content-modal/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:296;a:22:{s:2:\"id\";s:3:\"312\";s:5:\"title\";s:24:\"Retouch Before and After\";s:5:\"alias\";s:7:\"Retouch\";s:3:\"zip\";s:11:\"Retouch.zip\";s:3:\"uid\";s:32:\"58894991f1abd8b448c8d353b1b5fe76\";s:3:\"img\";s:18:\"Retouch/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/retouch-before-after-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">The Retouch Slider is the perfect way to compare your photos before and after retouching.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:297;a:22:{s:2:\"id\";s:3:\"313\";s:5:\"title\";s:11:\"Tech Slider\";s:5:\"alias\";s:11:\"tech-slider\";s:3:\"zip\";s:15:\"tech-slider.zip\";s:3:\"uid\";s:32:\"a98e2b264f00a1116d21808c6a543162\";s:3:\"img\";s:22:\"tech-slider/slide1.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/tech-showcase-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">This classic slider module with sleek device mockups features a smooth parallax effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:298;a:25:{s:2:\"id\";s:3:\"314\";s:5:\"title\";s:19:\"Peak Agency Website\";s:5:\"alias\";s:19:\"peak-agency-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"peak-agency-website-package\";s:3:\"img\";s:25:\"packages/peak_package.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:299;a:25:{s:2:\"id\";s:3:\"315\";s:5:\"title\";s:11:\"Peak Header\";s:5:\"alias\";s:11:\"peak-header\";s:3:\"zip\";s:21:\"packs/peak-header.zip\";s:3:\"uid\";s:32:\"b721bd612e9fbc5182418ad3fd7d0808\";s:3:\"img\";s:22:\"peak-header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:300;a:25:{s:2:\"id\";s:3:\"316\";s:5:\"title\";s:10:\"Peak About\";s:5:\"alias\";s:10:\"peak-about\";s:3:\"zip\";s:20:\"packs/peak-about.zip\";s:3:\"uid\";s:32:\"7e68b1012fb03490d45c7f79e8cb1b19\";s:3:\"img\";s:21:\"peak-about/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:301;a:25:{s:2:\"id\";s:3:\"317\";s:5:\"title\";s:14:\"Peak Portfolio\";s:5:\"alias\";s:14:\"peak-portfolio\";s:3:\"zip\";s:24:\"packs/peak-portfolio.zip\";s:3:\"uid\";s:32:\"6198d1885ba9e95221c33e404f21bdbc\";s:3:\"img\";s:25:\"peak-portfolio/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:302;a:25:{s:2:\"id\";s:3:\"318\";s:5:\"title\";s:11:\"Peak Footer\";s:5:\"alias\";s:11:\"peak-footer\";s:3:\"zip\";s:21:\"packs/peak-footer.zip\";s:3:\"uid\";s:32:\"2dead6897ad3b3a709b380d81242f76b\";s:3:\"img\";s:22:\"peak-footer/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:303;a:25:{s:2:\"id\";s:3:\"319\";s:5:\"title\";s:24:\"Modern Portfolio Website\";s:5:\"alias\";s:24:\"modern-portfolio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:32:\"modern-portfolio-website-package\";s:3:\"img\";s:30:\"packages/portfolio-package.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:304;a:25:{s:2:\"id\";s:3:\"320\";s:5:\"title\";s:17:\"Portfolio Welcome\";s:5:\"alias\";s:17:\"portfolio-welcome\";s:3:\"zip\";s:27:\"packs/portfolio-welcome.zip\";s:3:\"uid\";s:32:\"97336b8785e4a7b27facaf1547e0464d\";s:3:\"img\";s:28:\"portfolio-welcome/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:305;a:25:{s:2:\"id\";s:3:\"321\";s:5:\"title\";s:15:\"Portfolio About\";s:5:\"alias\";s:15:\"portfolio-about\";s:3:\"zip\";s:25:\"packs/portfolio-about.zip\";s:3:\"uid\";s:32:\"5d3a4724fd453de5313ceb6696c1db62\";s:3:\"img\";s:26:\"portfolio-about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:306;a:25:{s:2:\"id\";s:3:\"322\";s:5:\"title\";s:21:\"Portfolio Works Title\";s:5:\"alias\";s:21:\"portfolio-works-title\";s:3:\"zip\";s:31:\"packs/portfolio-works-title.zip\";s:3:\"uid\";s:32:\"cbb5c6e875cc1f25b463fdf89cabef28\";s:3:\"img\";s:32:\"portfolio-works-title/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:307;a:25:{s:2:\"id\";s:3:\"323\";s:5:\"title\";s:23:\"Portfolio Works Content\";s:5:\"alias\";s:23:\"portfolio-works-content\";s:3:\"zip\";s:33:\"packs/portfolio-works-content.zip\";s:3:\"uid\";s:32:\"5c87311128c7794ffa6ee07ea0648082\";s:3:\"img\";s:34:\"portfolio-works-content/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:308;a:25:{s:2:\"id\";s:3:\"324\";s:5:\"title\";s:18:\"Portfolio Contacts\";s:5:\"alias\";s:18:\"portfolio-contacts\";s:3:\"zip\";s:28:\"packs/portfolio-contacts.zip\";s:3:\"uid\";s:32:\"bd81feffad83b69218f7e837478038e5\";s:3:\"img\";s:29:\"portfolio-contacts/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:309;a:25:{s:2:\"id\";s:3:\"325\";s:5:\"title\";s:18:\"App Studio Website\";s:5:\"alias\";s:18:\"app-studio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"app-studio-website-package\";s:3:\"img\";s:31:\"packages/App_Studio_package.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:310;a:25:{s:2:\"id\";s:3:\"326\";s:5:\"title\";s:18:\"App Studio Welcome\";s:5:\"alias\";s:18:\"App-Studio-Welcome\";s:3:\"zip\";s:28:\"packs/App-Studio-Welcome.zip\";s:3:\"uid\";s:32:\"2ce0f3c54214b04e6c3a9becfd59730c\";s:3:\"img\";s:29:\"App-Studio-Welcome/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:311;a:25:{s:2:\"id\";s:3:\"327\";s:5:\"title\";s:19:\"App Studio Services\";s:5:\"alias\";s:19:\"App-Studio-Services\";s:3:\"zip\";s:29:\"packs/App-Studio-Services.zip\";s:3:\"uid\";s:32:\"5df7776271ec69d2f9edaa6b842715a9\";s:3:\"img\";s:30:\"App-Studio-Services/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:312;a:25:{s:2:\"id\";s:3:\"328\";s:5:\"title\";s:16:\"App Studio About\";s:5:\"alias\";s:16:\"App-Studio-About\";s:3:\"zip\";s:26:\"packs/App-Studio-About.zip\";s:3:\"uid\";s:32:\"af8b84dc116c629df7bd89fc69271a2e\";s:3:\"img\";s:27:\"App-Studio-About/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:313;a:25:{s:2:\"id\";s:3:\"329\";s:5:\"title\";s:19:\"App Studio Contacts\";s:5:\"alias\";s:19:\"App-Studio-Contacts\";s:3:\"zip\";s:29:\"packs/App-Studio-Contacts.zip\";s:3:\"uid\";s:32:\"afbbd2214c983d314f3215a00db9198d\";s:3:\"img\";s:30:\"App-Studio-Contacts/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:314;a:22:{s:2:\"id\";s:3:\"330\";s:5:\"title\";s:14:\"Cube Animation\";s:5:\"alias\";s:14:\"cube-animation\";s:3:\"zip\";s:18:\"cube-animation.zip\";s:3:\"uid\";s:32:\"c03dd3cfc60479dfc6d79ddb64fa0ec5\";s:3:\"img\";s:25:\"cube-animation/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/cube-animation-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">A modern slider with text elements, cube animations and a striking call to action button.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:315;a:25:{s:2:\"id\";s:3:\"331\";s:5:\"title\";s:13:\"Basic Website\";s:5:\"alias\";s:13:\"basic-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:21:\"basic-website-package\";s:3:\"img\";s:26:\"packages/basic_package.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:316;a:25:{s:2:\"id\";s:3:\"332\";s:5:\"title\";s:10:\"Basic Menu\";s:5:\"alias\";s:10:\"basic-menu\";s:3:\"zip\";s:20:\"packs/basic-menu.zip\";s:3:\"uid\";s:32:\"39277f53b2cb5ac644a1649b47c37270\";s:3:\"img\";s:21:\"basic-menu/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:317;a:25:{s:2:\"id\";s:3:\"333\";s:5:\"title\";s:12:\"Basic Header\";s:5:\"alias\";s:12:\"basic-header\";s:3:\"zip\";s:22:\"packs/basic-header.zip\";s:3:\"uid\";s:32:\"ad7a32dbccb0bdf9de64cf2adfa950a2\";s:3:\"img\";s:23:\"basic-header/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:318;a:25:{s:2:\"id\";s:3:\"334\";s:5:\"title\";s:13:\"Basic Content\";s:5:\"alias\";s:13:\"basic-content\";s:3:\"zip\";s:23:\"packs/basic-content.zip\";s:3:\"uid\";s:32:\"0b12f3b183a3c8206e3a7b28d2d93108\";s:3:\"img\";s:24:\"basic-content/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:319;a:25:{s:2:\"id\";s:3:\"335\";s:5:\"title\";s:14:\"Basic Carousel\";s:5:\"alias\";s:14:\"basic-carousel\";s:3:\"zip\";s:24:\"packs/basic-carousel.zip\";s:3:\"uid\";s:32:\"e4abb5c6d5cf914530575a982d3dfc14\";s:3:\"img\";s:25:\"basic-carousel/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:320;a:25:{s:2:\"id\";s:3:\"336\";s:5:\"title\";s:13:\"Basic Callout\";s:5:\"alias\";s:13:\"basic-callout\";s:3:\"zip\";s:23:\"packs/basic-callout.zip\";s:3:\"uid\";s:32:\"2ccc208b9322f5435d0f4ff64c6d9dab\";s:3:\"img\";s:24:\"basic-callout/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:321;a:25:{s:2:\"id\";s:3:\"337\";s:5:\"title\";s:10:\"Basic Grid\";s:5:\"alias\";s:10:\"basic-grid\";s:3:\"zip\";s:20:\"packs/basic-grid.zip\";s:3:\"uid\";s:32:\"3cb4b41d2992eba012921b8fb7c96daa\";s:3:\"img\";s:21:\"basic-grid/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:322;a:25:{s:2:\"id\";s:3:\"338\";s:5:\"title\";s:17:\"Basic Video Block\";s:5:\"alias\";s:17:\"basic-video-block\";s:3:\"zip\";s:27:\"packs/basic-video-block.zip\";s:3:\"uid\";s:32:\"e7c1d42b21819741f3e72c1325dae5ed\";s:3:\"img\";s:28:\"basic-video-block/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:323;a:25:{s:2:\"id\";s:3:\"339\";s:5:\"title\";s:12:\"Basic Footer\";s:5:\"alias\";s:12:\"basic-footer\";s:3:\"zip\";s:22:\"packs/basic-footer.zip\";s:3:\"uid\";s:32:\"ed8f6a554775ebace558af2f4f2dcbac\";s:3:\"img\";s:23:\"basic-footer/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:324;a:25:{s:2:\"id\";s:3:\"340\";s:5:\"title\";s:14:\"Basic Lightbox\";s:5:\"alias\";s:14:\"basic-lightbox\";s:3:\"zip\";s:24:\"packs/basic-lightbox.zip\";s:3:\"uid\";s:32:\"e4b025b300b1a8f417d04eb80113fac2\";s:3:\"img\";s:25:\"basic-lightbox/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:325;a:22:{s:2:\"id\";s:3:\"341\";s:5:\"title\";s:13:\"Nature Slider\";s:5:\"alias\";s:13:\"nature-slider\";s:3:\"zip\";s:17:\"nature-slider.zip\";s:3:\"uid\";s:32:\"eef1a4584ec1c3b8c26c305cca44e805\";s:3:\"img\";s:24:\"nature-slider/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/nature-explorer-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:151:\"<span class=\"ttm_content\">The Nature Explorer Slider Template uses the Distortion and Particle Effects Add-Ons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-liquideffect-addon\\/revslider-liquideffect-addon.php\",\"name\":\"Distortion Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:326;a:22:{s:2:\"id\";s:3:\"342\";s:5:\"title\";s:11:\"Art Gallery\";s:5:\"alias\";s:11:\"art-gallery\";s:3:\"zip\";s:15:\"art-gallery.zip\";s:3:\"uid\";s:32:\"b8c5095ae3407337e6e5b2a8515e7d6e\";s:3:\"img\";s:22:\"art-gallery/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/art-gallery-slider-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern slider with large, geometric elements and interesting mask animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:327;a:25:{s:2:\"id\";s:3:\"343\";s:5:\"title\";s:20:\"Construction Company\";s:5:\"alias\";s:28:\"construction-company-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:36:\"construction-company-website-package\";s:3:\"img\";s:33:\"packages/construction_package.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:328;a:25:{s:2:\"id\";s:3:\"344\";s:5:\"title\";s:19:\"Construction Header\";s:5:\"alias\";s:19:\"Construction-Header\";s:3:\"zip\";s:29:\"packs/Construction-Header.zip\";s:3:\"uid\";s:32:\"5c77de774b8f5487c1276c4a7b3dc80c\";s:3:\"img\";s:30:\"Construction-Header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:329;a:25:{s:2:\"id\";s:3:\"345\";s:5:\"title\";s:17:\"Construction Home\";s:5:\"alias\";s:17:\"Construction-Home\";s:3:\"zip\";s:27:\"packs/Construction-Home.zip\";s:3:\"uid\";s:32:\"fcb277f0c07dad270d2a7cef4431bef8\";s:3:\"img\";s:28:\"Construction-Home/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:330;a:25:{s:2:\"id\";s:3:\"346\";s:5:\"title\";s:21:\"Construction Projects\";s:5:\"alias\";s:21:\"Construction-Projects\";s:3:\"zip\";s:31:\"packs/Construction-Projects.zip\";s:3:\"uid\";s:32:\"0c847173c3739f79778dc2c0fc9704e4\";s:3:\"img\";s:32:\"Construction-Projects/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:331;a:25:{s:2:\"id\";s:3:\"347\";s:5:\"title\";s:20:\"Construction History\";s:5:\"alias\";s:20:\"Construction-History\";s:3:\"zip\";s:30:\"packs/Construction-History.zip\";s:3:\"uid\";s:32:\"758da120c4b6c5606692faf0aa43aac6\";s:3:\"img\";s:31:\"Construction-History/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:332;a:25:{s:2:\"id\";s:3:\"348\";s:5:\"title\";s:21:\"Construction Services\";s:5:\"alias\";s:21:\"Construction-Services\";s:3:\"zip\";s:31:\"packs/Construction-Services.zip\";s:3:\"uid\";s:32:\"5ad5b841c1d89e97ddbf972c8b11abd4\";s:3:\"img\";s:32:\"Construction-Services/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:333;a:25:{s:2:\"id\";s:3:\"349\";s:5:\"title\";s:21:\"Construction Contacts\";s:5:\"alias\";s:21:\"Construction-Contacts\";s:3:\"zip\";s:31:\"packs/Construction-Contacts.zip\";s:3:\"uid\";s:32:\"b8c3c34046bb91ebb243e4da64745d37\";s:3:\"img\";s:32:\"Construction-Contacts/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:334;a:22:{s:2:\"id\";s:3:\"350\";s:5:\"title\";s:22:\"Classic Cars Evolution\";s:5:\"alias\";s:22:\"Classic-Cars-Evolution\";s:3:\"zip\";s:26:\"Classic-Cars-Evolution.zip\";s:3:\"uid\";s:32:\"7061757f128fd624b0227715dab73b74\";s:3:\"img\";s:33:\"Classic-Cars-Evolution/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/classic-cars-before-after-hero/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:156:\"<span class=\"ttm_content\">The Classic Cars Evolution Slider is a great example of our popular before & after Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:335;a:22:{s:2:\"id\";s:3:\"351\";s:5:\"title\";s:21:\"404 Error Space Theme\";s:5:\"alias\";s:21:\"404-Error-Space-Theme\";s:3:\"zip\";s:25:\"404-Error-Space-Theme.zip\";s:3:\"uid\";s:32:\"6412adc7ec025826328e40e552a14e1e\";s:3:\"img\";s:32:\"404-Error-Space-Theme/slide1.jpg\";s:7:\"preview\";s:49:\"https://revolution.themepunch.com/404-error-page/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">The Classic Cars Evolution Slider is the perfect way to make your error page more beautiful.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:336;a:25:{s:2:\"id\";s:3:\"352\";s:5:\"title\";s:12:\"Landing Page\";s:5:\"alias\";s:20:\"landing-page-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"landing-page-website-package\";s:3:\"img\";s:23:\"packages/lp_package.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:337;a:25:{s:2:\"id\";s:3:\"353\";s:5:\"title\";s:17:\"Landing Page Hero\";s:5:\"alias\";s:17:\"landing-page-hero\";s:3:\"zip\";s:27:\"packs/landing-page-hero.zip\";s:3:\"uid\";s:32:\"d328635caa20da7ee8a3ab687f8656ff\";s:3:\"img\";s:28:\"landing-page-hero/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:338;a:25:{s:2:\"id\";s:3:\"354\";s:5:\"title\";s:21:\"Landing Page Features\";s:5:\"alias\";s:21:\"landing-page-features\";s:3:\"zip\";s:31:\"packs/landing-page-features.zip\";s:3:\"uid\";s:32:\"6552bc72abace10918a64866d9bb79c1\";s:3:\"img\";s:32:\"landing-page-features/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:339;a:25:{s:2:\"id\";s:3:\"355\";s:5:\"title\";s:20:\"Landing Page Callout\";s:5:\"alias\";s:20:\"landing-page-callout\";s:3:\"zip\";s:30:\"packs/landing-page-callout.zip\";s:3:\"uid\";s:32:\"c5b101ea5471e7409ae7effa8d45fbcf\";s:3:\"img\";s:31:\"landing-page-callout/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:340;a:25:{s:2:\"id\";s:3:\"356\";s:5:\"title\";s:20:\"Landing Page Content\";s:5:\"alias\";s:20:\"landing-page-content\";s:3:\"zip\";s:30:\"packs/landing-page-content.zip\";s:3:\"uid\";s:32:\"34da8057a6bb3677c9adf9f18ffc6cf0\";s:3:\"img\";s:31:\"landing-page-content/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:341;a:25:{s:2:\"id\";s:3:\"357\";s:5:\"title\";s:25:\"Landing Page Testimonials\";s:5:\"alias\";s:25:\"landing-page-testimonials\";s:3:\"zip\";s:35:\"packs/landing-page-testimonials.zip\";s:3:\"uid\";s:32:\"a83606e311cd5115422d86f04890cbf1\";s:3:\"img\";s:36:\"landing-page-testimonials/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:342;a:25:{s:2:\"id\";s:3:\"358\";s:5:\"title\";s:27:\"Landing Page Call to Action\";s:5:\"alias\";s:27:\"landing-page-call-to-action\";s:3:\"zip\";s:37:\"packs/landing-page-call-to-action.zip\";s:3:\"uid\";s:32:\"adfb456b27fa7eb6b1415d8f80836f05\";s:3:\"img\";s:38:\"landing-page-call-to-action/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:343;a:25:{s:2:\"id\";s:3:\"359\";s:5:\"title\";s:17:\"Landing Page Help\";s:5:\"alias\";s:17:\"landing-page-help\";s:3:\"zip\";s:27:\"packs/landing-page-help.zip\";s:3:\"uid\";s:32:\"ca502431f9b7f6249d99b02464de2dd7\";s:3:\"img\";s:28:\"landing-page-help/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:344;a:25:{s:2:\"id\";s:3:\"360\";s:5:\"title\";s:19:\"Landing Page Footer\";s:5:\"alias\";s:19:\"landing-page-footer\";s:3:\"zip\";s:29:\"packs/landing-page-footer.zip\";s:3:\"uid\";s:32:\"2a6afc371dbd60cb117f8a0f5d09eac9\";s:3:\"img\";s:30:\"landing-page-footer/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:345;a:25:{s:2:\"id\";s:3:\"361\";s:5:\"title\";s:24:\"Landing Page Price Modal\";s:5:\"alias\";s:24:\"landing-page-price-modal\";s:3:\"zip\";s:34:\"packs/landing-page-price-modal.zip\";s:3:\"uid\";s:32:\"a6c5c0430b46dd4e6e68416964a8c54d\";s:3:\"img\";s:35:\"landing-page-price-modal/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:346;a:25:{s:2:\"id\";s:3:\"371\";s:5:\"title\";s:17:\"Corporate Website\";s:5:\"alias\";s:17:\"corporate-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"corporate-website-package\";s:3:\"img\";s:30:\"packages/corporate-website.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:347;a:25:{s:2:\"id\";s:3:\"372\";s:5:\"title\";s:16:\"Corporate Header\";s:5:\"alias\";s:16:\"Corporate-Header\";s:3:\"zip\";s:26:\"packs/Corporate-Header.zip\";s:3:\"uid\";s:32:\"04f868e3812a1681f00ab89580e5d1f8\";s:3:\"img\";s:27:\"Corporate-Header/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:348;a:25:{s:2:\"id\";s:3:\"373\";s:5:\"title\";s:24:\"Corporate Welcome Screen\";s:5:\"alias\";s:24:\"Corporate-Welcome-Screen\";s:3:\"zip\";s:34:\"packs/Corporate-Welcome-Screen.zip\";s:3:\"uid\";s:32:\"052afe98ef819f7ace041dbbdb749639\";s:3:\"img\";s:35:\"Corporate-Welcome-Screen/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:349;a:25:{s:2:\"id\";s:3:\"374\";s:5:\"title\";s:15:\"Corporate About\";s:5:\"alias\";s:15:\"Corporate-About\";s:3:\"zip\";s:25:\"packs/Corporate-About.zip\";s:3:\"uid\";s:32:\"7bf5f8f6d4cc3016cea86289cb46e5b6\";s:3:\"img\";s:26:\"Corporate-About/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:350;a:25:{s:2:\"id\";s:3:\"375\";s:5:\"title\";s:19:\"Corporate Portfolio\";s:5:\"alias\";s:19:\"Corporate-Portfolio\";s:3:\"zip\";s:29:\"packs/Corporate-Portfolio.zip\";s:3:\"uid\";s:32:\"612c2bd784fea81392dda1644a3c3cf3\";s:3:\"img\";s:30:\"Corporate-Portfolio/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:351;a:25:{s:2:\"id\";s:3:\"376\";s:5:\"title\";s:15:\"Corporate Chart\";s:5:\"alias\";s:15:\"Corporate-Chart\";s:3:\"zip\";s:25:\"packs/Corporate-Chart.zip\";s:3:\"uid\";s:32:\"4d27d9b3b2cfcce750e526aafb322a9f\";s:3:\"img\";s:26:\"Corporate-Chart/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:352;a:25:{s:2:\"id\";s:3:\"377\";s:5:\"title\";s:14:\"Corporate News\";s:5:\"alias\";s:14:\"Corporate-News\";s:3:\"zip\";s:24:\"packs/Corporate-News.zip\";s:3:\"uid\";s:32:\"bb65ed57a0d4db795d8b738f0a92f2d7\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:353;a:25:{s:2:\"id\";s:3:\"378\";s:5:\"title\";s:16:\"Corporate Hiring\";s:5:\"alias\";s:16:\"Corporate-Hiring\";s:3:\"zip\";s:26:\"packs/Corporate-Hiring.zip\";s:3:\"uid\";s:32:\"136cf1a91604e819089eb3573a6e100a\";s:3:\"img\";s:27:\"Corporate-Hiring/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:354;a:25:{s:2:\"id\";s:3:\"379\";s:5:\"title\";s:22:\"Corporate Testimonials\";s:5:\"alias\";s:22:\"Corporate-Testimonials\";s:3:\"zip\";s:32:\"packs/Corporate-Testimonials.zip\";s:3:\"uid\";s:32:\"b17aec0afdc31e37359cfa406164463c\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:355;a:25:{s:2:\"id\";s:3:\"380\";s:5:\"title\";s:15:\"Corporate Store\";s:5:\"alias\";s:15:\"Corporate-Store\";s:3:\"zip\";s:25:\"packs/Corporate-Store.zip\";s:3:\"uid\";s:32:\"6240b14620ddc634736716e0cdfdeb31\";s:3:\"img\";s:26:\"Corporate-Store/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:356;a:25:{s:2:\"id\";s:3:\"381\";s:5:\"title\";s:17:\"Corporate Support\";s:5:\"alias\";s:17:\"Corporate-Support\";s:3:\"zip\";s:27:\"packs/Corporate-Support.zip\";s:3:\"uid\";s:32:\"9424292a78076ce68c2faf587b26cdad\";s:3:\"img\";s:28:\"Corporate-Support/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:357;a:25:{s:2:\"id\";s:3:\"382\";s:5:\"title\";s:14:\"Corporate Team\";s:5:\"alias\";s:14:\"Corporate-Team\";s:3:\"zip\";s:24:\"packs/Corporate-Team.zip\";s:3:\"uid\";s:32:\"4fafe469b5a0a2545625c3f6d7ff3b9e\";s:3:\"img\";s:25:\"Corporate-Team/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:358;a:25:{s:2:\"id\";s:3:\"383\";s:5:\"title\";s:33:\"Corporate Selected Projects Title\";s:5:\"alias\";s:33:\"Corporate-Selected-Projects-Title\";s:3:\"zip\";s:43:\"packs/Corporate-Selected-Projects-Title.zip\";s:3:\"uid\";s:32:\"0ed3c41f51e6bf404c2fe179fa8d8ceb\";s:3:\"img\";s:44:\"Corporate-Selected-Projects-Title/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"12\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:359;a:25:{s:2:\"id\";s:3:\"384\";s:5:\"title\";s:27:\"Corporate Selected Projects\";s:5:\"alias\";s:27:\"Corporate-Selected-Projects\";s:3:\"zip\";s:37:\"packs/Corporate-Selected-Projects.zip\";s:3:\"uid\";s:32:\"1096c78d5f007f3900228a4092515e2e\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"13\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:360;a:25:{s:2:\"id\";s:3:\"385\";s:5:\"title\";s:17:\"Corporate Clients\";s:5:\"alias\";s:17:\"Corporate-Clients\";s:3:\"zip\";s:27:\"packs/Corporate-Clients.zip\";s:3:\"uid\";s:32:\"60fe3a311195bf4dba3e50bd1ab98574\";s:3:\"img\";s:28:\"Corporate-Clients/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"14\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:361;a:25:{s:2:\"id\";s:3:\"386\";s:5:\"title\";s:20:\"Corporate Text Block\";s:5:\"alias\";s:20:\"Corporate-Text-Block\";s:3:\"zip\";s:30:\"packs/Corporate-Text-Block.zip\";s:3:\"uid\";s:32:\"93b68bb23d65fd1028b6b5f6d19b85b5\";s:3:\"img\";s:31:\"Corporate-Text-Block/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"15\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:362;a:25:{s:2:\"id\";s:3:\"387\";s:5:\"title\";s:20:\"Corporate Mobile App\";s:5:\"alias\";s:20:\"Corporate-Mobile-App\";s:3:\"zip\";s:30:\"packs/Corporate-Mobile-App.zip\";s:3:\"uid\";s:32:\"e592369d233bea673403daa15c6e498a\";s:3:\"img\";s:31:\"Corporate-Mobile-App/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"16\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:363;a:25:{s:2:\"id\";s:3:\"388\";s:5:\"title\";s:18:\"Corporate Contacts\";s:5:\"alias\";s:18:\"Corporate-Contacts\";s:3:\"zip\";s:28:\"packs/Corporate-Contacts.zip\";s:3:\"uid\";s:32:\"91ae9488b54b7020f8ae9dfbfd6c563a\";s:3:\"img\";s:29:\"Corporate-Contacts/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"17\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:364;a:25:{s:2:\"id\";s:3:\"389\";s:5:\"title\";s:16:\"Corporate Footer\";s:5:\"alias\";s:16:\"Corporate-Footer\";s:3:\"zip\";s:26:\"packs/Corporate-Footer.zip\";s:3:\"uid\";s:32:\"a01df90af203f06194c1a18745d79861\";s:3:\"img\";s:27:\"Corporate-Footer/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"18\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:365;a:25:{s:2:\"id\";s:3:\"390\";s:5:\"title\";s:23:\"Corporate Scroll To Top\";s:5:\"alias\";s:23:\"Corporate-Scroll-To-Top\";s:3:\"zip\";s:33:\"packs/Corporate-Scroll-To-Top.zip\";s:3:\"uid\";s:32:\"2d68f6e4590a9a445e6eb055dfee88ba\";s:3:\"img\";s:34:\"Corporate-Scroll-To-Top/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"19\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:366;a:25:{s:2:\"id\";s:3:\"402\";s:5:\"title\";s:23:\"Brutal Website Template\";s:5:\"alias\";s:23:\"brutal-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"brutal-website-template-package\";s:3:\"img\";s:36:\"packages/brutal-website-template.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:367;a:25:{s:2:\"id\";s:3:\"403\";s:5:\"title\";s:11:\"Brutal Menu\";s:5:\"alias\";s:11:\"brutal-menu\";s:3:\"zip\";s:21:\"packs/brutal-menu.zip\";s:3:\"uid\";s:32:\"04b21c7aee2479793336e964230d6e3f\";s:3:\"img\";s:22:\"brutal-menu/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:368;a:25:{s:2:\"id\";s:3:\"404\";s:5:\"title\";s:11:\"Brutal Hero\";s:5:\"alias\";s:11:\"brutal-hero\";s:3:\"zip\";s:21:\"packs/brutal-hero.zip\";s:3:\"uid\";s:32:\"a342ad01054b97bac7980fdf9e275b34\";s:3:\"img\";s:22:\"brutal-hero/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:369;a:25:{s:2:\"id\";s:3:\"405\";s:5:\"title\";s:12:\"Brutal About\";s:5:\"alias\";s:12:\"brutal-about\";s:3:\"zip\";s:22:\"packs/brutal-about.zip\";s:3:\"uid\";s:32:\"a3e1cd2e36c9a783c1932fdafe2e4434\";s:3:\"img\";s:23:\"brutal-about/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:370;a:25:{s:2:\"id\";s:3:\"406\";s:5:\"title\";s:16:\"Brutal Highlight\";s:5:\"alias\";s:16:\"brutal-highlight\";s:3:\"zip\";s:26:\"packs/brutal-highlight.zip\";s:3:\"uid\";s:32:\"b7f8522dcb4636467633bd3b14f4e3e9\";s:3:\"img\";s:27:\"brutal-highlight/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:371;a:25:{s:2:\"id\";s:3:\"407\";s:5:\"title\";s:15:\"Brutal Projects\";s:5:\"alias\";s:15:\"brutal-projects\";s:3:\"zip\";s:25:\"packs/brutal-projects.zip\";s:3:\"uid\";s:32:\"1a462e91373042193ca5d623dd8e8a47\";s:3:\"img\";s:26:\"brutal-projects/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:372;a:25:{s:2:\"id\";s:3:\"408\";s:5:\"title\";s:15:\"Brutal Services\";s:5:\"alias\";s:15:\"brutal-services\";s:3:\"zip\";s:25:\"packs/brutal-services.zip\";s:3:\"uid\";s:32:\"cbeeb1e7a5c2842b155fe13acb7c165d\";s:3:\"img\";s:26:\"brutal-services/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:373;a:25:{s:2:\"id\";s:3:\"409\";s:5:\"title\";s:14:\"Brutal Callout\";s:5:\"alias\";s:14:\"brutal-callout\";s:3:\"zip\";s:24:\"packs/brutal-callout.zip\";s:3:\"uid\";s:32:\"31b6dafdb2dfb548152653e60df5a3bc\";s:3:\"img\";s:25:\"brutal-callout/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:374;a:25:{s:2:\"id\";s:3:\"410\";s:5:\"title\";s:13:\"Brutal Footer\";s:5:\"alias\";s:13:\"brutal-footer\";s:3:\"zip\";s:23:\"packs/brutal-footer.zip\";s:3:\"uid\";s:32:\"07559f0c574e3dd95b2d40d72cbb01bc\";s:3:\"img\";s:24:\"brutal-footer/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:375;a:25:{s:2:\"id\";s:3:\"411\";s:5:\"title\";s:23:\"Church Website Template\";s:5:\"alias\";s:23:\"church-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"church-website-template-package\";s:3:\"img\";s:36:\"packages/church-website-template.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:376;a:25:{s:2:\"id\";s:3:\"412\";s:5:\"title\";s:13:\"Church Header\";s:5:\"alias\";s:13:\"Church-Header\";s:3:\"zip\";s:23:\"packs/Church-Header.zip\";s:3:\"uid\";s:32:\"c14289117e1e2b9ee716fb99146b2e03\";s:3:\"img\";s:24:\"Church-Header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:377;a:25:{s:2:\"id\";s:3:\"413\";s:5:\"title\";s:22:\"Church Upcoming Events\";s:5:\"alias\";s:22:\"Church-Upcoming-Events\";s:3:\"zip\";s:32:\"packs/Church-Upcoming-Events.zip\";s:3:\"uid\";s:32:\"056a26efddae92973fee4ee5cfa75f10\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:378;a:25:{s:2:\"id\";s:3:\"414\";s:5:\"title\";s:12:\"Church About\";s:5:\"alias\";s:12:\"Church-About\";s:3:\"zip\";s:22:\"packs/Church-About.zip\";s:3:\"uid\";s:32:\"8ef133f3f669f06380334a83e27eedbb\";s:3:\"img\";s:23:\"Church-About/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:379;a:25:{s:2:\"id\";s:3:\"415\";s:5:\"title\";s:14:\"Church Pastors\";s:5:\"alias\";s:14:\"Church-Pastors\";s:3:\"zip\";s:24:\"packs/Church-Pastors.zip\";s:3:\"uid\";s:32:\"715edc0833a753b72350b8c974f86f94\";s:3:\"img\";s:25:\"Church-Pastors/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:380;a:25:{s:2:\"id\";s:3:\"416\";s:5:\"title\";s:20:\"Church Photo Gallery\";s:5:\"alias\";s:20:\"Church-Photo-Gallery\";s:3:\"zip\";s:30:\"packs/Church-Photo-Gallery.zip\";s:3:\"uid\";s:32:\"d94808a97149cd5d3b3354a28409ffd7\";s:3:\"img\";s:31:\"Church-Photo-Gallery/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:381;a:25:{s:2:\"id\";s:3:\"417\";s:5:\"title\";s:16:\"Church Community\";s:5:\"alias\";s:16:\"Church-Community\";s:3:\"zip\";s:26:\"packs/Church-Community.zip\";s:3:\"uid\";s:32:\"2244e6a6d7a691653eae2d70765130a7\";s:3:\"img\";s:27:\"Church-Community/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:382;a:25:{s:2:\"id\";s:3:\"418\";s:5:\"title\";s:13:\"Church Sermon\";s:5:\"alias\";s:13:\"Church-Sermon\";s:3:\"zip\";s:23:\"packs/Church-Sermon.zip\";s:3:\"uid\";s:32:\"8fedf983bd55fff0f7a16d9f0a7e5408\";s:3:\"img\";s:24:\"Church-Sermon/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:383;a:25:{s:2:\"id\";s:3:\"419\";s:5:\"title\";s:15:\"Church Contacts\";s:5:\"alias\";s:15:\"Church-Contacts\";s:3:\"zip\";s:25:\"packs/Church-Contacts.zip\";s:3:\"uid\";s:32:\"0b1a6968e75868548fd98e435625c090\";s:3:\"img\";s:26:\"Church-Contacts/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:384;a:25:{s:2:\"id\";s:3:\"420\";s:5:\"title\";s:13:\"Church Footer\";s:5:\"alias\";s:13:\"Church-Footer\";s:3:\"zip\";s:23:\"packs/Church-Footer.zip\";s:3:\"uid\";s:32:\"29756685d3dc49e42edada43e6393b7b\";s:3:\"img\";s:24:\"Church-Footer/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:385;a:25:{s:2:\"id\";s:3:\"421\";s:5:\"title\";s:29:\"Church Light Website Template\";s:5:\"alias\";s:29:\"church-light-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"church-light-website-template-package\";s:3:\"img\";s:42:\"packages/church-light-website-template.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:386;a:25:{s:2:\"id\";s:3:\"422\";s:5:\"title\";s:19:\"Church Light Header\";s:5:\"alias\";s:19:\"Church-Light-Header\";s:3:\"zip\";s:29:\"packs/Church-Light-Header.zip\";s:3:\"uid\";s:32:\"81c00f4b52cf55214de919e3f13121fc\";s:3:\"img\";s:30:\"Church-Light-Header/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:387;a:25:{s:2:\"id\";s:3:\"423\";s:5:\"title\";s:28:\"Church Light Upcoming Events\";s:5:\"alias\";s:28:\"Church-Light-Upcoming-Events\";s:3:\"zip\";s:38:\"packs/Church-Light-Upcoming-Events.zip\";s:3:\"uid\";s:32:\"963a49f4be0557ac5f3ee61d256f5bda\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:388;a:25:{s:2:\"id\";s:3:\"424\";s:5:\"title\";s:18:\"Church Light About\";s:5:\"alias\";s:18:\"Church-Light-About\";s:3:\"zip\";s:28:\"packs/Church-Light-About.zip\";s:3:\"uid\";s:32:\"d46c8e8e6f80e6bfedb54f1cdc49e7e6\";s:3:\"img\";s:29:\"Church-Light-About/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:389;a:25:{s:2:\"id\";s:3:\"425\";s:5:\"title\";s:20:\"Church Light Pastors\";s:5:\"alias\";s:20:\"Church-Light-Pastors\";s:3:\"zip\";s:30:\"packs/Church-Light-Pastors.zip\";s:3:\"uid\";s:32:\"7cc3dec61556e2291d6f38c1ea5e983f\";s:3:\"img\";s:31:\"Church-Light-Pastors/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:390;a:25:{s:2:\"id\";s:3:\"426\";s:5:\"title\";s:26:\"Church Light Photo Gallery\";s:5:\"alias\";s:26:\"Church-Light-Photo-Gallery\";s:3:\"zip\";s:36:\"packs/Church-Light-Photo-Gallery.zip\";s:3:\"uid\";s:32:\"9e13100179b9b700b005693eeca57902\";s:3:\"img\";s:37:\"Church-Light-Photo-Gallery/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:391;a:25:{s:2:\"id\";s:3:\"427\";s:5:\"title\";s:22:\"Church Light Community\";s:5:\"alias\";s:22:\"Church-Light-Community\";s:3:\"zip\";s:32:\"packs/Church-Light-Community.zip\";s:3:\"uid\";s:32:\"14fcc0d43d899fd96116bdbc57c7c5ea\";s:3:\"img\";s:33:\"Church-Light-Community/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:392;a:25:{s:2:\"id\";s:3:\"428\";s:5:\"title\";s:19:\"Church Light Sermon\";s:5:\"alias\";s:19:\"Church-Light-Sermon\";s:3:\"zip\";s:29:\"packs/Church-Light-Sermon.zip\";s:3:\"uid\";s:32:\"fc30be7e703bc7b235665c36baa80e4e\";s:3:\"img\";s:30:\"Church-Light-Sermon/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:393;a:25:{s:2:\"id\";s:3:\"429\";s:5:\"title\";s:21:\"Church Light Contacts\";s:5:\"alias\";s:21:\"Church-Light-Contacts\";s:3:\"zip\";s:31:\"packs/Church-Light-Contacts.zip\";s:3:\"uid\";s:32:\"ed83d8fa63ecb59cf42656068ecf8d25\";s:3:\"img\";s:32:\"Church-Light-Contacts/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:394;a:25:{s:2:\"id\";s:3:\"430\";s:5:\"title\";s:19:\"Church Light Footer\";s:5:\"alias\";s:19:\"Church-Light-Footer\";s:3:\"zip\";s:29:\"packs/Church-Light-Footer.zip\";s:3:\"uid\";s:32:\"a168772865fd5dcf6229c9c6a49dff73\";s:3:\"img\";s:30:\"Church-Light-Footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:395;a:25:{s:2:\"id\";s:3:\"431\";s:5:\"title\";s:25:\"Rockable Website Template\";s:5:\"alias\";s:25:\"rockable-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:33:\"rockable-website-template-package\";s:3:\"img\";s:38:\"packages/rockable-website-template.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:396;a:25:{s:2:\"id\";s:3:\"432\";s:5:\"title\";s:13:\"Rockable Menu\";s:5:\"alias\";s:13:\"rockable-menu\";s:3:\"zip\";s:23:\"packs/rockable-menu.zip\";s:3:\"uid\";s:32:\"92d18f7ff38f22ff411a4ef4d9f54934\";s:3:\"img\";s:24:\"rockable-menu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:397;a:25:{s:2:\"id\";s:3:\"433\";s:5:\"title\";s:13:\"Rockable Hero\";s:5:\"alias\";s:13:\"rockable-hero\";s:3:\"zip\";s:23:\"packs/rockable-hero.zip\";s:3:\"uid\";s:32:\"ba16b28d6bde95910cbce572bb251208\";s:3:\"img\";s:24:\"rockable-hero/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:398;a:25:{s:2:\"id\";s:3:\"434\";s:5:\"title\";s:15:\"Rockable Lineup\";s:5:\"alias\";s:15:\"rockable-lineup\";s:3:\"zip\";s:25:\"packs/rockable-lineup.zip\";s:3:\"uid\";s:32:\"6631980112805533a0d328c37e56adbd\";s:3:\"img\";s:26:\"rockable-lineup/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:399;a:25:{s:2:\"id\";s:3:\"435\";s:5:\"title\";s:17:\"Rockable Lineup 2\";s:5:\"alias\";s:17:\"rockable-lineup-2\";s:3:\"zip\";s:27:\"packs/rockable-lineup-2.zip\";s:3:\"uid\";s:32:\"98bc41d982dc478edabff4aa99461dbc\";s:3:\"img\";s:28:\"rockable-lineup-2/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:400;a:25:{s:2:\"id\";s:3:\"436\";s:5:\"title\";s:22:\"Rockable Gallery Title\";s:5:\"alias\";s:22:\"rockable-gallery-title\";s:3:\"zip\";s:32:\"packs/rockable-gallery-title.zip\";s:3:\"uid\";s:32:\"da43a76f5bc77aa6efe158b00ab7cf0d\";s:3:\"img\";s:33:\"rockable-gallery-title/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:401;a:25:{s:2:\"id\";s:3:\"437\";s:5:\"title\";s:16:\"Rockable Gallery\";s:5:\"alias\";s:16:\"rockable-gallery\";s:3:\"zip\";s:26:\"packs/rockable-gallery.zip\";s:3:\"uid\";s:32:\"c12a144d6860bcf24e91d5b980ac22f1\";s:3:\"img\";s:27:\"rockable-gallery/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:402;a:25:{s:2:\"id\";s:3:\"438\";s:5:\"title\";s:17:\"Rockable Sponsors\";s:5:\"alias\";s:17:\"rockable-sponsors\";s:3:\"zip\";s:27:\"packs/rockable-sponsors.zip\";s:3:\"uid\";s:32:\"1e40d4a810c23f8d5fe5cd5ca31ee20d\";s:3:\"img\";s:28:\"rockable-sponsors/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:403;a:25:{s:2:\"id\";s:3:\"439\";s:5:\"title\";s:15:\"Rockable Footer\";s:5:\"alias\";s:15:\"rockable-footer\";s:3:\"zip\";s:25:\"packs/rockable-footer.zip\";s:3:\"uid\";s:32:\"a4a9952d5e56fc14366155e8ebfa432a\";s:3:\"img\";s:26:\"rockable-footer/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:404;a:25:{s:2:\"id\";s:3:\"440\";s:5:\"title\";s:21:\"Rockable Detail Modal\";s:5:\"alias\";s:21:\"rockable-detail-modal\";s:3:\"zip\";s:31:\"packs/rockable-detail-modal.zip\";s:3:\"uid\";s:32:\"b51d918203ff7975a144a9f1be09f31b\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:405;a:25:{s:2:\"id\";s:3:\"441\";s:5:\"title\";s:23:\"Rockable Detail Modal 2\";s:5:\"alias\";s:23:\"rockable-detail-modal-2\";s:3:\"zip\";s:33:\"packs/rockable-detail-modal-2.zip\";s:3:\"uid\";s:32:\"dcf51ebb3d4a1dec94748a1e016c5ef7\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:406;a:22:{s:2:\"id\";s:3:\"442\";s:5:\"title\";s:27:\"Real Estate Showcase Slider\";s:5:\"alias\";s:27:\"real-estate-showcase-slider\";s:3:\"zip\";s:31:\"Real-Estate-Showcase-Slider.zip\";s:3:\"uid\";s:32:\"486b2bbe296722e70421731e3c05711b\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/real-estate-showcase-slider/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:152:\"<span class=\"ttm_content\">An elegant showcase for your real estate & realtor website. Flexible and customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:407;a:22:{s:2:\"id\";s:3:\"443\";s:5:\"title\";s:16:\"Isometric Slider\";s:5:\"alias\";s:16:\"isometric-slider\";s:3:\"zip\";s:20:\"isometric-slider.zip\";s:3:\"uid\";s:32:\"fb06051fcf6649a44f2292044e414a36\";s:3:\"img\";s:27:\"isometric-slider/slide1.jpg\";s:7:\"preview\";s:51:\"https://revolution.themepunch.com/isometric-slider/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:154:\"<span class=\"ttm_content\">A colorful, isometric slider template with fully customizable colors and screen content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:408;a:25:{s:2:\"id\";s:3:\"444\";s:5:\"title\";s:26:\"Woo Commerce Slider Static\";s:5:\"alias\";s:26:\"woo-commerce-slider-static\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"woo-commerce-slider-static\";s:3:\"img\";s:39:\"packages/woo-commerce-slider-static.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:409;a:25:{s:2:\"id\";s:3:\"445\";s:5:\"title\";s:17:\"E-Commerce Slider\";s:5:\"alias\";s:17:\"E-Commerce-Slider\";s:3:\"zip\";s:27:\"packs/E-Commerce-Slider.zip\";s:3:\"uid\";s:32:\"1533cfd83c2ae122f23074e1ed77f256\";s:3:\"img\";s:28:\"E-Commerce-Slider/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:410;a:25:{s:2:\"id\";s:3:\"446\";s:5:\"title\";s:23:\"E-Commerce Slider Modal\";s:5:\"alias\";s:23:\"E-Commerce-Slider-Modal\";s:3:\"zip\";s:33:\"packs/E-Commerce-Slider-Modal.zip\";s:3:\"uid\";s:32:\"825e05c3967515b92a75da017c68a863\";s:3:\"img\";s:34:\"E-Commerce-Slider-Modal/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:411;a:22:{s:2:\"id\";s:3:\"447\";s:5:\"title\";s:27:\"Woo Commerce Slider Dynamic\";s:5:\"alias\";s:27:\"Woo-Commerce-Slider-Dynamic\";s:3:\"zip\";s:31:\"Woo-Commerce-Slider-Dynamic.zip\";s:3:\"uid\";s:32:\"b8e2c64f3739e552c563c48c59f20fe7\";s:3:\"img\";s:38:\"Woo-Commerce-Slider-Dynamic/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the dynamic version that uses Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:412;a:25:{s:2:\"id\";s:3:\"448\";s:5:\"title\";s:31:\"Blooming Event Florist Template\";s:5:\"alias\";s:31:\"blooming-event-florist-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:39:\"blooming-event-florist-template-package\";s:3:\"img\";s:52:\"packages/blooming-event-florist-template-package.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:413;a:25:{s:2:\"id\";s:3:\"449\";s:5:\"title\";s:15:\"Blooming Header\";s:5:\"alias\";s:15:\"blooming-header\";s:3:\"zip\";s:25:\"packs/blooming-header.zip\";s:3:\"uid\";s:32:\"aa2ee34fd8ed018945ba64e6913810e4\";s:3:\"img\";s:26:\"blooming-header/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:414;a:25:{s:2:\"id\";s:3:\"450\";s:5:\"title\";s:14:\"Blooming About\";s:5:\"alias\";s:14:\"blooming-about\";s:3:\"zip\";s:24:\"packs/blooming-about.zip\";s:3:\"uid\";s:32:\"dd7095e46fab2eb475d00480fd17a6ec\";s:3:\"img\";s:25:\"blooming-about/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:415;a:25:{s:2:\"id\";s:3:\"451\";s:5:\"title\";s:18:\"Blooming Portfolio\";s:5:\"alias\";s:18:\"blooming-portfolio\";s:3:\"zip\";s:28:\"packs/blooming-portfolio.zip\";s:3:\"uid\";s:32:\"c72ddcbb07b62982b8c21328a6383e22\";s:3:\"img\";s:29:\"blooming-portfolio/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:416;a:25:{s:2:\"id\";s:3:\"452\";s:5:\"title\";s:22:\"Blooming Wedding Title\";s:5:\"alias\";s:22:\"blooming-wedding-title\";s:3:\"zip\";s:32:\"packs/blooming-wedding-title.zip\";s:3:\"uid\";s:32:\"4fcfb0b99289c12d014c67306bb7687b\";s:3:\"img\";s:33:\"blooming-wedding-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:417;a:25:{s:2:\"id\";s:3:\"453\";s:5:\"title\";s:25:\"Blooming Wedding Carousel\";s:5:\"alias\";s:25:\"blooming-wedding-carousel\";s:3:\"zip\";s:35:\"packs/blooming-wedding-carousel.zip\";s:3:\"uid\";s:32:\"1d1bb979dbfca8ba9d43da1c0f665339\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:418;a:25:{s:2:\"id\";s:3:\"454\";s:5:\"title\";s:21:\"Blooming Wedding Text\";s:5:\"alias\";s:21:\"blooming-wedding-text\";s:3:\"zip\";s:31:\"packs/blooming-wedding-text.zip\";s:3:\"uid\";s:32:\"326f2793294a739dd3aac3cc45332df8\";s:3:\"img\";s:32:\"blooming-wedding-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:419;a:25:{s:2:\"id\";s:3:\"455\";s:5:\"title\";s:22:\"Blooming Parties Title\";s:5:\"alias\";s:22:\"blooming-parties-title\";s:3:\"zip\";s:32:\"packs/blooming-parties-title.zip\";s:3:\"uid\";s:32:\"b47aae1b368d3c3d9017f260e6c6a547\";s:3:\"img\";s:33:\"blooming-parties-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:420;a:25:{s:2:\"id\";s:3:\"456\";s:5:\"title\";s:25:\"Blooming Parties Carousel\";s:5:\"alias\";s:25:\"blooming-parties-carousel\";s:3:\"zip\";s:35:\"packs/blooming-parties-carousel.zip\";s:3:\"uid\";s:32:\"9f90a9da7b017aeee7f3b608cda066e6\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:421;a:25:{s:2:\"id\";s:3:\"457\";s:5:\"title\";s:21:\"Blooming Parties Text\";s:5:\"alias\";s:21:\"blooming-parties-text\";s:3:\"zip\";s:31:\"packs/blooming-parties-text.zip\";s:3:\"uid\";s:32:\"66a47346cc639b8b9b9b5dfa1521b6ef\";s:3:\"img\";s:32:\"blooming-parties-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:422;a:25:{s:2:\"id\";s:3:\"458\";s:5:\"title\";s:22:\"Blooming Funeral Title\";s:5:\"alias\";s:22:\"blooming-funeral-title\";s:3:\"zip\";s:32:\"packs/blooming-funeral-title.zip\";s:3:\"uid\";s:32:\"e9e77134472c33c56be442073f29d1fd\";s:3:\"img\";s:33:\"blooming-funeral-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:423;a:25:{s:2:\"id\";s:3:\"459\";s:5:\"title\";s:23:\"Blooming Funeral Slider\";s:5:\"alias\";s:23:\"blooming-funeral-slider\";s:3:\"zip\";s:33:\"packs/blooming-funeral-slider.zip\";s:3:\"uid\";s:32:\"d15090841c25c7c8f0e1b0987c0c0887\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:424;a:25:{s:2:\"id\";s:3:\"460\";s:5:\"title\";s:21:\"Blooming Funeral Text\";s:5:\"alias\";s:21:\"blooming-funeral-text\";s:3:\"zip\";s:31:\"packs/blooming-funeral-text.zip\";s:3:\"uid\";s:32:\"d7c80e246f31e3d2f4e5dc1656f133cc\";s:3:\"img\";s:32:\"blooming-funeral-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"12\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:425;a:25:{s:2:\"id\";s:3:\"461\";s:5:\"title\";s:16:\"Blooming Contact\";s:5:\"alias\";s:16:\"blooming-contact\";s:3:\"zip\";s:26:\"packs/blooming-contact.zip\";s:3:\"uid\";s:32:\"54280182bca86443e2648b3146f41e47\";s:3:\"img\";s:27:\"blooming-contact/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"13\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:426;a:22:{s:2:\"id\";s:3:\"462\";s:5:\"title\";s:13:\"Particle Hero\";s:5:\"alias\";s:13:\"particle-hero\";s:3:\"zip\";s:17:\"particle-hero.zip\";s:3:\"uid\";s:32:\"3f422f4807bf9ef4cb15dade515dad00\";s:3:\"img\";s:24:\"particle-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide6\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:120:\"<span class=\"ttm_content\">A Hero header module using the Particle Effect Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:427;a:22:{s:2:\"id\";s:3:\"463\";s:5:\"title\";s:17:\"Bubble Morph Hero\";s:5:\"alias\";s:17:\"bubble-morph-hero\";s:3:\"zip\";s:21:\"bubble-morph-hero.zip\";s:3:\"uid\";s:32:\"b47e6bcc1ae80393ff3f7388ed3b9f8f\";s:3:\"img\";s:28:\"bubble-morph-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide5\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:117:\"<span class=\"ttm_content\">A Hero header module using the Bubble Morph Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:428;a:22:{s:2:\"id\";s:3:\"464\";s:5:\"title\";s:13:\"Parallax Hero\";s:5:\"alias\";s:13:\"parallax-hero\";s:3:\"zip\";s:17:\"parallax-hero.zip\";s:3:\"uid\";s:32:\"290e86534326ee118e96ae7ce0538fa2\";s:3:\"img\";s:24:\"parallax-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide4\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:117:\"<span class=\"ttm_content\">A parallax hero module with mouse move interaction.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:429;a:22:{s:2:\"id\";s:3:\"465\";s:5:\"title\";s:10:\"Video Hero\";s:5:\"alias\";s:10:\"video-hero\";s:3:\"zip\";s:14:\"video-hero.zip\";s:3:\"uid\";s:32:\"f9e280015d3408bb0482e13fe753da8f\";s:3:\"img\";s:21:\"video-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide3\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:111:\"<span class=\"ttm_content\">A simple Hero header module with HTML5 video.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:430;a:22:{s:2:\"id\";s:3:\"466\";s:5:\"title\";s:14:\"Ken Burns Hero\";s:5:\"alias\";s:14:\"ken-burns-hero\";s:3:\"zip\";s:18:\"ken-burns-hero.zip\";s:3:\"uid\";s:32:\"d5f89e5f5b3991b995e2bfeb50cfe9f8\";s:3:\"img\";s:25:\"ken-burns-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide2\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:142:\"<span class=\"ttm_content\">A simple image background hero header module with a subtle Ken Burns effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:431;a:22:{s:2:\"id\";s:3:\"467\";s:5:\"title\";s:21:\"Basic Hero Collection\";s:5:\"alias\";s:21:\"basic-hero-collection\";s:3:\"zip\";s:25:\"basic-hero-collection.zip\";s:3:\"uid\";s:32:\"ff625c65e8aab4689fa56d5652279d51\";s:3:\"img\";s:32:\"basic-hero-collection/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/wordpress-hero-image-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">A collection of WordPress Hero Headers with image, video, particles, parallax and more!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:348:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:432;a:22:{s:2:\"id\";s:3:\"468\";s:5:\"title\";s:19:\"Launching Very Soon\";s:5:\"alias\";s:19:\"launching-very-soon\";s:3:\"zip\";s:23:\"launching-very-soon.zip\";s:3:\"uid\";s:32:\"2da45cf2d9bec07e7183b3f7777986b9\";s:3:\"img\";s:30:\"launching-very-soon/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/launching-soon-countdown/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:166:\"<span class=\"ttm_content\">Rocket BOOST! A beautifully animated launching soon countdown module using our \"Coming Soon\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:433;a:22:{s:2:\"id\";s:3:\"469\";s:5:\"title\";s:18:\"Under Construction\";s:5:\"alias\";s:18:\"Under-Construction\";s:3:\"zip\";s:22:\"Under-Construction.zip\";s:3:\"uid\";s:32:\"4b12f9a82a5b48d45a707df93406eb5b\";s:3:\"img\";s:29:\"Under-Construction/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/under-construction/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You will love this animated under construction landing page using our \"Coming Soon\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:434;a:22:{s:2:\"id\";s:3:\"470\";s:5:\"title\";s:15:\"Particle Effect\";s:5:\"alias\";s:15:\"Particle-Effect\";s:3:\"zip\";s:19:\"Particle-Effect.zip\";s:3:\"uid\";s:32:\"66cf4e514e83a6984903694fd587edb6\";s:3:\"img\";s:26:\"Particle-Effect/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/snow-particle-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:140:\"<span class=\"ttm_content\">Get into a winter mood with our Snow Particle Scene for Slider Revolution!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:435;a:22:{s:2:\"id\";s:3:\"471\";s:5:\"title\";s:17:\"Particle Effect 2\";s:5:\"alias\";s:17:\"Particle-Effect-2\";s:3:\"zip\";s:21:\"Particle-Effect-2.zip\";s:3:\"uid\";s:32:\"303337c29a97a816ccecca7e5f0b5e20\";s:3:\"img\";s:28:\"Particle-Effect-2/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/cyber-particle-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:147:\"<span class=\"ttm_content\">Amaze your website visitors with the cyber particle effect for Slider Revolution!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:436;a:25:{s:2:\"id\";s:3:\"472\";s:5:\"title\";s:22:\"Stark Website Template\";s:5:\"alias\";s:22:\"stark-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:30:\"stark-website-template-package\";s:3:\"img\";s:43:\"packages/stark-website-template-package.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:437;a:25:{s:2:\"id\";s:3:\"473\";s:5:\"title\";s:10:\"Stark Menu\";s:5:\"alias\";s:10:\"stark-menu\";s:3:\"zip\";s:20:\"packs/stark-menu.zip\";s:3:\"uid\";s:32:\"bb31150df180e784d76a1f5ea306bf05\";s:3:\"img\";s:21:\"stark-menu/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:87:\"offset=\"t:0px,0px,0px,0px;b:0px,0px,0px,0px;l:140px,70px,0px,0px;r:140px,70px,0px,0px;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:438;a:25:{s:2:\"id\";s:3:\"474\";s:5:\"title\";s:12:\"Stark Header\";s:5:\"alias\";s:12:\"stark-header\";s:3:\"zip\";s:22:\"packs/stark-header.zip\";s:3:\"uid\";s:32:\"62bfca01bf6e33cfad81d8df06498299\";s:3:\"img\";s:23:\"stark-header/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:93:\"offset=\"t:40px,30px,20px,10px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:439;a:25:{s:2:\"id\";s:3:\"475\";s:5:\"title\";s:13:\"Stark Content\";s:5:\"alias\";s:13:\"stark-content\";s:3:\"zip\";s:23:\"packs/stark-content.zip\";s:3:\"uid\";s:32:\"4577ca760133eb5d894c46f212f6eefb\";s:3:\"img\";s:24:\"stark-content/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:110:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"6\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:440;a:25:{s:2:\"id\";s:3:\"476\";s:5:\"title\";s:14:\"Stark Carousel\";s:5:\"alias\";s:14:\"stark-carousel\";s:3:\"zip\";s:24:\"packs/stark-carousel.zip\";s:3:\"uid\";s:32:\"de63336d333eeff10eccfd5d9741e6c9\";s:3:\"img\";s:25:\"stark-carousel/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:108:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\" zindex=\"1\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:441;a:25:{s:2:\"id\";s:3:\"477\";s:5:\"title\";s:15:\"Stark Portfolio\";s:5:\"alias\";s:15:\"stark-portfolio\";s:3:\"zip\";s:25:\"packs/stark-portfolio.zip\";s:3:\"uid\";s:32:\"99fcf3df65f8471fe30bec1bf0c2350d\";s:3:\"img\";s:26:\"stark-portfolio/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:110:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"5\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:442;a:25:{s:2:\"id\";s:3:\"478\";s:5:\"title\";s:22:\"Stark Portfolio Detail\";s:5:\"alias\";s:22:\"stark-portfolio-detail\";s:3:\"zip\";s:32:\"packs/stark-portfolio-detail.zip\";s:3:\"uid\";s:32:\"7484fc54f81daec07c93e992216310ce\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:443;a:25:{s:2:\"id\";s:3:\"479\";s:5:\"title\";s:13:\"Stark Contact\";s:5:\"alias\";s:13:\"stark-contact\";s:3:\"zip\";s:23:\"packs/stark-contact.zip\";s:3:\"uid\";s:32:\"8d704226b7093123a9d9faf424da6c35\";s:3:\"img\";s:24:\"stark-contact/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:108:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\" zindex=\"2\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:444;a:25:{s:2:\"id\";s:3:\"480\";s:5:\"title\";s:12:\"Stark Footer\";s:5:\"alias\";s:12:\"stark-footer\";s:3:\"zip\";s:22:\"packs/stark-footer.zip\";s:3:\"uid\";s:32:\"e7132dc158e7dcdb4ef5b3a1aa00208a\";s:3:\"img\";s:23:\"stark-footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:114:\"offset=\"t:-50px,-30px,-30px,-20px;b:40px,30px,20px,20px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"3\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:445;a:25:{s:2:\"id\";s:3:\"481\";s:5:\"title\";s:16:\"Stark Newsletter\";s:5:\"alias\";s:16:\"stark-newsletter\";s:3:\"zip\";s:26:\"packs/stark-newsletter.zip\";s:3:\"uid\";s:32:\"bb76ddd68dbe6bda5ece7e4227a51413\";s:3:\"img\";s:27:\"stark-newsletter/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:33:\"usage=\"modal\" modal=\"s:#contact;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:446;a:22:{s:2:\"id\";s:3:\"482\";s:5:\"title\";s:15:\"Big Summer Sale\";s:5:\"alias\";s:15:\"big-summer-sale\";s:3:\"zip\";s:19:\"big-summer-sale.zip\";s:3:\"uid\";s:32:\"a6779fa7109763209d234f9cf2e766c6\";s:3:\"img\";s:26:\"big-summer-sale/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/big-summer-sale-shop-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">The Big Summer Sale Shop Slider is a beautiful eye catcher for your e-commerce website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:447;a:22:{s:2:\"id\";s:3:\"483\";s:5:\"title\";s:18:\"Traveller Carousel\";s:5:\"alias\";s:18:\"traveller-carousel\";s:3:\"zip\";s:22:\"traveller-carousel.zip\";s:3:\"uid\";s:32:\"185344ed6236bea2906a79035d1d5702\";s:3:\"img\";s:29:\"traveller-carousel/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/travel-blog-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">A travel blog carousel with interesting parallax and ken burns effects!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:263:\"<span class=\"ttm_content\">Note that the content visible on all slides can be edited on the \"global layers\" slide.<br/>Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:448;a:22:{s:2:\"id\";s:3:\"484\";s:5:\"title\";s:16:\"Project Carousel\";s:5:\"alias\";s:16:\"project-carousel\";s:3:\"zip\";s:20:\"project-carousel.zip\";s:3:\"uid\";s:32:\"49c85ad406da943bdd25f08fd6496748\";s:3:\"img\";s:27:\"project-carousel/slide1.jpg\";s:7:\"preview\";s:51:\"https://revolution.themepunch.com/project-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">A project carousel with images and texts that can be customized easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:449;a:22:{s:2:\"id\";s:3:\"485\";s:5:\"title\";s:13:\"News Carousel\";s:5:\"alias\";s:13:\"news-carousel\";s:3:\"zip\";s:17:\"news-carousel.zip\";s:3:\"uid\";s:32:\"76f5b939150092a30038f161084140ae\";s:3:\"img\";s:24:\"news-carousel/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/news-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A news carousel with images and texts that can be customized easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:450;a:25:{s:2:\"id\";s:3:\"486\";s:5:\"title\";s:29:\"Story Blocks Website Template\";s:5:\"alias\";s:29:\"story-blocks-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"story-blocks-website-template-package\";s:3:\"img\";s:50:\"packages/story-blocks-website-template-package.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:451;a:25:{s:2:\"id\";s:3:\"487\";s:5:\"title\";s:10:\"Story Menu\";s:5:\"alias\";s:10:\"story-menu\";s:3:\"zip\";s:20:\"packs/story-menu.zip\";s:3:\"uid\";s:32:\"1f2f7cd91480f15cff8e7100f788c650\";s:3:\"img\";s:21:\"story-menu/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:452;a:25:{s:2:\"id\";s:3:\"488\";s:5:\"title\";s:12:\"Story Header\";s:5:\"alias\";s:12:\"story-header\";s:3:\"zip\";s:22:\"packs/story-header.zip\";s:3:\"uid\";s:32:\"e1a5ad5018a24ccdc71c2863edfe775e\";s:3:\"img\";s:23:\"story-header/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:453;a:25:{s:2:\"id\";s:3:\"489\";s:5:\"title\";s:13:\"Story Block 1\";s:5:\"alias\";s:13:\"story-block-1\";s:3:\"zip\";s:23:\"packs/story-block-1.zip\";s:3:\"uid\";s:32:\"2a9fee97dcf477e36d048af8a902f47a\";s:3:\"img\";s:24:\"story-block-1/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:454;a:25:{s:2:\"id\";s:3:\"490\";s:5:\"title\";s:15:\"Story Content 1\";s:5:\"alias\";s:15:\"story-content-1\";s:3:\"zip\";s:25:\"packs/story-content-1.zip\";s:3:\"uid\";s:32:\"6773614bbce543b83a0d2b2ad8facc96\";s:3:\"img\";s:26:\"story-content-1/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:455;a:25:{s:2:\"id\";s:3:\"491\";s:5:\"title\";s:13:\"Story Block 2\";s:5:\"alias\";s:13:\"story-block-2\";s:3:\"zip\";s:23:\"packs/story-block-2.zip\";s:3:\"uid\";s:32:\"2e708e3cebab57ca20b228ffba426ce7\";s:3:\"img\";s:24:\"story-block-2/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:456;a:25:{s:2:\"id\";s:3:\"492\";s:5:\"title\";s:13:\"Story Block 3\";s:5:\"alias\";s:13:\"story-block-3\";s:3:\"zip\";s:23:\"packs/story-block-3.zip\";s:3:\"uid\";s:32:\"7156cf069f65644faf90122dab451231\";s:3:\"img\";s:24:\"story-block-3/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:457;a:25:{s:2:\"id\";s:3:\"493\";s:5:\"title\";s:15:\"Story Content 2\";s:5:\"alias\";s:15:\"story-content-2\";s:3:\"zip\";s:25:\"packs/story-content-2.zip\";s:3:\"uid\";s:32:\"1223cd77d1f36d69e69ce50223e16ea7\";s:3:\"img\";s:26:\"story-content-2/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:458;a:25:{s:2:\"id\";s:3:\"494\";s:5:\"title\";s:13:\"Story Block 4\";s:5:\"alias\";s:13:\"story-block-4\";s:3:\"zip\";s:23:\"packs/story-block-4.zip\";s:3:\"uid\";s:32:\"85ac48e8e8231d2c38206cba4e7ebb68\";s:3:\"img\";s:24:\"story-block-4/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:459;a:25:{s:2:\"id\";s:3:\"495\";s:5:\"title\";s:15:\"Story Content 3\";s:5:\"alias\";s:15:\"story-content-3\";s:3:\"zip\";s:25:\"packs/story-content-3.zip\";s:3:\"uid\";s:32:\"82cac52f3ba79c0559fe0ad0cdf9d3b2\";s:3:\"img\";s:26:\"story-content-3/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:460;a:22:{s:2:\"id\";s:3:\"496\";s:5:\"title\";s:21:\"Animated Mini Website\";s:5:\"alias\";s:12:\"mini-website\";s:3:\"zip\";s:16:\"mini-website.zip\";s:3:\"uid\";s:32:\"cc6c0a3b0f933a88c43e2be0fa397c1c\";s:3:\"img\";s:23:\"mini-website/slide1.jpg\";s:7:\"preview\";s:56:\"https://www.sliderrevolution.com/templates/mini-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:209:\"<span class=\"ttm_content\">The animated mini website template has a modern, vibrant design and can be customized easily! Get the #1 WordPress Builder with 200+ templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:461;a:22:{s:2:\"id\";s:3:\"497\";s:5:\"title\";s:18:\"Food Delivery Hero\";s:5:\"alias\";s:13:\"food-delivery\";s:3:\"zip\";s:17:\"food-delivery.zip\";s:3:\"uid\";s:32:\"992e9b22ff43227a655eea341835d04c\";s:3:\"img\";s:24:\"food-delivery/slide1.jpg\";s:7:\"preview\";s:62:\"https://www.sliderrevolution.com/templates/food-delivery-hero/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:207:\"<span class=\"ttm_content\">Yummy! This hero template convinces with a changing color background, a particle effect, vibrant illustrations and smooth mouse over effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:342:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:462;a:22:{s:2:\"id\";s:3:\"498\";s:5:\"title\";s:25:\"Slider With Illustrations\";s:5:\"alias\";s:25:\"slider-with-illustrations\";s:3:\"zip\";s:29:\"slider-with-illustrations.zip\";s:3:\"uid\";s:32:\"ebc24280b669f26734c7fdd8b5683e9f\";s:3:\"img\";s:36:\"slider-with-illustrations/slide1.jpg\";s:7:\"preview\";s:69:\"https://www.sliderrevolution.com/templates/slider-with-illustrations/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">A basic slider template with easy to customize content, colorful illustrations and pleasant parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:463;a:25:{s:2:\"id\";s:3:\"499\";s:5:\"title\";s:31:\"Zen Technology Website Template\";s:5:\"alias\";s:31:\"zen-technology-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:39:\"zen-technology-website-template-package\";s:3:\"img\";s:52:\"packages/zen-technology-website-template-package.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:464;a:25:{s:2:\"id\";s:3:\"500\";s:5:\"title\";s:8:\"Zen Menu\";s:5:\"alias\";s:8:\"zen-menu\";s:3:\"zip\";s:18:\"packs/zen-menu.zip\";s:3:\"uid\";s:32:\"3b53d755058b75fa6172510dcca2f2bb\";s:3:\"img\";s:19:\"zen-menu/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:465;a:25:{s:2:\"id\";s:3:\"501\";s:5:\"title\";s:10:\"Zen Header\";s:5:\"alias\";s:10:\"zen-header\";s:3:\"zip\";s:20:\"packs/zen-header.zip\";s:3:\"uid\";s:32:\"13d3cdde05308616fda7e2920a29e006\";s:3:\"img\";s:21:\"zen-header/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:466;a:25:{s:2:\"id\";s:3:\"502\";s:5:\"title\";s:9:\"Zen About\";s:5:\"alias\";s:9:\"zen-about\";s:3:\"zip\";s:19:\"packs/zen-about.zip\";s:3:\"uid\";s:32:\"d50d4f9b43e025fa99503b9a4eec6551\";s:3:\"img\";s:20:\"zen-about/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:467;a:25:{s:2:\"id\";s:3:\"503\";s:5:\"title\";s:12:\"Zen Features\";s:5:\"alias\";s:12:\"zen-features\";s:3:\"zip\";s:22:\"packs/zen-features.zip\";s:3:\"uid\";s:32:\"f4f7f500fae57b1b55adace13f030778\";s:3:\"img\";s:23:\"zen-features/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:468;a:25:{s:2:\"id\";s:3:\"504\";s:5:\"title\";s:9:\"Zen Video\";s:5:\"alias\";s:9:\"zen-video\";s:3:\"zip\";s:19:\"packs/zen-video.zip\";s:3:\"uid\";s:32:\"fa83df1b45b795174770b1b0155e89f3\";s:3:\"img\";s:20:\"zen-video/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:469;a:25:{s:2:\"id\";s:3:\"505\";s:5:\"title\";s:11:\"Zen Pricing\";s:5:\"alias\";s:11:\"zen-pricing\";s:3:\"zip\";s:21:\"packs/zen-pricing.zip\";s:3:\"uid\";s:32:\"921f8e5c156d9027f6ae8f1c5e426251\";s:3:\"img\";s:22:\"zen-pricing/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:470;a:25:{s:2:\"id\";s:3:\"506\";s:5:\"title\";s:22:\"Zen Testimonials Title\";s:5:\"alias\";s:22:\"zen-testimonials-title\";s:3:\"zip\";s:32:\"packs/zen-testimonials-title.zip\";s:3:\"uid\";s:32:\"d9aeeb596c0455ddd564a60a2d449b17\";s:3:\"img\";s:33:\"zen-testimonials-title/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:471;a:25:{s:2:\"id\";s:3:\"507\";s:5:\"title\";s:16:\"Zen Testimonials\";s:5:\"alias\";s:16:\"zen-testimonials\";s:3:\"zip\";s:26:\"packs/zen-testimonials.zip\";s:3:\"uid\";s:32:\"5a0e0141599c63828e4b99e3bc863366\";s:3:\"img\";s:27:\"zen-testimonials/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:472;a:25:{s:2:\"id\";s:3:\"508\";s:5:\"title\";s:10:\"Zen Footer\";s:5:\"alias\";s:10:\"zen-footer\";s:3:\"zip\";s:20:\"packs/zen-footer.zip\";s:3:\"uid\";s:32:\"47fb8604e2aafa8cfc97f5af75fda911\";s:3:\"img\";s:21:\"zen-footer/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:473;a:22:{s:2:\"id\";s:3:\"509\";s:5:\"title\";s:24:\"Paintbrush Effect Add-on\";s:5:\"alias\";s:17:\"Paintbrush-Effect\";s:3:\"zip\";s:21:\"Paintbrush-Effect.zip\";s:3:\"uid\";s:32:\"b934d1376df026f0ff45447de17b5ee9\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide1.jpg\";s:7:\"preview\";s:72:\"https://www.sliderrevolution.com/templates/paintbrush-effect-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:179:\"<span class=\"ttm_content\">The Paintbrush Effect Add-on is the perfect way to add some interactivity to your website with Slider Revolution.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:338:\"[{\"path\":\"revslider-paintbrush-addon\\/revslider-paintbrush-addon.php\",\"name\":\"Paintbrush AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:474;a:25:{s:2:\"id\";s:3:\"510\";s:5:\"title\";s:29:\"Photographer Website Template\";s:5:\"alias\";s:29:\"photographer-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"photographer-website-template-package\";s:3:\"img\";s:50:\"packages/photographer-website-template-package.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:475;a:25:{s:2:\"id\";s:3:\"511\";s:5:\"title\";s:19:\"Photographer Header\";s:5:\"alias\";s:19:\"Photographer-Header\";s:3:\"zip\";s:29:\"packs/Photographer-Header.zip\";s:3:\"uid\";s:32:\"22de8b3b1eeca5d0d1087791a28cc641\";s:3:\"img\";s:30:\"Photographer-Header/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:476;a:25:{s:2:\"id\";s:3:\"512\";s:5:\"title\";s:27:\"Photographer Welcome Screen\";s:5:\"alias\";s:27:\"Photographer-Welcome-Screen\";s:3:\"zip\";s:37:\"packs/Photographer-Welcome-Screen.zip\";s:3:\"uid\";s:32:\"8de63df079ad8b7c0aa7bf164bd5fd8f\";s:3:\"img\";s:38:\"Photographer-Welcome-Screen/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:477;a:25:{s:2:\"id\";s:3:\"513\";s:5:\"title\";s:21:\"Photographer Showcase\";s:5:\"alias\";s:21:\"Photographer-Showcase\";s:3:\"zip\";s:31:\"packs/Photographer-Showcase.zip\";s:3:\"uid\";s:32:\"8b2c7a1541465f77e829a9ac58926359\";s:3:\"img\";s:32:\"Photographer-Showcase/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:478;a:25:{s:2:\"id\";s:3:\"514\";s:5:\"title\";s:22:\"Photographer Portfolio\";s:5:\"alias\";s:22:\"Photographer-Portfolio\";s:3:\"zip\";s:32:\"packs/Photographer-Portfolio.zip\";s:3:\"uid\";s:32:\"ba5cc502a9505725ef169eaf4852d10f\";s:3:\"img\";s:33:\"Photographer-Portfolio/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:479;a:25:{s:2:\"id\";s:3:\"515\";s:5:\"title\";s:21:\"Photographer Contacts\";s:5:\"alias\";s:21:\"Photographer-Contacts\";s:3:\"zip\";s:31:\"packs/Photographer-Contacts.zip\";s:3:\"uid\";s:32:\"6ac142733cd260b5d5d3cdce30885074\";s:3:\"img\";s:32:\"Photographer-Contacts/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:480;a:25:{s:2:\"id\";s:3:\"516\";s:5:\"title\";s:19:\"Photographer Footer\";s:5:\"alias\";s:19:\"Photographer-Footer\";s:3:\"zip\";s:29:\"packs/Photographer-Footer.zip\";s:3:\"uid\";s:32:\"5fae568a988d072fb14b66cc2732ea46\";s:3:\"img\";s:30:\"Photographer-Footer/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:481;a:25:{s:2:\"id\";s:3:\"517\";s:5:\"title\";s:18:\"Photographer Modal\";s:5:\"alias\";s:18:\"Photographer-Modal\";s:3:\"zip\";s:28:\"packs/Photographer-Modal.zip\";s:3:\"uid\";s:32:\"e6b47a765ad19bce4726540ff7211c07\";s:3:\"img\";s:29:\"Photographer-Modal/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}}s:6:\"slides\";a:461:{s:16:\"classic-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"classic-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"classic-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"classic-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"classic-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"classic-carousel/slide5.jpg\";}}s:13:\"classicslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"classicslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"classicslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"classicslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"classicslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"classicslider/slide5.jpg\";}}s:11:\"contenttabs\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contenttabs/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contenttabs/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contenttabs/slide3.jpg\";}}s:13:\"facebook-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"facebook-feed/slide1.jpg\";}}s:7:\"fashion\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"fashion/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"fashion/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"fashion/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"fashion/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"fashion/slide5.jpg\";}}s:14:\"flickr-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"flickr-gallery/slide1.jpg\";}}s:3:\"gym\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"gym/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:14:\"gym/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:14:\"gym/slide3.jpg\";}}s:18:\"highlight-carousel\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-carousel/slide4.jpg\";}}s:18:\"highlight-showcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-showcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-showcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-showcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-showcase/slide4.jpg\";}}s:10:\"image-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"imagehero/slide1.jpg\";}}s:13:\"insta-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"insta-gallery/slide1.jpg\";}}s:19:\"levanorestaurantbar\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"levanorestaurantbar/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"levanorestaurantbar/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"levanorestaurantbar/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"levanorestaurantbar/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"levanorestaurantbar/slide5.jpg\";}}s:11:\"mainfeature\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"mainfeature/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"mainfeature/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"mainfeature/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"mainfeature/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"mainfeature/slide7.jpg\";}}s:17:\"media-gallery-two\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"media-gallery-two/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"media-gallery-two/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"media-gallery-two/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"media-gallery-two/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"media-gallery-two/slide6.jpg\";}}s:23:\"media-carousel-autoplay\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide6.jpg\";}}s:21:\"news-background-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"news-bg-video/slide1.jpg\";}}s:12:\"news-gallery\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"news-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"news-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"news-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"news-gallery/slide4.jpg\";}}s:23:\"news-gallery-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"news-gallery-post-based/slide1.jpg\";}}s:9:\"news-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"news-hero/slide1.jpg\";}}s:10:\"news-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"news-video/slide1.jpg\";}}s:15:\"newsletter-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"newsletter-hero/slide1.jpg\";}}s:10:\"notgeneric\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"notgeneric/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"notgeneric/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"notgeneric/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"notgeneric/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"notgeneric/slide5.jpg\";}}s:11:\"photography\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"photography/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"photography/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"photography/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"photography/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:22:\"photography/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:22:\"photography/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"photography/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:22:\"photography/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:22:\"photography/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:23:\"photography/slide10.jpg\";}}s:20:\"photography-carousel\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"photography-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"photography-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"photography-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"photography-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"photography-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"photography-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:31:\"photography-carousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:31:\"photography-carousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:31:\"photography-carousel/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:32:\"photography-carousel/slide10.jpg\";}}s:16:\"search-form-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"search-form-hero/slide1.jpg\";}}s:16:\"showcasecarousel\";a:9:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"showcasecarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"showcasecarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"showcasecarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"showcasecarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"showcasecarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"showcasecarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"showcasecarousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:27:\"showcasecarousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:27:\"showcasecarousel/slide9.jpg\";}}s:11:\"sports-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"sportshero/slide1.jpg\";}}s:12:\"twitter-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"twitter-feed/slide1.jpg\";}}s:13:\"vimeo-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"vimeo-gallery/slide1.jpg\";}}s:9:\"vimeohero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"vimeohero/slide1.jpg\";}}s:16:\"web-product-dark\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"web-product-dark/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"web-product-dark/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"web-product-dark/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"web-product-dark/slide4.jpg\";}}s:21:\"web-product-dark-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"web-product-dark-hero/slide1.jpg\";}}s:22:\"web-product-light-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"web-product-light-hero/slide1.jpg\";}}s:15:\"webproductlight\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"webproductlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"webproductlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"webproductlight/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"webproductlight/slide4.jpg\";}}s:15:\"youtube-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"youtube-gallery/slide1.jpg\";}}s:11:\"youtubehero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"youtubehero/slide1.jpg\";}}s:13:\"scroll-effect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"scrolleffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"scrolleffect/slide3.jpg\";}}s:12:\"content-zoom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contentzoom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contentzoom/slide3.jpg\";}}s:13:\"food-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"foodcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"foodcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"foodcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"foodcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"foodcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"foodcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"foodcarousel/slide7.jpg\";}}s:14:\"rotating-words\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";}}s:22:\"travel-static-captions\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"travel-static-captions/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"travel-static-captions/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"travel-static-captions/slide4.jpg\";}}s:7:\"concept\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"concept/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"concept/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"concept/slide3.jpg\";}}s:17:\"fullscreen-button\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"fullscreen-button/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"fullscreen-button/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"fullscreen-button/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"fullscreen-button/slide5.jpg\";}}s:15:\"creativefreedom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"creativefreedom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"creativefreedom/slide3.jpg\";}}s:13:\"parallaxscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";}}s:15:\"slidingoverlays\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"slidingoverlays/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"slidingoverlays/slide3.jpg\";}}s:25:\"web-product-light-hero-3d\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";}}s:6:\"woobig\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";}}s:16:\"woocommercesmall\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";}}s:10:\"finedining\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";}}s:12:\"agency-intro\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";}}s:7:\"ourteam\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"ourteam/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"ourteam/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"ourteam/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"ourteam/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"ourteam/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:18:\"ourteam/slide7.jpg\";}}s:17:\"our-team-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"ourteamcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"ourteamcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"ourteamcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"ourteamcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"ourteamcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:26:\"ourteamcarousel/slide7.jpg\";}}s:13:\"betteryoutube\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"betteryoutube/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"betteryoutube/slide3.jpg\";}}s:19:\"agencywebsiteheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"agencywebsiteheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"agencywebsiteheader/slide3.jpg\";}}s:10:\"comingsoon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"comingsoon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"comingsoon/slide3.jpg\";}}s:9:\"snowscene\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowscene/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowscene/slide3.jpg\";}}s:8:\"rockband\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";}}s:16:\"sleeklandingpage\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"sleeklandingpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"sleeklandingpage/slide3.jpg\";}}s:14:\"applandingpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";}}s:9:\"deskscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";}}s:15:\"cleannewsslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"cleannewsslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"cleannewsslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"cleannewsslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"cleannewsslider/slide5.jpg\";}}s:12:\"imagegallery\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"imagegallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"imagegallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"imagegallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"imagegallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"imagegallery/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"imagegallery/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:23:\"imagegallery/slide8.jpg\";}}s:19:\"standard-wp-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";}}s:21:\"clean-news-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";}}s:21:\"interactivewhiteboard\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"interactivewhiteboard/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"interactivewhiteboard/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"interactivewhiteboard/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"interactivewhiteboard/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"interactivewhiteboard/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"interactivewhiteboard/slide8.jpg\";}}s:10:\"innovation\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"innovation/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"innovation/slide3.jpg\";}}s:24:\"dark-fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";}}s:21:\"dark-fullsite-block-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";}}s:27:\"dark-fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide2.jpg\";}}s:30:\"dark-fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide2.jpg\";}}s:30:\"dark-fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide5.jpg\";}}s:34:\"dark-fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";}}s:29:\"dark-fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";}}s:28:\"dark-fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";}}s:19:\"fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";}}s:15:\"fullsite-block1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";}}s:22:\"fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide2.jpg\";}}s:25:\"fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide2.jpg\";}}s:25:\"fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide5.jpg\";}}s:29:\"fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";}}s:24:\"fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";}}s:23:\"fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";}}s:11:\"techjournal\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"techjournal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"techjournal/slide3.jpg\";}}s:13:\"cardealership\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"cardealership/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"cardealership/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"cardealership/slide4.jpg\";}}s:14:\"fullscreenmenu\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"fullscreenmenu/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"fullscreenmenu/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"fullscreenmenu/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"fullscreenmenu/slide5.jpg\";}}s:17:\"creativefrontpage\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"creativefrontpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"creativefrontpage/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"creativefrontpage/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"creativefrontpage/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"creativefrontpage/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:28:\"creativefrontpage/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:28:\"creativefrontpage/slide8.jpg\";}}s:19:\"websitebuilder-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-menu/slide1.jpg\";}}s:19:\"websitebuilder-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-hero/slide1.jpg\";}}s:22:\"websitebuilder-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"websitebuilder-clients/slide1.jpg\";}}s:23:\"websitebuilder-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-services/slide1.jpg\";}}s:23:\"websitebuilder-discover\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"websitebuilder-discover/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"websitebuilder-discover/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"websitebuilder-discover/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"websitebuilder-discover/slide5.jpg\";}}s:21:\"websitebuilder-slider\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"websitebuilder-slider/slide2.jpg\";}}s:27:\"websitebuilder-calltoaction\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"websitebuilder-calltoaction/slide1.jpg\";}}s:21:\"websitebuilder-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-footer/slide1.jpg\";}}s:13:\"focusparallax\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"focusparallax/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"focusparallax/slide3.jpg\";}}s:7:\"duotone\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"duotone/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"duotone/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"duotone/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"duotone/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"duotone/slide6.jpg\";}}s:6:\"r_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";}}s:5:\"rhero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";}}s:7:\"r_about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";}}s:10:\"r_products\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"r_products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"r_products/slide3.jpg\";}}s:6:\"r_info\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";}}s:17:\"inspirationheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";}}s:13:\"magazineposts\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"magazineposts/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"magazineposts/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"magazineposts/slide4.jpg\";}}s:17:\"explorationheader\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"explorationheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"explorationheader/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"explorationheader/slide4.jpg\";}}s:16:\"typewritereffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"typewritereffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"typewritereffect/slide3.jpg\";}}s:15:\"blendmodeheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";}}s:17:\"themeplicity_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";}}s:19:\"themeplicity_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";}}s:18:\"themeplicity_offer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";}}s:21:\"themeplicity_whatwedo\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";}}s:21:\"themeplicity_projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"themeplicity_projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"themeplicity_projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"themeplicity_projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:32:\"themeplicity_projects/slide5.jpg\";s:3:\"img\";s:7:\"Slide 5\";}}s:23:\"themeplicity_whatsgreat\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";}}s:19:\"themeplicity_tables\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";}}s:24:\"themeplicity_contactform\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";}}s:19:\"themeplicity_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";}}s:17:\"NiceAndClean_Menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";}}s:19:\"NiceAndClean_Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";}}s:21:\"NiceAndClean_Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";}}s:18:\"NiceAndClean_About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";}}s:18:\"niceandclean_video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";}}s:23:\"niceandclean_highlights\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";}}s:21:\"NiceAndClean_Projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide5.jpg\";}}s:23:\"niceandclean_textblocks\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";}}s:20:\"niceandclean_callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";}}s:19:\"niceandclean_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";}}s:3:\"80s\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"80s/slide1.jpg\";}}s:10:\"blurslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"blurslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"blurslider/slide3.jpg\";}}s:15:\"ComingSoonAddon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";}}s:9:\"snowaddon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowaddon/slide3.jpg\";}}s:19:\"particle-effect-one\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"particle-effect-one/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"particle-effect-one/slide3.jpg\";}}s:19:\"particle-effect-two\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";}}s:21:\"particle-effect-three\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";}}s:15:\"portfolioviewer\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"portfolioviewer/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"portfolioviewer/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"portfolioviewer/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"portfolioviewer/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"portfolioviewer/slide6.jpg\";}}s:11:\"appshowcase\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";}}s:13:\"gravitydesign\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";}}s:12:\"404errorpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";}}s:15:\"carouselgallery\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"carouselgallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"carouselgallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"carouselgallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"carouselgallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"carouselgallery/slide6.jpg\";}}s:9:\"filmstrip\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"filmstrip/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"filmstrip/slide3.jpg\";}}s:10:\"spaceopera\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"spaceopera/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"spaceopera/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"spaceopera/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"spaceopera/slide5.jpg\";}}s:12:\"websiteintro\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"websiteintro/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"websiteintro/slide3.jpg\";}}s:12:\"maskshowcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"maskshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"maskshowcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"maskshowcase/slide4.jpg\";}}s:18:\"parallaxzoomslices\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"parallaxzoomslices/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"parallaxzoomslices/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"parallaxzoomslices/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"parallaxzoomslices/slide5.jpg\";}}s:20:\"doubleexposureeffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"doubleexposureeffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"doubleexposureeffect/slide3.jpg\";}}s:22:\"mountainparallaxheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";}}s:12:\"goodnewsmenu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";}}s:14:\"goodnewsheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"goodnewsheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"goodnewsheader/slide3.jpg\";}}s:16:\"goodnewswhatshot\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";}}s:16:\"goodnewsfeatured\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";}}s:17:\"goodnewsspotlight\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"goodnewsspotlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"goodnewsspotlight/slide3.jpg\";}}s:16:\"goodnewscarousel\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"goodnewscarousel/slide2.jpg\";}}s:15:\"goodnewscallout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";}}s:14:\"goodnewsfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";}}s:16:\"goodnewsmenuback\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";}}s:18:\"goodnewsblogheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";}}s:19:\"goodnewsblogcontent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";}}s:20:\"goodnewstestimonials\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"goodnewstestimonials/slide2.jpg\";}}s:18:\"goodnewsblogfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";}}s:17:\"beforeafterslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"beforeafterslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"beforeafterslider/slide3.jpg\";}}s:15:\"productshowcase\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"productshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"productshowcase/slide3.jpg\";}}s:22:\"overexposuretransition\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"overexposuretransition/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"overexposuretransition/slide3.jpg\";}}s:14:\"parallaxscroll\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";}}s:11:\"techco-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techco-menu/slide1.jpg\";}}s:13:\"techco-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-header/slide1.jpg\";}}s:12:\"techco-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-about/slide1.jpg\";}}s:15:\"techco-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"techco-services/slide1.jpg\";}}s:12:\"techco-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-video/slide1.jpg\";}}s:13:\"techco-prices\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-prices/slide1.jpg\";}}s:19:\"techco-testimonials\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"techco-testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"techco-testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"techco-testimonials/slide3.jpg\";}}s:13:\"techco-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-footer/slide1.jpg\";}}s:7:\"weather\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"weather/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"weather/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"weather/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"weather/slide4.jpg\";}}s:11:\"360panorama\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"360panorama/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"360panorama/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"360panorama/slide3.jpg\";}}s:14:\"duotone-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"duotone-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"duotone-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"duotone-add-on/slide3.jpg\";}}s:13:\"reveal-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"reveal-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"reveal-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"reveal-add-on/slide3.jpg\";}}s:16:\"band-tour-poster\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"smartcontent/band-tour-poster/slide1.png\";}}s:14:\"brewery-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide3.png\";}}s:9:\"burgerbar\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide3.png\";}}s:19:\"burger-bar-portrait\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide3.png\";}}s:8:\"car-rent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"smartcontent/car-rent/slide1.png\";}}s:6:\"coffee\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"smartcontent/coffee/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"smartcontent/coffee/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"smartcontent/coffee/slide3.png\";}}s:14:\"holiday-advert\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/holiday-advert/slide1.png\";}}s:18:\"iphone-cases-light\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:42:\"smartcontent/iphone-cases-light/slide1.png\";}}s:7:\"medical\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"smartcontent/medical/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"smartcontent/medical/slide2.png\";}}s:13:\"mexican-grill\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide3.png\";}}s:20:\"mobile-retail-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide3.png\";}}s:14:\"money-exchange\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide3.png\";}}s:28:\"restaurant-menu-first-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"smartcontent/restaurant-menu-first-screen/slide1.png\";}}s:29:\"restaurant-menu-second-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:53:\"smartcontent/restaurant-menu-second-screen/slide1.png\";}}s:28:\"restaurant-menu-third-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"smartcontent/restaurant-menu-third-screen/slide1.png\";}}s:11:\"shoes-store\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide3.png\";}}s:20:\"supermarket-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide3.png\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide4.png\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide5.png\";}}s:16:\"travel-insurance\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"smartcontent/travel-insurance/slide1.png\";}}s:12:\"cryptoslider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"cryptoslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"cryptoslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"cryptoslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"cryptoslider/slide4.jpg\";}}s:16:\"immersion_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"immersion_header/slide1.jpg\";}}s:19:\"immersion-mountains\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"immersion-mountains/slide1.jpg\";}}s:17:\"immersion-product\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"immersion-product/slide1.jpg\";}}s:16:\"immersion-design\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"immersion-design/slide1.jpg\";}}s:21:\"immersion-photography\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"immersion-photography/slide1.jpg\";}}s:14:\"immersion-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"immersion-grid/slide1.jpg\";}}s:11:\"funkyslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"funkyslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"funkyslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"funkyslider/slide3.jpg\";}}s:14:\"clearview_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"clearview_menu/slide1.jpg\";}}s:16:\"clearview_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"clearview_header/slide1.jpg\";}}s:17:\"clearview_mission\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"clearview_mission/slide1.jpg\";}}s:17:\"clear-view-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"clear-view-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"clear-view-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"clear-view-slider/slide3.jpg\";}}s:15:\"clear-view-news\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"clear-view-news/slide1.jpg\";}}s:18:\"clear-view-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"clear-view-clients/slide1.jpg\";}}s:18:\"clear-view-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"clear-view-contact/slide1.jpg\";}}s:22:\"clear-view-single-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"clear-view-single-menu/slide1.jpg\";}}s:24:\"clear-view-single-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"clear-view-single-header/slide1.jpg\";}}s:23:\"clear-view-single-media\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"clear-view-single-media/slide1.jpg\";}}s:22:\"clear-view-single-more\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"clear-view-single-more/slide1.jpg\";}}s:25:\"clear-view-single-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"clear-view-single-contact/slide1.jpg\";}}s:16:\"cleanlandingpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"cleanlandingpage/slide1.jpg\";}}s:8:\"clearcut\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"clearcut/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:19:\"clearcut/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:19:\"clearcut/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:19:\"clearcut/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:19:\"clearcut/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:19:\"clearcut/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:19:\"clearcut/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:19:\"clearcut/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:19:\"clearcut/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:20:\"clearcut/slide10.jpg\";}}s:17:\"wonderstruck_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"wonderstruck_menu/slide1.jpg\";}}s:19:\"wonderstruck_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"wonderstruck_header/slide1.jpg\";}}s:18:\"wonderstruck_about\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"wonderstruck_about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"wonderstruck_about/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"wonderstruck_about/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"wonderstruck_about/slide4.jpg\";}}s:18:\"wonderstruck-works\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"wonderstruck-works/slide1.jpg\";}}s:20:\"wonderstruck-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"wonderstruck-contact/slide1.jpg\";}}s:11:\"bubblemorph\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"bubblemorph/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"bubblemorph/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"bubblemorph/slide3.jpg\";}}s:15:\"distortionaddon\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"distortionaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"distortionaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"distortionaddon/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"distortionaddon/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"distortionaddon/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"distortionaddon/slide6.jpg\";}}s:9:\"clubflyer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"clubflyer/slide1.jpg\";}}s:15:\"paintbrushaddon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"paintbrushaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"paintbrushaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"paintbrushaddon/slide3.jpg\";}}s:15:\"parallax_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"parallax_header/slide1.jpg\";}}s:16:\"parallax_content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"parallax_content/slide1.jpg\";}}s:15:\"parallax_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"parallax_footer/slide1.jpg\";}}s:12:\"le-chef-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"le-chef-menu/slide1.jpg\";}}s:14:\"le-chef-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"le-chef-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"le-chef-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"le-chef-header/slide3.jpg\";}}s:18:\"le-chef-philosophy\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"le-chef-philosophy/slide1.jpg\";}}s:12:\"le-chef-food\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"le-chef-food/slide1.jpg\";}}s:16:\"le-chef-la-carte\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"le-chef-la-carte/slide1.jpg\";}}s:14:\"le-chef-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"le-chef-footer/slide1.jpg\";}}s:20:\"news-magazine-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"news-magazine-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"news-magazine-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"news-magazine-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"news-magazine-slider/slide4.jpg\";}}s:18:\"real-estate-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"real-estate-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"real-estate-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"real-estate-slider/slide3.jpg\";}}s:14:\"fashion-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"fashion-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"fashion-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"fashion-header/slide3.jpg\";}}s:13:\"seasonaloffer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"seasonaloffer/slide1.jpg\";}}s:18:\"barber-shop-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"barber-shop-header/slide1.jpg\";}}s:23:\"barber-shop-mobile-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"barber-shop-mobile-menu/slide1.jpg\";}}s:24:\"barber-shop-first-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"barber-shop-first-screen/slide1.jpg\";}}s:17:\"barber-shop-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"barber-shop-about/slide1.jpg\";}}s:20:\"barber-shop-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"barber-shop-services/slide1.jpg\";}}s:19:\"barber-shop-barbers\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"barber-shop-barbers/slide1.jpg\";}}s:20:\"barber-shop-contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"barber-shop-contacts/slide1.jpg\";}}s:18:\"barber-shop-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"barber-shop-footer/slide1.jpg\";}}s:21:\"fitness-club-template\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"fitness-club-template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"fitness-club-template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"fitness-club-template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"fitness-club-template/slide4.jpg\";}}s:13:\"soccer-school\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"soccer-school/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"soccer-school/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"soccer-school/slide3.jpg\";}}s:19:\"music-band-template\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"music-band-template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"music-band-template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"music-band-template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"music-band-template/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"music-band-template/slide5.jpg\";}}s:15:\"restaurant-menu\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"restaurant-menu/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"restaurant-menu/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"restaurant-menu/slide3.jpg\";}}s:16:\"cinematic-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"cinematic-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"cinematic-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"cinematic-slider/slide3.jpg\";}}s:17:\"3d-parallax-cubes\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide3.jpg\";}}s:13:\"medicare-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"medicare-menu/slide1.jpg\";}}s:15:\"medicare-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"medicare-header/slide1.jpg\";}}s:14:\"medicare-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"medicare-about/slide1.jpg\";}}s:18:\"medicare-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"medicare-highlight/slide1.jpg\";}}s:17:\"medicare-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"medicare-services/slide1.jpg\";}}s:16:\"medicare-doctors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"medicare-doctors/slide1.jpg\";}}s:17:\"medicare-research\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"medicare-research/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"medicare-research/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"medicare-research/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"medicare-research/slide4.jpg\";}}s:18:\"medicare-whychoose\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"medicare-whychoose/slide1.jpg\";}}s:16:\"medicare-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"medicare-contact/slide1.jpg\";}}s:15:\"medicare-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"medicare-footer/slide1.jpg\";}}s:11:\"coffee-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"coffee-menu/slide1.jpg\";}}s:13:\"coffee-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-header/slide1.jpg\";}}s:17:\"coffee-philosophy\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"coffee-philosophy/slide1.jpg\";}}s:12:\"coffee-carte\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"coffee-carte/slide1.jpg\";}}s:13:\"coffee-teaser\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-teaser/slide1.jpg\";}}s:13:\"coffee-findus\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-findus/slide1.jpg\";}}s:13:\"coffee-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-footer/slide1.jpg\";}}s:17:\"minimal-portfolio\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"minimal-portfolio/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"minimal-portfolio/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"minimal-portfolio/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"minimal-portfolio/slide4.jpg\";}}s:23:\"minimal-portfolio-modal\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide7.jpg\";}}s:11:\"angled-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"angled-menu/slide1.jpg\";}}s:13:\"angled-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"angled-header/slide1.jpg\";}}s:11:\"angled-news\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"angled-news/slide1.jpg\";}}s:15:\"angled-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"angled-services/slide1.jpg\";}}s:14:\"angled-success\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"angled-success/slide1.jpg\";}}s:13:\"angled-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"angled-footer/slide1.jpg\";}}s:20:\"angled-content-modal\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"angled-content-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"angled-content-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"angled-content-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"angled-content-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"angled-content-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"angled-content-modal/slide6.jpg\";}}s:13:\"big-bold-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"big-bold-menu/slide1.jpg\";}}s:15:\"big-bold-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-bold-header/slide1.jpg\";}}s:16:\"big-bold-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"big-bold-content/slide1.jpg\";}}s:13:\"big-bold-blog\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"big-bold-blog/slide1.jpg\";}}s:18:\"big-bold-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"big-bold-highlight/slide1.jpg\";}}s:15:\"big-bold-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-bold-footer/slide1.jpg\";}}s:7:\"Retouch\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"Retouch/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"Retouch/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"Retouch/slide3.jpg\";}}s:11:\"tech-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"tech-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"tech-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"tech-slider/slide3.jpg\";}}s:11:\"peak-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"peak-header/slide1.jpg\";}}s:10:\"peak-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"peak-about/slide1.jpg\";}}s:14:\"peak-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"peak-portfolio/slide1.jpg\";}}s:11:\"peak-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"peak-footer/slide1.jpg\";}}s:17:\"portfolio-welcome\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"portfolio-welcome/slide1.jpg\";}}s:15:\"portfolio-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"portfolio-about/slide1.jpg\";}}s:21:\"portfolio-works-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"portfolio-works-title/slide1.jpg\";}}s:23:\"portfolio-works-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"portfolio-works-content/slide1.jpg\";}}s:18:\"portfolio-contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"portfolio-contacts/slide1.jpg\";}}s:18:\"App-Studio-Welcome\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"App-Studio-Welcome/slide1.jpg\";}}s:19:\"App-Studio-Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"App-Studio-Services/slide1.jpg\";}}s:16:\"App-Studio-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"App-Studio-About/slide1.jpg\";}}s:19:\"App-Studio-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"App-Studio-Contacts/slide1.jpg\";}}s:14:\"cube-animation\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"cube-animation/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"cube-animation/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"cube-animation/slide3.jpg\";}}s:10:\"basic-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"basic-menu/slide1.jpg\";}}s:12:\"basic-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"basic-header/slide1.jpg\";}}s:13:\"basic-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"basic-content/slide1.jpg\";}}s:14:\"basic-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"basic-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"basic-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"basic-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"basic-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"basic-carousel/slide5.jpg\";}}s:13:\"basic-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"basic-callout/slide1.jpg\";}}s:10:\"basic-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"basic-grid/slide1.jpg\";}}s:17:\"basic-video-block\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"basic-video-block/slide1.jpg\";}}s:12:\"basic-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"basic-footer/slide1.jpg\";}}s:14:\"basic-lightbox\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"basic-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"basic-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"basic-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"basic-lightbox/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"basic-lightbox/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:25:\"basic-lightbox/slide6.jpg\";}}s:13:\"nature-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"nature-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"nature-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"nature-slider/slide3.jpg\";}}s:11:\"art-gallery\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"art-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"art-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"art-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"art-gallery/slide4.jpg\";}}s:19:\"Construction-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Construction-Header/slide1.jpg\";}}s:17:\"Construction-Home\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Construction-Home/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"Construction-Home/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"Construction-Home/slide3.jpg\";}}s:21:\"Construction-Projects\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Projects/slide1.jpg\";}}s:20:\"Construction-History\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Construction-History/slide1.jpg\";}}s:21:\"Construction-Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Services/slide1.jpg\";}}s:21:\"Construction-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Contacts/slide1.jpg\";}}s:21:\"404-Error-Space-Theme\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"404-Error-Space-Theme/slide1.jpg\";}}s:17:\"landing-page-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"landing-page-hero/slide1.jpg\";}}s:21:\"landing-page-features\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"landing-page-features/slide1.jpg\";}}s:20:\"landing-page-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"landing-page-callout/slide1.jpg\";}}s:20:\"landing-page-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"landing-page-content/slide1.jpg\";}}s:25:\"landing-page-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"landing-page-testimonials/slide1.jpg\";}}s:27:\"landing-page-call-to-action\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"landing-page-call-to-action/slide1.jpg\";}}s:17:\"landing-page-help\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"landing-page-help/slide1.jpg\";}}s:19:\"landing-page-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"landing-page-footer/slide1.jpg\";}}s:24:\"landing-page-price-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"landing-page-price-modal/slide1.jpg\";}}s:18:\"energy-drinks-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"energy-drinks-hero/slide1.jpg\";}}s:19:\"energy-drinks-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-about/slide1.jpg\";}}s:21:\"energy-drinks-product\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"energy-drinks-product/slide1.jpg\";}}s:23:\"energy-drinks-product-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"energy-drinks-product-2/slide1.jpg\";}}s:23:\"energy-drinks-product-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"energy-drinks-product-3/slide1.jpg\";}}s:19:\"energy-drinks-order\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-order/slide1.jpg\";}}s:20:\"energy-drinks-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"energy-drinks-footer/slide1.jpg\";}}s:19:\"energy-drinks-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-modal/slide1.jpg\";}}s:16:\"Corporate-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Corporate-Header/slide1.jpg\";}}s:24:\"Corporate-Welcome-Screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"Corporate-Welcome-Screen/slide1.jpg\";}}s:15:\"Corporate-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-About/slide1.jpg\";}}s:19:\"Corporate-Portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Corporate-Portfolio/slide1.jpg\";}}s:15:\"Corporate-Chart\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-Chart/slide1.jpg\";}}s:14:\"Corporate-News\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";}}s:16:\"Corporate-Hiring\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";}}s:22:\"Corporate-Testimonials\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide3.jpg\";}}s:15:\"Corporate-Store\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-Store/slide1.jpg\";}}s:17:\"Corporate-Support\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Corporate-Support/slide1.jpg\";}}s:14:\"Corporate-Team\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-Team/slide1.jpg\";}}s:33:\"Corporate-Selected-Projects-Title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"Corporate-Selected-Projects-Title/slide1.jpg\";}}s:27:\"Corporate-Selected-Projects\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide7.jpg\";}}s:17:\"Corporate-Clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Corporate-Clients/slide1.jpg\";}}s:20:\"Corporate-Text-Block\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Corporate-Text-Block/slide1.jpg\";}}s:20:\"Corporate-Mobile-App\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Corporate-Mobile-App/slide1.jpg\";}}s:18:\"Corporate-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Corporate-Contacts/slide1.jpg\";}}s:16:\"Corporate-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Corporate-Footer/slide1.jpg\";}}s:23:\"Corporate-Scroll-To-Top\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"Corporate-Scroll-To-Top/slide1.jpg\";}}s:14:\"geometric-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-menu/slide1.jpg\";}}s:14:\"geometric-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-hero/slide1.jpg\";}}s:14:\"geometric-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-grid/slide1.jpg\";}}s:15:\"geometric-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"geometric-about/slide1.jpg\";}}s:15:\"geometric-texts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"geometric-texts/slide1.jpg\";}}s:18:\"geometric-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"geometric-services/slide1.jpg\";}}s:17:\"geometric-texts-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"geometric-texts-2/slide1.jpg\";}}s:22:\"geometric-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"geometric-testimonials/slide1.jpg\";}}s:16:\"geometric-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"geometric-footer/slide1.jpg\";}}s:18:\"geometric-lightbox\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"geometric-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"geometric-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"geometric-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"geometric-lightbox/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"geometric-lightbox/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:29:\"geometric-lightbox/slide6.jpg\";}}s:11:\"brutal-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"brutal-menu/slide1.jpg\";}}s:11:\"brutal-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"brutal-hero/slide1.jpg\";}}s:12:\"brutal-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"brutal-about/slide1.jpg\";}}s:16:\"brutal-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"brutal-highlight/slide1.jpg\";}}s:15:\"brutal-projects\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"brutal-projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"brutal-projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"brutal-projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"brutal-projects/slide4.jpg\";}}s:15:\"brutal-services\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"brutal-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"brutal-services/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"brutal-services/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"brutal-services/slide4.jpg\";}}s:14:\"brutal-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"brutal-callout/slide1.jpg\";}}s:13:\"brutal-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"brutal-footer/slide1.jpg\";}}s:13:\"Church-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Header/slide1.jpg\";}}s:22:\"Church-Upcoming-Events\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide3.jpg\";}}s:12:\"Church-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"Church-About/slide1.jpg\";}}s:14:\"Church-Pastors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Church-Pastors/slide1.jpg\";}}s:20:\"Church-Photo-Gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Church-Photo-Gallery/slide1.jpg\";}}s:16:\"Church-Community\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Church-Community/slide1.jpg\";}}s:13:\"Church-Sermon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Sermon/slide1.jpg\";}}s:15:\"Church-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Church-Contacts/slide1.jpg\";}}s:13:\"Church-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Footer/slide1.jpg\";}}s:19:\"Church-Light-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Header/slide1.jpg\";}}s:28:\"Church-Light-Upcoming-Events\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide3.jpg\";}}s:18:\"Church-Light-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Church-Light-About/slide1.jpg\";}}s:20:\"Church-Light-Pastors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Church-Light-Pastors/slide1.jpg\";}}s:26:\"Church-Light-Photo-Gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"Church-Light-Photo-Gallery/slide1.jpg\";}}s:22:\"Church-Light-Community\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Church-Light-Community/slide1.jpg\";}}s:19:\"Church-Light-Sermon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Sermon/slide1.jpg\";}}s:21:\"Church-Light-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Church-Light-Contacts/slide1.jpg\";}}s:19:\"Church-Light-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Footer/slide1.jpg\";}}s:13:\"rockable-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rockable-menu/slide1.jpg\";}}s:13:\"rockable-hero\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rockable-hero/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"rockable-hero/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"rockable-hero/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"rockable-hero/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"rockable-hero/slide5.jpg\";}}s:15:\"rockable-lineup\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"rockable-lineup/slide1.jpg\";}}s:17:\"rockable-lineup-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"rockable-lineup-2/slide1.jpg\";}}s:22:\"rockable-gallery-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"rockable-gallery-title/slide1.jpg\";}}s:16:\"rockable-gallery\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"rockable-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"rockable-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"rockable-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"rockable-gallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"rockable-gallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"rockable-gallery/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"rockable-gallery/slide7.jpg\";}}s:17:\"rockable-sponsors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"rockable-sponsors/slide1.jpg\";}}s:15:\"rockable-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"rockable-footer/slide1.jpg\";}}s:21:\"rockable-detail-modal\";a:18:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:10;a:2:{s:5:\"title\";s:8:\"Slide 11\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:11;a:2:{s:5:\"title\";s:8:\"Slide 12\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:12;a:2:{s:5:\"title\";s:8:\"Slide 13\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:13;a:2:{s:5:\"title\";s:8:\"Slide 14\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:14;a:2:{s:5:\"title\";s:8:\"Slide 15\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:15;a:2:{s:5:\"title\";s:8:\"Slide 16\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:16;a:2:{s:5:\"title\";s:8:\"Slide 17\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:17;a:2:{s:5:\"title\";s:8:\"Slide 18\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}}s:23:\"rockable-detail-modal-2\";a:18:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:10;a:2:{s:5:\"title\";s:8:\"Slide 11\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:11;a:2:{s:5:\"title\";s:8:\"Slide 12\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:12;a:2:{s:5:\"title\";s:8:\"Slide 13\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:13;a:2:{s:5:\"title\";s:8:\"Slide 14\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:14;a:2:{s:5:\"title\";s:8:\"Slide 15\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:15;a:2:{s:5:\"title\";s:8:\"Slide 16\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:16;a:2:{s:5:\"title\";s:8:\"Slide 17\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:17;a:2:{s:5:\"title\";s:8:\"Slide 18\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}}s:27:\"real-estate-showcase-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide3.jpg\";}}s:16:\"isometric-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"isometric-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"isometric-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"isometric-slider/slide3.jpg\";}}s:17:\"E-Commerce-Slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide3.jpg\";}}s:23:\"E-Commerce-Slider-Modal\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide3.jpg\";}}s:27:\"Woo-Commerce-Slider-Dynamic\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide3.jpg\";}}s:15:\"blooming-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"blooming-header/slide1.jpg\";}}s:14:\"blooming-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"blooming-about/slide1.jpg\";}}s:18:\"blooming-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"blooming-portfolio/slide1.jpg\";}}s:22:\"blooming-wedding-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-wedding-title/slide1.jpg\";}}s:25:\"blooming-wedding-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide6.jpg\";}}s:21:\"blooming-wedding-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-wedding-text/slide1.jpg\";}}s:22:\"blooming-parties-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-parties-title/slide1.jpg\";}}s:25:\"blooming-parties-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide6.jpg\";}}s:21:\"blooming-parties-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-parties-text/slide1.jpg\";}}s:22:\"blooming-funeral-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-funeral-title/slide1.jpg\";}}s:23:\"blooming-funeral-slider\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide6.jpg\";}}s:21:\"blooming-funeral-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-funeral-text/slide1.jpg\";}}s:16:\"blooming-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"blooming-contact/slide1.jpg\";}}s:13:\"particle-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"particle-hero/slide1.jpg\";}}s:17:\"bubble-morph-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"bubble-morph-hero/slide1.jpg\";}}s:13:\"parallax-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"parallax-hero/slide1.jpg\";}}s:10:\"video-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"video-hero/slide1.jpg\";}}s:14:\"ken-burns-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"ken-burns-hero/slide1.jpg\";}}s:21:\"basic-hero-collection\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"basic-hero-collection/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"basic-hero-collection/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"basic-hero-collection/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"basic-hero-collection/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"basic-hero-collection/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"basic-hero-collection/slide6.jpg\";}}s:19:\"launching-very-soon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"launching-very-soon/slide1.jpg\";}}s:18:\"Under-Construction\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Under-Construction/slide1.jpg\";}}s:15:\"Particle-Effect\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Particle-Effect/slide1.jpg\";}}s:17:\"Particle-Effect-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Particle-Effect-2/slide1.jpg\";}}s:10:\"stark-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"stark-menu/slide1.jpg\";}}s:12:\"stark-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"stark-header/slide1.jpg\";}}s:13:\"stark-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"stark-content/slide1.jpg\";}}s:14:\"stark-carousel\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"stark-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"stark-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"stark-carousel/slide3.jpg\";}}s:15:\"stark-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"stark-portfolio/slide1.jpg\";}}s:22:\"stark-portfolio-detail\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide6.jpg\";}}s:13:\"stark-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"stark-contact/slide1.jpg\";}}s:12:\"stark-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"stark-footer/slide1.jpg\";}}s:16:\"stark-newsletter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"stark-newsletter/slide1.jpg\";}}s:15:\"big-summer-sale\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-summer-sale/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"big-summer-sale/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"big-summer-sale/slide3.jpg\";}}s:18:\"traveller-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"traveller-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"traveller-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"traveller-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"traveller-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"traveller-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:29:\"traveller-carousel/slide6.jpg\";}}s:16:\"project-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"project-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"project-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"project-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"project-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"project-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"project-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"project-carousel/slide7.jpg\";}}s:13:\"news-carousel\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"news-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"news-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"news-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"news-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"news-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:24:\"news-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:24:\"news-carousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:24:\"news-carousel/slide8.jpg\";}}s:10:\"story-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"story-menu/slide1.jpg\";}}s:12:\"story-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"story-header/slide1.jpg\";}}s:13:\"story-block-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-1/slide1.jpg\";}}s:15:\"story-content-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-1/slide1.jpg\";}}s:13:\"story-block-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-2/slide1.jpg\";}}s:13:\"story-block-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-3/slide1.jpg\";}}s:15:\"story-content-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-2/slide1.jpg\";}}s:13:\"story-block-4\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-4/slide1.jpg\";}}s:15:\"story-content-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-3/slide1.jpg\";}}s:12:\"mini-website\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"mini-website/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"mini-website/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"mini-website/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"mini-website/slide4.jpg\";}}s:13:\"food-delivery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"food-delivery/slide1.jpg\";}}s:25:\"slider-with-illustrations\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"slider-with-illustrations/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"slider-with-illustrations/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"slider-with-illustrations/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"slider-with-illustrations/slide4.jpg\";}}s:8:\"zen-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"zen-menu/slide1.jpg\";}}s:10:\"zen-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"zen-header/slide1.jpg\";}}s:9:\"zen-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"zen-about/slide1.jpg\";}}s:12:\"zen-features\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"zen-features/slide1.jpg\";}}s:9:\"zen-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"zen-video/slide1.jpg\";}}s:11:\"zen-pricing\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"zen-pricing/slide1.jpg\";}}s:22:\"zen-testimonials-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"zen-testimonials-title/slide1.jpg\";}}s:16:\"zen-testimonials\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"zen-testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"zen-testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"zen-testimonials/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"zen-testimonials/slide4.jpg\";}}s:10:\"zen-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"zen-footer/slide1.jpg\";}}s:17:\"Paintbrush-Effect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide3.jpg\";}}}}', 'no');

-- --------------------------------------------------------

--
-- Table structure for table `wpir_postmeta`
--

CREATE TABLE `wpir_postmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `post_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpir_postmeta`
--

INSERT INTO `wpir_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1, 2, '_wp_page_template', 'default'),
(2, 3, '_wp_page_template', 'default'),
(5, 6, '_form', '<label> Your Name (required)\n    [text* your-name] </label>\n\n<label> Your Email (required)\n    [email* your-email] </label>\n\n<label> Subject\n    [text your-subject] </label>\n\n<label> Your Message\n    [textarea your-message] </label>\n\n[submit \"Send\"]'),
(6, 6, '_mail', 'a:8:{s:7:\"subject\";s:24:\"My Blog \"[your-subject]\"\";s:6:\"sender\";s:30:\"My Blog <admin@your420map.com>\";s:4:\"body\";s:172:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on My Blog (https://your420map.com/web)\";s:9:\"recipient\";s:20:\"admin@your420map.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),
(7, 6, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:24:\"My Blog \"[your-subject]\"\";s:6:\"sender\";s:30:\"My Blog <admin@your420map.com>\";s:4:\"body\";s:114:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on My Blog (https://your420map.com/web)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:30:\"Reply-To: admin@your420map.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),
(8, 6, '_messages', 'a:8:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";}'),
(9, 6, '_additional_settings', NULL),
(10, 6, '_locale', 'en_US'),
(14, 9, '_wp_attached_file', '2020/01/40.png'),
(15, 9, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:40;s:6:\"height\";i:40;s:4:\"file\";s:14:\"2020/01/40.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(16, 10, '_wp_attached_file', '2020/01/cropped-40.png'),
(17, 10, '_wp_attachment_context', 'site-icon'),
(18, 10, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:22:\"2020/01/cropped-40.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"cropped-40-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"cropped-40-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"restoneu-medium-thumb\";a:4:{s:4:\"file\";s:22:\"cropped-40-512x400.png\";s:5:\"width\";i:512;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"restoneu-small-thumb\";a:4:{s:4:\"file\";s:22:\"cropped-40-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:22:\"cropped-40-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:22:\"cropped-40-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:22:\"cropped-40-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:20:\"cropped-40-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(21, 11, '_wp_attached_file', '2020/01/420-70.png'),
(22, 11, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:291;s:6:\"height\";i:70;s:4:\"file\";s:18:\"2020/01/420-70.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"420-70-150x70.png\";s:5:\"width\";i:150;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(100, 2, '_edit_lock', '1578899759:1'),
(101, 36, '_edit_last', '1'),
(102, 36, '_edit_lock', '1578899851:1'),
(9580, 1470, '_ait-item_food-options_price', '2'),
(9579, 1470, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:8:\"approved\";s:5:\"owner\";s:14:\"cell@pfane.com\";s:4:\"date\";i:1579626785;s:6:\"author\";s:1:\"3\";}'),
(9633, 1488, '_wp_attached_file', '2020/02/Zkittlez-Strain-367x367-1.jpg'),
(39, 19, '_wp_attached_file', '2020/01/1.png'),
(40, 19, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:80;s:6:\"height\";i:80;s:4:\"file\";s:13:\"2020/01/1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(41, 20, '_wp_attached_file', '2020/01/2.png'),
(42, 20, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:80;s:6:\"height\";i:80;s:4:\"file\";s:13:\"2020/01/2.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(43, 21, '_wp_attached_file', '2020/01/3.png'),
(44, 21, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:80;s:6:\"height\";i:80;s:4:\"file\";s:13:\"2020/01/3.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(45, 22, '_wp_attached_file', '2020/01/crystal.png'),
(46, 22, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:40;s:6:\"height\";i:40;s:4:\"file\";s:19:\"2020/01/crystal.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(47, 23, '_wp_attached_file', '2020/01/dead.png'),
(48, 23, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:30;s:6:\"height\";i:30;s:4:\"file\";s:16:\"2020/01/dead.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(49, 24, '_wp_attached_file', '2020/01/green.png'),
(50, 24, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:40;s:6:\"height\";i:40;s:4:\"file\";s:17:\"2020/01/green.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(51, 25, '_wp_attached_file', '2020/01/rainbow.png'),
(52, 25, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:40;s:6:\"height\";i:40;s:4:\"file\";s:19:\"2020/01/rainbow.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(53, 26, '_wp_attached_file', '2020/01/recr.png'),
(54, 26, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:40;s:6:\"height\";i:40;s:4:\"file\";s:16:\"2020/01/recr.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(55, 27, '_wp_attached_file', '2020/01/4.png'),
(56, 27, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:80;s:6:\"height\";i:80;s:4:\"file\";s:13:\"2020/01/4.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(57, 28, '_wp_attached_file', '2020/01/6.png'),
(58, 28, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:80;s:6:\"height\";i:80;s:4:\"file\";s:13:\"2020/01/6.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(59, 29, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"1\";}'),
(60, 29, '_ait-item_food-options_price', '3'),
(61, 29, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:1:\"3\";}'),
(62, 29, 'rating_mean', '0'),
(63, 29, '_edit_last', '1'),
(64, 29, '_edit_lock', '1579370933:1'),
(65, 30, '_wp_attached_file', '2020/01/arsswe1.png'),
(66, 30, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:960;s:6:\"height\";i:520;s:4:\"file\";s:19:\"2020/01/arsswe1.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"arsswe1-300x163.png\";s:5:\"width\";i:300;s:6:\"height\";i:163;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"arsswe1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"arsswe1-768x416.png\";s:5:\"width\";i:768;s:6:\"height\";i:416;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(67, 29, '_thumbnail_id', '30'),
(68, 29, 'slide_template', 'default'),
(69, 29, 'ait-latitude', '34.052120290761'),
(70, 29, 'ait-longitude', '-118.00049208369'),
(71, 29, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:5:\"image\";s:11:\"headerImage\";s:65:\"https://your420map.com/web/wp-content/uploads/2020/01/arsswe1.png\";s:16:\"headerImageAlign\";s:12:\"image-center\";s:3:\"map\";a:7:{s:7:\"address\";s:32:\"13065 valley blvd. La Puente ca \";s:8:\"latitude\";s:15:\"34.052120290761\";s:9:\"longitude\";s:16:\"-118.00049208369\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:2:\"90\";s:7:\"swpitch\";s:1:\"5\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"1\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(72, 29, '_ait-item_item-featured', '0'),
(73, 29, '_ait-item_item-author', 'a:1:{s:6:\"author\";s:1:\"1\";}'),
(74, 32, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(75, 32, '_ait-item_food-options_price', '3'),
(76, 32, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:1:\"3\";}'),
(77, 32, 'rating_mean', '0'),
(78, 32, '_edit_last', '1'),
(79, 32, '_edit_lock', '1579088488:1'),
(80, 32, 'slide_template', 'default'),
(81, 32, 'ait-latitude', '33.9897364'),
(82, 32, 'ait-longitude', '-117.8904335'),
(83, 32, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:5:\"image\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:12:\"image-center\";s:3:\"map\";a:7:{s:7:\"address\";s:26:\"18958 daisetta st. ste 101\";s:8:\"latitude\";s:10:\"33.9897364\";s:9:\"longitude\";s:12:\"-117.8904335\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(84, 32, '_ait-item_item-featured', '0'),
(85, 32, '_ait-item_item-author', 'a:1:{s:6:\"author\";s:1:\"1\";}'),
(86, 34, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(87, 34, '_ait-item_food-options_price', '3'),
(88, 34, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:1:\"3\";}'),
(89, 34, 'rating_mean', '0'),
(90, 34, '_edit_last', '1'),
(91, 34, '_edit_lock', '1579081211:1'),
(92, 34, '_thumbnail_id', '30'),
(93, 34, 'slide_template', 'default'),
(94, 34, 'ait-latitude', '34.0152616'),
(95, 34, 'ait-longitude', '-118.1327236'),
(96, 34, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:5:\"image\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:12:\"image-center\";s:3:\"map\";a:7:{s:7:\"address\";s:18:\"6455 Whittier Blvd\";s:8:\"latitude\";s:10:\"34.0152616\";s:9:\"longitude\";s:12:\"-118.1327236\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4454, 678, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(97, 34, '_ait-item_item-featured', '0'),
(98, 34, '_ait-item_item-author', 'a:1:{s:6:\"author\";s:1:\"1\";}'),
(99, 32, '_thumbnail_id', '30'),
(2310, 374, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(103, 36, '_wp_page_template', 'default'),
(104, 36, 'slide_template', 'default'),
(105, 38, '_wp_attached_file', '2020/01/QBhCqL.jpg'),
(106, 38, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:18:\"2020/01/QBhCqL.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"QBhCqL-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"QBhCqL-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"QBhCqL-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"QBhCqL-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:19:\"QBhCqL-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(107, 39, '_edit_last', '1'),
(108, 39, '_edit_lock', '1579022479:1'),
(109, 39, '_wp_page_template', 'default'),
(110, 39, 'slide_template', 'default'),
(111, 41, '_edit_last', '1'),
(112, 41, '_edit_lock', '1578914834:1'),
(113, 42, '_wp_attached_file', '2020/01/spacemonkey-e1578914764415.jpeg'),
(114, 42, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:80;s:6:\"height\";i:80;s:4:\"file\";s:39:\"2020/01/spacemonkey-e1578914764415.jpeg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"spacemonkey-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"spacemonkey-1024x1024.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"spacemonkey-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"spacemonkey-768x768.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(115, 41, '_thumbnail_id', '42'),
(116, 41, 'slide_template', 'default'),
(117, 41, '_ait-partner_partner-options', 'a:2:{s:4:\"link\";s:30:\"http://www.spacemonkeymeds.com\";s:10:\"linkTarget\";s:1:\"1\";}'),
(118, 44, '_wp_attached_file', '2020/01/5de41ef29f8e6460feb7238a_willies-reserve-logo-e1578914369753.jpeg'),
(119, 44, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:120;s:6:\"height\";i:80;s:4:\"file\";s:73:\"2020/01/5de41ef29f8e6460feb7238a_willies-reserve-logo-e1578914369753.jpeg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:58:\"5de41ef29f8e6460feb7238a_willies-reserve-logo-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"5de41ef29f8e6460feb7238a_willies-reserve-logo-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(120, 45, '_wp_attached_file', '2020/01/5de41ef25f17620fa43c041d_kiva-confections-logo-e1578914426269.jpeg'),
(121, 45, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:120;s:6:\"height\";i:80;s:4:\"file\";s:74:\"2020/01/5de41ef25f17620fa43c041d_kiva-confections-logo-e1578914426269.jpeg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"5de41ef25f17620fa43c041d_kiva-confections-logo-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"5de41ef25f17620fa43c041d_kiva-confections-logo-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(122, 46, '_wp_attached_file', '2020/01/images-1-e1578914445975.jpeg'),
(123, 46, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:120;s:6:\"height\";i:75;s:4:\"file\";s:36:\"2020/01/images-1-e1578914445975.jpeg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"images-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(124, 47, '_wp_attached_file', '2020/01/remote-e1578914482476.jpeg'),
(125, 47, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:120;s:6:\"height\";i:80;s:4:\"file\";s:34:\"2020/01/remote-e1578914482476.jpeg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"remote-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"remote-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(126, 43, '_edit_last', '1'),
(127, 43, '_thumbnail_id', '44'),
(128, 43, 'slide_template', 'default'),
(129, 43, '_ait-partner_partner-options', 'a:2:{s:4:\"link\";s:0:\"\";s:10:\"linkTarget\";s:1:\"0\";}'),
(130, 43, '_edit_lock', '1578914362:1'),
(131, 44, '_wp_attachment_backup_sizes', 'a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:752;s:6:\"height\";i:502;s:4:\"file\";s:50:\"5de41ef29f8e6460feb7238a_willies-reserve-logo.jpeg\";}}'),
(132, 42, '_wp_attachment_backup_sizes', 'a:2:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:16:\"spacemonkey.jpeg\";}s:18:\"full-1578914764415\";a:3:{s:5:\"width\";i:120;s:6:\"height\";i:120;s:4:\"file\";s:31:\"spacemonkey-e1578914408371.jpeg\";}}'),
(133, 45, '_wp_attachment_backup_sizes', 'a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:752;s:6:\"height\";i:502;s:4:\"file\";s:51:\"5de41ef25f17620fa43c041d_kiva-confections-logo.jpeg\";}}'),
(134, 46, '_wp_attachment_backup_sizes', 'a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:284;s:6:\"height\";i:177;s:4:\"file\";s:13:\"images-1.jpeg\";}}'),
(135, 47, '_wp_attachment_backup_sizes', 'a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:400;s:6:\"height\";i:267;s:4:\"file\";s:11:\"remote.jpeg\";}}'),
(136, 48, '_edit_last', '1'),
(137, 48, '_edit_lock', '1578914527:1'),
(138, 48, '_thumbnail_id', '45'),
(139, 48, 'slide_template', 'default'),
(140, 48, '_ait-partner_partner-options', 'a:2:{s:4:\"link\";s:0:\"\";s:10:\"linkTarget\";s:1:\"0\";}'),
(141, 49, '_edit_last', '1'),
(142, 49, '_edit_lock', '1578914407:1'),
(143, 49, '_thumbnail_id', '46'),
(144, 49, 'slide_template', 'default'),
(145, 49, '_ait-partner_partner-options', 'a:2:{s:4:\"link\";s:0:\"\";s:10:\"linkTarget\";s:1:\"0\";}'),
(146, 50, '_edit_last', '1'),
(147, 50, '_edit_lock', '1578914441:1'),
(148, 50, '_thumbnail_id', '47'),
(149, 50, 'slide_template', 'default'),
(150, 50, '_ait-partner_partner-options', 'a:2:{s:4:\"link\";s:0:\"\";s:10:\"linkTarget\";s:1:\"0\";}'),
(151, 51, '_menu_item_type', 'custom'),
(152, 51, '_menu_item_menu_item_parent', '0'),
(153, 51, '_menu_item_object_id', '51'),
(154, 51, '_menu_item_object', 'custom'),
(155, 51, '_menu_item_target', ''),
(156, 51, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(157, 51, '_menu_item_xfn', ''),
(158, 51, '_menu_item_url', 'https://your420map.com/web/?s=&category=&location-address=&a=true'),
(160, 51, '_menu-item-column-label', ''),
(161, 51, '_menu-item-column-min-width', ''),
(162, 51, '_menu-item-column-url', ''),
(163, 51, '_menu-item-column-in-new-row', ''),
(164, 51, '_menu-item-icon', ''),
(165, 51, '_menu-item-submenu-position', ''),
(166, 52, '_menu_item_type', 'post_type'),
(167, 52, '_menu_item_menu_item_parent', '0'),
(168, 52, '_menu_item_object_id', '39'),
(169, 52, '_menu_item_object', 'page'),
(170, 52, '_menu_item_target', ''),
(171, 52, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(172, 52, '_menu_item_xfn', ''),
(173, 52, '_menu_item_url', ''),
(181, 53, '_wp_attached_file', '2020/01/instagram-round-liner-512-e1578917959812.png'),
(175, 52, '_menu-item-column-label', ''),
(176, 52, '_menu-item-column-min-width', ''),
(177, 52, '_menu-item-column-url', ''),
(178, 52, '_menu-item-column-in-new-row', ''),
(179, 52, '_menu-item-icon', ''),
(180, 52, '_menu-item-submenu-position', ''),
(182, 53, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:40;s:6:\"height\";i:40;s:4:\"file\";s:52:\"2020/01/instagram-round-liner-512-e1578917959812.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(183, 53, '_wp_attachment_backup_sizes', 'a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:29:\"instagram-round-liner-512.png\";}s:18:\"full-1578917936677\";a:3:{s:5:\"width\";i:20;s:6:\"height\";i:20;s:4:\"file\";s:44:\"instagram-round-liner-512-e1578917895863.png\";}s:18:\"full-1578917959812\";a:3:{s:5:\"width\";i:48;s:6:\"height\";i:48;s:4:\"file\";s:44:\"instagram-round-liner-512-e1578917949478.png\";}}'),
(9613, 1470, '_ait-item_item-author', 'a:1:{s:6:\"author\";s:1:\"3\";}'),
(200, 61, 'slide_template', 'default'),
(201, 61, '_edit_lock', '1579170633:1'),
(199, 61, '_edit_last', '1'),
(202, 62, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"1\";}'),
(203, 62, '_ait-item_food-options_price', '4'),
(204, 62, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:1:\"4\";}'),
(205, 62, 'rating_mean', '5'),
(206, 62, '_edit_last', '1'),
(207, 62, '_edit_lock', '1580666611:1'),
(208, 63, '_wp_attached_file', '2020/01/Screenshot_20180923-202736_Instagram-800x600-1.jpg'),
(209, 63, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:58:\"2020/01/Screenshot_20180923-202736_Instagram-800x600-1.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:58:\"Screenshot_20180923-202736_Instagram-800x600-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"Screenshot_20180923-202736_Instagram-800x600-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:58:\"Screenshot_20180923-202736_Instagram-800x600-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(210, 64, '_wp_attached_file', '2020/01/rasta-marijuana-adam-romanowicz.jpg'),
(211, 64, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:43:\"2020/01/rasta-marijuana-adam-romanowicz.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"rasta-marijuana-adam-romanowicz-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"rasta-marijuana-adam-romanowicz-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(212, 65, '_wp_attached_file', '2020/01/depositphotos_15369093-stock-illustration-abstract-art-background.jpg'),
(213, 65, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:450;s:6:\"height\";i:450;s:4:\"file\";s:77:\"2020/01/depositphotos_15369093-stock-illustration-abstract-art-background.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:77:\"depositphotos_15369093-stock-illustration-abstract-art-background-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:77:\"depositphotos_15369093-stock-illustration-abstract-art-background-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(214, 66, '_wp_attached_file', '2020/01/il_794xN.1554691852_z025.jpg'),
(215, 66, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:794;s:6:\"height\";i:447;s:4:\"file\";s:36:\"2020/01/il_794xN.1554691852_z025.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"il_794xN.1554691852_z025-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"il_794xN.1554691852_z025-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"il_794xN.1554691852_z025-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(216, 67, '_wp_attached_file', '2020/01/istockphoto-1070170246-640x640-1.jpg'),
(217, 67, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:360;s:4:\"file\";s:44:\"2020/01/istockphoto-1070170246-640x640-1.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"istockphoto-1070170246-640x640-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"istockphoto-1070170246-640x640-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:12:\"Getty Images\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:41:\"Weed plant with cinematic indoor lighting\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:41:\"Weed plant with cinematic indoor lighting\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(218, 68, '_wp_attached_file', '2020/01/canna-art.jpg'),
(219, 68, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:650;s:6:\"height\";i:433;s:4:\"file\";s:21:\"2020/01/canna-art.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"canna-art-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"canna-art-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(220, 69, '_wp_attached_file', '2020/01/inline_image_preview.jpg'),
(221, 69, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:590;s:6:\"height\";i:332;s:4:\"file\";s:32:\"2020/01/inline_image_preview.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"inline_image_preview-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"inline_image_preview-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(222, 70, '_wp_attached_file', '2020/01/Tomaselli_Super-Plant_1994-inline.jpg'),
(223, 70, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:680;s:6:\"height\";i:891;s:4:\"file\";s:45:\"2020/01/Tomaselli_Super-Plant_1994-inline.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Tomaselli_Super-Plant_1994-inline-229x300.jpg\";s:5:\"width\";i:229;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Tomaselli_Super-Plant_1994-inline-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(224, 71, '_wp_attached_file', '2020/01/619367.jpg'),
(225, 71, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:18:\"2020/01/619367.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"619367-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"619367-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"619367-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(226, 72, '_wp_attached_file', '2020/01/298489c78ce8ad9fd05018fc79370f7a.jpg'),
(227, 72, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:554;s:6:\"height\";i:792;s:4:\"file\";s:44:\"2020/01/298489c78ce8ad9fd05018fc79370f7a.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"298489c78ce8ad9fd05018fc79370f7a-210x300.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"298489c78ce8ad9fd05018fc79370f7a-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(228, 73, '_wp_attached_file', '2020/01/large2.jpg'),
(229, 73, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:519;s:6:\"height\";i:640;s:4:\"file\";s:18:\"2020/01/large2.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"large2-243x300.jpg\";s:5:\"width\";i:243;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"large2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(230, 62, '_thumbnail_id', '63'),
(231, 62, 'slide_template', 'default'),
(232, 62, '_ait-item_filters-options', 'a:1:{s:7:\"filters\";a:6:{i:0;s:2:\"15\";i:1;s:2:\"16\";i:2;s:2:\"12\";i:3;s:2:\"17\";i:4;s:2:\"14\";i:5;s:2:\"13\";}}'),
(233, 62, 'ait-latitude', '33.9532786'),
(234, 62, 'ait-longitude', '-118.3971616'),
(235, 62, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"1\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:25:\"654 Hwy 1, LA, California\";s:8:\"latitude\";s:10:\"33.9532786\";s:9:\"longitude\";s:12:\"-118.3971616\";s:10:\"streetview\";s:1:\"1\";s:9:\"swheading\";s:15:\"7.8993800508793\";s:7:\"swpitch\";s:15:\"6.8761507049868\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:10:\"9495556453\";s:19:\"telephoneAdditional\";a:1:{i:0;a:1:{s:6:\"number\";s:10:\"4535551212\";}}s:5:\"email\";s:21:\"jax@sparinghunter.com\";s:9:\"showEmail\";s:1:\"1\";s:15:\"contactOwnerBtn\";s:1:\"1\";s:3:\"web\";s:24:\"http://sparinghunter.com\";s:12:\"webLinkLabel\";s:11:\"Our Website\";s:19:\"displayOpeningHours\";s:1:\"1\";s:18:\"openingHoursMonday\";s:5:\"8 - 8\";s:19:\"openingHoursTuesday\";s:5:\"8 - 8\";s:21:\"openingHoursWednesday\";s:5:\"8 - 8\";s:20:\"openingHoursThursday\";s:5:\"8 - 8\";s:18:\"openingHoursFriday\";s:5:\"8 - 8\";s:20:\"openingHoursSaturday\";s:5:\"8 - 8\";s:18:\"openingHoursSunday\";s:5:\"8 - 8\";s:16:\"openingHoursNote\";s:37:\"RING THE BELL 3 TIMES AND SAY FORTUNE\";s:18:\"displaySocialIcons\";s:1:\"1\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"1\";s:11:\"socialIcons\";a:1:{i:0;a:4:{s:5:\"image\";s:0:\"\";s:4:\"icon\";s:11:\"fa-facebook\";s:9:\"iconColor\";s:0:\"\";s:4:\"link\";s:41:\"http://www.facebook.com/theweedexperiment\";}}s:14:\"displayGallery\";s:1:\"1\";s:7:\"gallery\";a:6:{i:0;a:2:{s:5:\"title\";s:0:\"\";s:5:\"image\";s:89:\"https://your420map.com/web/wp-content/uploads/2020/01/rasta-marijuana-adam-romanowicz.jpg\";}i:1;a:2:{s:5:\"title\";s:0:\"\";s:5:\"image\";s:90:\"https://your420map.com/web/wp-content/uploads/2020/01/298489c78ce8ad9fd05018fc79370f7a.jpg\";}i:2;a:2:{s:5:\"title\";s:0:\"\";s:5:\"image\";s:64:\"https://your420map.com/web/wp-content/uploads/2020/01/619367.jpg\";}i:3;a:2:{s:5:\"title\";s:0:\"\";s:5:\"image\";s:78:\"https://your420map.com/web/wp-content/uploads/2020/01/inline_image_preview.jpg\";}i:4;a:2:{s:5:\"title\";s:0:\"\";s:5:\"image\";s:67:\"https://your420map.com/web/wp-content/uploads/2020/01/canna-art.jpg\";}i:5;a:2:{s:5:\"title\";s:0:\"\";s:5:\"image\";s:123:\"https://your420map.com/web/wp-content/uploads/2020/01/depositphotos_15369093-stock-illustration-abstract-art-background.jpg\";}}s:15:\"displayFeatures\";s:1:\"1\";s:8:\"features\";a:1:{i:0;a:3:{s:4:\"icon\";s:63:\"https://your420map.com/web/wp-content/uploads/2020/01/green.png\";s:4:\"text\";s:16:\"Special Features\";s:4:\"desc\";s:71:\"Every Night come enjoy Spooky and the Slowfish.  Only at The Good House\";}}}'),
(236, 62, '_ait-item_item-featured', '1'),
(237, 62, 'features_search_string', 'Special Features;Every Night come enjoy Spooky and the Slowfish.  Only at The Good House;'),
(238, 62, '_ait-item_item-author', 'a:1:{s:6:\"author\";s:1:\"1\";}'),
(239, 75, '_ait-food-menu_food-menu_price', '$15 / $35 / $55 / $95'),
(240, 75, '_ait-food-menu_food-menu-data', 'a:6:{s:4:\"item\";s:2:\"62\";s:6:\"amount\";s:19:\"1g / 5g / 10g / 20g\";s:5:\"price\";s:21:\"$15 / $35 / $55 / $95\";s:8:\"menuType\";s:8:\"51276b24\";s:8:\"foodType\";s:8:\"da216b0b\";s:5:\"dates\";a:1:{i:0;a:2:{s:8:\"dateFrom\";s:10:\"2020-01-13\";s:6:\"dateTo\";s:10:\"2021-01-08\";}}}'),
(241, 75, '_edit_last', '1'),
(242, 75, '_edit_lock', '1578990155:1'),
(243, 75, '_thumbnail_id', '73'),
(244, 75, 'ait-food-menu-item', '62'),
(245, 75, 'ait-food-menu-type', '51276b24'),
(246, 75, 'ait-food-type', 'da216b0b'),
(247, 75, 'slide_template', 'default'),
(248, 76, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"1\";}'),
(249, 76, '_ait-item_food-options_price', '3'),
(250, 76, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:1:\"3\";}'),
(251, 76, 'rating_mean', '0'),
(252, 76, '_edit_last', '1'),
(253, 76, '_edit_lock', '1579032978:1'),
(254, 76, 'slide_template', 'default'),
(255, 76, 'ait-latitude', '33.5968913'),
(256, 76, 'ait-longitude', '-117.6581562'),
(257, 76, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"1\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:32:\"2110 Front Rd. Mission Viejo, CA\";s:8:\"latitude\";s:10:\"33.5968913\";s:9:\"longitude\";s:12:\"-117.6581562\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:2:\"90\";s:7:\"swpitch\";s:1:\"5\";s:6:\"swzoom\";s:1:\"1\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"1\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"1\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(258, 76, '_ait-item_item-featured', '1'),
(259, 76, '_ait-item_item-author', 'a:1:{s:6:\"author\";s:1:\"1\";}'),
(260, 39, '_thumbnail_id', '38'),
(5686, 866, '_ait-food-menu_food-menu-data', 'a:6:{s:4:\"item\";s:2:\"62\";s:6:\"amount\";s:14:\"1g / 10g / 20g\";s:5:\"price\";s:16:\"$15 / $95 / $160\";s:8:\"menuType\";s:8:\"51276b24\";s:8:\"foodType\";s:8:\"da216b0b\";s:5:\"dates\";a:1:{i:0;a:2:{s:8:\"dateFrom\";s:10:\"2020-01-14\";s:6:\"dateTo\";s:10:\"2020-01-14\";}}}'),
(5687, 866, 'classic-editor-remember', 'classic-editor'),
(5685, 866, '_ait-food-menu_food-menu_price', '$15 / $95 / $160'),
(276, 62, 'classic-editor-remember', 'classic-editor'),
(275, 76, 'classic-editor-remember', 'classic-editor'),
(277, 34, 'classic-editor-remember', 'classic-editor'),
(278, 85, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(279, 85, '_ait-item_food-options_price', '0'),
(280, 85, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(281, 85, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:46:\"100 w pleasant valley rd port hueneme ca 93041\";s:8:\"latitude\";s:10:\"34.1547193\";s:9:\"longitude\";s:12:\"-119.2002702\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(282, 85, '_ait-item_item-featured', '0'),
(283, 85, 'ait-latitude', '34.1547193'),
(284, 85, 'ait-longitude', '-119.2002702'),
(285, 85, 'rating_mean', '0'),
(286, 86, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(287, 86, '_ait-item_food-options_price', '0'),
(288, 86, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(289, 86, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:14:\"100 w plumb ln\";s:8:\"latitude\";s:10:\"39.5053795\";s:9:\"longitude\";s:12:\"-119.8052546\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(290, 86, '_ait-item_item-featured', '0'),
(291, 86, 'ait-latitude', '39.5053795'),
(292, 86, 'ait-longitude', '-119.8052546'),
(293, 86, 'rating_mean', '0'),
(294, 87, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(295, 87, '_ait-item_food-options_price', '0'),
(296, 87, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}');
INSERT INTO `wpir_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(297, 87, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:13:\"1001 Braodway\";s:8:\"latitude\";s:10:\"37.8024686\";s:9:\"longitude\";s:12:\"-122.2738753\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(298, 87, '_ait-item_item-featured', '0'),
(299, 87, 'ait-latitude', '37.8024686'),
(300, 87, 'ait-longitude', '-122.2738753'),
(301, 87, 'rating_mean', '0'),
(302, 88, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(303, 88, '_ait-item_food-options_price', '0'),
(304, 88, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(305, 88, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:15:\"10064 Mills Ave\";s:8:\"latitude\";s:10:\"33.9414618\";s:9:\"longitude\";s:12:\"-118.0286594\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(306, 88, '_ait-item_item-featured', '0'),
(307, 88, 'ait-latitude', '33.9414618'),
(308, 88, 'ait-longitude', '-118.0286594'),
(309, 88, 'rating_mean', '0'),
(310, 89, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(311, 89, '_ait-item_food-options_price', '0'),
(312, 89, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(313, 89, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:15:\"10090 Highway 9\";s:8:\"latitude\";s:7:\"37.0943\";s:9:\"longitude\";s:12:\"-122.0963267\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(314, 89, '_ait-item_item-featured', '0'),
(315, 89, 'ait-latitude', '37.0943'),
(316, 89, 'ait-longitude', '-122.0963267'),
(317, 89, 'rating_mean', '0'),
(318, 90, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(319, 90, '_ait-item_food-options_price', '0'),
(320, 90, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(321, 90, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:15:\"101 e spikes rd\";s:8:\"latitude\";s:10:\"34.8142468\";s:9:\"longitude\";s:12:\"-114.6034926\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(322, 90, '_ait-item_item-featured', '0'),
(323, 90, 'ait-latitude', '34.8142468'),
(324, 90, 'ait-longitude', '-114.6034926'),
(325, 90, 'rating_mean', '0'),
(326, 91, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(327, 91, '_ait-item_food-options_price', '0'),
(328, 91, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(329, 91, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:19:\"1017 e ocean ave #A\";s:8:\"latitude\";s:10:\"34.6391769\";s:9:\"longitude\";s:12:\"-120.4458405\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(330, 91, '_ait-item_item-featured', '0'),
(331, 91, 'ait-latitude', '34.6391769'),
(332, 91, 'ait-longitude', '-120.4458405'),
(333, 91, 'rating_mean', '0'),
(334, 92, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(335, 92, '_ait-item_food-options_price', '0'),
(336, 92, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(337, 92, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:38:\"1019 CHAPALA ST SANTA BARBARA CA 93101\";s:8:\"latitude\";s:10:\"34.4206182\";s:9:\"longitude\";s:12:\"-119.7041071\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(338, 92, '_ait-item_item-featured', '0'),
(339, 92, 'ait-latitude', '34.4206182'),
(340, 92, 'ait-longitude', '-119.7041071'),
(341, 92, 'rating_mean', '0'),
(342, 94, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(343, 94, '_ait-item_food-options_price', '0'),
(344, 94, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(345, 94, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:24:\"658 east san ysidro blvd\";s:8:\"latitude\";s:10:\"32.5464208\";s:9:\"longitude\";s:12:\"-117.0333314\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(346, 94, '_ait-item_item-featured', '0'),
(347, 94, 'ait-latitude', '32.5464208'),
(348, 94, 'ait-longitude', '-117.0333314'),
(349, 94, 'rating_mean', '0'),
(350, 95, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(351, 95, '_ait-item_food-options_price', '0'),
(352, 95, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(353, 95, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:34:\"1028 buenos ave san diego ca 92110\";s:8:\"latitude\";s:10:\"32.7674427\";s:9:\"longitude\";s:12:\"-117.2022665\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(354, 95, '_ait-item_item-featured', '0'),
(355, 95, 'ait-latitude', '32.7674427'),
(356, 95, 'ait-longitude', '-117.2022665'),
(357, 95, 'rating_mean', '0'),
(2750, 436, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(358, 97, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(359, 97, '_ait-item_food-options_price', '0'),
(360, 97, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(361, 97, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:36:\"1028 BUENOS AVE, SAN DIEGO CA 922210\";s:8:\"latitude\";s:9:\"32.767439\";s:9:\"longitude\";s:11:\"-117.202263\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(362, 97, '_ait-item_item-featured', '0'),
(363, 97, 'ait-latitude', '32.767439'),
(364, 97, 'ait-longitude', '-117.202263'),
(365, 97, 'rating_mean', '0'),
(366, 98, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(367, 98, '_ait-item_food-options_price', '3'),
(368, 98, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:1:\"3\";}'),
(369, 98, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:45:\"1037 E PACIFIC COAST HWY WILMINGTON CA, 90744\";s:8:\"latitude\";s:9:\"33.791094\";s:9:\"longitude\";s:11:\"-118.249617\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(370, 98, '_ait-item_item-featured', '0'),
(371, 98, 'ait-latitude', '33.791094'),
(372, 98, 'ait-longitude', '-118.249617'),
(373, 98, 'rating_mean', '0'),
(374, 99, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(375, 99, '_ait-item_food-options_price', '0'),
(376, 99, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(377, 99, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:22:\"1039 North Mission Rd.\";s:8:\"latitude\";s:10:\"34.0598827\";s:9:\"longitude\";s:12:\"-118.2157855\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(378, 99, '_ait-item_item-featured', '0'),
(379, 99, 'ait-latitude', '34.0598827'),
(380, 99, 'ait-longitude', '-118.2157855'),
(381, 99, 'rating_mean', '0'),
(382, 100, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(383, 100, '_ait-item_food-options_price', '3'),
(384, 100, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:1:\"3\";}'),
(385, 100, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"1\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:21:\"1040 north wetern ave\";s:8:\"latitude\";s:10:\"42.2581893\";s:9:\"longitude\";s:11:\"-87.8419832\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:14:\"+1999-457-8989\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:15:\"youwan@jose.org\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"1\";s:3:\"web\";s:22:\"https://www,google.com\";s:12:\"webLinkLabel\";s:8:\"Our Site\";s:19:\"displayOpeningHours\";s:1:\"1\";s:18:\"openingHoursMonday\";s:5:\"8 - 6\";s:19:\"openingHoursTuesday\";s:5:\"8 - 6\";s:21:\"openingHoursWednesday\";s:5:\"8 - 6\";s:20:\"openingHoursThursday\";s:5:\"8 - 6\";s:18:\"openingHoursFriday\";s:5:\"8 - 6\";s:20:\"openingHoursSaturday\";s:7:\"27 - 38\";s:18:\"openingHoursSunday\";s:13:\"You\'re Fired!\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"1\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"1\";s:11:\"socialIcons\";a:1:{i:0;a:4:{s:5:\"image\";s:0:\"\";s:4:\"icon\";s:11:\"fa-facebook\";s:9:\"iconColor\";s:0:\"\";s:4:\"link\";s:0:\"\";}}s:14:\"displayGallery\";s:1:\"1\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"1\";s:8:\"features\";s:0:\"\";}'),
(386, 100, '_ait-item_item-featured', '1'),
(387, 100, 'ait-latitude', '42.2581893'),
(388, 100, 'ait-longitude', '-87.8419832'),
(389, 100, 'rating_mean', '0'),
(390, 101, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(391, 101, '_ait-item_food-options_price', '0'),
(392, 101, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(393, 101, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:19:\"10418 Whittier Blvd\";s:8:\"latitude\";s:10:\"33.9920488\";s:9:\"longitude\";s:12:\"-118.0679247\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(394, 101, '_ait-item_item-featured', '0'),
(395, 101, 'ait-latitude', '33.9920488'),
(396, 101, 'ait-longitude', '-118.0679247'),
(397, 101, 'rating_mean', '0'),
(398, 102, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(399, 102, '_ait-item_food-options_price', '0'),
(400, 102, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(401, 102, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:38:\"10467 ROSCOE BLVD SUN VALLEY, CA 91352\";s:8:\"latitude\";s:10:\"34.2220997\";s:9:\"longitude\";s:12:\"-118.3601198\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(402, 102, '_ait-item_item-featured', '0'),
(403, 102, 'ait-latitude', '34.2220997'),
(404, 102, 'ait-longitude', '-118.3601198'),
(405, 102, 'rating_mean', '0'),
(406, 103, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(407, 103, '_ait-item_food-options_price', '0'),
(408, 103, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(409, 103, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:17:\"1053 Highland way\";s:8:\"latitude\";s:10:\"35.1092743\";s:9:\"longitude\";s:12:\"-120.6188434\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(410, 103, '_ait-item_item-featured', '0'),
(411, 103, 'ait-latitude', '35.1092743'),
(412, 103, 'ait-longitude', '-120.6188434'),
(413, 103, 'rating_mean', '0'),
(414, 104, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(415, 104, '_ait-item_food-options_price', '0'),
(416, 104, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(417, 104, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:19:\"10608 Whittier Blvd\";s:8:\"latitude\";s:17:\"33.99057450000001\";s:9:\"longitude\";s:12:\"-118.0655131\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(418, 104, '_ait-item_item-featured', '0'),
(419, 104, 'ait-latitude', '33.99057450000001'),
(420, 104, 'ait-longitude', '-118.0655131'),
(421, 104, 'rating_mean', '0'),
(422, 105, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(423, 105, '_ait-item_food-options_price', '0'),
(424, 105, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(425, 105, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:20:\"10655 west pico blvd\";s:8:\"latitude\";s:10:\"34.0427561\";s:9:\"longitude\";s:12:\"-118.4237378\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(426, 105, '_ait-item_item-featured', '0'),
(427, 105, 'ait-latitude', '34.0427561'),
(428, 105, 'ait-longitude', '-118.4237378'),
(429, 105, 'rating_mean', '0'),
(430, 106, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(431, 106, '_ait-item_food-options_price', '0'),
(432, 106, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(433, 106, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:46:\"10671 ROSELLE ST SUITE #100 SAN DIEGO CA 92121\";s:8:\"latitude\";d:32.89842984512670653884924831800162792205810546875;s:9:\"longitude\";d:-117.221855705738079223010572604835033416748046875;s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(434, 106, '_ait-item_item-featured', '0'),
(435, 106, 'ait-latitude', '32.898429845127'),
(436, 106, 'ait-longitude', '-117.22185570574'),
(437, 106, 'rating_mean', '0'),
(438, 107, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(439, 107, '_ait-item_food-options_price', '0'),
(440, 107, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(441, 107, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:46:\"10671 ROSELLE ST SUITE #100 SAN DIEGO CA 92121\";s:8:\"latitude\";s:10:\"32.8981873\";s:9:\"longitude\";s:12:\"-117.2219092\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(442, 107, '_ait-item_item-featured', '0'),
(443, 107, 'ait-latitude', '32.8981873'),
(444, 107, 'ait-longitude', '-117.2219092'),
(445, 107, 'rating_mean', '0'),
(446, 108, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(447, 108, '_ait-item_food-options_price', '0'),
(448, 108, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(449, 108, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:27:\"107 N McKinley St. Unit 101\";s:8:\"latitude\";s:10:\"33.8827687\";s:9:\"longitude\";s:12:\"-117.5135321\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(450, 108, '_ait-item_item-featured', '0'),
(451, 108, 'ait-latitude', '33.8827687'),
(452, 108, 'ait-longitude', '-117.5135321'),
(453, 108, 'rating_mean', '0'),
(454, 109, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(455, 109, '_ait-item_food-options_price', '0'),
(456, 109, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(457, 109, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:17:\"1070 US HWY 101 N\";s:8:\"latitude\";s:10:\"41.7669319\";s:9:\"longitude\";s:12:\"-124.1935532\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(458, 109, '_ait-item_item-featured', '0'),
(459, 109, 'ait-latitude', '41.7669319'),
(460, 109, 'ait-longitude', '-124.1935532'),
(461, 109, 'rating_mean', '0'),
(462, 110, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(463, 110, '_ait-item_food-options_price', '0'),
(464, 110, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(465, 110, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:19:\"10710 Whittier Blvd\";s:8:\"latitude\";s:10:\"33.9900963\";s:9:\"longitude\";s:12:\"-118.0646899\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(466, 110, '_ait-item_item-featured', '0'),
(467, 110, 'ait-latitude', '33.9900963'),
(468, 110, 'ait-longitude', '-118.0646899'),
(469, 110, 'rating_mean', '0'),
(470, 111, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(471, 111, '_ait-item_food-options_price', '0'),
(472, 111, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(473, 111, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:17:\"10721 Venice Blvd\";s:8:\"latitude\";s:10:\"34.0185989\";s:9:\"longitude\";s:12:\"-118.4078441\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(474, 111, '_ait-item_item-featured', '0'),
(475, 111, 'ait-latitude', '34.0185989'),
(476, 111, 'ait-longitude', '-118.4078441'),
(477, 111, 'rating_mean', '0'),
(478, 112, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(479, 112, '_ait-item_food-options_price', '0'),
(480, 112, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(481, 112, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:21:\"10736 Sepulveda Blvd.\";s:8:\"latitude\";s:10:\"34.2652884\";s:9:\"longitude\";s:12:\"-118.4669142\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(482, 112, '_ait-item_item-featured', '0'),
(483, 112, 'ait-latitude', '34.2652884'),
(484, 112, 'ait-longitude', '-118.4669142'),
(485, 112, 'rating_mean', '0'),
(486, 113, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(487, 113, '_ait-item_food-options_price', '0'),
(488, 113, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(489, 113, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:30:\"10781 ada ave ontario ca 91762\";s:8:\"latitude\";s:10:\"34.0583027\";s:9:\"longitude\";s:12:\"-117.6903022\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(490, 113, '_ait-item_item-featured', '0'),
(491, 113, 'ait-latitude', '34.0583027'),
(492, 113, 'ait-longitude', '-117.6903022'),
(493, 113, 'rating_mean', '0'),
(494, 114, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(495, 114, '_ait-item_food-options_price', '0'),
(496, 114, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(497, 114, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:30:\"10837 S. Vermont Avenue Unit C\";s:8:\"latitude\";s:10:\"33.9374531\";s:9:\"longitude\";s:12:\"-118.2923354\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(498, 114, '_ait-item_item-featured', '0'),
(499, 114, 'ait-latitude', '33.9374531'),
(500, 114, 'ait-longitude', '-118.2923354'),
(501, 114, 'rating_mean', '0'),
(502, 115, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(503, 115, '_ait-item_food-options_price', '0'),
(504, 115, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(505, 115, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:19:\"10842 magnolia blvd\";s:8:\"latitude\";s:10:\"34.1646703\";s:9:\"longitude\";s:12:\"-118.3673558\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(506, 115, '_ait-item_item-featured', '0'),
(507, 115, 'ait-latitude', '34.1646703'),
(508, 115, 'ait-longitude', '-118.3673558'),
(509, 115, 'rating_mean', '0'),
(510, 116, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(511, 116, '_ait-item_food-options_price', '0'),
(512, 116, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(513, 116, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:19:\"1090 2. la brea ave\";s:8:\"latitude\";s:10:\"34.0751039\";s:9:\"longitude\";s:12:\"-118.3437708\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(514, 116, '_ait-item_item-featured', '0'),
(515, 116, 'ait-latitude', '34.0751039'),
(516, 116, 'ait-longitude', '-118.3437708'),
(517, 116, 'rating_mean', '0'),
(518, 117, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(519, 117, '_ait-item_food-options_price', '0'),
(520, 117, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(521, 117, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:22:\"11 richard brann drive\";s:8:\"latitude\";s:9:\"38.170296\";s:9:\"longitude\";s:11:\"-121.686668\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(522, 117, '_ait-item_item-featured', '0'),
(523, 117, 'ait-latitude', '38.170296'),
(524, 117, 'ait-longitude', '-121.686668'),
(525, 117, 'rating_mean', '0'),
(526, 118, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(527, 118, '_ait-item_food-options_price', '3'),
(528, 118, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:1:\"3\";}'),
(529, 118, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"1\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:41:\"11 RICHARD BRANN DRIVE RIO VISTA CA 94571\";s:8:\"latitude\";s:15:\"38.170565494585\";s:9:\"longitude\";s:16:\"-121.68664514726\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"1\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"1\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"1\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"1\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"1\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"1\";s:8:\"features\";s:0:\"\";}'),
(530, 118, '_ait-item_item-featured', '1'),
(531, 118, 'ait-latitude', '38.170565494585'),
(532, 118, 'ait-longitude', '-121.68664514726'),
(533, 118, 'rating_mean', '0'),
(534, 119, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(535, 119, '_ait-item_food-options_price', '0'),
(536, 119, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}');
INSERT INTO `wpir_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(537, 119, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:20:\"11000 Randall St. #E\";s:8:\"latitude\";s:8:\"34.23736\";s:9:\"longitude\";s:12:\"-118.3702547\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(538, 119, '_ait-item_item-featured', '0'),
(539, 119, 'ait-latitude', '34.23736'),
(540, 119, 'ait-longitude', '-118.3702547'),
(541, 119, 'rating_mean', '0'),
(542, 120, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(543, 120, '_ait-item_food-options_price', '0'),
(544, 120, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(545, 120, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:14:\"1100B Fair Ave\";s:8:\"latitude\";s:10:\"36.9594737\";s:9:\"longitude\";s:12:\"-122.0456552\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(546, 120, '_ait-item_item-featured', '0'),
(547, 120, 'ait-latitude', '36.9594737'),
(548, 120, 'ait-longitude', '-122.0456552'),
(549, 120, 'rating_mean', '0'),
(550, 121, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(551, 121, '_ait-item_food-options_price', '0'),
(552, 121, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(553, 121, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:29:\"11034 s inglewood ave unit 10\";s:8:\"latitude\";s:10:\"33.9350362\";s:9:\"longitude\";s:12:\"-118.3608274\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(554, 121, '_ait-item_item-featured', '0'),
(555, 121, 'ait-latitude', '33.9350362'),
(556, 121, 'ait-longitude', '-118.3608274'),
(557, 121, 'rating_mean', '0'),
(558, 122, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(559, 122, '_ait-item_food-options_price', '0'),
(560, 122, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(561, 122, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:22:\"11034 s, inglewood ave\";s:8:\"latitude\";d:33.9351260315284122270895750261843204498291015625;s:9:\"longitude\";d:-118.3607191263339615261429571546614170074462890625;s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(562, 122, '_ait-item_item-featured', '0'),
(563, 122, 'ait-latitude', '33.935126031528'),
(564, 122, 'ait-longitude', '-118.36071912633'),
(565, 122, 'rating_mean', '0'),
(566, 123, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(567, 123, '_ait-item_food-options_price', '0'),
(568, 123, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(569, 123, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:17:\"1104 Ocean Street\";s:8:\"latitude\";s:10:\"36.9822987\";s:9:\"longitude\";s:12:\"-122.0220886\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(570, 123, '_ait-item_item-featured', '0'),
(571, 123, 'ait-latitude', '36.9822987'),
(572, 123, 'ait-longitude', '-122.0220886'),
(573, 123, 'rating_mean', '0'),
(574, 124, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(575, 124, '_ait-item_food-options_price', '0'),
(576, 124, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(577, 124, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:36:\"11045 SHERMAN WAY SUN VALEY CA 91605\";s:8:\"latitude\";s:9:\"34.201506\";s:9:\"longitude\";s:8:\"-118.372\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(578, 124, '_ait-item_item-featured', '0'),
(579, 124, 'ait-latitude', '34.201506'),
(580, 124, 'ait-longitude', '-118.372'),
(581, 124, 'rating_mean', '0'),
(582, 126, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(583, 126, '_ait-item_food-options_price', '0'),
(584, 126, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(585, 126, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:21:\"1107 Greenfield Drive\";s:8:\"latitude\";s:10:\"32.8131531\";s:9:\"longitude\";s:12:\"-116.9441923\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(586, 126, '_ait-item_item-featured', '0'),
(587, 126, 'ait-latitude', '32.8131531'),
(588, 126, 'ait-longitude', '-116.9441923'),
(589, 126, 'rating_mean', '0'),
(590, 127, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(591, 127, '_ait-item_food-options_price', '0'),
(592, 127, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(593, 127, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:14:\"11101 Main St.\";s:8:\"latitude\";s:10:\"33.9345535\";s:9:\"longitude\";s:12:\"-118.2741244\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(594, 127, '_ait-item_item-featured', '0'),
(595, 127, 'ait-latitude', '33.9345535'),
(596, 127, 'ait-longitude', '-118.2741244'),
(597, 127, 'rating_mean', '0'),
(598, 128, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(599, 128, '_ait-item_food-options_price', '0'),
(600, 128, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(601, 128, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:18:\"11101 Ventura Blvd\";s:8:\"latitude\";s:9:\"34.141283\";s:9:\"longitude\";s:12:\"-118.3719901\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(602, 128, '_ait-item_item-featured', '0'),
(603, 128, 'ait-latitude', '34.141283'),
(604, 128, 'ait-longitude', '-118.3719901'),
(605, 128, 'rating_mean', '0'),
(606, 129, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(607, 129, '_ait-item_food-options_price', '0'),
(608, 129, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(609, 129, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:19:\"11104 Whittier Blvd\";s:8:\"latitude\";s:10:\"33.9870923\";s:9:\"longitude\";s:12:\"-118.0606197\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(610, 129, '_ait-item_item-featured', '0'),
(611, 129, 'ait-latitude', '33.9870923'),
(612, 129, 'ait-longitude', '-118.0606197'),
(613, 129, 'rating_mean', '0'),
(614, 130, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(615, 130, '_ait-item_food-options_price', '0'),
(616, 130, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(617, 130, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:26:\"1325 east st andrews place\";s:8:\"latitude\";s:10:\"33.7231892\";s:9:\"longitude\";s:12:\"-117.8524347\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(618, 130, '_ait-item_item-featured', '0'),
(619, 130, 'ait-latitude', '33.7231892'),
(620, 130, 'ait-longitude', '-117.8524347'),
(621, 130, 'rating_mean', '0'),
(622, 131, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(623, 131, '_ait-item_food-options_price', '0'),
(624, 131, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(625, 131, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:14:\"1112 E Ash Ave\";s:8:\"latitude\";s:10:\"33.8647723\";s:9:\"longitude\";s:12:\"-117.9095901\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(626, 131, '_ait-item_item-featured', '0'),
(627, 131, 'ait-latitude', '33.8647723'),
(628, 131, 'ait-longitude', '-117.9095901'),
(629, 131, 'rating_mean', '0'),
(630, 132, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(631, 132, '_ait-item_food-options_price', '0'),
(632, 132, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(633, 132, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:51:\"1115 U STREET WASHINGTON DISTRICT OF COLUMBIA 20009\";s:8:\"latitude\";s:10:\"38.9171886\";s:9:\"longitude\";s:10:\"-77.027795\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(634, 132, '_ait-item_item-featured', '0'),
(635, 132, 'ait-latitude', '38.9171886'),
(636, 132, 'ait-longitude', '-77.027795'),
(637, 132, 'rating_mean', '0'),
(638, 133, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(639, 133, '_ait-item_food-options_price', '0'),
(640, 133, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(641, 133, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:21:\"1115 W. Foothill Blvd\";s:8:\"latitude\";s:17:\"34.13383719999999\";s:9:\"longitude\";s:12:\"-117.9231549\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(642, 133, '_ait-item_item-featured', '0'),
(643, 133, 'ait-latitude', '34.13383719999999'),
(644, 133, 'ait-longitude', '-117.9231549'),
(645, 133, 'rating_mean', '0'),
(646, 134, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(647, 134, '_ait-item_food-options_price', '0'),
(648, 134, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(649, 134, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:19:\"1115 West 190th St.\";s:8:\"latitude\";s:10:\"33.8585869\";s:9:\"longitude\";s:12:\"-118.2953703\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(650, 134, '_ait-item_item-featured', '0'),
(651, 134, 'ait-latitude', '33.8585869'),
(652, 134, 'ait-longitude', '-118.2953703'),
(653, 134, 'rating_mean', '0'),
(654, 135, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(655, 135, '_ait-item_food-options_price', '0'),
(656, 135, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(657, 135, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:19:\"11214 Whittier Blvd\";s:8:\"latitude\";s:10:\"33.9860156\";s:9:\"longitude\";s:12:\"-118.0586452\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(658, 135, '_ait-item_item-featured', '0'),
(659, 135, 'ait-latitude', '33.9860156'),
(660, 135, 'ait-longitude', '-118.0586452'),
(661, 135, 'rating_mean', '0'),
(662, 136, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(663, 136, '_ait-item_food-options_price', '3'),
(664, 136, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:1:\"3\";}'),
(665, 136, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"1\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:17:\"11221 Venice Blvd\";s:8:\"latitude\";s:10:\"34.0129041\";s:9:\"longitude\";s:12:\"-118.4179942\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(666, 136, '_ait-item_item-featured', '1'),
(667, 136, 'ait-latitude', '34.0129041'),
(668, 136, 'ait-longitude', '-118.4179942'),
(669, 136, 'rating_mean', '0'),
(670, 137, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(671, 137, '_ait-item_food-options_price', '0'),
(672, 137, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(673, 137, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:36:\"1131 BROADWAY STREET EUREKA CA 95501\";s:8:\"latitude\";s:10:\"40.7958708\";s:9:\"longitude\";s:12:\"-124.1752852\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(674, 137, '_ait-item_item-featured', '0'),
(675, 137, 'ait-latitude', '40.7958708'),
(676, 137, 'ait-longitude', '-124.1752852'),
(677, 137, 'rating_mean', '0'),
(678, 138, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(679, 138, '_ait-item_food-options_price', '0'),
(680, 138, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(681, 138, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:20:\"11318 S. Vermont Ave\";s:8:\"latitude\";s:10:\"33.9318806\";s:9:\"longitude\";s:12:\"-118.2912766\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(682, 138, '_ait-item_item-featured', '0'),
(683, 138, 'ait-latitude', '33.9318806'),
(684, 138, 'ait-longitude', '-118.2912766'),
(685, 138, 'rating_mean', '0'),
(686, 139, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(687, 139, '_ait-item_food-options_price', '0'),
(688, 139, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(689, 139, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:23:\"2222 East Olympic Blvd.\";s:8:\"latitude\";s:10:\"34.0255764\";s:9:\"longitude\";s:12:\"-118.2328349\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(690, 139, '_ait-item_item-featured', '0'),
(691, 139, 'ait-latitude', '34.0255764'),
(692, 139, 'ait-longitude', '-118.2328349'),
(693, 139, 'rating_mean', '0'),
(694, 141, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(695, 141, '_ait-item_food-options_price', '2'),
(696, 141, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:1:\"2\";}'),
(697, 141, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"1\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:16:\"1135 Venice Blvd\";s:8:\"latitude\";s:10:\"34.0421008\";s:9:\"longitude\";s:12:\"-118.2800012\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:12:\"949-258-8855\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"1\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"1\";s:18:\"openingHoursMonday\";s:6:\"6 - 22\";s:19:\"openingHoursTuesday\";s:6:\"6 - 22\";s:21:\"openingHoursWednesday\";s:6:\"6 - 22\";s:20:\"openingHoursThursday\";s:6:\"6 - 22\";s:18:\"openingHoursFriday\";s:6:\"6 - 22\";s:20:\"openingHoursSaturday\";s:6:\"6 - 22\";s:18:\"openingHoursSunday\";s:6:\"6 - 22\";s:16:\"openingHoursNote\";s:38:\"call ahead for special items please.  \";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"1\";s:7:\"gallery\";a:4:{i:0;a:2:{s:5:\"title\";s:0:\"\";s:5:\"image\";s:90:\"https://your420map.com/web/wp-content/uploads/2020/01/298489c78ce8ad9fd05018fc79370f7a.jpg\";}i:1;a:2:{s:5:\"title\";s:0:\"\";s:5:\"image\";s:78:\"https://your420map.com/web/wp-content/uploads/2020/01/inline_image_preview.jpg\";}i:2;a:2:{s:5:\"title\";s:0:\"\";s:5:\"image\";s:90:\"https://your420map.com/web/wp-content/uploads/2020/01/istockphoto-1070170246-640x640-1.jpg\";}i:3;a:2:{s:5:\"title\";s:0:\"\";s:5:\"image\";s:89:\"https://your420map.com/web/wp-content/uploads/2020/01/rasta-marijuana-adam-romanowicz.jpg\";}}s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";a:1:{i:0;a:3:{s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";s:4:\"desc\";s:0:\"\";}}}'),
(698, 141, '_ait-item_item-featured', '1'),
(699, 141, 'ait-latitude', '34.0421008'),
(700, 141, 'ait-longitude', '-118.2800012'),
(701, 141, 'rating_mean', '0'),
(702, 142, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(703, 142, '_ait-item_food-options_price', '0'),
(704, 142, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(705, 142, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:14:\"1138 E Elm Ave\";s:8:\"latitude\";s:10:\"32.2423597\";s:9:\"longitude\";s:12:\"-110.9542262\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(706, 142, '_ait-item_item-featured', '0'),
(707, 142, 'ait-latitude', '32.2423597'),
(708, 142, 'ait-longitude', '-110.9542262'),
(709, 142, 'rating_mean', '0'),
(710, 143, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(711, 143, '_ait-item_food-options_price', '0'),
(712, 143, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(713, 143, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:20:\"11414 S Vermont Ave.\";s:8:\"latitude\";s:8:\"33.93046\";s:9:\"longitude\";s:12:\"-118.2912905\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(714, 143, '_ait-item_item-featured', '0'),
(715, 143, 'ait-latitude', '33.93046'),
(716, 143, 'ait-longitude', '-118.2912905'),
(717, 143, 'rating_mean', '0'),
(718, 144, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(719, 144, '_ait-item_food-options_price', '0'),
(720, 144, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(721, 144, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:17:\"11422 Moorpark St\";s:8:\"latitude\";s:10:\"34.1501123\";s:9:\"longitude\";s:12:\"-118.3799363\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(722, 144, '_ait-item_item-featured', '0'),
(723, 144, 'ait-latitude', '34.1501123'),
(724, 144, 'ait-longitude', '-118.3799363'),
(725, 144, 'rating_mean', '0'),
(726, 145, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(727, 145, '_ait-item_food-options_price', '0'),
(728, 145, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(729, 145, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:12:\"1149 3rd Ave\";s:8:\"latitude\";s:10:\"32.6122767\";s:9:\"longitude\";s:12:\"-117.0682374\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(730, 145, '_ait-item_item-featured', '0'),
(731, 145, 'ait-latitude', '32.6122767'),
(732, 145, 'ait-longitude', '-117.0682374'),
(733, 145, 'rating_mean', '0'),
(734, 146, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(735, 146, '_ait-item_food-options_price', '0'),
(736, 146, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(737, 146, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:19:\"115 Limekiln Street\";s:8:\"latitude\";s:10:\"36.9863313\";s:9:\"longitude\";s:12:\"-122.0325895\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(738, 146, '_ait-item_item-featured', '0'),
(739, 146, 'ait-latitude', '36.9863313'),
(740, 146, 'ait-longitude', '-122.0325895'),
(741, 146, 'rating_mean', '0'),
(742, 147, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(743, 147, '_ait-item_food-options_price', '0'),
(744, 147, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(745, 147, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:18:\"1150 ARROW HIGHWAY\";s:8:\"latitude\";s:10:\"34.1139498\";s:9:\"longitude\";s:12:\"-117.9841464\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(746, 147, '_ait-item_item-featured', '0'),
(747, 147, 'ait-latitude', '34.1139498'),
(748, 147, 'ait-longitude', '-117.9841464'),
(749, 147, 'rating_mean', '0'),
(750, 148, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(751, 148, '_ait-item_food-options_price', '0'),
(752, 148, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(753, 148, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:38:\"1150 N 1ST ST SUITE B1 DICXON CA 95620\";s:8:\"latitude\";s:10:\"38.4573668\";s:9:\"longitude\";s:12:\"-121.8217865\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(754, 148, '_ait-item_item-featured', '0'),
(755, 148, 'ait-latitude', '38.4573668'),
(756, 148, 'ait-longitude', '-121.8217865'),
(757, 148, 'rating_mean', '0'),
(758, 149, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(759, 149, '_ait-item_food-options_price', '0'),
(760, 149, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(761, 149, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:23:\"1150 N 1st St. Suite B1\";s:8:\"latitude\";s:17:\"37.35770249999999\";s:9:\"longitude\";s:12:\"-121.9061967\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(762, 149, '_ait-item_item-featured', '0'),
(763, 149, 'ait-latitude', '37.35770249999999'),
(764, 149, 'ait-longitude', '-121.9061967'),
(765, 149, 'rating_mean', '0'),
(766, 150, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(767, 150, '_ait-item_food-options_price', '0'),
(768, 150, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(769, 150, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:16:\"1153 harley knox\";s:8:\"latitude\";d:33.85854843152842619247167021967470645904541015625;s:9:\"longitude\";d:-117.2514352470560794472476118244230747222900390625;s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(770, 150, '_ait-item_item-featured', '0'),
(771, 150, 'ait-latitude', '33.858548431528'),
(772, 150, 'ait-longitude', '-117.25143524706'),
(773, 150, 'rating_mean', '0');
INSERT INTO `wpir_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(774, 151, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(775, 151, '_ait-item_food-options_price', '0'),
(776, 151, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(777, 151, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:32:\"1153 harley knox perris ca 92571\";s:8:\"latitude\";d:33.8584855494585355017989058978855609893798828125;s:9:\"longitude\";d:-117.2513811588162155885584070347249507904052734375;s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(778, 151, '_ait-item_item-featured', '0'),
(779, 151, 'ait-latitude', '33.858485549459'),
(780, 151, 'ait-longitude', '-117.25138115882'),
(781, 151, 'rating_mean', '0'),
(782, 152, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(783, 152, '_ait-item_food-options_price', '0'),
(784, 152, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(785, 152, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:33:\"1153 harley knox perrris ca 92571\";s:8:\"latitude\";s:17:\"33.85845860000001\";s:9:\"longitude\";s:12:\"-117.2514677\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(786, 152, '_ait-item_item-featured', '0'),
(787, 152, 'ait-latitude', '33.85845860000001'),
(788, 152, 'ait-longitude', '-117.2514677'),
(789, 152, 'rating_mean', '0'),
(790, 153, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(791, 153, '_ait-item_food-options_price', '0'),
(792, 153, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(793, 153, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:41:\"11555 palm dr desert hot springs ca 92240\";s:8:\"latitude\";s:9:\"33.964772\";s:9:\"longitude\";s:12:\"-116.5018823\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(794, 153, '_ait-item_item-featured', '0'),
(795, 153, 'ait-latitude', '33.964772'),
(796, 153, 'ait-longitude', '-116.5018823'),
(797, 153, 'rating_mean', '0'),
(798, 154, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(799, 154, '_ait-item_food-options_price', '0'),
(800, 154, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(801, 154, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:19:\"11557 Ventura Blvd.\";s:8:\"latitude\";s:10:\"34.1403333\";s:9:\"longitude\";s:12:\"-118.3838581\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(802, 154, '_ait-item_item-featured', '0'),
(803, 154, 'ait-latitude', '34.1403333'),
(804, 154, 'ait-longitude', '-118.3838581'),
(805, 154, 'rating_mean', '0'),
(806, 155, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(807, 155, '_ait-item_food-options_price', '0'),
(808, 155, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(809, 155, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:15:\"11669 vanwen st\";s:8:\"latitude\";s:9:\"34.194137\";s:9:\"longitude\";s:11:\"-118.386802\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(810, 155, '_ait-item_item-featured', '0'),
(811, 155, 'ait-latitude', '34.194137'),
(812, 155, 'ait-longitude', '-118.386802'),
(813, 155, 'rating_mean', '0'),
(814, 156, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(815, 156, '_ait-item_food-options_price', '0'),
(816, 156, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(817, 156, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:19:\"8163 melrose avenue\";s:8:\"latitude\";s:9:\"34.083985\";s:9:\"longitude\";s:9:\"-118.3674\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(818, 156, '_ait-item_item-featured', '0'),
(819, 156, 'ait-latitude', '34.083985'),
(820, 156, 'ait-longitude', '-118.3674'),
(821, 156, 'rating_mean', '0'),
(822, 157, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(823, 157, '_ait-item_food-options_price', '0'),
(824, 157, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(825, 157, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:36:\"1173 harley knox blvdperris ca 92571\";s:8:\"latitude\";s:10:\"33.8587526\";s:9:\"longitude\";s:11:\"-117.251927\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(826, 157, '_ait-item_item-featured', '0'),
(827, 157, 'ait-latitude', '33.8587526'),
(828, 157, 'ait-longitude', '-117.251927'),
(829, 157, 'rating_mean', '0'),
(830, 158, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(831, 158, '_ait-item_food-options_price', '0'),
(832, 158, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(833, 158, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:16:\"118 N. Milpas St\";s:8:\"latitude\";s:10:\"34.4232667\";s:9:\"longitude\";s:12:\"-119.6806303\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(834, 158, '_ait-item_item-featured', '0'),
(835, 158, 'ait-latitude', '34.4232667'),
(836, 158, 'ait-longitude', '-119.6806303'),
(837, 158, 'rating_mean', '0'),
(838, 160, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(839, 160, '_ait-item_food-options_price', '0'),
(840, 160, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(841, 160, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:18:\"118 south h street\";s:8:\"latitude\";s:10:\"34.6381115\";s:9:\"longitude\";s:12:\"-120.4576523\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(842, 160, '_ait-item_item-featured', '0'),
(843, 160, 'ait-latitude', '34.6381115'),
(844, 160, 'ait-longitude', '-120.4576523'),
(845, 160, 'rating_mean', '0'),
(846, 161, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(847, 161, '_ait-item_food-options_price', '0'),
(848, 161, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(849, 161, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:20:\"11826 Sheldon Street\";s:8:\"latitude\";s:10:\"34.2408924\";s:9:\"longitude\";s:12:\"-118.3900384\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(850, 161, '_ait-item_item-featured', '0'),
(851, 161, 'ait-latitude', '34.2408924'),
(852, 161, 'ait-longitude', '-118.3900384'),
(853, 161, 'rating_mean', '0'),
(854, 162, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(855, 162, '_ait-item_food-options_price', '0'),
(856, 162, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(857, 162, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:51:\"119 WEST ANAEHIM STREET UNIT 6 WILMINGTON CA, 90744\";s:8:\"latitude\";s:10:\"33.7801335\";s:9:\"longitude\";s:12:\"-118.2633974\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(858, 162, '_ait-item_item-featured', '0'),
(859, 162, 'ait-latitude', '33.7801335'),
(860, 162, 'ait-longitude', '-118.2633974'),
(861, 162, 'rating_mean', '0'),
(862, 163, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(863, 163, '_ait-item_food-options_price', '0'),
(864, 163, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(865, 163, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:35:\"1190 COLEMAN AVE SAN JOSE, CA 95110\";s:8:\"latitude\";s:10:\"37.3568208\";s:9:\"longitude\";s:12:\"-121.9318894\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(866, 163, '_ait-item_item-featured', '0'),
(867, 163, 'ait-latitude', '37.3568208'),
(868, 163, 'ait-longitude', '-121.9318894'),
(869, 163, 'rating_mean', '0'),
(870, 164, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(871, 164, '_ait-item_food-options_price', '0'),
(872, 164, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(873, 164, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:19:\"1190 coleman avenue\";s:8:\"latitude\";d:37.3569914799039821673432015813887119293212890625;s:9:\"longitude\";d:-121.93174248204519471983076073229312896728515625;s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(874, 164, '_ait-item_item-featured', '0'),
(875, 164, 'ait-latitude', '37.356991479904'),
(876, 164, 'ait-longitude', '-121.93174248205'),
(877, 164, 'rating_mean', '0'),
(878, 166, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(879, 166, '_ait-item_food-options_price', '0'),
(880, 166, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(881, 166, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:37:\"1190 COLEMNA AVENUE SAN JOSE CA 95110\";s:8:\"latitude\";d:37.35691063152841451255881111137568950653076171875;s:9:\"longitude\";d:-121.931629468233808211152791045606136322021484375;s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(882, 166, '_ait-item_item-featured', '0'),
(883, 166, 'ait-latitude', '37.356910631528'),
(884, 166, 'ait-longitude', '-121.93162946823'),
(885, 166, 'rating_mean', '0'),
(886, 167, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(887, 167, '_ait-item_food-options_price', '0'),
(888, 167, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(889, 167, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:34:\"1191 e walnut st pasadena ca 91106\";s:8:\"latitude\";s:10:\"34.1498624\";s:9:\"longitude\";s:11:\"-118.125869\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(890, 167, '_ait-item_item-featured', '0'),
(891, 167, 'ait-latitude', '34.1498624'),
(892, 167, 'ait-longitude', '-118.125869'),
(893, 167, 'rating_mean', '0'),
(894, 168, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(895, 168, '_ait-item_food-options_price', '0'),
(896, 168, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(897, 168, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:13:\"1200 w 8th st\";s:8:\"latitude\";s:10:\"38.5508716\";s:9:\"longitude\";s:12:\"-121.7635783\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(898, 168, '_ait-item_item-featured', '0'),
(899, 168, 'ait-latitude', '38.5508716'),
(900, 168, 'ait-longitude', '-121.7635783'),
(901, 168, 'rating_mean', '0'),
(902, 169, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(903, 169, '_ait-item_food-options_price', '0'),
(904, 169, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(905, 169, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:17:\"1201 Springs Road\";s:8:\"latitude\";s:10:\"38.1057825\";s:9:\"longitude\";s:12:\"-122.2279242\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(906, 169, '_ait-item_item-featured', '0'),
(907, 169, 'ait-latitude', '38.1057825'),
(908, 169, 'ait-longitude', '-122.2279242'),
(909, 169, 'rating_mean', '0'),
(910, 171, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(911, 171, '_ait-item_food-options_price', '0'),
(912, 171, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(913, 171, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:34:\"1201 SPRINGS ROAD VALLEJO CA 94591\";s:8:\"latitude\";d:38.10598012936250000848303898237645626068115234375;s:9:\"longitude\";d:-122.227821453557027098213438875973224639892578125;s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(914, 171, '_ait-item_item-featured', '0'),
(915, 171, 'ait-latitude', '38.105980129363'),
(916, 171, 'ait-longitude', '-122.22782145356'),
(917, 171, 'rating_mean', '0'),
(918, 173, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(919, 173, '_ait-item_food-options_price', '0'),
(920, 173, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(921, 173, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:41:\"12106 palm dr desert hot springs ca 92240\";s:8:\"latitude\";s:9:\"33.960673\";s:9:\"longitude\";s:12:\"-116.5010527\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(922, 173, '_ait-item_item-featured', '0'),
(923, 173, 'ait-latitude', '33.960673'),
(924, 173, 'ait-longitude', '-116.5010527'),
(925, 173, 'rating_mean', '0'),
(926, 175, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(927, 175, '_ait-item_food-options_price', '0'),
(928, 175, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(929, 175, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:38:\"122 10th street san francisco ca 94103\";s:8:\"latitude\";s:10:\"37.7748179\";s:9:\"longitude\";s:12:\"-122.4157457\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(930, 175, '_ait-item_item-featured', '0'),
(931, 175, 'ait-latitude', '37.7748179'),
(932, 175, 'ait-longitude', '-122.4157457'),
(933, 175, 'rating_mean', '0'),
(934, 176, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(935, 176, '_ait-item_food-options_price', '0'),
(936, 176, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(937, 176, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:26:\"122 Lincoln Blvd Suite 204\";s:8:\"latitude\";s:10:\"34.0022531\";s:9:\"longitude\";s:12:\"-118.4691969\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(938, 176, '_ait-item_item-featured', '0'),
(939, 176, 'ait-latitude', '34.0022531'),
(940, 176, 'ait-longitude', '-118.4691969'),
(941, 176, 'rating_mean', '0'),
(942, 177, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(943, 177, '_ait-item_food-options_price', '0'),
(944, 177, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(945, 177, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:39:\"1227 west 253rd st harbor city ca 90710\";s:8:\"latitude\";s:10:\"33.7950015\";s:9:\"longitude\";s:12:\"-118.2982122\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(946, 177, '_ait-item_item-featured', '0'),
(947, 177, 'ait-latitude', '33.7950015'),
(948, 177, 'ait-longitude', '-118.2982122'),
(949, 177, 'rating_mean', '0'),
(950, 178, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(951, 178, '_ait-item_food-options_price', '0'),
(952, 178, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(953, 178, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:22:\"1227 west 253rd street\";s:8:\"latitude\";d:33.7950374326113660572445951402187347412109375;s:9:\"longitude\";d:-118.29793114981958979115006513893604278564453125;s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(954, 178, '_ait-item_item-featured', '0'),
(955, 178, 'ait-latitude', '33.795037432611'),
(956, 178, 'ait-longitude', '-118.29793114982'),
(957, 178, 'rating_mean', '0'),
(958, 179, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(959, 179, '_ait-item_food-options_price', '0'),
(960, 179, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(961, 179, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:46:\"12285 palm dr #102 desert hot springs ca 92240\";s:8:\"latitude\";s:10:\"33.9592931\";s:9:\"longitude\";s:12:\"-116.5016986\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(962, 179, '_ait-item_item-featured', '0'),
(963, 179, 'ait-latitude', '33.9592931'),
(964, 179, 'ait-longitude', '-116.5016986'),
(965, 179, 'rating_mean', '0'),
(966, 180, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(967, 180, '_ait-item_food-options_price', '0'),
(968, 180, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(969, 180, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:39:\"123 s 6ty ave city of industry ca 91746\";s:8:\"latitude\";s:10:\"34.0370118\";s:9:\"longitude\";s:12:\"-117.9791973\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(970, 180, '_ait-item_item-featured', '0'),
(971, 180, 'ait-latitude', '34.0370118'),
(972, 180, 'ait-longitude', '-117.9791973'),
(973, 180, 'rating_mean', '0'),
(974, 182, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(975, 182, '_ait-item_food-options_price', '0'),
(976, 182, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(977, 182, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:22:\"1230 Airport Park Blvd\";s:8:\"latitude\";s:10:\"39.1312817\";s:9:\"longitude\";s:12:\"-123.1997145\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(978, 182, '_ait-item_item-featured', '0'),
(979, 182, 'ait-latitude', '39.1312817'),
(980, 182, 'ait-longitude', '-123.1997145'),
(981, 182, 'rating_mean', '0'),
(982, 183, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(983, 183, '_ait-item_food-options_price', '0'),
(984, 183, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(985, 183, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:17:\"12320 w pico blvd\";s:8:\"latitude\";s:10:\"34.0281261\";s:9:\"longitude\";s:12:\"-118.4522949\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(986, 183, '_ait-item_item-featured', '0'),
(987, 183, 'ait-latitude', '34.0281261'),
(988, 183, 'ait-longitude', '-118.4522949'),
(989, 183, 'rating_mean', '0'),
(990, 184, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(991, 184, '_ait-item_food-options_price', '0'),
(992, 184, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(993, 184, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:41:\"1233 W BASELINE ST SAN BERNADINO CA 92411\";s:8:\"latitude\";s:9:\"34.121069\";s:9:\"longitude\";s:12:\"-117.3120848\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(994, 184, '_ait-item_item-featured', '0'),
(995, 184, 'ait-latitude', '34.121069'),
(996, 184, 'ait-longitude', '-117.3120848'),
(997, 184, 'rating_mean', '0'),
(998, 185, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(999, 185, '_ait-item_food-options_price', '0'),
(1000, 185, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1001, 185, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:25:\"1234 mchenry ace suite c \";s:8:\"latitude\";s:10:\"37.6611248\";s:9:\"longitude\";s:12:\"-120.9936586\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1002, 185, '_ait-item_item-featured', '0'),
(1003, 185, 'ait-latitude', '37.6611248'),
(1004, 185, 'ait-longitude', '-120.9936586'),
(1005, 185, 'rating_mean', '0'),
(1006, 186, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1007, 186, '_ait-item_food-options_price', '0'),
(1008, 186, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1009, 186, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:33:\"1236 c street sacramento ca 95814\";s:8:\"latitude\";s:10:\"38.5867584\";s:9:\"longitude\";s:12:\"-121.4865883\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1010, 186, '_ait-item_item-featured', '0'),
(1011, 186, 'ait-latitude', '38.5867584'),
(1012, 186, 'ait-longitude', '-121.4865883'),
(1013, 186, 'rating_mean', '0'),
(1014, 187, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}');
INSERT INTO `wpir_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1015, 187, '_ait-item_food-options_price', '0'),
(1016, 187, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1017, 187, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:38:\"1236 SOUTH MAIN AVE FALLBROOK CA 92028\";s:8:\"latitude\";s:10:\"33.3703859\";s:9:\"longitude\";s:12:\"-117.2507787\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1018, 187, '_ait-item_item-featured', '0'),
(1019, 187, 'ait-latitude', '33.3703859'),
(1020, 187, 'ait-longitude', '-117.2507787'),
(1021, 187, 'rating_mean', '0'),
(1022, 188, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1023, 188, '_ait-item_food-options_price', '0'),
(1024, 188, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1025, 188, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:17:\"124 Rosecrans Ave\";s:8:\"latitude\";s:10:\"33.9031299\";s:9:\"longitude\";s:12:\"-118.2232171\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1026, 188, '_ait-item_item-featured', '0'),
(1027, 188, 'ait-latitude', '33.9031299'),
(1028, 188, 'ait-longitude', '-118.2232171'),
(1029, 188, 'rating_mean', '0'),
(1030, 189, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1031, 189, '_ait-item_food-options_price', '0'),
(1032, 189, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1033, 189, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:22:\"12423 Gladstone Avenue\";s:8:\"latitude\";s:10:\"34.2953523\";s:9:\"longitude\";s:12:\"-118.4123853\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1034, 189, '_ait-item_item-featured', '0'),
(1035, 189, 'ait-latitude', '34.2953523'),
(1036, 189, 'ait-longitude', '-118.4123853'),
(1037, 189, 'rating_mean', '0'),
(1038, 190, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1039, 190, '_ait-item_food-options_price', '3'),
(1040, 190, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:1:\"3\";}'),
(1041, 190, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:20:\"1243 Mono Way Sonora\";s:8:\"latitude\";s:9:\"37.975231\";s:9:\"longitude\";s:11:\"-120.361997\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1042, 190, '_ait-item_item-featured', '0'),
(1043, 190, 'ait-latitude', '37.975231'),
(1044, 190, 'ait-longitude', '-120.361997'),
(1045, 190, 'rating_mean', '0'),
(1046, 191, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1047, 191, '_ait-item_food-options_price', '0'),
(1048, 191, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1049, 191, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:18:\"12433 Ventura Blvd\";s:8:\"latitude\";s:9:\"34.143034\";s:9:\"longitude\";s:11:\"-118.404153\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1050, 191, '_ait-item_item-featured', '0'),
(1051, 191, 'ait-latitude', '34.143034'),
(1052, 191, 'ait-longitude', '-118.404153'),
(1053, 191, 'rating_mean', '0'),
(1054, 192, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1055, 192, '_ait-item_food-options_price', '0'),
(1056, 192, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1057, 192, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:12:\"1249 3rd ave\";s:8:\"latitude\";s:10:\"32.6088912\";s:9:\"longitude\";s:12:\"-117.0668813\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1058, 192, '_ait-item_item-featured', '0'),
(1059, 192, 'ait-latitude', '32.6088912'),
(1060, 192, 'ait-longitude', '-117.0668813'),
(1061, 192, 'rating_mean', '0'),
(1062, 193, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1063, 193, '_ait-item_food-options_price', '0'),
(1064, 193, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1065, 193, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:23:\"12527 San Fernando Road\";s:8:\"latitude\";s:10:\"34.2975565\";s:9:\"longitude\";s:12:\"-118.4578675\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1066, 193, '_ait-item_item-featured', '0'),
(1067, 193, 'ait-latitude', '34.2975565'),
(1068, 193, 'ait-longitude', '-118.4578675'),
(1069, 193, 'rating_mean', '0'),
(1070, 194, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1071, 194, '_ait-item_food-options_price', '3'),
(1072, 194, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:1:\"3\";}'),
(1073, 194, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"1\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:9:\"126 h st \";s:8:\"latitude\";s:9:\"35.604165\";s:9:\"longitude\";s:10:\"-84.440471\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1074, 194, '_ait-item_item-featured', '1'),
(1075, 194, 'ait-latitude', '35.604165'),
(1076, 194, 'ait-longitude', '-84.440471'),
(1077, 194, 'rating_mean', '0'),
(1078, 195, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1079, 195, '_ait-item_food-options_price', '0'),
(1080, 195, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1081, 195, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:13:\"1274 3rd Ave.\";s:8:\"latitude\";s:10:\"32.6076628\";s:9:\"longitude\";s:12:\"-117.0670651\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1082, 195, '_ait-item_item-featured', '0'),
(1083, 195, 'ait-latitude', '32.6076628'),
(1084, 195, 'ait-longitude', '-117.0670651'),
(1085, 195, 'rating_mean', '0'),
(1086, 196, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1087, 196, '_ait-item_food-options_price', '0'),
(1088, 196, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1089, 196, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:17:\"2011 Pasadena Ave\";s:8:\"latitude\";s:10:\"34.0748326\";s:9:\"longitude\";s:12:\"-118.2209812\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1090, 196, '_ait-item_item-featured', '0'),
(1091, 196, 'ait-latitude', '34.0748326'),
(1092, 196, 'ait-longitude', '-118.2209812'),
(1093, 196, 'rating_mean', '0'),
(2430, 392, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1094, 198, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1095, 198, '_ait-item_food-options_price', '0'),
(1096, 198, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1097, 198, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:42:\"3139 mission street sac francisco ca 94110\";s:8:\"latitude\";s:10:\"37.7470104\";s:9:\"longitude\";s:12:\"-122.4187094\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1098, 198, '_ait-item_item-featured', '0'),
(1099, 198, 'ait-latitude', '37.7470104'),
(1100, 198, 'ait-longitude', '-122.4187094'),
(1101, 198, 'rating_mean', '0'),
(1102, 199, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1103, 199, '_ait-item_food-options_price', '0'),
(1104, 199, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1105, 199, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:23:\"128 West Mission Street\";s:8:\"latitude\";s:9:\"34.429154\";s:9:\"longitude\";s:12:\"-119.7167566\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1106, 199, '_ait-item_item-featured', '0'),
(1107, 199, 'ait-latitude', '34.429154'),
(1108, 199, 'ait-longitude', '-119.7167566'),
(1109, 199, 'rating_mean', '0'),
(1110, 200, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1111, 200, '_ait-item_food-options_price', '0'),
(1112, 200, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1113, 200, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:34:\"12800 wentworth st arleta ca 91331\";s:8:\"latitude\";s:9:\"34.236161\";s:9:\"longitude\";s:12:\"-118.4113812\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1114, 200, '_ait-item_item-featured', '0'),
(1115, 200, 'ait-latitude', '34.236161'),
(1116, 200, 'ait-longitude', '-118.4113812'),
(1117, 200, 'rating_mean', '0'),
(1118, 202, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1119, 202, '_ait-item_food-options_price', '0'),
(1120, 202, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1121, 202, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:36:\"1281 W OLEANDER AVE PERRIS, CA 92571\";s:8:\"latitude\";s:9:\"33.858686\";s:9:\"longitude\";s:12:\"-117.2544072\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1122, 202, '_ait-item_item-featured', '0'),
(1123, 202, 'ait-latitude', '33.858686'),
(1124, 202, 'ait-longitude', '-117.2544072'),
(1125, 202, 'rating_mean', '0'),
(1126, 205, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1127, 205, '_ait-item_food-options_price', '0'),
(1128, 205, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1129, 205, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:17:\"12814 Bradley Ave\";s:8:\"latitude\";s:17:\"34.30337550000001\";s:9:\"longitude\";s:12:\"-118.4563305\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1130, 205, '_ait-item_item-featured', '0'),
(1131, 205, 'ait-latitude', '34.30337550000001'),
(1132, 205, 'ait-longitude', '-118.4563305'),
(1133, 205, 'rating_mean', '0'),
(1134, 207, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1135, 207, '_ait-item_food-options_price', '0'),
(1136, 207, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1137, 207, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:18:\"1289 s la brea ave\";s:8:\"latitude\";s:10:\"34.0509857\";s:9:\"longitude\";s:12:\"-118.3446853\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1138, 207, '_ait-item_item-featured', '0'),
(1139, 207, 'ait-latitude', '34.0509857'),
(1140, 207, 'ait-longitude', '-118.3446853'),
(1141, 207, 'rating_mean', '0'),
(1142, 208, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1143, 208, '_ait-item_food-options_price', '0'),
(1144, 208, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1145, 208, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:24:\"1299 cmino del rio south\";s:8:\"latitude\";s:10:\"32.7649333\";s:9:\"longitude\";s:12:\"-117.1518921\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1146, 208, '_ait-item_item-featured', '0'),
(1147, 208, 'ait-latitude', '32.7649333'),
(1148, 208, 'ait-longitude', '-117.1518921'),
(1149, 208, 'rating_mean', '0'),
(1150, 209, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1151, 209, '_ait-item_food-options_price', '0'),
(1152, 209, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1153, 209, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:18:\"1300 Aviation Blvd\";s:8:\"latitude\";s:10:\"33.8658213\";s:9:\"longitude\";s:12:\"-118.3857981\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1154, 209, '_ait-item_item-featured', '0'),
(1155, 209, 'ait-latitude', '33.8658213'),
(1156, 209, 'ait-longitude', '-118.3857981'),
(1157, 209, 'rating_mean', '0'),
(1158, 210, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1159, 210, '_ait-item_food-options_price', '0'),
(1160, 210, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1161, 210, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:22:\"13009 S. Broadway Ave.\";s:8:\"latitude\";s:10:\"33.9140378\";s:9:\"longitude\";s:12:\"-118.2787471\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1162, 210, '_ait-item_item-featured', '0'),
(1163, 210, 'ait-latitude', '33.9140378'),
(1164, 210, 'ait-longitude', '-118.2787471'),
(1165, 210, 'rating_mean', '0'),
(1166, 211, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1167, 211, '_ait-item_food-options_price', '3'),
(1168, 211, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:1:\"3\";}'),
(1169, 211, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"1\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:18:\"1301 rocking w dr \";s:8:\"latitude\";s:10:\"37.3761164\";s:9:\"longitude\";s:12:\"-118.4206231\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1170, 211, '_ait-item_item-featured', '1'),
(1171, 211, 'ait-latitude', '37.3761164'),
(1172, 211, 'ait-longitude', '-118.4206231'),
(1173, 211, 'rating_mean', '0'),
(1174, 212, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1175, 212, '_ait-item_food-options_price', '0'),
(1176, 212, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1177, 212, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:20:\"13017 South Broadway\";s:8:\"latitude\";s:10:\"33.9137171\";s:9:\"longitude\";s:12:\"-118.2787455\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1178, 212, '_ait-item_item-featured', '0'),
(1179, 212, 'ait-latitude', '33.9137171'),
(1180, 212, 'ait-longitude', '-118.2787455'),
(1181, 212, 'rating_mean', '0'),
(1182, 213, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1183, 213, '_ait-item_food-options_price', '0'),
(1184, 213, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1185, 213, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:47:\"1315 w rosamond blvd suite 1A rosamond ca 93560\";s:8:\"latitude\";s:10:\"34.8648429\";s:9:\"longitude\";s:12:\"-118.1545535\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1186, 213, '_ait-item_item-featured', '0'),
(1187, 213, 'ait-latitude', '34.8648429'),
(1188, 213, 'ait-longitude', '-118.1545535'),
(1189, 213, 'rating_mean', '0'),
(1190, 214, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1191, 214, '_ait-item_food-options_price', '0'),
(1192, 214, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1193, 214, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:20:\"1316 E. Slauson Ave.\";s:8:\"latitude\";s:10:\"33.9891125\";s:9:\"longitude\";s:12:\"-118.2514836\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1194, 214, '_ait-item_item-featured', '0'),
(1195, 214, 'ait-latitude', '33.9891125'),
(1196, 214, 'ait-longitude', '-118.2514836'),
(1197, 214, 'rating_mean', '0'),
(1198, 215, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1199, 215, '_ait-item_food-options_price', '0'),
(1200, 215, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1201, 215, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:18:\"1320 e edinger ave\";s:8:\"latitude\";s:10:\"33.7263651\";s:9:\"longitude\";s:12:\"-117.8526179\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1202, 215, '_ait-item_item-featured', '0'),
(1203, 215, 'ait-latitude', '33.7263651'),
(1204, 215, 'ait-longitude', '-117.8526179'),
(1205, 215, 'rating_mean', '0'),
(1206, 216, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1207, 216, '_ait-item_food-options_price', '0'),
(1208, 216, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1209, 216, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:16:\"1321 W Carson St\";s:8:\"latitude\";s:10:\"33.8317954\";s:9:\"longitude\";s:12:\"-118.3004626\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1210, 216, '_ait-item_item-featured', '0'),
(1211, 216, 'ait-latitude', '33.8317954'),
(1212, 216, 'ait-longitude', '-118.3004626'),
(1213, 216, 'rating_mean', '0'),
(1214, 217, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1215, 217, '_ait-item_food-options_price', '0'),
(1216, 217, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1217, 217, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:24:\"1323 South Flower Street\";s:8:\"latitude\";s:10:\"34.0393914\";s:9:\"longitude\";s:12:\"-118.2677598\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1218, 217, '_ait-item_item-featured', '0'),
(1219, 217, 'ait-latitude', '34.0393914'),
(1220, 217, 'ait-longitude', '-118.2677598'),
(1221, 217, 'rating_mean', '0'),
(1222, 219, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1223, 219, '_ait-item_food-options_price', '0'),
(1224, 219, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1225, 219, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:18:\"13265 Imperial Hwy\";s:8:\"latitude\";s:10:\"33.9172149\";s:9:\"longitude\";s:12:\"-118.0489933\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1226, 219, '_ait-item_item-featured', '0'),
(1227, 219, 'ait-latitude', '33.9172149'),
(1228, 219, 'ait-longitude', '-118.0489933'),
(1229, 219, 'rating_mean', '0'),
(1230, 220, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1231, 220, '_ait-item_food-options_price', '0'),
(1232, 220, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1233, 220, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:19:\"1328 W Olympic Blvd\";s:8:\"latitude\";s:10:\"34.0475622\";s:9:\"longitude\";s:12:\"-118.2711032\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1234, 220, '_ait-item_item-featured', '0'),
(1235, 220, 'ait-latitude', '34.0475622'),
(1236, 220, 'ait-longitude', '-118.2711032'),
(1237, 220, 'rating_mean', '0'),
(1238, 221, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1239, 221, '_ait-item_food-options_price', '0'),
(1240, 221, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1241, 221, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:20:\"13303 inglewood blvd\";s:8:\"latitude\";s:10:\"33.9119555\";s:9:\"longitude\";s:12:\"-118.3615122\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1242, 221, '_ait-item_item-featured', '0'),
(1243, 221, 'ait-latitude', '33.9119555'),
(1244, 221, 'ait-longitude', '-118.3615122'),
(1245, 221, 'rating_mean', '0'),
(1246, 222, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1247, 222, '_ait-item_food-options_price', '0'),
(1248, 222, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1249, 222, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:36:\"13309 valley blvd la puente ca 91746\";s:8:\"latitude\";s:9:\"34.049709\";s:9:\"longitude\";s:12:\"-117.9963328\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1250, 222, '_ait-item_item-featured', '0'),
(1251, 222, 'ait-latitude', '34.049709'),
(1252, 222, 'ait-longitude', '-117.9963328'),
(1253, 222, 'rating_mean', '0'),
(1254, 224, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1255, 224, '_ait-item_food-options_price', '0'),
(1256, 224, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}');
INSERT INTO `wpir_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1257, 224, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:27:\"13331 Leffingwell Rd Unit 1\";s:8:\"latitude\";s:10:\"33.9189456\";s:9:\"longitude\";s:12:\"-118.0472651\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1258, 224, '_ait-item_item-featured', '0'),
(1259, 224, 'ait-latitude', '33.9189456'),
(1260, 224, 'ait-longitude', '-118.0472651'),
(1261, 224, 'rating_mean', '0'),
(1262, 225, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1263, 225, '_ait-item_food-options_price', '0'),
(1264, 225, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1265, 225, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:30:\"13331 Leffingwell Rd. Unit 2-3\";s:8:\"latitude\";d:33.91921509458523331659307586960494518280029296875;s:9:\"longitude\";d:-118.047210973392708410756313242018222808837890625;s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1266, 225, '_ait-item_item-featured', '0'),
(1267, 225, 'ait-latitude', '33.919215094585'),
(1268, 225, 'ait-longitude', '-118.04721097339'),
(1269, 225, 'rating_mean', '0'),
(1270, 226, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1271, 226, '_ait-item_food-options_price', '0'),
(1272, 226, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1273, 226, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:18:\"13345 Imperial Hwy\";s:8:\"latitude\";s:10:\"33.9172777\";s:9:\"longitude\";s:12:\"-118.0473566\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1274, 226, '_ait-item_item-featured', '0'),
(1275, 226, 'ait-latitude', '33.9172777'),
(1276, 226, 'ait-longitude', '-118.0473566'),
(1277, 226, 'rating_mean', '0'),
(1278, 227, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1279, 227, '_ait-item_food-options_price', '0'),
(1280, 227, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1281, 227, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:18:\"13356 W Washington\";s:8:\"latitude\";s:10:\"33.9923531\";s:9:\"longitude\";s:12:\"-118.4439076\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1282, 227, '_ait-item_item-featured', '0'),
(1283, 227, 'ait-latitude', '33.9923531'),
(1284, 227, 'ait-longitude', '-118.4439076'),
(1285, 227, 'rating_mean', '0'),
(1286, 228, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1287, 228, '_ait-item_food-options_price', '0'),
(1288, 228, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1289, 228, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:22:\"1339 South Hill Street\";s:8:\"latitude\";s:10:\"34.0367422\";s:9:\"longitude\";s:12:\"-118.2630729\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1290, 228, '_ait-item_item-featured', '0'),
(1291, 228, 'ait-latitude', '34.0367422'),
(1292, 228, 'ait-longitude', '-118.2630729'),
(1293, 228, 'rating_mean', '0'),
(1294, 229, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1295, 229, '_ait-item_food-options_price', '0'),
(1296, 229, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1297, 229, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:21:\"1342 E Chapman Avenue\";s:8:\"latitude\";s:10:\"33.7875904\";s:9:\"longitude\";s:12:\"-117.8391333\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1298, 229, '_ait-item_item-featured', '0'),
(1299, 229, 'ait-latitude', '33.7875904'),
(1300, 229, 'ait-longitude', '-117.8391333'),
(1301, 229, 'rating_mean', '0'),
(1302, 230, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1303, 230, '_ait-item_food-options_price', '0'),
(1304, 230, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1305, 230, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:18:\"13453 Beach Avenue\";s:8:\"latitude\";s:10:\"33.9908527\";s:9:\"longitude\";s:12:\"-118.4458609\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1306, 230, '_ait-item_item-featured', '0'),
(1307, 230, 'ait-latitude', '33.9908527'),
(1308, 230, 'ait-longitude', '-118.4458609'),
(1309, 230, 'rating_mean', '0'),
(1310, 231, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1311, 231, '_ait-item_food-options_price', '0'),
(1312, 231, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1313, 231, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:21:\"1346 S. Atlantic Blvd\";s:8:\"latitude\";s:8:\"34.01276\";s:9:\"longitude\";s:12:\"-118.1589644\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1314, 231, '_ait-item_item-featured', '0'),
(1315, 231, 'ait-latitude', '34.01276'),
(1316, 231, 'ait-longitude', '-118.1589644'),
(1317, 231, 'rating_mean', '0'),
(1318, 232, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1319, 232, '_ait-item_food-options_price', '0'),
(1320, 232, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1321, 232, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:32:\"135 main ave sacramneto ca 95838\";s:8:\"latitude\";s:9:\"38.655982\";s:9:\"longitude\";s:12:\"-121.4697199\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1322, 232, '_ait-item_item-featured', '0'),
(1323, 232, 'ait-latitude', '38.655982'),
(1324, 232, 'ait-longitude', '-121.4697199'),
(1325, 232, 'rating_mean', '0'),
(1326, 233, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1327, 233, '_ait-item_food-options_price', '0'),
(1328, 233, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1329, 233, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:19:\"1350 lone palm ave \";s:8:\"latitude\";d:37.65474164620966490701903239823877811431884765625;s:9:\"longitude\";d:-121.0235491967946899194430443458259105682373046875;s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1330, 233, '_ait-item_item-featured', '0'),
(1331, 233, 'ait-latitude', '37.65474164621'),
(1332, 233, 'ait-longitude', '-121.02354919679'),
(1333, 233, 'rating_mean', '0'),
(1334, 234, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1335, 234, '_ait-item_food-options_price', '0'),
(1336, 234, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1337, 234, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:19:\"1350 lone palm ave \";s:8:\"latitude\";s:9:\"37.654553\";s:9:\"longitude\";s:12:\"-121.0238669\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1338, 234, '_ait-item_item-featured', '0'),
(1339, 234, 'ait-latitude', '37.654553'),
(1340, 234, 'ait-longitude', '-121.0238669'),
(1341, 234, 'rating_mean', '0'),
(1342, 235, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1343, 235, '_ait-item_food-options_price', '0'),
(1344, 235, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1345, 235, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:20:\"13509 Hubbard Street\";s:8:\"latitude\";s:10:\"34.3099158\";s:9:\"longitude\";s:11:\"-118.427823\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1346, 235, '_ait-item_item-featured', '0'),
(1347, 235, 'ait-latitude', '34.3099158'),
(1348, 235, 'ait-longitude', '-118.427823'),
(1349, 235, 'rating_mean', '0'),
(1350, 236, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1351, 236, '_ait-item_food-options_price', '0'),
(1352, 236, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1353, 236, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:19:\"13514 Telegraph Rd.\";s:8:\"latitude\";s:10:\"33.9378271\";s:9:\"longitude\";s:11:\"-118.043708\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1354, 236, '_ait-item_item-featured', '0'),
(1355, 236, 'ait-latitude', '33.9378271'),
(1356, 236, 'ait-longitude', '-118.043708'),
(1357, 236, 'rating_mean', '0'),
(1358, 237, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1359, 237, '_ait-item_food-options_price', '0'),
(1360, 237, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1361, 237, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:15:\"1367 rocking w \";s:8:\"latitude\";s:10:\"37.3773047\";s:9:\"longitude\";s:12:\"-118.4211833\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1362, 237, '_ait-item_item-featured', '0'),
(1363, 237, 'ait-latitude', '37.3773047'),
(1364, 237, 'ait-longitude', '-118.4211833'),
(1365, 237, 'rating_mean', '0'),
(1366, 238, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1367, 238, '_ait-item_food-options_price', '0'),
(1368, 238, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1369, 238, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:21:\"13727s. inglewood ave\";s:8:\"latitude\";s:10:\"33.9070802\";s:9:\"longitude\";s:12:\"-118.3614546\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1370, 238, '_ait-item_item-featured', '0'),
(1371, 238, 'ait-latitude', '33.9070802'),
(1372, 238, 'ait-longitude', '-118.3614546'),
(1373, 238, 'rating_mean', '0'),
(1374, 239, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1375, 239, '_ait-item_food-options_price', '0'),
(1376, 239, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1377, 239, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:21:\"13727s. inglewood ave\";s:8:\"latitude\";d:33.90713409891704799292710958980023860931396484375;s:9:\"longitude\";d:-118.361140709382880231714807450771331787109375;s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1378, 239, '_ait-item_item-featured', '0'),
(1379, 239, 'ait-latitude', '33.907134098917'),
(1380, 239, 'ait-longitude', '-118.36114070938'),
(1381, 239, 'rating_mean', '0'),
(1382, 240, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1383, 240, '_ait-item_food-options_price', '0'),
(1384, 240, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1385, 240, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:14:\"13771 U.S. 101\";s:8:\"latitude\";s:10:\"38.9668601\";s:9:\"longitude\";s:12:\"-123.1147314\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1386, 240, '_ait-item_item-featured', '0'),
(1387, 240, 'ait-latitude', '38.9668601'),
(1388, 240, 'ait-longitude', '-123.1147314'),
(1389, 240, 'rating_mean', '0'),
(1390, 241, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1391, 241, '_ait-item_food-options_price', '0'),
(1392, 241, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1393, 241, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:21:\"138 N San Fernando Rd\";s:8:\"latitude\";s:10:\"34.0754239\";s:9:\"longitude\";s:12:\"-118.2215495\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1394, 241, '_ait-item_item-featured', '0'),
(1395, 241, 'ait-latitude', '34.0754239'),
(1396, 241, 'ait-longitude', '-118.2215495'),
(1397, 241, 'rating_mean', '0'),
(1398, 242, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1399, 242, '_ait-item_food-options_price', '0'),
(1400, 242, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1401, 242, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:16:\"13961 Mayer Road\";s:8:\"latitude\";s:10:\"33.9176243\";s:9:\"longitude\";s:12:\"-118.0339095\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1402, 242, '_ait-item_item-featured', '0'),
(1403, 242, 'ait-latitude', '33.9176243'),
(1404, 242, 'ait-longitude', '-118.0339095'),
(1405, 242, 'rating_mean', '0'),
(1406, 243, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1407, 243, '_ait-item_food-options_price', '0'),
(1408, 243, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1409, 243, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:40:\"14 Cll CORONEL ISABELA PUERTO RICO 00662\";s:8:\"latitude\";s:10:\"18.4743403\";s:9:\"longitude\";s:11:\"-66.9912915\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1410, 243, '_ait-item_item-featured', '0'),
(1411, 243, 'ait-latitude', '18.4743403'),
(1412, 243, 'ait-longitude', '-66.9912915'),
(1413, 243, 'rating_mean', '0'),
(1414, 244, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1415, 244, '_ait-item_food-options_price', '0'),
(1416, 244, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1417, 244, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:25:\"1400 needles hwy unit 100\";s:8:\"latitude\";s:10:\"34.8489664\";s:9:\"longitude\";s:12:\"-114.6108771\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1418, 244, '_ait-item_item-featured', '0'),
(1419, 244, 'ait-latitude', '34.8489664'),
(1420, 244, 'ait-longitude', '-114.6108771'),
(1421, 244, 'rating_mean', '0'),
(1422, 245, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1423, 245, '_ait-item_food-options_price', '0'),
(1424, 245, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1425, 245, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:18:\"14000 Ventura Blvd\";s:8:\"latitude\";s:10:\"34.1488455\";s:9:\"longitude\";s:12:\"-118.4373679\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1426, 245, '_ait-item_item-featured', '0'),
(1427, 245, 'ait-latitude', '34.1488455'),
(1428, 245, 'ait-longitude', '-118.4373679'),
(1429, 245, 'rating_mean', '0'),
(1430, 246, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1431, 246, '_ait-item_food-options_price', '0'),
(1432, 246, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1433, 246, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:22:\"1408 Enterprise Street\";s:8:\"latitude\";s:10:\"38.1342735\";s:9:\"longitude\";s:12:\"-122.2596544\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1434, 246, '_ait-item_item-featured', '0'),
(1435, 246, 'ait-latitude', '38.1342735'),
(1436, 246, 'ait-longitude', '-122.2596544'),
(1437, 246, 'rating_mean', '0'),
(1438, 247, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1439, 247, '_ait-item_food-options_price', '0'),
(1440, 247, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1441, 247, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:18:\"14080 Ventura Blvd\";s:8:\"latitude\";s:10:\"34.1492015\";s:9:\"longitude\";s:12:\"-118.4398125\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1442, 247, '_ait-item_item-featured', '0'),
(1443, 247, 'ait-latitude', '34.1492015'),
(1444, 247, 'ait-longitude', '-118.4398125'),
(1445, 247, 'rating_mean', '0'),
(1446, 248, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1447, 248, '_ait-item_food-options_price', '0'),
(1448, 248, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1449, 248, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:17:\"1412 S Alameda St\";s:8:\"latitude\";s:10:\"34.0251367\";s:9:\"longitude\";s:12:\"-118.2390389\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1450, 248, '_ait-item_item-featured', '0'),
(1451, 248, 'ait-latitude', '34.0251367'),
(1452, 248, 'ait-longitude', '-118.2390389'),
(1453, 248, 'rating_mean', '0'),
(1454, 249, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1455, 249, '_ait-item_food-options_price', '0'),
(1456, 249, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1457, 249, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:23:\"1423 Abbot Kinney Blvd.\";s:8:\"latitude\";s:10:\"33.9906096\";s:9:\"longitude\";s:12:\"-118.4651592\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1458, 249, '_ait-item_item-featured', '0'),
(1459, 249, 'ait-latitude', '33.9906096'),
(1460, 249, 'ait-longitude', '-118.4651592'),
(1461, 249, 'rating_mean', '0'),
(1462, 250, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1463, 250, '_ait-item_food-options_price', '0'),
(1464, 250, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1465, 250, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:35:\"1425 e mission blvd pomona ca 91766\";s:8:\"latitude\";s:10:\"34.0559496\";s:9:\"longitude\";s:12:\"-117.7273952\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1466, 250, '_ait-item_item-featured', '0'),
(1467, 250, 'ait-latitude', '34.0559496'),
(1468, 250, 'ait-longitude', '-117.7273952'),
(1469, 250, 'rating_mean', '0'),
(1470, 251, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1471, 251, '_ait-item_food-options_price', '0'),
(1472, 251, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1473, 251, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:28:\"1438 West Foothill Boulevard\";s:8:\"latitude\";s:10:\"34.1070161\";s:9:\"longitude\";s:12:\"-117.3995157\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1474, 251, '_ait-item_item-featured', '0'),
(1475, 251, 'ait-latitude', '34.1070161'),
(1476, 251, 'ait-longitude', '-117.3995157'),
(1477, 251, 'rating_mean', '0'),
(1478, 252, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1479, 252, '_ait-item_food-options_price', '0'),
(1480, 252, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1481, 252, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:16:\"1442 angie ave, \";s:8:\"latitude\";s:17:\"37.61018139999999\";s:9:\"longitude\";s:12:\"-120.9398697\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1482, 252, '_ait-item_item-featured', '0'),
(1483, 252, 'ait-latitude', '37.61018139999999'),
(1484, 252, 'ait-longitude', '-120.9398697'),
(1485, 252, 'rating_mean', '0'),
(1486, 254, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1487, 254, '_ait-item_food-options_price', '0'),
(1488, 254, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1489, 254, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:21:\"14465 Lakeshore Drive\";s:8:\"latitude\";s:10:\"38.9518716\";s:9:\"longitude\";s:12:\"-122.6426659\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1490, 254, '_ait-item_item-featured', '0'),
(1491, 254, 'ait-latitude', '38.9518716'),
(1492, 254, 'ait-longitude', '-122.6426659'),
(1493, 254, 'rating_mean', '0'),
(1494, 255, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1495, 255, '_ait-item_food-options_price', '0'),
(1496, 255, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}');
INSERT INTO `wpir_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1497, 255, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:19:\"14491 Olympic Drive\";s:8:\"latitude\";s:10:\"38.9617348\";s:9:\"longitude\";s:12:\"-122.6409694\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1498, 255, '_ait-item_item-featured', '0'),
(1499, 255, 'ait-latitude', '38.9617348'),
(1500, 255, 'ait-longitude', '-122.6409694'),
(1501, 255, 'rating_mean', '0'),
(1502, 256, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1503, 256, '_ait-item_food-options_price', '0'),
(1504, 256, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1505, 256, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:19:\"14512 Crenshaw Blvd\";s:8:\"latitude\";s:10:\"33.8997595\";s:9:\"longitude\";s:12:\"-118.3262485\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1506, 256, '_ait-item_item-featured', '0'),
(1507, 256, 'ait-latitude', '33.8997595'),
(1508, 256, 'ait-longitude', '-118.3262485'),
(1509, 256, 'rating_mean', '0'),
(1510, 257, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1511, 257, '_ait-item_food-options_price', '0'),
(1512, 257, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1513, 257, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:37:\"14522 VICTORY BLVD VAN NUYS, CA 91405\";s:8:\"latitude\";s:9:\"34.186454\";s:9:\"longitude\";s:12:\"-118.4496117\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1514, 257, '_ait-item_item-featured', '0'),
(1515, 257, 'ait-latitude', '34.186454'),
(1516, 257, 'ait-longitude', '-118.4496117'),
(1517, 257, 'rating_mean', '0'),
(1518, 258, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1519, 258, '_ait-item_food-options_price', '0'),
(1520, 258, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1521, 258, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:20:\"14561 Leffingwell Rd\";s:8:\"latitude\";s:10:\"33.9250308\";s:9:\"longitude\";s:12:\"-118.0212848\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1522, 258, '_ait-item_item-featured', '0'),
(1523, 258, 'ait-latitude', '33.9250308'),
(1524, 258, 'ait-longitude', '-118.0212848'),
(1525, 258, 'rating_mean', '0'),
(1526, 259, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1527, 259, '_ait-item_food-options_price', '0'),
(1528, 259, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1529, 259, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:27:\"1462 South Grande Vista Ave\";s:8:\"latitude\";s:10:\"34.0183075\";s:9:\"longitude\";s:12:\"-118.2100215\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1530, 259, '_ait-item_item-featured', '0'),
(1531, 259, 'ait-latitude', '34.0183075'),
(1532, 259, 'ait-longitude', '-118.2100215'),
(1533, 259, 'rating_mean', '0'),
(1534, 260, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1535, 260, '_ait-item_food-options_price', '0'),
(1536, 260, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1537, 260, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:33:\"14901 oxnard st van nuys ca 91411\";s:8:\"latitude\";s:10:\"34.1795989\";s:9:\"longitude\";s:12:\"-118.4577158\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1538, 260, '_ait-item_item-featured', '0'),
(1539, 260, 'ait-latitude', '34.1795989'),
(1540, 260, 'ait-longitude', '-118.4577158'),
(1541, 260, 'rating_mean', '0'),
(1542, 261, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1543, 261, '_ait-item_food-options_price', '0'),
(1544, 261, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1545, 261, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:30:\"14909 Crenshaw Blvd Suite #108\";s:8:\"latitude\";s:17:\"33.89627249999999\";s:9:\"longitude\";s:12:\"-118.3271789\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1546, 261, '_ait-item_item-featured', '0'),
(1547, 261, 'ait-latitude', '33.89627249999999'),
(1548, 261, 'ait-longitude', '-118.3271789'),
(1549, 261, 'rating_mean', '0'),
(1550, 262, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1551, 262, '_ait-item_food-options_price', '0'),
(1552, 262, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1553, 262, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:30:\"14909 Crenshaw Blvd Suite #201\";s:8:\"latitude\";d:33.8963802978340851268512778915464878082275390625;s:9:\"longitude\";d:-118.3269083389394751293366425670683383941650390625;s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1554, 262, '_ait-item_item-featured', '0'),
(1555, 262, 'ait-latitude', '33.896380297834'),
(1556, 262, 'ait-longitude', '-118.32690833894'),
(1557, 262, 'rating_mean', '0'),
(1558, 263, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1559, 263, '_ait-item_food-options_price', '0'),
(1560, 263, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1561, 263, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:31:\"14909 Crenshaw Blvd. Suite #109\";s:8:\"latitude\";d:33.89636233152840105731229414232075214385986328125;s:9:\"longitude\";d:-118.326865049169782651006244122982025146484375;s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1562, 263, '_ait-item_item-featured', '0'),
(1563, 263, 'ait-latitude', '33.896362331528'),
(1564, 263, 'ait-longitude', '-118.32686504917'),
(1565, 263, 'rating_mean', '0'),
(1566, 264, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1567, 264, '_ait-item_food-options_price', '0'),
(1568, 264, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1569, 264, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:16:\"150 Venice Blvd.\";s:8:\"latitude\";s:10:\"34.0339896\";s:9:\"longitude\";s:12:\"-118.2645336\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1570, 264, '_ait-item_item-featured', '0'),
(1571, 264, 'ait-latitude', '34.0339896'),
(1572, 264, 'ait-longitude', '-118.2645336'),
(1573, 264, 'rating_mean', '0'),
(1574, 265, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1575, 265, '_ait-item_food-options_price', '0'),
(1576, 265, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1577, 265, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:17:\"1500 Esperanza St\";s:8:\"latitude\";s:17:\"34.01548530000001\";s:9:\"longitude\";s:12:\"-118.2008046\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1578, 265, '_ait-item_item-featured', '0'),
(1579, 265, 'ait-latitude', '34.01548530000001'),
(1580, 265, 'ait-longitude', '-118.2008046'),
(1581, 265, 'rating_mean', '0'),
(1582, 266, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1583, 266, '_ait-item_food-options_price', '0'),
(1584, 266, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1585, 266, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:17:\"1501 santa fe ave\";s:8:\"latitude\";s:10:\"33.7854473\";s:9:\"longitude\";s:12:\"-118.2157924\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1586, 266, '_ait-item_item-featured', '0'),
(1587, 266, 'ait-latitude', '33.7854473'),
(1588, 266, 'ait-longitude', '-118.2157924'),
(1589, 266, 'rating_mean', '0'),
(1590, 267, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1591, 267, '_ait-item_food-options_price', '0'),
(1592, 267, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1593, 267, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:38:\"1501 SANTA FE AVE LONG BEAVH CA, 90813\";s:8:\"latitude\";d:33.78561797990398218871632707305252552032470703125;s:9:\"longitude\";d:-118.2154897643478506097380886785686016082763671875;s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1594, 267, '_ait-item_item-featured', '0'),
(1595, 267, 'ait-latitude', '33.785617979904'),
(1596, 267, 'ait-longitude', '-118.21548976435'),
(1597, 267, 'rating_mean', '0'),
(1598, 269, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1599, 269, '_ait-item_food-options_price', '0'),
(1600, 269, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1601, 269, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:18:\"1501 Santa Fe Ave.\";s:8:\"latitude\";d:33.78557306413977556758254650048911571502685546875;s:9:\"longitude\";d:-118.2155329980124491839887923561036586761474609375;s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1602, 269, '_ait-item_item-featured', '0'),
(1603, 269, 'ait-latitude', '33.78557306414'),
(1604, 269, 'ait-longitude', '-118.21553299801'),
(1605, 269, 'rating_mean', '0'),
(1606, 270, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1607, 270, '_ait-item_food-options_price', '0'),
(1608, 270, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1609, 270, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:41:\"1508 el camino avenue sacramento ca 95815\";s:8:\"latitude\";s:10:\"38.6101977\";s:9:\"longitude\";s:12:\"-121.4328521\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1610, 270, '_ait-item_item-featured', '0'),
(1611, 270, 'ait-latitude', '38.6101977'),
(1612, 270, 'ait-longitude', '-121.4328521'),
(1613, 270, 'rating_mean', '0'),
(1614, 271, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1615, 271, '_ait-item_food-options_price', '0'),
(1616, 271, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1617, 271, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:19:\"1512 West Center St\";s:8:\"latitude\";s:10:\"33.8309212\";s:9:\"longitude\";s:12:\"-117.9327534\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1618, 271, '_ait-item_item-featured', '0'),
(1619, 271, 'ait-latitude', '33.8309212'),
(1620, 271, 'ait-longitude', '-117.9327534'),
(1621, 271, 'rating_mean', '0'),
(1622, 272, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1623, 272, '_ait-item_food-options_price', '0'),
(1624, 272, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1625, 272, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:20:\"1515 n cahuenga blvd\";s:8:\"latitude\";s:10:\"34.0985074\";s:9:\"longitude\";s:12:\"-118.3297801\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1626, 272, '_ait-item_item-featured', '0'),
(1627, 272, 'ait-latitude', '34.0985074'),
(1628, 272, 'ait-longitude', '-118.3297801'),
(1629, 272, 'rating_mean', '0'),
(1630, 273, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1631, 273, '_ait-item_food-options_price', '0'),
(1632, 273, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1633, 273, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:17:\"15374 Dickens St.\";s:8:\"latitude\";s:10:\"34.1530991\";s:9:\"longitude\";s:12:\"-118.4687597\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1634, 273, '_ait-item_item-featured', '0'),
(1635, 273, 'ait-latitude', '34.1530991'),
(1636, 273, 'ait-longitude', '-118.4687597'),
(1637, 273, 'rating_mean', '0'),
(1638, 275, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1639, 275, '_ait-item_food-options_price', '0'),
(1640, 275, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1641, 275, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:20:\"15460 Devonshire st.\";s:8:\"latitude\";s:17:\"34.25708729999999\";s:9:\"longitude\";s:12:\"-118.4694935\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1642, 275, '_ait-item_item-featured', '0'),
(1643, 275, 'ait-latitude', '34.25708729999999'),
(1644, 275, 'ait-longitude', '-118.4694935'),
(1645, 275, 'rating_mean', '0'),
(1646, 276, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1647, 276, '_ait-item_food-options_price', '0'),
(1648, 276, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1649, 276, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:38:\"1550 locust ave shasta lake city 96019\";s:8:\"latitude\";s:10:\"40.6813198\";s:9:\"longitude\";s:12:\"-122.3692085\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1650, 276, '_ait-item_item-featured', '0'),
(1651, 276, 'ait-latitude', '40.6813198'),
(1652, 276, 'ait-longitude', '-122.3692085'),
(1653, 276, 'rating_mean', '0'),
(1654, 277, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1655, 277, '_ait-item_food-options_price', '0'),
(1656, 277, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1657, 277, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:27:\"1550 W. Fremont St. STE 100\";s:8:\"latitude\";s:10:\"37.9537743\";s:9:\"longitude\";s:12:\"-121.3123997\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1658, 277, '_ait-item_item-featured', '0'),
(1659, 277, 'ait-latitude', '37.9537743'),
(1660, 277, 'ait-longitude', '-121.3123997'),
(1661, 277, 'rating_mean', '0'),
(1662, 278, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1663, 278, '_ait-item_food-options_price', '0'),
(1664, 278, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1665, 278, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:37:\"15501 san pablo ave richmond ca 94806\";s:8:\"latitude\";s:10:\"37.9902594\";s:9:\"longitude\";s:12:\"-122.3355987\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1666, 278, '_ait-item_item-featured', '0'),
(1667, 278, 'ait-latitude', '37.9902594'),
(1668, 278, 'ait-longitude', '-122.3355987'),
(1669, 278, 'rating_mean', '0'),
(1670, 279, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1671, 279, '_ait-item_food-options_price', '0'),
(1672, 279, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1673, 279, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:22:\"15507 Cobalt Street #4\";s:8:\"latitude\";s:10:\"34.3069939\";s:9:\"longitude\";s:12:\"-118.4701094\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1674, 279, '_ait-item_item-featured', '0'),
(1675, 279, 'ait-latitude', '34.3069939'),
(1676, 279, 'ait-longitude', '-118.4701094'),
(1677, 279, 'rating_mean', '0'),
(1678, 280, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1679, 280, '_ait-item_food-options_price', '0'),
(1680, 280, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1681, 280, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:47:\"1551 NURSERY WAY SUITE B MCKINLEYVILLE CA 95519\";s:8:\"latitude\";s:10:\"40.9389079\";s:9:\"longitude\";s:12:\"-124.1029274\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1682, 280, '_ait-item_item-featured', '0'),
(1683, 280, 'ait-latitude', '40.9389079'),
(1684, 280, 'ait-longitude', '-124.1029274'),
(1685, 280, 'rating_mean', '0'),
(1686, 281, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1687, 281, '_ait-item_food-options_price', '0'),
(1688, 281, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1689, 281, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:37:\"761 bryant st san francissco ca 94107\";s:8:\"latitude\";s:10:\"37.7765797\";s:9:\"longitude\";s:12:\"-122.4013971\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1690, 281, '_ait-item_item-featured', '0'),
(1691, 281, 'ait-latitude', '37.7765797'),
(1692, 281, 'ait-longitude', '-122.4013971'),
(1693, 281, 'rating_mean', '0'),
(1694, 282, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1695, 282, '_ait-item_food-options_price', '0'),
(1696, 282, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1697, 282, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:17:\"15592 s gale ave \";s:8:\"latitude\";s:10:\"34.0169051\";s:9:\"longitude\";s:12:\"-117.9811661\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1698, 282, '_ait-item_item-featured', '0'),
(1699, 282, 'ait-latitude', '34.0169051'),
(1700, 282, 'ait-longitude', '-117.9811661'),
(1701, 282, 'rating_mean', '0'),
(1702, 283, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1703, 283, '_ait-item_food-options_price', '0'),
(1704, 283, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1705, 283, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:20:\"15638 Leffingwell Rd\";s:8:\"latitude\";s:10:\"33.9302916\";s:9:\"longitude\";s:12:\"-117.9952434\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1706, 283, '_ait-item_item-featured', '0'),
(1707, 283, 'ait-latitude', '33.9302916'),
(1708, 283, 'ait-longitude', '-117.9952434'),
(1709, 283, 'rating_mean', '0'),
(1710, 284, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1711, 284, '_ait-item_food-options_price', '0'),
(1712, 284, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1713, 284, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:20:\"15644 Leffingwell Rd\";s:8:\"latitude\";s:10:\"33.9304659\";s:9:\"longitude\";s:12:\"-117.9955023\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1714, 284, '_ait-item_item-featured', '0'),
(1715, 284, 'ait-latitude', '33.9304659'),
(1716, 284, 'ait-longitude', '-117.9955023'),
(1717, 284, 'rating_mean', '0'),
(1718, 285, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1719, 285, '_ait-item_food-options_price', '0'),
(1720, 285, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1721, 285, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:21:\"157-159 East Florence\";s:8:\"latitude\";s:10:\"33.9749539\";s:9:\"longitude\";s:11:\"-118.271995\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1722, 285, '_ait-item_item-featured', '0'),
(1723, 285, 'ait-latitude', '33.9749539'),
(1724, 285, 'ait-longitude', '-118.271995'),
(1725, 285, 'rating_mean', '0'),
(1726, 286, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1727, 286, '_ait-item_food-options_price', '0'),
(1728, 286, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1729, 286, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:31:\"1575 e walnut pasadena ca 91106\";s:8:\"latitude\";s:9:\"34.149834\";s:9:\"longitude\";s:11:\"-118.117892\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1730, 286, '_ait-item_item-featured', '0'),
(1731, 286, 'ait-latitude', '34.149834'),
(1732, 286, 'ait-longitude', '-118.117892'),
(1733, 286, 'rating_mean', '0'),
(1734, 287, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1735, 287, '_ait-item_food-options_price', '0'),
(1736, 287, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}');
INSERT INTO `wpir_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1737, 287, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:19:\"15812 Atlantic Blvd\";s:8:\"latitude\";s:9:\"33.889392\";s:9:\"longitude\";s:12:\"-118.1924972\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1738, 287, '_ait-item_item-featured', '0'),
(1739, 287, 'ait-latitude', '33.889392'),
(1740, 287, 'ait-longitude', '-118.1924972'),
(1741, 287, 'rating_mean', '0'),
(1742, 288, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1743, 288, '_ait-item_food-options_price', '0'),
(1744, 288, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1745, 288, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:15:\"1601 S Soto St.\";s:8:\"latitude\";s:10:\"34.0207762\";s:9:\"longitude\";s:10:\"-118.22059\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1746, 288, '_ait-item_item-featured', '0'),
(1747, 288, 'ait-latitude', '34.0207762'),
(1748, 288, 'ait-longitude', '-118.22059'),
(1749, 288, 'rating_mean', '0'),
(1750, 289, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1751, 289, '_ait-item_food-options_price', '0'),
(1752, 289, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1753, 289, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:16:\"1603 Hampton Way\";s:8:\"latitude\";s:10:\"39.8769869\";s:9:\"longitude\";s:11:\"-83.0303479\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1754, 289, '_ait-item_item-featured', '0'),
(1755, 289, 'ait-latitude', '39.8769869'),
(1756, 289, 'ait-longitude', '-83.0303479'),
(1757, 289, 'rating_mean', '0'),
(1758, 290, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1759, 290, '_ait-item_food-options_price', '0'),
(1760, 290, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1761, 290, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:20:\"5993 s st andrews pl\";s:8:\"latitude\";s:10:\"33.9854582\";s:9:\"longitude\";s:12:\"-118.3119938\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1762, 290, '_ait-item_item-featured', '0'),
(1763, 290, 'ait-latitude', '33.9854582'),
(1764, 290, 'ait-longitude', '-118.3119938'),
(1765, 290, 'rating_mean', '0'),
(1766, 291, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1767, 291, '_ait-item_food-options_price', '0'),
(1768, 291, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1769, 291, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:15:\"1605 2nd Street\";s:8:\"latitude\";s:10:\"36.4301136\";s:9:\"longitude\";s:10:\"-99.381925\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1770, 291, '_ait-item_item-featured', '0'),
(1771, 291, 'ait-latitude', '36.4301136'),
(1772, 291, 'ait-longitude', '-99.381925'),
(1773, 291, 'rating_mean', '0'),
(1774, 292, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1775, 292, '_ait-item_food-options_price', '0'),
(1776, 292, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1777, 292, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:59:\"1606 avenida juan ponce de leon san juan ppuerto rico 00909\";s:8:\"latitude\";s:10:\"18.4441566\";s:9:\"longitude\";s:11:\"-66.0657883\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1778, 292, '_ait-item_item-featured', '0'),
(1779, 292, 'ait-latitude', '18.4441566'),
(1780, 292, 'ait-longitude', '-66.0657883'),
(1781, 292, 'rating_mean', '0'),
(1782, 293, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1783, 293, '_ait-item_food-options_price', '0'),
(1784, 293, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1785, 293, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:19:\"1609 Lockness Place\";s:8:\"latitude\";s:10:\"33.8184517\";s:9:\"longitude\";s:12:\"-118.3057802\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1786, 293, '_ait-item_item-featured', '0'),
(1787, 293, 'ait-latitude', '33.8184517'),
(1788, 293, 'ait-longitude', '-118.3057802'),
(1789, 293, 'rating_mean', '0'),
(1790, 294, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1791, 294, '_ait-item_food-options_price', '0'),
(1792, 294, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1793, 294, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:36:\"16159 SHERMAN WAY VAN NUYS, CA 91406\";s:8:\"latitude\";s:10:\"34.2013856\";s:9:\"longitude\";s:12:\"-118.4857174\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1794, 294, '_ait-item_item-featured', '0'),
(1795, 294, 'ait-latitude', '34.2013856'),
(1796, 294, 'ait-longitude', '-118.4857174'),
(1797, 294, 'rating_mean', '0'),
(1798, 295, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1799, 295, '_ait-item_food-options_price', '0'),
(1800, 295, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1801, 295, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:35:\"16159 SHERMAN WAY VAN NUYS CA 91406\";s:8:\"latitude\";d:34.20153831359829865732535836286842823028564453125;s:9:\"longitude\";d:-118.4856848156275788142011151649057865142822265625;s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1802, 295, '_ait-item_item-featured', '0'),
(1803, 295, 'ait-latitude', '34.201538313598'),
(1804, 295, 'ait-longitude', '-118.48568481563'),
(1805, 295, 'rating_mean', '0'),
(1806, 297, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1807, 297, '_ait-item_food-options_price', '0'),
(1808, 297, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1809, 297, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:20:\"1619 N. Chester Ave.\";s:8:\"latitude\";s:10:\"35.4208195\";s:9:\"longitude\";s:12:\"-119.0215111\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1810, 297, '_ait-item_item-featured', '0'),
(1811, 297, 'ait-latitude', '35.4208195'),
(1812, 297, 'ait-longitude', '-119.0215111'),
(1813, 297, 'rating_mean', '0'),
(1814, 299, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1815, 299, '_ait-item_food-options_price', '0'),
(1816, 299, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1817, 299, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:23:\"16220 South Vermont Ave\";s:8:\"latitude\";s:8:\"33.88369\";s:9:\"longitude\";s:12:\"-118.2911743\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1818, 299, '_ait-item_item-featured', '0'),
(1819, 299, 'ait-latitude', '33.88369'),
(1820, 299, 'ait-longitude', '-118.2911743'),
(1821, 299, 'rating_mean', '0'),
(1822, 300, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1823, 300, '_ait-item_food-options_price', '0'),
(1824, 300, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1825, 300, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:24:\"1625 e st gertrude place\";s:8:\"latitude\";s:10:\"33.7201457\";s:9:\"longitude\";s:12:\"-117.8467571\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1826, 300, '_ait-item_item-featured', '0'),
(1827, 300, 'ait-latitude', '33.7201457'),
(1828, 300, 'ait-longitude', '-117.8467571'),
(1829, 300, 'rating_mean', '0'),
(1830, 301, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1831, 301, '_ait-item_food-options_price', '0'),
(1832, 301, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1833, 301, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:35:\"1628 s grand ave santa ana ca 92705\";s:8:\"latitude\";s:10:\"33.7256778\";s:9:\"longitude\";s:12:\"-117.8506841\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1834, 301, '_ait-item_item-featured', '0'),
(1835, 301, 'ait-latitude', '33.7256778'),
(1836, 301, 'ait-longitude', '-117.8506841'),
(1837, 301, 'rating_mean', '0'),
(1838, 303, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1839, 303, '_ait-item_food-options_price', '0'),
(1840, 303, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1841, 303, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:22:\"1630 Potrero Grande Dr\";s:8:\"latitude\";s:8:\"34.04846\";s:9:\"longitude\";s:11:\"-118.097718\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1842, 303, '_ait-item_item-featured', '0'),
(1843, 303, 'ait-latitude', '34.04846'),
(1844, 303, 'ait-longitude', '-118.097718'),
(1845, 303, 'rating_mean', '0'),
(1846, 304, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1847, 304, '_ait-item_food-options_price', '0'),
(1848, 304, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1849, 304, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:25:\"1632 Gateway Road Suite 5\";s:8:\"latitude\";s:9:\"32.689153\";s:9:\"longitude\";s:11:\"-115.388937\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1850, 304, '_ait-item_item-featured', '0'),
(1851, 304, 'ait-latitude', '32.689153'),
(1852, 304, 'ait-longitude', '-115.388937'),
(1853, 304, 'rating_mean', '0'),
(1854, 305, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1855, 305, '_ait-item_food-options_price', '0'),
(1856, 305, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1857, 305, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:24:\"16388 colima rd unit 101\";s:8:\"latitude\";s:10:\"33.9852204\";s:9:\"longitude\";s:12:\"-117.9542351\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1858, 305, '_ait-item_item-featured', '0'),
(1859, 305, 'ait-latitude', '33.9852204'),
(1860, 305, 'ait-longitude', '-117.9542351'),
(1861, 305, 'rating_mean', '0'),
(1862, 306, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1863, 306, '_ait-item_food-options_price', '0'),
(1864, 306, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1865, 306, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:22:\"1639 Lewis Brown Drive\";s:8:\"latitude\";s:10:\"38.1388496\";s:9:\"longitude\";s:12:\"-122.2541114\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1866, 306, '_ait-item_item-featured', '0'),
(1867, 306, 'ait-latitude', '38.1388496'),
(1868, 306, 'ait-longitude', '-122.2541114'),
(1869, 306, 'rating_mean', '0'),
(1870, 307, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1871, 307, '_ait-item_food-options_price', '0'),
(1872, 307, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1873, 307, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:32:\"164 AERO CAMINO GOLETA CA, 93117\";s:8:\"latitude\";s:10:\"34.4323375\";s:9:\"longitude\";s:12:\"-119.8478161\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1874, 307, '_ait-item_item-featured', '0'),
(1875, 307, 'ait-latitude', '34.4323375'),
(1876, 307, 'ait-longitude', '-119.8478161'),
(1877, 307, 'rating_mean', '0'),
(1878, 308, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1879, 308, '_ait-item_food-options_price', '0'),
(1880, 308, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1881, 308, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:20:\"16418 S. Vermont Ave\";s:8:\"latitude\";s:10:\"33.8819596\";s:9:\"longitude\";s:12:\"-118.2911077\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1882, 308, '_ait-item_item-featured', '0'),
(1883, 308, 'ait-latitude', '33.8819596'),
(1884, 308, 'ait-longitude', '-118.2911077'),
(1885, 308, 'rating_mean', '0'),
(1886, 309, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1887, 309, '_ait-item_food-options_price', '0'),
(1888, 309, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1889, 309, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:22:\"1642 Potrero Grande Dr\";s:8:\"latitude\";s:10:\"34.0487929\";s:9:\"longitude\";s:12:\"-118.0974672\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1890, 309, '_ait-item_item-featured', '0'),
(1891, 309, 'ait-latitude', '34.0487929'),
(1892, 309, 'ait-longitude', '-118.0974672'),
(1893, 309, 'rating_mean', '0'),
(1894, 310, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1895, 310, '_ait-item_food-options_price', '0'),
(1896, 310, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1897, 310, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:34:\"1644 e walnut st pasadena ca 91106\";s:8:\"latitude\";s:10:\"34.1493963\";s:9:\"longitude\";s:12:\"-118.1165107\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1898, 310, '_ait-item_item-featured', '0'),
(1899, 310, 'ait-latitude', '34.1493963'),
(1900, 310, 'ait-longitude', '-118.1165107'),
(1901, 310, 'rating_mean', '0'),
(1902, 311, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1903, 311, '_ait-item_food-options_price', '0'),
(1904, 311, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1905, 311, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:18:\"1648 E lincoln ave\";s:8:\"latitude\";s:10:\"33.8396969\";s:9:\"longitude\";s:12:\"-117.8939812\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1906, 311, '_ait-item_item-featured', '0'),
(1907, 311, 'ait-latitude', '33.8396969'),
(1908, 311, 'ait-longitude', '-117.8939812'),
(1909, 311, 'rating_mean', '0'),
(1910, 312, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1911, 312, '_ait-item_food-options_price', '0'),
(1912, 312, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1913, 312, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:21:\"16537 ca state hwy 33\";s:8:\"latitude\";s:10:\"37.4592318\";s:9:\"longitude\";s:11:\"-121.120245\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1914, 312, '_ait-item_item-featured', '0'),
(1915, 312, 'ait-latitude', '37.4592318'),
(1916, 312, 'ait-longitude', '-121.120245'),
(1917, 312, 'rating_mean', '0'),
(1918, 313, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1919, 313, '_ait-item_food-options_price', '0'),
(1920, 313, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1921, 313, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:28:\"1658 West Carson St. Suite B\";s:8:\"latitude\";s:10:\"33.8311031\";s:9:\"longitude\";s:12:\"-118.3087971\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1922, 313, '_ait-item_item-featured', '0'),
(1923, 313, 'ait-latitude', '33.8311031'),
(1924, 313, 'ait-longitude', '-118.3087971'),
(1925, 313, 'rating_mean', '0'),
(1926, 314, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1927, 314, '_ait-item_food-options_price', '0'),
(1928, 314, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1929, 314, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:23:\"1673 Irvine Ave, Unit J\";s:8:\"latitude\";s:10:\"33.6278485\";s:9:\"longitude\";s:11:\"-117.910002\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1930, 314, '_ait-item_item-featured', '0'),
(1931, 314, 'ait-latitude', '33.6278485'),
(1932, 314, 'ait-longitude', '-117.910002'),
(1933, 314, 'rating_mean', '0'),
(1934, 317, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1935, 317, '_ait-item_food-options_price', '0'),
(1936, 317, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1937, 317, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:22:\"1673 W Broadway Unit 4\";s:8:\"latitude\";s:10:\"33.8294457\";s:9:\"longitude\";s:12:\"-117.9403234\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1938, 317, '_ait-item_item-featured', '0'),
(1939, 317, 'ait-latitude', '33.8294457'),
(1940, 317, 'ait-longitude', '-117.9403234'),
(1941, 317, 'rating_mean', '0'),
(1942, 318, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1943, 318, '_ait-item_food-options_price', '0'),
(1944, 318, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1945, 318, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:33:\"16731 East Arrow Highway Suite #8\";s:8:\"latitude\";s:10:\"34.1074502\";s:9:\"longitude\";s:12:\"-117.9192935\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1946, 318, '_ait-item_item-featured', '0'),
(1947, 318, 'ait-latitude', '34.1074502'),
(1948, 318, 'ait-longitude', '-117.9192935'),
(1949, 318, 'rating_mean', '0'),
(1950, 319, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1951, 319, '_ait-item_food-options_price', '0'),
(1952, 319, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1953, 319, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:20:\"1675 Superior Avenue\";s:8:\"latitude\";s:10:\"33.6351812\";s:9:\"longitude\";s:12:\"-117.9248315\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1954, 319, '_ait-item_item-featured', '0'),
(1955, 319, 'ait-latitude', '33.6351812'),
(1956, 319, 'ait-longitude', '-117.9248315'),
(1957, 319, 'rating_mean', '0'),
(1958, 320, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1959, 320, '_ait-item_food-options_price', '0'),
(1960, 320, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1961, 320, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:37:\"16901 roscoe blvd northridge ca 91343\";s:8:\"latitude\";s:10:\"34.2217189\";s:9:\"longitude\";s:12:\"-118.5011664\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1962, 320, '_ait-item_item-featured', '0'),
(1963, 320, 'ait-latitude', '34.2217189'),
(1964, 320, 'ait-longitude', '-118.5011664'),
(1965, 320, 'rating_mean', '0'),
(1966, 321, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1967, 321, '_ait-item_food-options_price', '0'),
(1968, 321, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1969, 321, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:32:\"1694 east 9th st pomona ca 91765\";s:8:\"latitude\";s:10:\"34.0519189\";s:9:\"longitude\";s:12:\"-117.7225012\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1970, 321, '_ait-item_item-featured', '0'),
(1971, 321, 'ait-latitude', '34.0519189'),
(1972, 321, 'ait-longitude', '-117.7225012'),
(1973, 321, 'rating_mean', '0'),
(1974, 322, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1975, 322, '_ait-item_food-options_price', '0'),
(1976, 322, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}');
INSERT INTO `wpir_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1977, 322, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:46:\"16940 state highway 12 suite k mojave ca 93501\";s:8:\"latitude\";s:8:\"35.04445\";s:9:\"longitude\";s:10:\"-118.15661\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1978, 322, '_ait-item_item-featured', '0'),
(1979, 322, 'ait-latitude', '35.04445'),
(1980, 322, 'ait-longitude', '-118.15661'),
(1981, 322, 'rating_mean', '0'),
(1982, 323, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1983, 323, '_ait-item_food-options_price', '0'),
(1984, 323, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1985, 323, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:35:\"1700 e cypress ave redding ca 96002\";s:8:\"latitude\";s:17:\"40.57132259999999\";s:9:\"longitude\";s:12:\"-122.3396287\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1986, 323, '_ait-item_item-featured', '0'),
(1987, 323, 'ait-latitude', '40.57132259999999'),
(1988, 323, 'ait-longitude', '-122.3396287'),
(1989, 323, 'rating_mean', '0'),
(1990, 324, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1991, 324, '_ait-item_food-options_price', '0'),
(1992, 324, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(1993, 324, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:21:\"1701 Ocean Front Walk\";s:8:\"latitude\";s:9:\"33.986258\";s:9:\"longitude\";s:12:\"-118.4730234\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(1994, 324, '_ait-item_item-featured', '0'),
(1995, 324, 'ait-latitude', '33.986258'),
(1996, 324, 'ait-longitude', '-118.4730234'),
(1997, 324, 'rating_mean', '0'),
(1998, 325, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(1999, 325, '_ait-item_food-options_price', '0'),
(2000, 325, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2001, 325, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:21:\"1702 Potrero Grand Dr\";s:8:\"latitude\";s:9:\"34.049009\";s:9:\"longitude\";s:12:\"-118.0971113\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2002, 325, '_ait-item_item-featured', '0'),
(2003, 325, 'ait-latitude', '34.049009'),
(2004, 325, 'ait-longitude', '-118.0971113'),
(2005, 325, 'rating_mean', '0'),
(2006, 326, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2007, 326, '_ait-item_food-options_price', '0'),
(2008, 326, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2009, 326, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:13:\"1716 MAIN ST.\";s:8:\"latitude\";s:9:\"40.189211\";s:9:\"longitude\";s:11:\"-105.100937\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2010, 326, '_ait-item_item-featured', '0'),
(2011, 326, 'ait-latitude', '40.189211'),
(2012, 326, 'ait-longitude', '-105.100937'),
(2013, 326, 'rating_mean', '0'),
(2014, 327, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2015, 327, '_ait-item_food-options_price', '0'),
(2016, 327, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2017, 327, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:26:\"1719 pacific coast highway\";s:8:\"latitude\";d:37.75591659566817526183513109572231769561767578125;s:9:\"longitude\";d:-122.4765911388586090424723806791007518768310546875;s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2018, 327, '_ait-item_item-featured', '0'),
(2019, 327, 'ait-latitude', '37.755916595668'),
(2020, 327, 'ait-longitude', '-122.47659113886'),
(2021, 327, 'rating_mean', '0'),
(2022, 328, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2023, 328, '_ait-item_food-options_price', '0'),
(2024, 328, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2025, 328, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:43:\"1719 PACIFIC COAST HIGHWAY LOMITA CA, 90717\";s:8:\"latitude\";s:9:\"33.789734\";s:9:\"longitude\";s:12:\"-118.3084356\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2026, 328, '_ait-item_item-featured', '0'),
(2027, 328, 'ait-latitude', '33.789734'),
(2028, 328, 'ait-longitude', '-118.3084356'),
(2029, 328, 'rating_mean', '0'),
(2030, 329, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2031, 329, '_ait-item_food-options_price', '0'),
(2032, 329, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2033, 329, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:26:\"1719 Pacific Coast Highway\";s:8:\"latitude\";s:17:\"37.75570099999999\";s:9:\"longitude\";s:11:\"-122.476932\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2034, 329, '_ait-item_item-featured', '0'),
(2035, 329, 'ait-latitude', '37.75570099999999'),
(2036, 329, 'ait-longitude', '-122.476932'),
(2037, 329, 'rating_mean', '0'),
(2038, 331, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2039, 331, '_ait-item_food-options_price', '0'),
(2040, 331, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2041, 331, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:48:\"172 avenida del valle toa baja puerto rico 00949\";s:8:\"latitude\";s:10:\"18.4535981\";s:9:\"longitude\";s:11:\"-66.1844342\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2042, 331, '_ait-item_item-featured', '0'),
(2043, 331, 'ait-latitude', '18.4535981'),
(2044, 331, 'ait-longitude', '-66.1844342'),
(2045, 331, 'rating_mean', '0'),
(2046, 332, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2047, 332, '_ait-item_food-options_price', '0'),
(2048, 332, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2049, 332, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:39:\"1731 e artesia blvd long beach ca 90805\";s:8:\"latitude\";s:10:\"33.8748954\";s:9:\"longitude\";s:12:\"-118.1712136\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2050, 332, '_ait-item_item-featured', '0'),
(2051, 332, 'ait-latitude', '33.8748954'),
(2052, 332, 'ait-longitude', '-118.1712136'),
(2053, 332, 'rating_mean', '0'),
(2054, 333, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2055, 333, '_ait-item_food-options_price', '0'),
(2056, 333, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2057, 333, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:15:\"1735 E. 7th st.\";s:8:\"latitude\";s:10:\"33.7755308\";s:9:\"longitude\";s:12:\"-118.1701624\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2058, 333, '_ait-item_item-featured', '0'),
(2059, 333, 'ait-latitude', '33.7755308'),
(2060, 333, 'ait-longitude', '-118.1701624'),
(2061, 333, 'rating_mean', '0'),
(2062, 335, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2063, 335, '_ait-item_food-options_price', '0'),
(2064, 335, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2065, 335, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:36:\"1739 poplar street rosamond ca 93560\";s:8:\"latitude\";s:9:\"34.861581\";s:9:\"longitude\";s:12:\"-118.1636722\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2066, 335, '_ait-item_item-featured', '0'),
(2067, 335, 'ait-latitude', '34.861581'),
(2068, 335, 'ait-longitude', '-118.1636722'),
(2069, 335, 'rating_mean', '0'),
(2070, 336, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2071, 336, '_ait-item_food-options_price', '0'),
(2072, 336, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2073, 336, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:41:\"17499 ADELANTO ROAD VICTORVILLE, CA 02301\";s:8:\"latitude\";s:10:\"34.5679913\";s:9:\"longitude\";s:12:\"-117.4001357\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2074, 336, '_ait-item_item-featured', '0'),
(2075, 336, 'ait-latitude', '34.5679913'),
(2076, 336, 'ait-longitude', '-117.4001357'),
(2077, 336, 'rating_mean', '0'),
(2078, 337, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2079, 337, '_ait-item_food-options_price', '0'),
(2080, 337, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2081, 337, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:34:\"17523 VENTURA BLVD ENCINO CA 91316\";s:8:\"latitude\";s:10:\"34.1620224\";s:9:\"longitude\";s:12:\"-118.5149988\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2082, 337, '_ait-item_item-featured', '0'),
(2083, 337, 'ait-latitude', '34.1620224'),
(2084, 337, 'ait-longitude', '-118.5149988'),
(2085, 337, 'rating_mean', '0'),
(2086, 338, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2087, 338, '_ait-item_food-options_price', '0'),
(2088, 338, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2089, 338, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:15:\"1755 Ximeno Ave\";s:8:\"latitude\";s:10:\"33.7891891\";s:9:\"longitude\";s:12:\"-118.1393776\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2090, 338, '_ait-item_item-featured', '0'),
(2091, 338, 'ait-latitude', '33.7891891'),
(2092, 338, 'ait-longitude', '-118.1393776'),
(2093, 338, 'rating_mean', '0'),
(2094, 339, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2095, 339, '_ait-item_food-options_price', '0'),
(2096, 339, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2097, 339, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:40:\"17555 E KIRTLAND WAY FORT BRAGG CA 95437\";s:8:\"latitude\";s:10:\"39.4000442\";s:9:\"longitude\";s:12:\"-123.8085245\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2098, 339, '_ait-item_item-featured', '0'),
(2099, 339, 'ait-latitude', '39.4000442'),
(2100, 339, 'ait-longitude', '-123.8085245'),
(2101, 339, 'rating_mean', '0'),
(2102, 340, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2103, 340, '_ait-item_food-options_price', '0'),
(2104, 340, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2105, 340, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:37:\"1779 newport blvd costa mesa ca 92627\";s:8:\"latitude\";s:10:\"33.6389165\";s:9:\"longitude\";s:12:\"-117.9214976\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2106, 340, '_ait-item_item-featured', '0'),
(2107, 340, 'ait-latitude', '33.6389165'),
(2108, 340, 'ait-longitude', '-117.9214976'),
(2109, 340, 'rating_mean', '0'),
(2110, 344, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2111, 344, '_ait-item_food-options_price', '0'),
(2112, 344, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2113, 344, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:47:\"1781 AVE PAZ GRANELA SAN JUAN PUERTO RICO 00921\";s:8:\"latitude\";s:10:\"18.3868637\";s:9:\"longitude\";s:11:\"-66.0977259\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2114, 344, '_ait-item_item-featured', '0'),
(2115, 344, 'ait-latitude', '18.3868637'),
(2116, 344, 'ait-longitude', '-66.0977259'),
(2117, 344, 'rating_mean', '0'),
(2118, 345, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2119, 345, '_ait-item_food-options_price', '0'),
(2120, 345, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2121, 345, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:37:\"17875 N HIGHWAY 1 FORT BRAGG CA 95437\";s:8:\"latitude\";s:10:\"39.4036614\";s:9:\"longitude\";s:12:\"-123.8086335\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2122, 345, '_ait-item_item-featured', '0'),
(2123, 345, 'ait-latitude', '39.4036614'),
(2124, 345, 'ait-longitude', '-123.8086335'),
(2125, 345, 'rating_mean', '0'),
(2126, 346, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2127, 346, '_ait-item_food-options_price', '0'),
(2128, 346, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2129, 346, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:19:\"1789 Firestone Blvd\";s:8:\"latitude\";s:10:\"33.9603045\";s:9:\"longitude\";s:12:\"-118.2405788\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2130, 346, '_ait-item_item-featured', '0'),
(2131, 346, 'ait-latitude', '33.9603045'),
(2132, 346, 'ait-longitude', '-118.2405788'),
(2133, 346, 'rating_mean', '0'),
(2134, 347, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2135, 347, '_ait-item_food-options_price', '0'),
(2136, 347, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2137, 347, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:38:\"17975 NORTH HWY 1 FORT BRAGG CA 95437]\";s:8:\"latitude\";s:17:\"39.40469400000001\";s:9:\"longitude\";s:12:\"-123.8083936\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2138, 347, '_ait-item_item-featured', '0'),
(2139, 347, 'ait-latitude', '39.40469400000001'),
(2140, 347, 'ait-longitude', '-123.8083936'),
(2141, 347, 'rating_mean', '0'),
(2142, 348, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2143, 348, '_ait-item_food-options_price', '0'),
(2144, 348, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2145, 348, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:41:\"18013 ventura blvd unit a encino ca 91316\";s:8:\"latitude\";s:10:\"34.1648821\";s:9:\"longitude\";s:12:\"-118.5248509\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2146, 348, '_ait-item_item-featured', '0'),
(2147, 348, 'ait-latitude', '34.1648821'),
(2148, 348, 'ait-longitude', '-118.5248509'),
(2149, 348, 'rating_mean', '0'),
(2150, 349, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2151, 349, '_ait-item_food-options_price', '0'),
(2152, 349, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2153, 349, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:41:\"18013 VENTURA BLVD UNIT A ENCINO CA 91316\";s:8:\"latitude\";d:34.1651156619738713970946264453232288360595703125;s:9:\"longitude\";d:-118.5245251972388444983153021894395351409912109375;s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2154, 349, '_ait-item_item-featured', '0'),
(2155, 349, 'ait-latitude', '34.165115661974'),
(2156, 349, 'ait-longitude', '-118.52452519724'),
(2157, 349, 'rating_mean', '0'),
(2158, 350, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2159, 350, '_ait-item_food-options_price', '0'),
(2160, 350, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2161, 350, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:20:\"1818 E. Compton Blvd\";s:8:\"latitude\";s:10:\"33.8958234\";s:9:\"longitude\";s:12:\"-118.2031761\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2162, 350, '_ait-item_item-featured', '0'),
(2163, 350, 'ait-latitude', '33.8958234'),
(2164, 350, 'ait-longitude', '-118.2031761'),
(2165, 350, 'rating_mean', '0'),
(2166, 351, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2167, 351, '_ait-item_food-options_price', '0'),
(2168, 351, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2169, 351, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:16:\"5470 Valley Blvd\";s:8:\"latitude\";s:10:\"34.0734465\";s:9:\"longitude\";s:12:\"-118.1637636\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2170, 351, '_ait-item_item-featured', '0'),
(2171, 351, 'ait-latitude', '34.0734465'),
(2172, 351, 'ait-longitude', '-118.1637636'),
(2173, 351, 'rating_mean', '0'),
(2174, 352, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2175, 352, '_ait-item_food-options_price', '0'),
(2176, 352, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2177, 352, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:34:\"1825 Empire Industrial Ct. Suite A\";s:8:\"latitude\";s:10:\"38.4700412\";s:9:\"longitude\";s:11:\"-122.748898\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2178, 352, '_ait-item_item-featured', '0'),
(2179, 352, 'ait-latitude', '38.4700412'),
(2180, 352, 'ait-longitude', '-122.748898'),
(2181, 352, 'rating_mean', '0'),
(2182, 353, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2183, 353, '_ait-item_food-options_price', '0'),
(2184, 353, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2185, 353, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:19:\"1830 E Compton Blvd\";s:8:\"latitude\";s:10:\"33.8957886\";s:9:\"longitude\";s:12:\"-118.2029934\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2186, 353, '_ait-item_item-featured', '0'),
(2187, 353, 'ait-latitude', '33.8957886'),
(2188, 353, 'ait-longitude', '-118.2029934'),
(2189, 353, 'rating_mean', '0'),
(2190, 354, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2191, 354, '_ait-item_food-options_price', '0'),
(2192, 354, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2193, 354, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:33:\"18306 eddy st northridge ca 91325\";s:8:\"latitude\";s:10:\"34.2271925\";s:9:\"longitude\";s:12:\"-118.5319589\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2194, 354, '_ait-item_item-featured', '0'),
(2195, 354, 'ait-latitude', '34.2271925'),
(2196, 354, 'ait-longitude', '-118.5319589'),
(2197, 354, 'rating_mean', '0'),
(2198, 355, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2199, 355, '_ait-item_food-options_price', '0'),
(2200, 355, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2201, 355, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:44:\"1834 newport blvd unit c costa mesa ca 92627\";s:8:\"latitude\";s:9:\"33.641355\";s:9:\"longitude\";s:12:\"-117.9180692\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2202, 355, '_ait-item_item-featured', '0'),
(2203, 355, 'ait-latitude', '33.641355'),
(2204, 355, 'ait-longitude', '-117.9180692'),
(2205, 355, 'rating_mean', '0'),
(2206, 359, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2207, 359, '_ait-item_food-options_price', '0'),
(2208, 359, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2209, 359, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:15:\"18405 colima rd\";s:8:\"latitude\";s:10:\"33.9885082\";s:9:\"longitude\";s:12:\"-117.9036167\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2210, 359, '_ait-item_item-featured', '0'),
(2211, 359, 'ait-latitude', '33.9885082'),
(2212, 359, 'ait-longitude', '-117.9036167'),
(2213, 359, 'rating_mean', '0'),
(2214, 360, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2215, 360, '_ait-item_food-options_price', '0'),
(2216, 360, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}');
INSERT INTO `wpir_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2217, 360, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:39:\"1841 EL CAMINO AVE SACRAMENTO, CA 95815\";s:8:\"latitude\";s:10:\"38.6114915\";s:9:\"longitude\";s:12:\"-121.4234402\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2218, 360, '_ait-item_item-featured', '0'),
(2219, 360, 'ait-latitude', '38.6114915'),
(2220, 360, 'ait-longitude', '-121.4234402'),
(2221, 360, 'rating_mean', '0'),
(2222, 362, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2223, 362, '_ait-item_food-options_price', '0'),
(2224, 362, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2225, 362, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:19:\"18435 e valley blvd\";s:8:\"latitude\";s:10:\"34.0705329\";s:9:\"longitude\";s:12:\"-117.3655635\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2226, 362, '_ait-item_item-featured', '0'),
(2227, 362, 'ait-latitude', '34.0705329'),
(2228, 362, 'ait-longitude', '-117.3655635'),
(2229, 362, 'rating_mean', '0'),
(2230, 363, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2231, 363, '_ait-item_food-options_price', '0'),
(2232, 363, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2233, 363, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:36:\"18438 saticoy street reseda ca 91335\";s:8:\"latitude\";s:9:\"34.208191\";s:9:\"longitude\";s:12:\"-118.5352131\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2234, 363, '_ait-item_item-featured', '0'),
(2235, 363, 'ait-latitude', '34.208191'),
(2236, 363, 'ait-longitude', '-118.5352131'),
(2237, 363, 'rating_mean', '0'),
(2238, 364, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2239, 364, '_ait-item_food-options_price', '0'),
(2240, 364, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2241, 364, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:37:\"18446 hart st unit m2 reseda ca 91335\";s:8:\"latitude\";s:10:\"34.1974017\";s:9:\"longitude\";s:12:\"-118.5353481\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2242, 364, '_ait-item_item-featured', '0'),
(2243, 364, 'ait-latitude', '34.1974017'),
(2244, 364, 'ait-longitude', '-118.5353481'),
(2245, 364, 'rating_mean', '0'),
(2246, 365, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2247, 365, '_ait-item_food-options_price', '0'),
(2248, 365, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2249, 365, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:31:\"18448 oxnard st reseda ca 91356\";s:8:\"latitude\";s:8:\"34.17986\";s:9:\"longitude\";s:12:\"-118.5350919\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2250, 365, '_ait-item_item-featured', '0'),
(2251, 365, 'ait-latitude', '34.17986'),
(2252, 365, 'ait-longitude', '-118.5350919'),
(2253, 365, 'rating_mean', '0'),
(2254, 366, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2255, 366, '_ait-item_food-options_price', '0'),
(2256, 366, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2257, 366, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:38:\"18526 parthenia st northridge ca 91324\";s:8:\"latitude\";s:10:\"34.2278984\";s:9:\"longitude\";s:12:\"-118.5370991\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2258, 366, '_ait-item_item-featured', '0'),
(2259, 366, 'ait-latitude', '34.2278984'),
(2260, 366, 'ait-longitude', '-118.5370991'),
(2261, 366, 'rating_mean', '0'),
(2262, 367, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2263, 367, '_ait-item_food-options_price', '0'),
(2264, 367, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2265, 367, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:51:\"1870 s mountian view ave ste 11 loma linda ca 92354\";s:8:\"latitude\";s:10:\"34.0681712\";s:9:\"longitude\";s:12:\"-117.2441307\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2266, 367, '_ait-item_item-featured', '0'),
(2267, 367, 'ait-latitude', '34.0681712'),
(2268, 367, 'ait-longitude', '-117.2441307'),
(2269, 367, 'rating_mean', '0'),
(2270, 368, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2271, 368, '_ait-item_food-options_price', '0'),
(2272, 368, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2273, 368, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:17:\"18790 Valley Blvd\";s:8:\"latitude\";s:10:\"34.0710577\";s:9:\"longitude\";s:12:\"-117.3941916\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2274, 368, '_ait-item_item-featured', '0'),
(2275, 368, 'ait-latitude', '34.0710577'),
(2276, 368, 'ait-longitude', '-117.3941916'),
(2277, 368, 'rating_mean', '0'),
(2278, 369, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2279, 369, '_ait-item_food-options_price', '0'),
(2280, 369, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2281, 369, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:17:\"18849 Valley Blvd\";s:8:\"latitude\";s:10:\"34.0702654\";s:9:\"longitude\";s:12:\"-117.3933884\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2282, 369, '_ait-item_item-featured', '0'),
(2283, 369, 'ait-latitude', '34.0702654'),
(2284, 369, 'ait-longitude', '-117.3933884'),
(2285, 369, 'rating_mean', '0'),
(2286, 370, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2287, 370, '_ait-item_food-options_price', '0'),
(2288, 370, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2289, 370, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:22:\"18888 labun ct unit c \";s:8:\"latitude\";s:10:\"33.9922218\";s:9:\"longitude\";s:11:\"-117.890937\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2290, 370, '_ait-item_item-featured', '0'),
(2291, 370, 'ait-latitude', '33.9922218'),
(2292, 370, 'ait-longitude', '-117.890937'),
(2293, 370, 'rating_mean', '0'),
(2294, 371, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2295, 371, '_ait-item_food-options_price', '0'),
(2296, 371, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2297, 371, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:17:\"18938 labin court\";s:8:\"latitude\";s:10:\"33.9928222\";s:9:\"longitude\";s:12:\"-117.8906166\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2298, 371, '_ait-item_item-featured', '0'),
(2299, 371, 'ait-latitude', '33.9928222'),
(2300, 371, 'ait-longitude', '-117.8906166'),
(2301, 371, 'rating_mean', '0'),
(2302, 372, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2303, 372, '_ait-item_food-options_price', '0'),
(2304, 372, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2305, 372, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:42:\"18938 labin court rowland heights ca 91748\";s:8:\"latitude\";d:33.9929928799039799969250452704727649688720703125;s:9:\"longitude\";d:-117.8905299222020630622864700853824615478515625;s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2306, 372, '_ait-item_item-featured', '0'),
(2307, 372, 'ait-latitude', '33.992992879904'),
(2308, 372, 'ait-longitude', '-117.8905299222'),
(2309, 372, 'rating_mean', '0'),
(2311, 374, '_ait-item_food-options_price', '0'),
(2312, 374, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2313, 374, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:16:\"190 Kuki Lane #2\";s:8:\"latitude\";s:10:\"39.1692379\";s:9:\"longitude\";s:12:\"-123.2113801\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2314, 374, '_ait-item_item-featured', '0'),
(2315, 374, 'ait-latitude', '39.1692379'),
(2316, 374, 'ait-longitude', '-123.2113801'),
(2317, 374, 'rating_mean', '0'),
(2318, 375, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2319, 375, '_ait-item_food-options_price', '0'),
(2320, 375, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2321, 375, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:26:\"1900 e. warner ave. unit A\";s:8:\"latitude\";s:10:\"33.7125873\";s:9:\"longitude\";s:11:\"-117.841385\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2322, 375, '_ait-item_item-featured', '0'),
(2323, 375, 'ait-latitude', '33.7125873'),
(2324, 375, 'ait-longitude', '-117.841385'),
(2325, 375, 'rating_mean', '0'),
(2326, 377, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2327, 377, '_ait-item_food-options_price', '0'),
(2328, 377, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2329, 377, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:24:\"1901 S. Alameda St. #112\";s:8:\"latitude\";s:9:\"34.019829\";s:9:\"longitude\";s:12:\"-118.2397457\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2330, 377, '_ait-item_item-featured', '0'),
(2331, 377, 'ait-latitude', '34.019829'),
(2332, 377, 'ait-longitude', '-118.2397457'),
(2333, 377, 'rating_mean', '0'),
(2334, 378, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2335, 378, '_ait-item_food-options_price', '0'),
(2336, 378, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2337, 378, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:40:\"1915 FAIRWAY DRIVE SAN LEANDRO, CA 94577\";s:8:\"latitude\";s:10:\"37.7035758\";s:9:\"longitude\";s:12:\"-122.1688276\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2338, 378, '_ait-item_item-featured', '0'),
(2339, 378, 'ait-latitude', '37.7035758'),
(2340, 378, 'ait-longitude', '-122.1688276'),
(2341, 378, 'rating_mean', '0'),
(2342, 379, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2343, 379, '_ait-item_food-options_price', '0'),
(2344, 379, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2345, 379, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:14:\"19153 colim rd\";s:8:\"latitude\";s:9:\"33.987771\";s:9:\"longitude\";s:11:\"-117.885158\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2346, 379, '_ait-item_item-featured', '0'),
(2347, 379, 'ait-latitude', '33.987771'),
(2348, 379, 'ait-longitude', '-117.885158'),
(2349, 379, 'rating_mean', '0'),
(2350, 380, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2351, 380, '_ait-item_food-options_price', '0'),
(2352, 380, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2353, 380, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:32:\"1918 16th st sacramento ca 95811\";s:8:\"latitude\";s:10:\"38.5676519\";s:9:\"longitude\";s:12:\"-121.4899923\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2354, 380, '_ait-item_item-featured', '0'),
(2355, 380, 'ait-latitude', '38.5676519'),
(2356, 380, 'ait-longitude', '-121.4899923'),
(2357, 380, 'rating_mean', '0'),
(2358, 381, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2359, 381, '_ait-item_food-options_price', '0'),
(2360, 381, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2361, 381, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:39:\"1920 mentine blvd blvd mentone ca 92359\";s:8:\"latitude\";s:10:\"34.0697998\";s:9:\"longitude\";s:12:\"-117.1287384\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2362, 381, '_ait-item_item-featured', '0'),
(2363, 381, 'ait-latitude', '34.0697998'),
(2364, 381, 'ait-longitude', '-117.1287384'),
(2365, 381, 'rating_mean', '0'),
(2366, 382, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2367, 382, '_ait-item_food-options_price', '0'),
(2368, 382, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2369, 382, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:26:\"19254 E. walnut n unit 204\";s:8:\"latitude\";s:10:\"33.9949691\";s:9:\"longitude\";s:11:\"-117.882228\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2370, 382, '_ait-item_item-featured', '0'),
(2371, 382, 'ait-latitude', '33.9949691'),
(2372, 382, 'ait-longitude', '-117.882228'),
(2373, 382, 'rating_mean', '0'),
(2374, 383, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2375, 383, '_ait-item_food-options_price', '0'),
(2376, 383, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2377, 383, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:20:\"1944 n cahuenga bkvd\";s:8:\"latitude\";s:10:\"34.1065741\";s:9:\"longitude\";s:12:\"-118.3304651\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2378, 383, '_ait-item_item-featured', '0'),
(2379, 383, 'ait-latitude', '34.1065741'),
(2380, 383, 'ait-longitude', '-118.3304651'),
(2381, 383, 'rating_mean', '0'),
(2382, 384, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2383, 384, '_ait-item_food-options_price', '0'),
(2384, 384, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2385, 384, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:36:\"1957 pacific ave long beach ca 90806\";s:8:\"latitude\";s:10:\"33.7928463\";s:9:\"longitude\";s:12:\"-118.1940414\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2386, 384, '_ait-item_item-featured', '0'),
(2387, 384, 'ait-latitude', '33.7928463'),
(2388, 384, 'ait-longitude', '-118.1940414'),
(2389, 384, 'rating_mean', '0'),
(2390, 385, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2391, 385, '_ait-item_food-options_price', '0'),
(2392, 385, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2393, 385, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:13:\"1966 Broadway\";s:8:\"latitude\";s:10:\"38.1386819\";s:9:\"longitude\";s:12:\"-122.2520777\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2394, 385, '_ait-item_item-featured', '0'),
(2395, 385, 'ait-latitude', '38.1386819'),
(2396, 385, 'ait-longitude', '-122.2520777'),
(2397, 385, 'rating_mean', '0'),
(2398, 386, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2399, 386, '_ait-item_food-options_price', '0'),
(2400, 386, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2401, 386, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:16:\"1975 w olive ave\";s:8:\"latitude\";s:10:\"37.3195103\";s:9:\"longitude\";s:11:\"-120.502675\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2402, 386, '_ait-item_item-featured', '0'),
(2403, 386, 'ait-latitude', '37.3195103'),
(2404, 386, 'ait-longitude', '-120.502675'),
(2405, 386, 'rating_mean', '0'),
(2406, 387, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2407, 387, '_ait-item_food-options_price', '0'),
(2408, 387, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2409, 387, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:33:\"1988 BROADWAY ST VALLEJO CA 94589\";s:8:\"latitude\";s:10:\"38.1403797\";s:9:\"longitude\";s:12:\"-122.2519622\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2410, 387, '_ait-item_item-featured', '0'),
(2411, 387, 'ait-latitude', '38.1403797'),
(2412, 387, 'ait-longitude', '-122.2519622'),
(2413, 387, 'rating_mean', '0'),
(2414, 389, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2415, 389, '_ait-item_food-options_price', '0'),
(2416, 389, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2417, 389, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:28:\"2000 Harbor Blvd Suite #A106\";s:8:\"latitude\";s:10:\"33.6475109\";s:9:\"longitude\";s:12:\"-117.9186298\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2418, 389, '_ait-item_item-featured', '0'),
(2419, 389, 'ait-latitude', '33.6475109'),
(2420, 389, 'ait-longitude', '-117.9186298'),
(2421, 389, 'rating_mean', '0'),
(2422, 390, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2423, 390, '_ait-item_food-options_price', '0'),
(2424, 390, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2425, 390, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:26:\"2000 Marengo Street Unit G\";s:8:\"latitude\";s:10:\"34.0565473\";s:9:\"longitude\";s:12:\"-118.2082987\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2426, 390, '_ait-item_item-featured', '0'),
(2427, 390, 'ait-latitude', '34.0565473'),
(2428, 390, 'ait-longitude', '-118.2082987'),
(2429, 390, 'rating_mean', '0'),
(2431, 392, '_ait-item_food-options_price', '0'),
(2432, 392, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2433, 392, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:73:\"2022 MARTIN LUTHER KING JR AVE S.E. WASHINGTON DISTRICT OF COLUMBIA 20020\";s:8:\"latitude\";s:10:\"38.8659168\";s:9:\"longitude\";s:11:\"-76.9889901\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2434, 392, '_ait-item_item-featured', '0'),
(2435, 392, 'ait-latitude', '38.8659168'),
(2436, 392, 'ait-longitude', '-76.9889901'),
(2437, 392, 'rating_mean', '0'),
(2438, 393, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:7:\"pending\";s:5:\"owner\";s:14:\"cell@pfane.com\";s:4:\"date\";i:1579468703;s:6:\"author\";s:0:\"\";}'),
(2439, 393, '_ait-item_food-options_price', '3'),
(2440, 393, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:1:\"3\";}'),
(2441, 393, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"1\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:13:\"2029 w 8th st\";s:8:\"latitude\";s:10:\"40.5978125\";s:9:\"longitude\";s:11:\"-73.9795603\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2442, 393, '_ait-item_item-featured', '1'),
(2443, 393, 'ait-latitude', '40.5978125'),
(2444, 393, 'ait-longitude', '-73.9795603'),
(2445, 393, 'rating_mean', '0'),
(2446, 394, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2447, 394, '_ait-item_food-options_price', '0'),
(2448, 394, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2449, 394, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:28:\"837 South Los Angeles Street\";s:8:\"latitude\";s:9:\"34.041351\";s:9:\"longitude\";s:12:\"-118.2534212\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2450, 394, '_ait-item_item-featured', '0'),
(2451, 394, 'ait-latitude', '34.041351'),
(2452, 394, 'ait-longitude', '-118.2534212'),
(2453, 394, 'rating_mean', '0'),
(2454, 395, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2455, 395, '_ait-item_food-options_price', '0'),
(2456, 395, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}');
INSERT INTO `wpir_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2457, 395, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:18:\"2039 yosemite blvd\";s:8:\"latitude\";s:10:\"37.6386664\";s:9:\"longitude\";s:12:\"-120.9602494\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2458, 395, '_ait-item_item-featured', '0'),
(2459, 395, 'ait-latitude', '37.6386664'),
(2460, 395, 'ait-longitude', '-120.9602494'),
(2461, 395, 'rating_mean', '0'),
(2462, 396, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2463, 396, '_ait-item_food-options_price', '0'),
(2464, 396, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2465, 396, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:21:\"205 S Berkeley Circle\";s:8:\"latitude\";s:10:\"33.8691959\";s:9:\"longitude\";s:12:\"-117.9141672\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2466, 396, '_ait-item_item-featured', '0'),
(2467, 396, 'ait-latitude', '33.8691959'),
(2468, 396, 'ait-longitude', '-117.9141672'),
(2469, 396, 'rating_mean', '0'),
(2470, 397, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2471, 397, '_ait-item_food-options_price', '0'),
(2472, 397, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2473, 397, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:21:\"20504 E Arrow Highway\";s:8:\"latitude\";s:10:\"34.1059801\";s:9:\"longitude\";s:12:\"-117.8545409\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2474, 397, '_ait-item_item-featured', '0'),
(2475, 397, 'ait-latitude', '34.1059801'),
(2476, 397, 'ait-longitude', '-117.8545409'),
(2477, 397, 'rating_mean', '0'),
(2478, 398, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2479, 398, '_ait-item_food-options_price', '0'),
(2480, 398, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2481, 398, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:37:\"20504 e arrow highway covina ca 91724\";s:8:\"latitude\";d:34.10599806630568053833485464565455913543701171875;s:9:\"longitude\";d:-117.8542371225504297171937651000916957855224609375;s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2482, 398, '_ait-item_item-featured', '0'),
(2483, 398, 'ait-latitude', '34.105998066306'),
(2484, 398, 'ait-longitude', '-117.85423712255'),
(2485, 398, 'rating_mean', '0'),
(2486, 399, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2487, 399, '_ait-item_food-options_price', '0'),
(2488, 399, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2489, 399, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:36:\"20751 marilla st chatsworth ca 01311\";s:8:\"latitude\";s:10:\"34.2484346\";s:9:\"longitude\";s:12:\"-118.5860899\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2490, 399, '_ait-item_item-featured', '0'),
(2491, 399, 'ait-latitude', '34.2484346'),
(2492, 399, 'ait-longitude', '-118.5860899'),
(2493, 399, 'rating_mean', '0'),
(2494, 400, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2495, 400, '_ait-item_food-options_price', '0'),
(2496, 400, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2497, 400, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:23:\"2077 Harbor Blvd Unit A\";s:8:\"latitude\";s:10:\"33.6498903\";s:9:\"longitude\";s:12:\"-117.9195223\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2498, 400, '_ait-item_item-featured', '0'),
(2499, 400, 'ait-latitude', '33.6498903'),
(2500, 400, 'ait-longitude', '-117.9195223'),
(2501, 400, 'rating_mean', '0'),
(2502, 401, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2503, 401, '_ait-item_food-options_price', '0'),
(2504, 401, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2505, 401, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:19:\"20812 E. Arrow Hwy.\";s:8:\"latitude\";s:10:\"34.1057692\";s:9:\"longitude\";s:12:\"-117.8472067\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2506, 401, '_ait-item_item-featured', '0'),
(2507, 401, 'ait-latitude', '34.1057692'),
(2508, 401, 'ait-longitude', '-117.8472067'),
(2509, 401, 'rating_mean', '0'),
(2510, 402, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2511, 402, '_ait-item_food-options_price', '0'),
(2512, 402, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2513, 402, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:40:\"3089 TEA GARDEN ST SAN LEANDRO CA, 94577\";s:8:\"latitude\";s:10:\"37.7051755\";s:9:\"longitude\";s:12:\"-122.1533722\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2514, 402, '_ait-item_item-featured', '0'),
(2515, 402, 'ait-latitude', '37.7051755'),
(2516, 402, 'ait-longitude', '-122.1533722'),
(2517, 402, 'rating_mean', '0'),
(2518, 403, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2519, 403, '_ait-item_food-options_price', '0'),
(2520, 403, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2521, 403, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:41:\"20932 SHADOW LAKE RIAD ESCONDIDO CA 92026\";s:8:\"latitude\";s:9:\"33.271937\";s:9:\"longitude\";s:12:\"-117.1428403\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2522, 403, '_ait-item_item-featured', '0'),
(2523, 403, 'ait-latitude', '33.271937'),
(2524, 403, 'ait-longitude', '-117.1428403'),
(2525, 403, 'rating_mean', '0'),
(2526, 404, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2527, 404, '_ait-item_food-options_price', '0'),
(2528, 404, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2529, 404, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:18:\"20971 currier road\";s:8:\"latitude\";s:10:\"34.0086501\";s:9:\"longitude\";s:12:\"-117.8470611\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2530, 404, '_ait-item_item-featured', '0'),
(2531, 404, 'ait-latitude', '34.0086501'),
(2532, 404, 'ait-longitude', '-117.8470611'),
(2533, 404, 'rating_mean', '0'),
(2534, 405, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2535, 405, '_ait-item_food-options_price', '0'),
(2536, 405, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2537, 405, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:17:\"2110 palmetto ave\";s:8:\"latitude\";s:10:\"37.6330265\";s:9:\"longitude\";s:12:\"-122.4924558\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2538, 405, '_ait-item_item-featured', '0'),
(2539, 405, 'ait-latitude', '37.6330265'),
(2540, 405, 'ait-longitude', '-122.4924558'),
(2541, 405, 'rating_mean', '0'),
(2542, 406, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2543, 406, '_ait-item_food-options_price', '0'),
(2544, 406, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2545, 406, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:19:\"2111 Long Beach Ave\";s:8:\"latitude\";s:10:\"34.0177204\";s:9:\"longitude\";s:12:\"-118.2437996\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2546, 406, '_ait-item_item-featured', '0'),
(2547, 406, 'ait-latitude', '34.0177204'),
(2548, 406, 'ait-longitude', '-118.2437996'),
(2549, 406, 'rating_mean', '0'),
(2550, 407, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2551, 407, '_ait-item_food-options_price', '0'),
(2552, 407, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2553, 407, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:19:\"2111 W Compton Blvd\";s:8:\"latitude\";s:17:\"33.89600679999999\";s:9:\"longitude\";s:12:\"-118.2537156\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2554, 407, '_ait-item_item-featured', '0'),
(2555, 407, 'ait-latitude', '33.89600679999999'),
(2556, 407, 'ait-longitude', '-118.2537156'),
(2557, 407, 'rating_mean', '0'),
(2558, 408, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2559, 408, '_ait-item_food-options_price', '0'),
(2560, 408, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2561, 408, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:38:\"212 califoniast san francisco ca 94111\";s:8:\"latitude\";s:9:\"37.793601\";s:9:\"longitude\";s:12:\"-122.3991845\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2562, 408, '_ait-item_item-featured', '0'),
(2563, 408, 'ait-latitude', '37.793601'),
(2564, 408, 'ait-longitude', '-122.3991845'),
(2565, 408, 'rating_mean', '0'),
(2566, 409, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2567, 409, '_ait-item_food-options_price', '0'),
(2568, 409, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2569, 409, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:22:\"2121 2nd St Suite C101\";s:8:\"latitude\";s:10:\"38.5475305\";s:9:\"longitude\";s:12:\"-121.7245681\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2570, 409, '_ait-item_item-featured', '0'),
(2571, 409, 'ait-latitude', '38.5475305'),
(2572, 409, 'ait-longitude', '-121.7245681'),
(2573, 409, 'rating_mean', '0'),
(2574, 410, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2575, 410, '_ait-item_food-options_price', '0'),
(2576, 410, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2577, 410, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:34:\"2126 n fair oaks altadena ca 91001\";s:8:\"latitude\";s:10:\"34.1823322\";s:9:\"longitude\";s:11:\"-118.150554\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2578, 410, '_ait-item_item-featured', '0'),
(2579, 410, 'ait-latitude', '34.1823322'),
(2580, 410, 'ait-longitude', '-118.150554'),
(2581, 410, 'rating_mean', '0'),
(2582, 411, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2583, 411, '_ait-item_food-options_price', '0'),
(2584, 411, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2585, 411, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:21:\"2133 w manchester ave\";s:8:\"latitude\";s:10:\"33.9602154\";s:9:\"longitude\";s:12:\"-118.3168148\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2586, 411, '_ait-item_item-featured', '0'),
(2587, 411, 'ait-latitude', '33.9602154'),
(2588, 411, 'ait-longitude', '-118.3168148'),
(2589, 411, 'rating_mean', '0'),
(2590, 412, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2591, 412, '_ait-item_food-options_price', '0'),
(2592, 412, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2593, 412, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:19:\"2138 w florence ave\";s:8:\"latitude\";s:10:\"33.9743454\";s:9:\"longitude\";s:12:\"-118.3168116\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2594, 412, '_ait-item_item-featured', '0'),
(2595, 412, 'ait-latitude', '33.9743454'),
(2596, 412, 'ait-longitude', '-118.3168116'),
(2597, 412, 'rating_mean', '0'),
(2598, 413, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2599, 413, '_ait-item_food-options_price', '0'),
(2600, 413, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2601, 413, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:12:\"2154 83rd st\";s:8:\"latitude\";s:10:\"33.9626629\";s:9:\"longitude\";s:11:\"-118.233513\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2602, 413, '_ait-item_item-featured', '0'),
(2603, 413, 'ait-latitude', '33.9626629'),
(2604, 413, 'ait-longitude', '-118.233513'),
(2605, 413, 'rating_mean', '0'),
(2606, 414, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2607, 414, '_ait-item_food-options_price', '0'),
(2608, 414, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2609, 414, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:39:\"21627 devonshire st chatsworth ca 91311\";s:8:\"latitude\";s:9:\"34.257461\";s:9:\"longitude\";s:12:\"-118.6013395\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2610, 414, '_ait-item_item-featured', '0'),
(2611, 414, 'ait-latitude', '34.257461'),
(2612, 414, 'ait-longitude', '-118.6013395'),
(2613, 414, 'rating_mean', '0'),
(2614, 415, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2615, 415, '_ait-item_food-options_price', '0'),
(2616, 415, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2617, 415, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:45:\"21931 state highway 33 crows landing ca 95313\";s:8:\"latitude\";s:17:\"37.39409029999999\";s:9:\"longitude\";s:12:\"-121.0725866\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2618, 415, '_ait-item_item-featured', '0'),
(2619, 415, 'ait-latitude', '37.39409029999999'),
(2620, 415, 'ait-longitude', '-121.0725866'),
(2621, 415, 'rating_mean', '0'),
(2622, 417, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2623, 417, '_ait-item_food-options_price', '0'),
(2624, 417, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2625, 417, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:16:\"21991 el toro rd\";s:8:\"latitude\";s:17:\"33.64367319999999\";s:9:\"longitude\";s:11:\"-117.667584\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2626, 417, '_ait-item_item-featured', '0'),
(2627, 417, 'ait-latitude', '33.64367319999999'),
(2628, 417, 'ait-longitude', '-117.667584'),
(2629, 417, 'rating_mean', '0'),
(2630, 418, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2631, 418, '_ait-item_food-options_price', '0'),
(2632, 418, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2633, 418, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:12:\"221 h street\";s:8:\"latitude\";s:10:\"34.8395277\";s:9:\"longitude\";s:12:\"-114.6082597\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2634, 418, '_ait-item_item-featured', '0'),
(2635, 418, 'ait-latitude', '34.8395277'),
(2636, 418, 'ait-longitude', '-114.6082597'),
(2637, 418, 'rating_mean', '0'),
(2638, 420, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2639, 420, '_ait-item_food-options_price', '0'),
(2640, 420, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2641, 420, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:17:\"2235 E 7th Street\";s:8:\"latitude\";s:10:\"34.0348699\";s:9:\"longitude\";s:12:\"-118.2236513\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2642, 420, '_ait-item_item-featured', '0'),
(2643, 420, 'ait-latitude', '34.0348699'),
(2644, 420, 'ait-longitude', '-118.2236513'),
(2645, 420, 'rating_mean', '0'),
(2646, 421, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2647, 421, '_ait-item_food-options_price', '0'),
(2648, 421, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2649, 421, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:16:\"2259 Del Mar Ave\";s:8:\"latitude\";s:10:\"34.0550975\";s:9:\"longitude\";s:12:\"-118.0997831\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2650, 421, '_ait-item_item-featured', '0'),
(2651, 421, 'ait-latitude', '34.0550975'),
(2652, 421, 'ait-longitude', '-118.0997831'),
(2653, 421, 'rating_mean', '0'),
(2654, 422, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2655, 422, '_ait-item_food-options_price', '0'),
(2656, 422, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2657, 422, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:17:\"2270 palmetto ave\";s:8:\"latitude\";s:10:\"37.6315361\";s:9:\"longitude\";s:12:\"-122.4927163\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2658, 422, '_ait-item_item-featured', '0'),
(2659, 422, 'ait-latitude', '37.6315361'),
(2660, 422, 'ait-longitude', '-122.4927163'),
(2661, 422, 'rating_mean', '0'),
(2662, 423, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2663, 423, '_ait-item_food-options_price', '3'),
(2664, 423, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:1:\"3\";}'),
(2665, 423, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"1\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:19:\"2286 Firestone Blvd\";s:8:\"latitude\";s:10:\"33.9573877\";s:9:\"longitude\";s:12:\"-118.2314071\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2666, 423, '_ait-item_item-featured', '1'),
(2667, 423, 'ait-latitude', '33.9573877'),
(2668, 423, 'ait-longitude', '-118.2314071'),
(2669, 423, 'rating_mean', '0'),
(2670, 424, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2671, 424, '_ait-item_food-options_price', '0'),
(2672, 424, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2673, 424, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:19:\"22865 Lockness Ave.\";s:8:\"latitude\";s:10:\"33.8173786\";s:9:\"longitude\";s:12:\"-118.3073814\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2674, 424, '_ait-item_item-featured', '0'),
(2675, 424, 'ait-latitude', '33.8173786'),
(2676, 424, 'ait-longitude', '-118.3073814'),
(2677, 424, 'rating_mean', '0'),
(2678, 425, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2679, 425, '_ait-item_food-options_price', '0'),
(2680, 425, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2681, 425, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:37:\"2290 EAST FLORIDA AVE HEMET, CA 92544\";s:8:\"latitude\";s:10:\"33.7478782\";s:9:\"longitude\";s:12:\"-116.9479182\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2682, 425, '_ait-item_item-featured', '0'),
(2683, 425, 'ait-latitude', '33.7478782'),
(2684, 425, 'ait-longitude', '-116.9479182'),
(2685, 425, 'rating_mean', '0'),
(2686, 426, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2687, 426, '_ait-item_food-options_price', '0'),
(2688, 426, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2689, 426, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:16:\"22990 Highway 17\";s:8:\"latitude\";s:10:\"37.1332655\";s:9:\"longitude\";s:12:\"-121.9810578\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2690, 426, '_ait-item_item-featured', '0'),
(2691, 426, 'ait-latitude', '37.1332655'),
(2692, 426, 'ait-longitude', '-121.9810578'),
(2693, 426, 'rating_mean', '0'),
(2694, 427, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2695, 427, '_ait-item_food-options_price', '0'),
(2696, 427, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}');
INSERT INTO `wpir_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2697, 427, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:18:\"23112 MARIPOSA AVE\";s:8:\"latitude\";s:10:\"33.8159542\";s:9:\"longitude\";s:12:\"-118.2968318\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2698, 427, '_ait-item_item-featured', '0'),
(2699, 427, 'ait-latitude', '33.8159542'),
(2700, 427, 'ait-longitude', '-118.2968318'),
(2701, 427, 'rating_mean', '0'),
(2702, 428, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2703, 428, '_ait-item_food-options_price', '0'),
(2704, 428, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2705, 428, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:35:\"2315 fair oaks ave altadena ca91001\";s:8:\"latitude\";s:10:\"34.1856302\";s:9:\"longitude\";s:11:\"-118.151261\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2706, 428, '_ait-item_item-featured', '0'),
(2707, 428, 'ait-latitude', '34.1856302'),
(2708, 428, 'ait-longitude', '-118.151261'),
(2709, 428, 'rating_mean', '0'),
(2710, 430, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2711, 430, '_ait-item_food-options_price', '0'),
(2712, 430, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2713, 430, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:19:\"23216 Normandie Ave\";s:8:\"latitude\";s:10:\"33.8147437\";s:9:\"longitude\";s:12:\"-118.2975877\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2714, 430, '_ait-item_item-featured', '0'),
(2715, 430, 'ait-latitude', '33.8147437'),
(2716, 430, 'ait-longitude', '-118.2975877'),
(2717, 430, 'rating_mean', '0'),
(2718, 431, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2719, 431, '_ait-item_food-options_price', '0'),
(2720, 431, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2721, 431, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:15:\"2341 East Ave S\";s:8:\"latitude\";s:9:\"34.559676\";s:9:\"longitude\";s:10:\"-118.08648\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2722, 431, '_ait-item_item-featured', '0'),
(2723, 431, 'ait-latitude', '34.559676'),
(2724, 431, 'ait-longitude', '-118.08648'),
(2725, 431, 'rating_mean', '0'),
(2726, 432, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2727, 432, '_ait-item_food-options_price', '0'),
(2728, 432, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2729, 432, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:18:\"2366 San Pablo Ave\";s:8:\"latitude\";s:10:\"37.8632729\";s:9:\"longitude\";s:12:\"-122.2906103\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2730, 432, '_ait-item_item-featured', '0'),
(2731, 432, 'ait-latitude', '37.8632729'),
(2732, 432, 'ait-longitude', '-122.2906103'),
(2733, 432, 'rating_mean', '0'),
(2734, 433, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2735, 433, '_ait-item_food-options_price', '0'),
(2736, 433, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2737, 433, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:20:\"23671 birtcher drive\";s:8:\"latitude\";s:10:\"33.6340957\";s:9:\"longitude\";s:12:\"-117.7167927\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2738, 433, '_ait-item_item-featured', '0'),
(2739, 433, 'ait-latitude', '33.6340957'),
(2740, 433, 'ait-longitude', '-117.7167927'),
(2741, 433, 'rating_mean', '0'),
(2742, 434, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2743, 434, '_ait-item_food-options_price', '0'),
(2744, 434, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2745, 434, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:32:\"2380 n garey ave pomona ca 91767\";s:8:\"latitude\";s:10:\"34.0906559\";s:9:\"longitude\";s:12:\"-117.7484261\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2746, 434, '_ait-item_item-featured', '0'),
(2747, 434, 'ait-latitude', '34.0906559'),
(2748, 434, 'ait-longitude', '-117.7484261'),
(2749, 434, 'rating_mean', '0'),
(2751, 436, '_ait-item_food-options_price', '0'),
(2752, 436, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2753, 436, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:15:\"5234 mission st\";s:8:\"latitude\";s:10:\"37.7153736\";s:9:\"longitude\";s:12:\"-122.4421476\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2754, 436, '_ait-item_item-featured', '0'),
(2755, 436, 'ait-latitude', '37.7153736'),
(2756, 436, 'ait-longitude', '-122.4421476'),
(2757, 436, 'rating_mean', '0'),
(2758, 437, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2759, 437, '_ait-item_food-options_price', '0'),
(2760, 437, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2761, 437, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:38:\"2405 E HARBOR DRIVE SAN DIEGO CA 92113\";s:8:\"latitude\";s:10:\"32.6923164\";s:9:\"longitude\";s:12:\"-117.1391825\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2762, 437, '_ait-item_item-featured', '0'),
(2763, 437, 'ait-latitude', '32.6923164'),
(2764, 437, 'ait-longitude', '-117.1391825'),
(2765, 437, 'rating_mean', '0'),
(2766, 438, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2767, 438, '_ait-item_food-options_price', '0'),
(2768, 438, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2769, 438, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:19:\"2405 Alta Vista Dr.\";s:8:\"latitude\";s:10:\"35.3947155\";s:9:\"longitude\";s:12:\"-118.9936695\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2770, 438, '_ait-item_item-featured', '0'),
(2771, 438, 'ait-latitude', '35.3947155'),
(2772, 438, 'ait-longitude', '-118.9936695'),
(2773, 438, 'rating_mean', '0'),
(2774, 441, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2775, 441, '_ait-item_food-options_price', '3'),
(2776, 441, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:1:\"3\";}'),
(2777, 441, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"1\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:16:\"24100 El Toro Rd\";s:8:\"latitude\";s:10:\"33.6123154\";s:9:\"longitude\";s:12:\"-117.7134648\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2778, 441, '_ait-item_item-featured', '1'),
(2779, 441, 'ait-latitude', '33.6123154'),
(2780, 441, 'ait-longitude', '-117.7134648'),
(2781, 441, 'rating_mean', '0'),
(2782, 442, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2783, 442, '_ait-item_food-options_price', '0'),
(2784, 442, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2785, 442, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:32:\"2416 17th st sacramento ca 95818\";s:8:\"latitude\";s:10:\"38.5618711\";s:9:\"longitude\";s:12:\"-121.4913919\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2786, 442, '_ait-item_item-featured', '0'),
(2787, 442, 'ait-latitude', '38.5618711'),
(2788, 442, 'ait-longitude', '-121.4913919'),
(2789, 442, 'rating_mean', '0'),
(2790, 443, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2791, 443, '_ait-item_food-options_price', '0'),
(2792, 443, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2793, 443, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:17:\"2416 fullerton rd\";s:8:\"latitude\";s:10:\"33.9759056\";s:9:\"longitude\";s:12:\"-117.9096318\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2794, 443, '_ait-item_item-featured', '0'),
(2795, 443, 'ait-latitude', '33.9759056'),
(2796, 443, 'ait-longitude', '-117.9096318'),
(2797, 443, 'rating_mean', '0'),
(2798, 444, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2799, 444, '_ait-item_food-options_price', '0'),
(2800, 444, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2801, 444, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:23:\"2425 Cleveland Ave #175\";s:8:\"latitude\";s:10:\"38.4618767\";s:9:\"longitude\";s:12:\"-122.7288087\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2802, 444, '_ait-item_item-featured', '0'),
(2803, 444, 'ait-latitude', '38.4618767'),
(2804, 444, 'ait-longitude', '-122.7288087'),
(2805, 444, 'rating_mean', '0'),
(2806, 445, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2807, 445, '_ait-item_food-options_price', '0'),
(2808, 445, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2809, 445, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:46:\"2428 newport beach blvd #6 costa mesa ca 92627\";s:8:\"latitude\";s:10:\"33.6575323\";s:9:\"longitude\";s:12:\"-117.9017629\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2810, 445, '_ait-item_item-featured', '0'),
(2811, 445, 'ait-latitude', '33.6575323'),
(2812, 445, 'ait-longitude', '-117.9017629'),
(2813, 445, 'rating_mean', '0'),
(2814, 447, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2815, 447, '_ait-item_food-options_price', '0'),
(2816, 447, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2817, 447, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:20:\"2428 Newport Blvd #6\";s:8:\"latitude\";d:33.657676030445458081885590218007564544677734375;s:9:\"longitude\";d:-117.901503884266929844670812599360942840576171875;s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2818, 447, '_ait-item_item-featured', '0'),
(2819, 447, 'ait-latitude', '33.657676030445'),
(2820, 447, 'ait-longitude', '-117.90150388427'),
(2821, 447, 'rating_mean', '0'),
(2822, 449, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2823, 449, '_ait-item_food-options_price', '0'),
(2824, 449, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2825, 449, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:35:\"2435 telegraph ave oakland ca 94616\";s:8:\"latitude\";s:10:\"37.8141582\";s:9:\"longitude\";s:11:\"-122.268734\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2826, 449, '_ait-item_item-featured', '0'),
(2827, 449, 'ait-latitude', '37.8141582'),
(2828, 449, 'ait-longitude', '-122.268734'),
(2829, 449, 'rating_mean', '0'),
(2830, 450, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2831, 450, '_ait-item_food-options_price', '0'),
(2832, 450, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2833, 450, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:27:\"24400 muirlands blvd unit E\";s:8:\"latitude\";s:10:\"33.6281092\";s:9:\"longitude\";s:11:\"-117.704485\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2834, 450, '_ait-item_item-featured', '0'),
(2835, 450, 'ait-latitude', '33.6281092'),
(2836, 450, 'ait-longitude', '-117.704485'),
(2837, 450, 'rating_mean', '0'),
(2838, 451, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2839, 451, '_ait-item_food-options_price', '0'),
(2840, 451, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2841, 451, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:17:\"2442 bayshore blv\";s:8:\"latitude\";s:10:\"37.7108015\";s:9:\"longitude\";s:11:\"-122.404351\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2842, 451, '_ait-item_item-featured', '0'),
(2843, 451, 'ait-latitude', '37.7108015'),
(2844, 451, 'ait-longitude', '-122.404351'),
(2845, 451, 'rating_mean', '0'),
(2846, 452, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2847, 452, '_ait-item_food-options_price', '0'),
(2848, 452, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2849, 452, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:16:\"712 Lincoln Blvd\";s:8:\"latitude\";s:10:\"33.9997745\";s:9:\"longitude\";s:12:\"-118.4639887\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2850, 452, '_ait-item_item-featured', '0'),
(2851, 452, 'ait-latitude', '33.9997745'),
(2852, 452, 'ait-longitude', '-118.4639887'),
(2853, 452, 'rating_mean', '0'),
(2854, 453, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2855, 453, '_ait-item_food-options_price', '0'),
(2856, 453, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2857, 453, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:18:\"2465 Telegraph Ave\";s:8:\"latitude\";s:10:\"37.8657043\";s:9:\"longitude\";s:12:\"-122.2584575\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2858, 453, '_ait-item_item-featured', '0'),
(2859, 453, 'ait-latitude', '37.8657043'),
(2860, 453, 'ait-longitude', '-122.2584575'),
(2861, 453, 'rating_mean', '0'),
(2862, 454, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2863, 454, '_ait-item_food-options_price', '0'),
(2864, 454, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2865, 454, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:18:\"2501 Whittier Blvd\";s:8:\"latitude\";s:10:\"34.0338138\";s:9:\"longitude\";s:12:\"-118.2137575\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2866, 454, '_ait-item_item-featured', '0'),
(2867, 454, 'ait-latitude', '34.0338138'),
(2868, 454, 'ait-longitude', '-118.2137575'),
(2869, 454, 'rating_mean', '0'),
(2870, 455, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2871, 455, '_ait-item_food-options_price', '2'),
(2872, 455, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:1:\"2\";}'),
(2873, 455, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"1\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:16:\"251 Stonewood St\";s:8:\"latitude\";s:9:\"33.935768\";s:9:\"longitude\";s:11:\"-118.119984\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2874, 455, '_ait-item_item-featured', '1'),
(2875, 455, 'ait-latitude', '33.935768'),
(2876, 455, 'ait-longitude', '-118.119984'),
(2877, 455, 'rating_mean', '0'),
(2878, 456, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2879, 456, '_ait-item_food-options_price', '0'),
(2880, 456, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2881, 456, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:13:\"2518 Main St.\";s:8:\"latitude\";s:10:\"40.4081298\";s:9:\"longitude\";s:11:\"-86.8676104\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2882, 456, '_ait-item_item-featured', '0'),
(2883, 456, 'ait-latitude', '40.4081298'),
(2884, 456, 'ait-longitude', '-86.8676104'),
(2885, 456, 'rating_mean', '0'),
(2886, 457, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2887, 457, '_ait-item_food-options_price', '0'),
(2888, 457, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2889, 457, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:19:\"2520 mission street\";s:8:\"latitude\";s:10:\"37.7566342\";s:9:\"longitude\";s:12:\"-122.4190327\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2890, 457, '_ait-item_item-featured', '0'),
(2891, 457, 'ait-latitude', '37.7566342'),
(2892, 457, 'ait-longitude', '-122.4190327'),
(2893, 457, 'rating_mean', '0'),
(2894, 459, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2895, 459, '_ait-item_food-options_price', '0'),
(2896, 459, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2897, 459, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:42:\"2520 mission street san francisco ca 94110\";s:8:\"latitude\";d:37.75667911576420721075919573195278644561767578125;s:9:\"longitude\";d:-122.4187600076472079990708152763545513153076171875;s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2898, 459, '_ait-item_item-featured', '0'),
(2899, 459, 'ait-latitude', '37.756679115764'),
(2900, 459, 'ait-longitude', '-122.41876000765'),
(2901, 459, 'rating_mean', '0'),
(2902, 460, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2903, 460, '_ait-item_food-options_price', '0'),
(2904, 460, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2905, 460, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:23:\"253 west jefferson blvd\";s:8:\"latitude\";s:10:\"34.0203396\";s:9:\"longitude\";s:12:\"-118.2759361\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2906, 460, '_ait-item_item-featured', '0'),
(2907, 460, 'ait-latitude', '34.0203396'),
(2908, 460, 'ait-longitude', '-118.2759361'),
(2909, 460, 'rating_mean', '0'),
(2910, 461, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2911, 461, '_ait-item_food-options_price', '0'),
(2912, 461, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2913, 461, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:39:\"2551 colorado blvd los angeles ca 90041\";s:8:\"latitude\";s:10:\"34.1421096\";s:9:\"longitude\";s:12:\"-118.2219836\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2914, 461, '_ait-item_item-featured', '0'),
(2915, 461, 'ait-latitude', '34.1421096'),
(2916, 461, 'ait-longitude', '-118.2219836'),
(2917, 461, 'rating_mean', '0'),
(2918, 462, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2919, 462, '_ait-item_food-options_price', '0'),
(2920, 462, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2921, 462, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:40:\"2551 COLORADO BLVD LOS ANGELES, CA 90041\";s:8:\"latitude\";d:34.14227129675114014162318198941648006439208984375;s:9:\"longitude\";d:-118.2217014003759203433219227008521556854248046875;s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2922, 462, '_ait-item_item-featured', '0'),
(2923, 462, 'ait-latitude', '34.142271296751'),
(2924, 462, 'ait-longitude', '-118.22170140038'),
(2925, 462, 'rating_mean', '0'),
(2926, 463, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2927, 463, '_ait-item_food-options_price', '0'),
(2928, 463, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2929, 463, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:15:\"259 E Park Lane\";s:8:\"latitude\";s:17:\"41.77471999999999\";s:9:\"longitude\";s:11:\"-88.4316906\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2930, 463, '_ait-item_item-featured', '0'),
(2931, 463, 'ait-latitude', '41.77471999999999'),
(2932, 463, 'ait-longitude', '-88.4316906'),
(2933, 463, 'rating_mean', '0'),
(2934, 464, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2935, 464, '_ait-item_food-options_price', '0'),
(2936, 464, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}');
INSERT INTO `wpir_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2937, 464, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:18:\"2590 Telegraph Ave\";s:8:\"latitude\";s:10:\"37.8154099\";s:9:\"longitude\";s:12:\"-122.2680783\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2938, 464, '_ait-item_item-featured', '0'),
(2939, 464, 'ait-latitude', '37.8154099'),
(2940, 464, 'ait-longitude', '-122.2680783'),
(2941, 464, 'rating_mean', '0'),
(2942, 465, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2943, 465, '_ait-item_food-options_price', '0'),
(2944, 465, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2945, 465, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:19:\"25937 S Western Ave\";s:8:\"latitude\";s:7:\"33.7871\";s:9:\"longitude\";s:12:\"-118.3080857\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2946, 465, '_ait-item_item-featured', '0'),
(2947, 465, 'ait-latitude', '33.7871'),
(2948, 465, 'ait-longitude', '-118.3080857'),
(2949, 465, 'rating_mean', '0'),
(2950, 466, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2951, 466, '_ait-item_food-options_price', '0'),
(2952, 466, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2953, 466, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:41:\"26-52 Cll 17 RIO GRANDE PUERTO RICO 00745\";s:8:\"latitude\";s:10:\"18.3797274\";s:9:\"longitude\";s:11:\"-65.8710208\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2954, 466, '_ait-item_item-featured', '0'),
(2955, 466, 'ait-latitude', '18.3797274'),
(2956, 466, 'ait-longitude', '-65.8710208'),
(2957, 466, 'rating_mean', '0'),
(2958, 467, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2959, 467, '_ait-item_food-options_price', '0'),
(2960, 467, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2961, 467, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:23:\"2601 East Alondra Blvd.\";s:8:\"latitude\";s:9:\"33.889025\";s:9:\"longitude\";s:12:\"-118.1948297\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2962, 467, '_ait-item_item-featured', '0'),
(2963, 467, 'ait-latitude', '33.889025'),
(2964, 467, 'ait-longitude', '-118.1948297'),
(2965, 467, 'rating_mean', '0'),
(2966, 468, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2967, 468, '_ait-item_food-options_price', '0'),
(2968, 468, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2969, 468, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:23:\"2601 North State Street\";s:8:\"latitude\";s:9:\"39.115826\";s:9:\"longitude\";s:11:\"-123.197694\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2970, 468, '_ait-item_item-featured', '0'),
(2971, 468, 'ait-latitude', '39.115826'),
(2972, 468, 'ait-longitude', '-123.197694'),
(2973, 468, 'rating_mean', '0'),
(2974, 469, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2975, 469, '_ait-item_food-options_price', '0'),
(2976, 469, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2977, 469, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:28:\"26170 enterprise way ste 100\";s:8:\"latitude\";s:10:\"33.6668631\";s:9:\"longitude\";s:12:\"-117.6726751\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2978, 469, '_ait-item_item-featured', '0'),
(2979, 469, 'ait-latitude', '33.6668631'),
(2980, 469, 'ait-longitude', '-117.6726751'),
(2981, 469, 'rating_mean', '0'),
(2982, 470, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2983, 470, '_ait-item_food-options_price', '0'),
(2984, 470, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2985, 470, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:23:\"2641 Highway 4, Suite 7\";s:8:\"latitude\";s:10:\"38.2334721\";s:9:\"longitude\";s:12:\"-120.3670152\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2986, 470, '_ait-item_item-featured', '0'),
(2987, 470, 'ait-latitude', '38.2334721'),
(2988, 470, 'ait-longitude', '-120.3670152'),
(2989, 470, 'rating_mean', '0'),
(2990, 471, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2991, 471, '_ait-item_food-options_price', '0'),
(2992, 471, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(2993, 471, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:37:\"3023 s. orange ave santa ana ca 92707\";s:8:\"latitude\";s:9:\"33.706415\";s:9:\"longitude\";s:11:\"-117.864233\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(2994, 471, '_ait-item_item-featured', '0'),
(2995, 471, 'ait-latitude', '33.706415'),
(2996, 471, 'ait-longitude', '-117.864233'),
(2997, 471, 'rating_mean', '0'),
(2998, 472, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(2999, 472, '_ait-item_food-options_price', '0'),
(3000, 472, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3001, 472, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:46:\"2675 n ventura suite 104 port hueneme ca 93041\";s:8:\"latitude\";s:10:\"34.1782675\";s:9:\"longitude\";s:12:\"-119.1963888\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3002, 472, '_ait-item_item-featured', '0'),
(3003, 472, 'ait-latitude', '34.1782675'),
(3004, 472, 'ait-longitude', '-119.1963888'),
(3005, 472, 'rating_mean', '0'),
(3006, 473, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3007, 473, '_ait-item_food-options_price', '0'),
(3008, 473, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3009, 473, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:14:\"2716 w 54th st\";s:8:\"latitude\";s:10:\"33.9929811\";s:9:\"longitude\";s:12:\"-118.3232039\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3010, 473, '_ait-item_item-featured', '0'),
(3011, 473, 'ait-latitude', '33.9929811'),
(3012, 473, 'ait-longitude', '-118.3232039'),
(3013, 473, 'rating_mean', '0'),
(3014, 474, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3015, 474, '_ait-item_food-options_price', '0'),
(3016, 474, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3017, 474, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:17:\"2721 s. grand ave\";s:8:\"latitude\";s:10:\"33.7105386\";s:9:\"longitude\";s:12:\"-117.8505248\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3018, 474, '_ait-item_item-featured', '0'),
(3019, 474, 'ait-latitude', '33.7105386'),
(3020, 474, 'ait-longitude', '-117.8505248'),
(3021, 474, 'rating_mean', '0'),
(3022, 477, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3023, 477, '_ait-item_food-options_price', '0'),
(3024, 477, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3025, 477, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:19:\"2725 e south street\";s:8:\"latitude\";s:10:\"33.8604252\";s:9:\"longitude\";s:12:\"-118.1590101\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3026, 477, '_ait-item_item-featured', '0'),
(3027, 477, 'ait-latitude', '33.8604252'),
(3028, 477, 'ait-longitude', '-118.1590101'),
(3029, 477, 'rating_mean', '0'),
(3030, 479, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3031, 479, '_ait-item_food-options_price', '0'),
(3032, 479, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3033, 479, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:17:\"2736 Florence Ave\";s:8:\"latitude\";s:10:\"33.9735966\";s:9:\"longitude\";s:12:\"-118.2213988\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3034, 479, '_ait-item_item-featured', '0'),
(3035, 479, 'ait-latitude', '33.9735966'),
(3036, 479, 'ait-longitude', '-118.2213988'),
(3037, 479, 'rating_mean', '0'),
(3038, 480, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3039, 480, '_ait-item_food-options_price', '0'),
(3040, 480, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3041, 480, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:22:\"27455 valley canter rd\";s:8:\"latitude\";s:10:\"33.2089763\";s:9:\"longitude\";s:12:\"-117.0332041\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3042, 480, '_ait-item_item-featured', '0'),
(3043, 480, 'ait-latitude', '33.2089763'),
(3044, 480, 'ait-longitude', '-117.0332041'),
(3045, 480, 'rating_mean', '0'),
(3046, 481, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3047, 481, '_ait-item_food-options_price', '0'),
(3048, 481, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3049, 481, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:20:\"3800 E Hammel Street\";s:8:\"latitude\";s:10:\"34.0421782\";s:9:\"longitude\";s:12:\"-118.1844281\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3050, 481, '_ait-item_item-featured', '0'),
(3051, 481, 'ait-latitude', '34.0421782'),
(3052, 481, 'ait-longitude', '-118.1844281'),
(3053, 481, 'rating_mean', '0'),
(3054, 482, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3055, 482, '_ait-item_food-options_price', '0'),
(3056, 482, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3057, 482, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:28:\"2752-A Mission Rancheria Rd.\";s:8:\"latitude\";s:10:\"39.0211394\";s:9:\"longitude\";s:12:\"-122.8864535\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3058, 482, '_ait-item_item-featured', '0'),
(3059, 482, 'ait-latitude', '39.0211394'),
(3060, 482, 'ait-longitude', '-122.8864535'),
(3061, 482, 'rating_mean', '0'),
(3062, 483, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3063, 483, '_ait-item_food-options_price', '0'),
(3064, 483, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3065, 483, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:33:\"2753 diamond st rosamond ca 93560\";s:8:\"latitude\";s:10:\"34.8608919\";s:9:\"longitude\";s:12:\"-118.1646777\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3066, 483, '_ait-item_item-featured', '0'),
(3067, 483, 'ait-latitude', '34.8608919'),
(3068, 483, 'ait-longitude', '-118.1646777'),
(3069, 483, 'rating_mean', '0'),
(3070, 484, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3071, 484, '_ait-item_food-options_price', '0'),
(3072, 484, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3073, 484, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:16:\"2753 w pico blvd\";s:8:\"latitude\";s:10:\"34.0474149\";s:9:\"longitude\";s:11:\"-118.299086\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3074, 484, '_ait-item_item-featured', '0'),
(3075, 484, 'ait-latitude', '34.0474149'),
(3076, 484, 'ait-longitude', '-118.299086'),
(3077, 484, 'rating_mean', '0'),
(3078, 485, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3079, 485, '_ait-item_food-options_price', '0'),
(3080, 485, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3081, 485, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:18:\"2781 rubidoux blvd\";s:8:\"latitude\";s:10:\"34.0095999\";s:9:\"longitude\";s:12:\"-117.3961882\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3082, 485, '_ait-item_item-featured', '0'),
(3083, 485, 'ait-latitude', '34.0095999'),
(3084, 485, 'ait-longitude', '-117.3961882'),
(3085, 485, 'rating_mean', '0'),
(3086, 486, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3087, 486, '_ait-item_food-options_price', '0'),
(3088, 486, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3089, 486, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:36:\"2800 east 4th st long beach ca 90814\";s:8:\"latitude\";s:10:\"33.7714613\";s:9:\"longitude\";s:12:\"-118.1586901\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3090, 486, '_ait-item_item-featured', '0'),
(3091, 486, 'ait-latitude', '33.7714613'),
(3092, 486, 'ait-longitude', '-118.1586901'),
(3093, 486, 'rating_mean', '0'),
(3094, 488, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3095, 488, '_ait-item_food-options_price', '0'),
(3096, 488, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3097, 488, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:47:\"28201 date palm suite b cathedral city ca 92234\";s:8:\"latitude\";s:10:\"33.8431772\";s:9:\"longitude\";s:12:\"-116.4587728\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3098, 488, '_ait-item_item-featured', '0'),
(3099, 488, 'ait-latitude', '33.8431772'),
(3100, 488, 'ait-longitude', '-116.4587728'),
(3101, 488, 'rating_mean', '0'),
(3102, 489, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3103, 489, '_ait-item_food-options_price', '0'),
(3104, 489, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3105, 489, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:30:\"2835 camino del rio south #100\";s:8:\"latitude\";s:10:\"32.7696406\";s:9:\"longitude\";s:12:\"-117.1327715\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3106, 489, '_ait-item_item-featured', '0'),
(3107, 489, 'ait-latitude', '32.7696406'),
(3108, 489, 'ait-longitude', '-117.1327715'),
(3109, 489, 'rating_mean', '0'),
(3110, 490, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3111, 490, '_ait-item_food-options_price', '0'),
(3112, 490, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3113, 490, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:36:\"2900 bristol st Building H suite 205\";s:8:\"latitude\";s:10:\"33.6759499\";s:9:\"longitude\";s:11:\"-117.886432\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3114, 490, '_ait-item_item-featured', '0'),
(3115, 490, 'ait-latitude', '33.6759499'),
(3116, 490, 'ait-longitude', '-117.886432'),
(3117, 490, 'rating_mean', '0'),
(3118, 491, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3119, 491, '_ait-item_food-options_price', '0'),
(3120, 491, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3121, 491, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:45:\"2928 ubit c hilltop mall rd richmond ca 94806\";s:8:\"latitude\";s:17:\"37.97815900000001\";s:9:\"longitude\";s:12:\"-122.3318221\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3122, 491, '_ait-item_item-featured', '0'),
(3123, 491, 'ait-latitude', '37.97815900000001'),
(3124, 491, 'ait-longitude', '-122.3318221'),
(3125, 491, 'rating_mean', '0'),
(3126, 492, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3127, 492, '_ait-item_food-options_price', '0'),
(3128, 492, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3129, 492, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:51:\"2950 LOS FELIZ BLVD UNIT #100 LOS ANGELES, CA 90039\";s:8:\"latitude\";s:10:\"34.1256812\";s:9:\"longitude\";s:12:\"-118.2639368\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3130, 492, '_ait-item_item-featured', '0'),
(3131, 492, 'ait-latitude', '34.1256812'),
(3132, 492, 'ait-longitude', '-118.2639368'),
(3133, 492, 'rating_mean', '0'),
(3134, 493, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3135, 493, '_ait-item_food-options_price', '0'),
(3136, 493, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3137, 493, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:8:\"300 j st\";s:8:\"latitude\";s:10:\"38.5819087\";s:9:\"longitude\";s:12:\"-121.5021975\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3138, 493, '_ait-item_item-featured', '0'),
(3139, 493, 'ait-latitude', '38.5819087'),
(3140, 493, 'ait-longitude', '-121.5021975'),
(3141, 493, 'rating_mean', '0'),
(3142, 494, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3143, 494, '_ait-item_food-options_price', '0'),
(3144, 494, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3145, 494, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:33:\"3015 h street sacramento ca 95816\";s:8:\"latitude\";s:10:\"38.5754275\";s:9:\"longitude\";s:12:\"-121.4649222\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3146, 494, '_ait-item_item-featured', '0'),
(3147, 494, 'ait-latitude', '38.5754275'),
(3148, 494, 'ait-longitude', '-121.4649222'),
(3149, 494, 'rating_mean', '0'),
(3150, 496, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3151, 496, '_ait-item_food-options_price', '0'),
(3152, 496, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3153, 496, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:15:\"3024 Wabash Ave\";s:8:\"latitude\";s:8:\"34.04919\";s:9:\"longitude\";s:11:\"-118.195749\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3154, 496, '_ait-item_item-featured', '0'),
(3155, 496, 'ait-latitude', '34.04919'),
(3156, 496, 'ait-longitude', '-118.195749'),
(3157, 496, 'rating_mean', '0'),
(3158, 497, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3159, 497, '_ait-item_food-options_price', '0'),
(3160, 497, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3161, 497, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:17:\"3033 Shattuck Ave\";s:8:\"latitude\";s:10:\"37.8540427\";s:9:\"longitude\";s:12:\"-122.2660312\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3162, 497, '_ait-item_item-featured', '0'),
(3163, 497, 'ait-latitude', '37.8540427'),
(3164, 497, 'ait-longitude', '-122.2660312'),
(3165, 497, 'rating_mean', '0'),
(3166, 498, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3167, 498, '_ait-item_food-options_price', '0'),
(3168, 498, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3169, 498, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:27:\"305 North Brookhurst Street\";s:8:\"latitude\";s:10:\"33.8353381\";s:9:\"longitude\";s:11:\"-117.959285\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3170, 498, '_ait-item_item-featured', '0'),
(3171, 498, 'ait-latitude', '33.8353381'),
(3172, 498, 'ait-longitude', '-117.959285'),
(3173, 498, 'rating_mean', '0'),
(3174, 499, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3175, 499, '_ait-item_food-options_price', '0'),
(3176, 499, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}');
INSERT INTO `wpir_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3177, 499, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:28:\"306 F STREET EUREKA CA 95501\";s:8:\"latitude\";s:9:\"40.803381\";s:9:\"longitude\";s:11:\"-124.166489\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3178, 499, '_ait-item_item-featured', '0'),
(3179, 499, 'ait-latitude', '40.803381'),
(3180, 499, 'ait-longitude', '-124.166489'),
(3181, 499, 'rating_mean', '0'),
(3182, 500, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3183, 500, '_ait-item_food-options_price', '0'),
(3184, 500, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3185, 500, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:20:\"308 N Wilmington Ave\";s:8:\"latitude\";s:10:\"33.8980728\";s:9:\"longitude\";s:12:\"-118.2374721\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3186, 500, '_ait-item_item-featured', '0'),
(3187, 500, 'ait-latitude', '33.8980728'),
(3188, 500, 'ait-longitude', '-118.2374721'),
(3189, 500, 'rating_mean', '0'),
(3190, 501, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3191, 501, '_ait-item_food-options_price', '0'),
(3192, 501, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3193, 501, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:15:\"3081 n state st\";s:8:\"latitude\";s:10:\"39.1904961\";s:9:\"longitude\";s:12:\"-123.2073208\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3194, 501, '_ait-item_item-featured', '0'),
(3195, 501, 'ait-latitude', '39.1904961'),
(3196, 501, 'ait-longitude', '-123.2073208'),
(3197, 501, 'rating_mean', '0'),
(3198, 502, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3199, 502, '_ait-item_food-options_price', '0'),
(3200, 502, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3201, 502, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:15:\"3081 N State St\";s:8:\"latitude\";d:39.19069372936250061911778175272047519683837890625;s:9:\"longitude\";d:-123.2071933052983467860030941665172576904296875;s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3202, 502, '_ait-item_item-featured', '0'),
(3203, 502, 'ait-latitude', '39.190693729363'),
(3204, 502, 'ait-longitude', '-123.2071933053'),
(3205, 502, 'rating_mean', '0'),
(3206, 504, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3207, 504, '_ait-item_food-options_price', '0'),
(3208, 504, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3209, 504, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:22:\"30932 shadow lake road\";s:8:\"latitude\";s:9:\"33.273698\";s:9:\"longitude\";s:11:\"-117.145354\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3210, 504, '_ait-item_item-featured', '0'),
(3211, 504, 'ait-latitude', '33.273698'),
(3212, 504, 'ait-longitude', '-117.145354'),
(3213, 504, 'rating_mean', '0'),
(3214, 505, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3215, 505, '_ait-item_food-options_price', '0'),
(3216, 505, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3217, 505, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:17:\"3122 hlldy street\";s:8:\"latitude\";s:10:\"33.7052078\";s:9:\"longitude\";s:12:\"-117.8601267\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3218, 505, '_ait-item_item-featured', '0'),
(3219, 505, 'ait-latitude', '33.7052078'),
(3220, 505, 'ait-longitude', '-117.8601267'),
(3221, 505, 'rating_mean', '0'),
(3222, 508, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3223, 508, '_ait-item_food-options_price', '0'),
(3224, 508, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3225, 508, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:37:\"315 north 10th st sacrametno ca 95811\";s:8:\"latitude\";s:10:\"38.5923518\";s:9:\"longitude\";s:12:\"-121.4870792\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3226, 508, '_ait-item_item-featured', '0'),
(3227, 508, 'ait-latitude', '38.5923518'),
(3228, 508, 'ait-longitude', '-121.4870792'),
(3229, 508, 'rating_mean', '0'),
(4126, 630, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3230, 510, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3231, 510, '_ait-item_food-options_price', '0'),
(3232, 510, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3233, 510, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:43:\"3177 RAINBOW VALLEY BLVD FALLBROOK CA 92028\";s:8:\"latitude\";s:10:\"33.4318613\";s:9:\"longitude\";s:12:\"-117.1395731\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3234, 510, '_ait-item_item-featured', '0'),
(3235, 510, 'ait-latitude', '33.4318613'),
(3236, 510, 'ait-longitude', '-117.1395731'),
(3237, 510, 'rating_mean', '0'),
(3238, 511, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3239, 511, '_ait-item_food-options_price', '0'),
(3240, 511, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3241, 511, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:18:\"320 Palomar Street\";s:8:\"latitude\";s:10:\"32.6070681\";s:9:\"longitude\";s:12:\"-117.0674405\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3242, 511, '_ait-item_item-featured', '0'),
(3243, 511, 'ait-latitude', '32.6070681'),
(3244, 511, 'ait-longitude', '-117.0674405'),
(3245, 511, 'rating_mean', '0'),
(3246, 512, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3247, 512, '_ait-item_food-options_price', '0'),
(3248, 512, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3249, 512, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:17:\"3201 Sonoma Blvd.\";s:8:\"latitude\";s:10:\"38.1161379\";s:9:\"longitude\";s:12:\"-122.2550745\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3250, 512, '_ait-item_item-featured', '0'),
(3251, 512, 'ait-latitude', '38.1161379'),
(3252, 512, 'ait-longitude', '-122.2550745'),
(3253, 512, 'rating_mean', '0'),
(3254, 513, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3255, 513, '_ait-item_food-options_price', '0'),
(3256, 513, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3257, 513, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:14:\"3223 pierce st\";s:8:\"latitude\";s:10:\"37.8993642\";s:9:\"longitude\";s:12:\"-122.3093011\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3258, 513, '_ait-item_item-featured', '0'),
(3259, 513, 'ait-latitude', '37.8993642'),
(3260, 513, 'ait-longitude', '-122.3093011'),
(3261, 513, 'rating_mean', '0'),
(3262, 514, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3263, 514, '_ait-item_food-options_price', '0'),
(3264, 514, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3265, 514, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:32:\"3223 pierce st richmond ca 94804\";s:8:\"latitude\";d:37.8995258967511432501851231791079044342041015625;s:9:\"longitude\";d:-122.3091644898402563512718188576400279998779296875;s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3266, 514, '_ait-item_item-featured', '0'),
(3267, 514, 'ait-latitude', '37.899525896751'),
(3268, 514, 'ait-longitude', '-122.30916448984'),
(3269, 514, 'rating_mean', '0'),
(3270, 515, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3271, 515, '_ait-item_food-options_price', '0'),
(3272, 515, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3273, 515, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:18:\"3242 s halladay st\";s:8:\"latitude\";s:10:\"33.7033528\";s:9:\"longitude\";s:12:\"-117.8609499\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3274, 515, '_ait-item_item-featured', '0'),
(3275, 515, 'ait-latitude', '33.7033528'),
(3276, 515, 'ait-longitude', '-117.8609499'),
(3277, 515, 'rating_mean', '0'),
(3278, 516, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3279, 516, '_ait-item_food-options_price', '0'),
(3280, 516, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3281, 516, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:12:\"3268 Main St\";s:8:\"latitude\";s:10:\"32.5950151\";s:9:\"longitude\";s:12:\"-117.0630656\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3282, 516, '_ait-item_item-featured', '0'),
(3283, 516, 'ait-latitude', '32.5950151'),
(3284, 516, 'ait-longitude', '-117.0630656'),
(3285, 516, 'rating_mean', '0'),
(3286, 517, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3287, 517, '_ait-item_food-options_price', '0'),
(3288, 517, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3289, 517, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:21:\"3289 CITY TERRANCE DR\";s:8:\"latitude\";s:10:\"34.0489872\";s:9:\"longitude\";s:12:\"-118.1896805\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3290, 517, '_ait-item_item-featured', '0'),
(3291, 517, 'ait-latitude', '34.0489872'),
(3292, 517, 'ait-longitude', '-118.1896805'),
(3293, 517, 'rating_mean', '0'),
(3294, 518, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3295, 518, '_ait-item_food-options_price', '0'),
(3296, 518, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3297, 518, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:16:\"330 Trousdale Dr\";s:8:\"latitude\";s:10:\"32.6541909\";s:9:\"longitude\";s:12:\"-117.0861196\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3298, 518, '_ait-item_item-featured', '0'),
(3299, 518, 'ait-latitude', '32.6541909'),
(3300, 518, 'ait-longitude', '-117.0861196'),
(3301, 518, 'rating_mean', '0'),
(3302, 519, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3303, 519, '_ait-item_food-options_price', '0'),
(3304, 519, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3305, 519, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:20:\"33030 blackwell blvd\";s:8:\"latitude\";s:10:\"33.6395694\";s:9:\"longitude\";s:12:\"-117.3460385\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3306, 519, '_ait-item_item-featured', '0'),
(3307, 519, 'ait-latitude', '33.6395694'),
(3308, 519, 'ait-longitude', '-117.3460385'),
(3309, 519, 'rating_mean', '0'),
(3310, 520, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3311, 520, '_ait-item_food-options_price', '0'),
(3312, 520, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3313, 520, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:42:\"3326 mission street san francisco ca 94110\";s:8:\"latitude\";s:10:\"37.7436303\";s:9:\"longitude\";s:12:\"-122.4216185\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3314, 520, '_ait-item_item-featured', '0'),
(3315, 520, 'ait-latitude', '37.7436303'),
(3316, 520, 'ait-longitude', '-122.4216185'),
(3317, 520, 'rating_mean', '0'),
(3318, 521, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3319, 521, '_ait-item_food-options_price', '0'),
(3320, 521, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3321, 521, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:13:\"3328 Main St.\";s:8:\"latitude\";s:9:\"32.595182\";s:9:\"longitude\";s:12:\"-117.0616404\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3322, 521, '_ait-item_item-featured', '0'),
(3323, 521, 'ait-latitude', '32.595182'),
(3324, 521, 'ait-longitude', '-117.0616404'),
(3325, 521, 'rating_mean', '0'),
(3326, 522, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3327, 522, '_ait-item_food-options_price', '0'),
(3328, 522, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3329, 522, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:19:\"335 S Brookhurst St\";s:8:\"latitude\";s:10:\"33.8276813\";s:9:\"longitude\";s:12:\"-117.9596348\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3330, 522, '_ait-item_item-featured', '0'),
(3331, 522, 'ait-latitude', '33.8276813'),
(3332, 522, 'ait-longitude', '-117.9596348'),
(3333, 522, 'rating_mean', '0'),
(3334, 523, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3335, 523, '_ait-item_food-options_price', '0'),
(3336, 523, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3337, 523, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:17:\"3350 w 8th street\";s:8:\"latitude\";s:10:\"34.0574725\";s:9:\"longitude\";s:12:\"-118.3018966\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3338, 523, '_ait-item_item-featured', '0'),
(3339, 523, 'ait-latitude', '34.0574725'),
(3340, 523, 'ait-longitude', '-118.3018966'),
(3341, 523, 'rating_mean', '0'),
(3342, 524, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3343, 524, '_ait-item_food-options_price', '0'),
(3344, 524, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3345, 524, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:25:\"3399 main street suite L1\";s:8:\"latitude\";s:10:\"37.6474034\";s:9:\"longitude\";s:12:\"-118.9726499\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3346, 524, '_ait-item_item-featured', '0'),
(3347, 524, 'ait-latitude', '37.6474034'),
(3348, 524, 'ait-longitude', '-118.9726499'),
(3349, 524, 'rating_mean', '0'),
(3350, 525, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3351, 525, '_ait-item_food-options_price', '0'),
(3352, 525, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3353, 525, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:19:\"3403 SANTA ROSA AVE\";s:8:\"latitude\";s:10:\"38.3941309\";s:9:\"longitude\";s:12:\"-122.7139912\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3354, 525, '_ait-item_item-featured', '0'),
(3355, 525, 'ait-latitude', '38.3941309'),
(3356, 525, 'ait-longitude', '-122.7139912'),
(3357, 525, 'rating_mean', '0'),
(3358, 526, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3359, 526, '_ait-item_food-options_price', '0'),
(3360, 526, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3361, 526, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:20:\"341 business parkway\";s:8:\"latitude\";s:8:\"37.33582\";s:9:\"longitude\";s:12:\"-120.6038789\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3362, 526, '_ait-item_item-featured', '0'),
(3363, 526, 'ait-latitude', '37.33582'),
(3364, 526, 'ait-longitude', '-120.6038789'),
(3365, 526, 'rating_mean', '0'),
(3366, 527, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3367, 527, '_ait-item_food-options_price', '0'),
(3368, 527, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3369, 527, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:23:\"3411 east naheim street\";s:8:\"latitude\";s:10:\"33.7831699\";s:9:\"longitude\";s:12:\"-118.1521081\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3370, 527, '_ait-item_item-featured', '0'),
(3371, 527, 'ait-latitude', '33.7831699'),
(3372, 527, 'ait-longitude', '-118.1521081'),
(3373, 527, 'rating_mean', '0'),
(3374, 528, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3375, 528, '_ait-item_food-options_price', '0'),
(3376, 528, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3377, 528, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:19:\"3452 hancock street\";s:8:\"latitude\";s:10:\"32.7562631\";s:9:\"longitude\";s:12:\"-117.2082539\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3378, 528, '_ait-item_item-featured', '0'),
(3379, 528, 'ait-latitude', '32.7562631'),
(3380, 528, 'ait-longitude', '-117.2082539'),
(3381, 528, 'rating_mean', '0'),
(3382, 529, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3383, 529, '_ait-item_food-options_price', '0'),
(3384, 529, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3385, 529, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:15:\"3431 E La Palma\";s:8:\"latitude\";s:10:\"33.8548147\";s:9:\"longitude\";s:12:\"-117.8444219\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3386, 529, '_ait-item_item-featured', '0'),
(3387, 529, 'ait-latitude', '33.8548147'),
(3388, 529, 'ait-longitude', '-117.8444219'),
(3389, 529, 'rating_mean', '0'),
(3390, 530, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3391, 530, '_ait-item_food-options_price', '0'),
(3392, 530, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3393, 530, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:20:\"3443 lake tahoe blvd\";s:8:\"latitude\";s:10:\"38.9459635\";s:9:\"longitude\";s:12:\"-119.9656123\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3394, 530, '_ait-item_item-featured', '0'),
(3395, 530, 'ait-latitude', '38.9459635'),
(3396, 530, 'ait-longitude', '-119.9656123'),
(3397, 530, 'rating_mean', '0'),
(3398, 531, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3399, 531, '_ait-item_food-options_price', '0'),
(3400, 531, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3401, 531, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:34:\"3452 hancock st san diego ca 92110\";s:8:\"latitude\";d:32.75642479675114060455598519183695316314697265625;s:9:\"longitude\";d:-117.2082004911543862135658855549991130828857421875;s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3402, 531, '_ait-item_item-featured', '0'),
(3403, 531, 'ait-latitude', '32.756424796751'),
(3404, 531, 'ait-longitude', '-117.20820049115'),
(3405, 531, 'rating_mean', '0'),
(3406, 533, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3407, 533, '_ait-item_food-options_price', '0'),
(3408, 533, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3409, 533, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:22:\"3455 camino del rio s \";s:8:\"latitude\";s:10:\"32.7770569\";s:9:\"longitude\";s:12:\"-117.1191677\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3410, 533, '_ait-item_item-featured', '0'),
(3411, 533, 'ait-latitude', '32.7770569'),
(3412, 533, 'ait-longitude', '-117.1191677'),
(3413, 533, 'rating_mean', '0'),
(3414, 534, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3415, 534, '_ait-item_food-options_price', '0'),
(3416, 534, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}');
INSERT INTO `wpir_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3417, 534, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:16:\"3463 Tweedy Blvd\";s:8:\"latitude\";s:10:\"33.9447527\";s:9:\"longitude\";s:12:\"-118.2082994\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3418, 534, '_ait-item_item-featured', '0'),
(3419, 534, 'ait-latitude', '33.9447527'),
(3420, 534, 'ait-longitude', '-118.2082994'),
(3421, 534, 'rating_mean', '0'),
(3422, 535, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3423, 535, '_ait-item_food-options_price', '0'),
(3424, 535, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3425, 535, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:33:\"350 w martin luther king jr blvd \";s:8:\"latitude\";s:10:\"34.0108466\";s:9:\"longitude\";s:12:\"-118.2795673\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3426, 535, '_ait-item_item-featured', '0'),
(3427, 535, 'ait-latitude', '34.0108466'),
(3428, 535, 'ait-longitude', '-118.2795673'),
(3429, 535, 'rating_mean', '0'),
(3430, 537, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3431, 537, '_ait-item_food-options_price', '0'),
(3432, 537, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3433, 537, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:20:\"3520 Overland Avenue\";s:8:\"latitude\";s:10:\"34.0244717\";s:9:\"longitude\";s:11:\"-118.410902\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3434, 537, '_ait-item_item-featured', '0'),
(3435, 537, 'ait-latitude', '34.0244717'),
(3436, 537, 'ait-longitude', '-118.410902'),
(3437, 537, 'rating_mean', '0'),
(3438, 538, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3439, 538, '_ait-item_food-options_price', '3'),
(3440, 538, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:1:\"3\";}'),
(3441, 538, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"1\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:14:\"3525 Emery St.\";s:8:\"latitude\";s:10:\"34.0143661\";s:9:\"longitude\";s:12:\"-118.2020841\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3442, 538, '_ait-item_item-featured', '1'),
(3443, 538, 'ait-latitude', '34.0143661'),
(3444, 538, 'ait-longitude', '-118.2020841'),
(3445, 538, 'rating_mean', '0'),
(3446, 539, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3447, 539, '_ait-item_food-options_price', '0'),
(3448, 539, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3449, 539, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:46:\"353 south palm canyon dr palm springs ca 92262\";s:8:\"latitude\";s:10:\"33.8182293\";s:9:\"longitude\";s:12:\"-116.5469988\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3450, 539, '_ait-item_item-featured', '0'),
(3451, 539, 'ait-latitude', '33.8182293'),
(3452, 539, 'ait-longitude', '-116.5469988'),
(3453, 539, 'rating_mean', '0'),
(3454, 540, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3455, 540, '_ait-item_food-options_price', '0'),
(3456, 540, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3457, 540, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:48:\"353 w channel islands blvd port hueneme ca 93041\";s:8:\"latitude\";s:10:\"34.1763566\";s:9:\"longitude\";s:12:\"-119.2069471\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3458, 540, '_ait-item_item-featured', '0'),
(3459, 540, 'ait-latitude', '34.1763566'),
(3460, 540, 'ait-longitude', '-119.2069471'),
(3461, 540, 'rating_mean', '0'),
(3462, 541, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3463, 541, '_ait-item_food-options_price', '0'),
(3464, 541, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3465, 541, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:27:\"35315 Merle Haggard Dr #120\";s:8:\"latitude\";s:17:\"35.44085949999999\";s:9:\"longitude\";s:12:\"-119.0733019\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3466, 541, '_ait-item_item-featured', '0'),
(3467, 541, 'ait-latitude', '35.44085949999999'),
(3468, 541, 'ait-longitude', '-119.0733019'),
(3469, 541, 'rating_mean', '0'),
(3470, 542, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3471, 542, '_ait-item_food-options_price', '0'),
(3472, 542, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3473, 542, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:16:\"3611 Sonoma blvd\";s:8:\"latitude\";s:10:\"38.1237838\";s:9:\"longitude\";s:12:\"-122.2557855\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3474, 542, '_ait-item_item-featured', '0'),
(3475, 542, 'ait-latitude', '38.1237838'),
(3476, 542, 'ait-longitude', '-122.2557855'),
(3477, 542, 'rating_mean', '0'),
(3478, 543, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3479, 543, '_ait-item_food-options_price', '0'),
(3480, 543, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3481, 543, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:20:\"3625 CAHUENGA BLVD W\";s:8:\"latitude\";s:10:\"34.1343672\";s:9:\"longitude\";s:12:\"-118.3602825\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3482, 543, '_ait-item_item-featured', '0'),
(3483, 543, 'ait-latitude', '34.1343672'),
(3484, 543, 'ait-longitude', '-118.3602825'),
(3485, 543, 'rating_mean', '0'),
(3486, 544, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3487, 544, '_ait-item_food-options_price', '0'),
(3488, 544, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3489, 544, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:32:\"3650 E. Olympic Blvd (4th Floor)\";s:8:\"latitude\";s:10:\"34.0177967\";s:9:\"longitude\";s:12:\"-118.1988724\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3490, 544, '_ait-item_item-featured', '0'),
(3491, 544, 'ait-latitude', '34.0177967'),
(3492, 544, 'ait-longitude', '-118.1988724'),
(3493, 544, 'rating_mean', '0'),
(3494, 545, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3495, 545, '_ait-item_food-options_price', '0'),
(3496, 545, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3497, 545, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:14:\"3651 Soquel Dr\";s:8:\"latitude\";s:10:\"36.9875145\";s:9:\"longitude\";s:12:\"-121.9677958\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3498, 545, '_ait-item_item-featured', '0'),
(3499, 545, 'ait-latitude', '36.9875145'),
(3500, 545, 'ait-longitude', '-121.9677958'),
(3501, 545, 'rating_mean', '0'),
(3502, 546, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3503, 546, '_ait-item_food-options_price', '0'),
(3504, 546, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3505, 546, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:49:\"36633 cathedral canyon dr cathedral city ca 92234\";s:8:\"latitude\";s:10:\"33.7826668\";s:9:\"longitude\";s:11:\"-116.467312\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3506, 546, '_ait-item_item-featured', '0'),
(3507, 546, 'ait-latitude', '33.7826668'),
(3508, 546, 'ait-longitude', '-116.467312'),
(3509, 546, 'rating_mean', '0'),
(3510, 547, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3511, 547, '_ait-item_food-options_price', '0'),
(3512, 547, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3513, 547, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:47:\"3700 e vista china unit D palm springs ca 92262\";s:8:\"latitude\";s:10:\"33.8454989\";s:9:\"longitude\";s:12:\"-116.5051851\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3514, 547, '_ait-item_item-featured', '0'),
(3515, 547, 'ait-latitude', '33.8454989'),
(3516, 547, 'ait-longitude', '-116.5051851'),
(3517, 547, 'rating_mean', '0'),
(3518, 548, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3519, 548, '_ait-item_food-options_price', '0'),
(3520, 548, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3521, 548, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:54:\"3703camino del rio south suite 215A san diego ca 92108\";s:8:\"latitude\";s:10:\"32.7777437\";s:9:\"longitude\";s:12:\"-117.1150783\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3522, 548, '_ait-item_item-featured', '0'),
(3523, 548, 'ait-latitude', '32.7777437'),
(3524, 548, 'ait-longitude', '-117.1150783'),
(3525, 548, 'rating_mean', '0'),
(3526, 550, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3527, 550, '_ait-item_food-options_price', '0'),
(3528, 550, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3529, 550, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:21:\"3724 west slauson ave\";s:8:\"latitude\";s:10:\"33.9887041\";s:9:\"longitude\";s:12:\"-118.3386789\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3530, 550, '_ait-item_item-featured', '0'),
(3531, 550, 'ait-latitude', '33.9887041'),
(3532, 550, 'ait-longitude', '-118.3386789'),
(3533, 550, 'rating_mean', '0'),
(3534, 551, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3535, 551, '_ait-item_food-options_price', '0'),
(3536, 551, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3537, 551, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:15:\"3730 E Broadway\";s:8:\"latitude\";s:10:\"33.7642978\";s:9:\"longitude\";s:12:\"-118.1482426\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3538, 551, '_ait-item_item-featured', '0'),
(3539, 551, 'ait-latitude', '33.7642978'),
(3540, 551, 'ait-longitude', '-118.1482426'),
(3541, 551, 'rating_mean', '0'),
(3542, 552, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3543, 552, '_ait-item_food-options_price', '0'),
(3544, 552, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3545, 552, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:17:\"3737 Sonoma Blvd.\";s:8:\"latitude\";s:10:\"38.1256128\";s:9:\"longitude\";s:12:\"-122.2558711\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3546, 552, '_ait-item_item-featured', '0'),
(3547, 552, 'ait-latitude', '38.1256128'),
(3548, 552, 'ait-longitude', '-122.2558711'),
(3549, 552, 'rating_mean', '0'),
(3550, 553, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3551, 553, '_ait-item_food-options_price', '0'),
(3552, 553, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3553, 553, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:19:\"3760 Cahuenga Blvd.\";s:8:\"latitude\";s:10:\"34.1363542\";s:9:\"longitude\";s:12:\"-118.3621286\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3554, 553, '_ait-item_item-featured', '0'),
(3555, 553, 'ait-latitude', '34.1363542'),
(3556, 553, 'ait-longitude', '-118.3621286'),
(3557, 553, 'rating_mean', '0'),
(3558, 554, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3559, 554, '_ait-item_food-options_price', '0'),
(3560, 554, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3561, 554, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:14:\"3795 Niles St.\";s:8:\"latitude\";s:10:\"35.3757412\";s:9:\"longitude\";s:12:\"-118.9420654\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3562, 554, '_ait-item_item-featured', '0'),
(3563, 554, 'ait-latitude', '35.3757412'),
(3564, 554, 'ait-longitude', '-118.9420654'),
(3565, 554, 'rating_mean', '0'),
(3566, 556, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3567, 556, '_ait-item_food-options_price', '0'),
(3568, 556, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3569, 556, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:16:\"3808 Medford St.\";s:8:\"latitude\";s:10:\"34.0593329\";s:9:\"longitude\";s:12:\"-118.1847872\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3570, 556, '_ait-item_item-featured', '0'),
(3571, 556, 'ait-latitude', '34.0593329'),
(3572, 556, 'ait-longitude', '-118.1847872'),
(3573, 556, 'rating_mean', '0'),
(3574, 557, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3575, 557, '_ait-item_food-options_price', '0'),
(3576, 557, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3577, 557, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:42:\"3823 san pablo dam rd el sobrante ca 94803\";s:8:\"latitude\";s:10:\"37.9652194\";s:9:\"longitude\";s:12:\"-122.3143391\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3578, 557, '_ait-item_item-featured', '0'),
(3579, 557, 'ait-latitude', '37.9652194'),
(3580, 557, 'ait-longitude', '-122.3143391'),
(3581, 557, 'rating_mean', '0'),
(3582, 559, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3583, 559, '_ait-item_food-options_price', '0'),
(3584, 559, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3585, 559, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:50:\"3830 DIVIDEND DR SUITE A SHINGLE SPRINGS, CA 95682\";s:8:\"latitude\";s:10:\"38.6499297\";s:9:\"longitude\";s:12:\"-120.9509953\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3586, 559, '_ait-item_item-featured', '0'),
(3587, 559, 'ait-latitude', '38.6499297'),
(3588, 559, 'ait-longitude', '-120.9509953'),
(3589, 559, 'rating_mean', '0'),
(3590, 560, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3591, 560, '_ait-item_food-options_price', '0'),
(3592, 560, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3593, 560, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:15:\"38520 Highway 1\";s:8:\"latitude\";s:10:\"38.7742852\";s:9:\"longitude\";s:12:\"-123.5379612\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3594, 560, '_ait-item_item-featured', '0'),
(3595, 560, 'ait-latitude', '38.7742852'),
(3596, 560, 'ait-longitude', '-123.5379612'),
(3597, 560, 'rating_mean', '0'),
(3598, 561, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3599, 561, '_ait-item_food-options_price', '0'),
(3600, 561, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3601, 561, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:19:\"3911 Broadway Place\";s:8:\"latitude\";s:10:\"34.0119969\";s:9:\"longitude\";s:12:\"-118.2774434\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3602, 561, '_ait-item_item-featured', '0'),
(3603, 561, 'ait-latitude', '34.0119969'),
(3604, 561, 'ait-longitude', '-118.2774434'),
(3605, 561, 'rating_mean', '0'),
(3606, 562, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3607, 562, '_ait-item_food-options_price', '0'),
(3608, 562, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3609, 562, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:18:\"3921 Stockdale Hwy\";s:8:\"latitude\";s:10:\"35.3539047\";s:9:\"longitude\";s:12:\"-119.0520664\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3610, 562, '_ait-item_item-featured', '0'),
(3611, 562, 'ait-latitude', '35.3539047'),
(3612, 562, 'ait-longitude', '-119.0520664'),
(3613, 562, 'rating_mean', '0'),
(3614, 563, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3615, 563, '_ait-item_food-options_price', '0'),
(3616, 563, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3617, 563, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:32:\"3940 home ave san diego ca 92105\";s:8:\"latitude\";s:10:\"32.7204942\";s:9:\"longitude\";s:12:\"-117.1103492\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3618, 563, '_ait-item_item-featured', '0'),
(3619, 563, 'ait-latitude', '32.7204942'),
(3620, 563, 'ait-longitude', '-117.1103492'),
(3621, 563, 'rating_mean', '0'),
(3622, 564, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3623, 564, '_ait-item_food-options_price', '0'),
(3624, 564, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3625, 564, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:18:\"3951 E Slauson Ave\";s:8:\"latitude\";s:9:\"33.988329\";s:9:\"longitude\";s:12:\"-118.1948247\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3626, 564, '_ait-item_item-featured', '0'),
(3627, 564, 'ait-latitude', '33.988329'),
(3628, 564, 'ait-longitude', '-118.1948247'),
(3629, 564, 'rating_mean', '0'),
(3630, 565, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3631, 565, '_ait-item_food-options_price', '0'),
(3632, 565, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3633, 565, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:21:\"401-a south azusa ave\";s:8:\"latitude\";s:10:\"34.0142619\";s:9:\"longitude\";s:12:\"-117.9229321\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3634, 565, '_ait-item_item-featured', '0'),
(3635, 565, 'ait-latitude', '34.0142619'),
(3636, 565, 'ait-longitude', '-117.9229321'),
(3637, 565, 'rating_mean', '0'),
(3638, 566, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3639, 566, '_ait-item_food-options_price', '0'),
(3640, 566, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3641, 566, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:39:\"4020 DUROCK RD SUITE 1 SPRINGS CA 95682\";s:8:\"latitude\";s:17:\"38.66079999999999\";s:9:\"longitude\";s:12:\"-120.9407082\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3642, 566, '_ait-item_item-featured', '0'),
(3643, 566, 'ait-latitude', '38.66079999999999'),
(3644, 566, 'ait-longitude', '-120.9407082'),
(3645, 566, 'rating_mean', '0'),
(3646, 567, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3647, 567, '_ait-item_food-options_price', '0'),
(3648, 567, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3649, 567, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:27:\"5054 pentecost dt. suite E \";s:8:\"latitude\";s:10:\"37.7122918\";s:9:\"longitude\";s:11:\"-121.001488\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3650, 567, '_ait-item_item-featured', '0'),
(3651, 567, 'ait-latitude', '37.7122918'),
(3652, 567, 'ait-longitude', '-121.001488'),
(3653, 567, 'rating_mean', '0'),
(3654, 569, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3655, 569, '_ait-item_food-options_price', '0'),
(3656, 569, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}');
INSERT INTO `wpir_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3657, 569, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:37:\"408 bryant circle site G oji ca 93023\";s:8:\"latitude\";d:34.44320714729261823094930150546133518218994140625;s:9:\"longitude\";d:-119.2376210020949400814060936681926250457763671875;s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3658, 569, '_ait-item_item-featured', '0'),
(3659, 569, 'ait-latitude', '34.443207147293'),
(3660, 569, 'ait-longitude', '-119.23762100209'),
(3661, 569, 'rating_mean', '0'),
(3662, 570, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3663, 570, '_ait-item_food-options_price', '0'),
(3664, 570, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3665, 570, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:38:\"408 bryant circle unit c ojai ca 93023\";s:8:\"latitude\";s:10:\"34.4430724\";s:9:\"longitude\";s:11:\"-119.237926\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3666, 570, '_ait-item_item-featured', '0'),
(3667, 570, 'ait-latitude', '34.4430724'),
(3668, 570, 'ait-longitude', '-119.237926'),
(3669, 570, 'rating_mean', '0'),
(3670, 571, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3671, 571, '_ait-item_food-options_price', '0'),
(3672, 571, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3673, 571, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:66:\"409 8TH STREET SE SUITE 201 WASHINGTON DISTRCIT OF COLUMNBIA 20003\";s:8:\"latitude\";s:10:\"38.8833637\";s:9:\"longitude\";s:11:\"-76.9952508\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3674, 571, '_ait-item_item-featured', '0'),
(3675, 571, 'ait-latitude', '38.8833637'),
(3676, 571, 'ait-longitude', '-76.9952508'),
(3677, 571, 'rating_mean', '0'),
(3678, 572, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3679, 572, '_ait-item_food-options_price', '0'),
(3680, 572, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3681, 572, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:37:\"410 brynt circle unit b ojai ca 93023\";s:8:\"latitude\";s:10:\"34.4423133\";s:9:\"longitude\";s:12:\"-119.2382026\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3682, 572, '_ait-item_item-featured', '0'),
(3683, 572, 'ait-latitude', '34.4423133'),
(3684, 572, 'ait-longitude', '-119.2382026'),
(3685, 572, 'rating_mean', '0'),
(3686, 574, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3687, 574, '_ait-item_food-options_price', '0'),
(3688, 574, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3689, 574, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:18:\"4100 Whittier Blvd\";s:8:\"latitude\";s:17:\"34.02376210000001\";s:9:\"longitude\";s:12:\"-118.1824108\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3690, 574, '_ait-item_item-featured', '0'),
(3691, 574, 'ait-latitude', '34.02376210000001'),
(3692, 574, 'ait-longitude', '-118.1824108'),
(3693, 574, 'rating_mean', '0'),
(3694, 575, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3695, 575, '_ait-item_food-options_price', '0'),
(3696, 575, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3697, 575, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:11:\"411 3rd Ave\";s:8:\"latitude\";s:17:\"40.74237120000001\";s:9:\"longitude\";s:11:\"-73.9801834\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3698, 575, '_ait-item_item-featured', '0'),
(3699, 575, 'ait-latitude', '40.74237120000001'),
(3700, 575, 'ait-longitude', '-73.9801834'),
(3701, 575, 'rating_mean', '0'),
(3702, 576, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3703, 576, '_ait-item_food-options_price', '0'),
(3704, 576, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3705, 576, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:12:\"411 Rose Ave\";s:8:\"latitude\";s:10:\"33.9979242\";s:9:\"longitude\";s:12:\"-118.4748428\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3706, 576, '_ait-item_item-featured', '0'),
(3707, 576, 'ait-latitude', '33.9979242'),
(3708, 576, 'ait-longitude', '-118.4748428'),
(3709, 576, 'rating_mean', '0'),
(3710, 577, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3711, 577, '_ait-item_food-options_price', '0'),
(3712, 577, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3713, 577, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:50:\"4151 SOUTH SHINGLE RD #2 SHINGLE SPRINGS, CA 95682\";s:8:\"latitude\";s:9:\"38.659731\";s:9:\"longitude\";s:12:\"-120.9357914\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3714, 577, '_ait-item_item-featured', '0'),
(3715, 577, 'ait-latitude', '38.659731'),
(3716, 577, 'ait-longitude', '-120.9357914'),
(3717, 577, 'rating_mean', '0'),
(3718, 578, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3719, 578, '_ait-item_food-options_price', '0'),
(3720, 578, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3721, 578, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:12:\"416 W 8th St\";s:8:\"latitude\";s:10:\"34.0448071\";s:9:\"longitude\";s:12:\"-118.2565653\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3722, 578, '_ait-item_item-featured', '0'),
(3723, 578, 'ait-latitude', '34.0448071'),
(3724, 578, 'ait-longitude', '-118.2565653'),
(3725, 578, 'rating_mean', '0'),
(3726, 579, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3727, 579, '_ait-item_food-options_price', '0'),
(3728, 579, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3729, 579, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:31:\"419 F STREET SAN DIEGO CA 92101\";s:8:\"latitude\";s:10:\"32.7134209\";s:9:\"longitude\";s:12:\"-117.1607293\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3730, 579, '_ait-item_item-featured', '0'),
(3731, 579, 'ait-latitude', '32.7134209'),
(3732, 579, 'ait-longitude', '-117.1607293'),
(3733, 579, 'rating_mean', '0'),
(3734, 580, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3735, 580, '_ait-item_food-options_price', '0'),
(3736, 580, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3737, 580, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:41:\"420 agueybana, san juan puerto rico 00918\";s:8:\"latitude\";s:10:\"18.4191757\";s:9:\"longitude\";s:10:\"-66.057389\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3738, 580, '_ait-item_item-featured', '0'),
(3739, 580, 'ait-latitude', '18.4191757'),
(3740, 580, 'ait-longitude', '-66.057389'),
(3741, 580, 'rating_mean', '0'),
(3742, 581, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3743, 581, '_ait-item_food-options_price', '0'),
(3744, 581, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3745, 581, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:12:\"420 F Street\";s:8:\"latitude\";s:10:\"38.5466854\";s:9:\"longitude\";s:12:\"-121.7406358\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3746, 581, '_ait-item_item-featured', '0'),
(3747, 581, 'ait-latitude', '38.5466854'),
(3748, 581, 'ait-longitude', '-121.7406358'),
(3749, 581, 'rating_mean', '0'),
(3750, 582, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3751, 582, '_ait-item_food-options_price', '0'),
(3752, 582, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3753, 582, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:16:\"420 S. Euclid St\";s:8:\"latitude\";s:10:\"33.8272065\";s:9:\"longitude\";s:12:\"-117.9408497\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3754, 582, '_ait-item_item-featured', '0'),
(3755, 582, 'ait-latitude', '33.8272065'),
(3756, 582, 'ait-longitude', '-117.9408497'),
(3757, 582, 'rating_mean', '0'),
(3758, 583, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3759, 583, '_ait-item_food-options_price', '0'),
(3760, 583, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3761, 583, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:15:\"4207 S Broadway\";s:8:\"latitude\";s:10:\"34.0071366\";s:9:\"longitude\";s:11:\"-118.278631\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3762, 583, '_ait-item_item-featured', '0'),
(3763, 583, 'ait-latitude', '34.0071366'),
(3764, 583, 'ait-longitude', '-118.278631'),
(3765, 583, 'rating_mean', '0'),
(3766, 584, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3767, 584, '_ait-item_food-options_price', '0'),
(3768, 584, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3769, 584, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:19:\"4218 mission street\";s:8:\"latitude\";s:10:\"37.7297292\";s:9:\"longitude\";s:12:\"-122.4305548\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3770, 584, '_ait-item_item-featured', '0'),
(3771, 584, 'ait-latitude', '37.7297292'),
(3772, 584, 'ait-longitude', '-122.4305548'),
(3773, 584, 'rating_mean', '0'),
(3774, 585, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3775, 585, '_ait-item_food-options_price', '0'),
(3776, 585, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3777, 585, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:17:\"424 N. Ford Blvd.\";s:8:\"latitude\";s:10:\"34.0413001\";s:9:\"longitude\";s:12:\"-118.1690083\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3778, 585, '_ait-item_item-featured', '0'),
(3779, 585, 'ait-latitude', '34.0413001'),
(3780, 585, 'ait-longitude', '-118.1690083'),
(3781, 585, 'rating_mean', '0'),
(3782, 586, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3783, 586, '_ait-item_food-options_price', '0'),
(3784, 586, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3785, 586, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:19:\"428 North Ford Blvd\";s:8:\"latitude\";s:10:\"34.0413802\";s:9:\"longitude\";s:12:\"-118.1690083\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3786, 586, '_ait-item_item-featured', '0'),
(3787, 586, 'ait-latitude', '34.0413802'),
(3788, 586, 'ait-longitude', '-118.1690083'),
(3789, 586, 'rating_mean', '0'),
(3790, 587, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3791, 587, '_ait-item_food-options_price', '0'),
(3792, 587, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3793, 587, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:21:\"430 East Compton Blvd\";s:8:\"latitude\";s:10:\"33.8958452\";s:9:\"longitude\";s:12:\"-118.2181344\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3794, 587, '_ait-item_item-featured', '0'),
(3795, 587, 'ait-latitude', '33.8958452'),
(3796, 587, 'ait-longitude', '-118.2181344'),
(3797, 587, 'rating_mean', '0'),
(3798, 588, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3799, 588, '_ait-item_food-options_price', '0'),
(3800, 588, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3801, 588, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:12:\"430 Kentucky\";s:8:\"latitude\";s:17:\"38.03258539999999\";s:9:\"longitude\";s:11:\"-84.4965927\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3802, 588, '_ait-item_item-featured', '0'),
(3803, 588, 'ait-latitude', '38.03258539999999'),
(3804, 588, 'ait-longitude', '-84.4965927'),
(3805, 588, 'rating_mean', '0'),
(3806, 589, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3807, 589, '_ait-item_food-options_price', '0'),
(3808, 589, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3809, 589, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:19:\"4311 E Compton Blvd\";s:8:\"latitude\";s:10:\"33.8963474\";s:9:\"longitude\";s:12:\"-118.1951481\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3810, 589, '_ait-item_item-featured', '0'),
(3811, 589, 'ait-latitude', '33.8963474'),
(3812, 589, 'ait-longitude', '-118.1951481'),
(3813, 589, 'rating_mean', '0'),
(3814, 590, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3815, 590, '_ait-item_food-options_price', '0'),
(3816, 590, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3817, 590, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:34:\"432 s. san vicente bvd. suite #100\";s:8:\"latitude\";s:10:\"34.0707515\";s:9:\"longitude\";s:12:\"-118.3757091\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3818, 590, '_ait-item_item-featured', '0'),
(3819, 590, 'ait-latitude', '34.0707515'),
(3820, 590, 'ait-longitude', '-118.3757091'),
(3821, 590, 'rating_mean', '0'),
(3822, 591, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3823, 591, '_ait-item_food-options_price', '0'),
(3824, 591, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3825, 591, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:14:\"4340 E 32nd St\";s:8:\"latitude\";s:10:\"32.6702657\";s:9:\"longitude\";s:12:\"-114.5600407\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3826, 591, '_ait-item_item-featured', '0'),
(3827, 591, 'ait-latitude', '32.6702657'),
(3828, 591, 'ait-longitude', '-114.5600407'),
(3829, 591, 'rating_mean', '0'),
(3830, 592, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3831, 592, '_ait-item_food-options_price', '0'),
(3832, 592, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3833, 592, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:15:\"4345 Mullen Ave\";s:8:\"latitude\";s:10:\"38.9522494\";s:9:\"longitude\";s:12:\"-122.6422056\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3834, 592, '_ait-item_item-featured', '0'),
(3835, 592, 'ait-latitude', '38.9522494'),
(3836, 592, 'ait-longitude', '-122.6422056'),
(3837, 592, 'rating_mean', '0'),
(3838, 593, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3839, 593, '_ait-item_food-options_price', '0'),
(3840, 593, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3841, 593, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:18:\"436 N Barranca Ave\";s:8:\"latitude\";s:10:\"34.1425379\";s:9:\"longitude\";s:12:\"-117.8810376\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3842, 593, '_ait-item_item-featured', '0'),
(3843, 593, 'ait-latitude', '34.1425379'),
(3844, 593, 'ait-longitude', '-117.8810376'),
(3845, 593, 'rating_mean', '0'),
(3846, 594, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3847, 594, '_ait-item_food-options_price', '0'),
(3848, 594, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3849, 594, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:48:\"437 w channel islands blvd port hueneme ca 93041\";s:8:\"latitude\";s:10:\"34.1763916\";s:9:\"longitude\";s:12:\"-119.2095567\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3850, 594, '_ait-item_item-featured', '0'),
(3851, 594, 'ait-latitude', '34.1763916'),
(3852, 594, 'ait-longitude', '-119.2095567'),
(3853, 594, 'rating_mean', '0'),
(3854, 595, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3855, 595, '_ait-item_food-options_price', '0'),
(3856, 595, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3857, 595, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:17:\"4430 Live Oak Ave\";s:8:\"latitude\";s:9:\"34.110483\";s:9:\"longitude\";s:11:\"-118.006853\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3858, 595, '_ait-item_item-featured', '0'),
(3859, 595, 'ait-latitude', '34.110483'),
(3860, 595, 'ait-longitude', '-118.006853'),
(3861, 595, 'rating_mean', '0'),
(3862, 596, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3863, 596, '_ait-item_food-options_price', '0'),
(3864, 596, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3865, 596, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:16:\"4501 w pico blvd\";s:8:\"latitude\";s:10:\"34.0487163\";s:9:\"longitude\";s:12:\"-118.3338998\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3866, 596, '_ait-item_item-featured', '0'),
(3867, 596, 'ait-latitude', '34.0487163'),
(3868, 596, 'ait-longitude', '-118.3338998'),
(3869, 596, 'rating_mean', '0'),
(3870, 597, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3871, 597, '_ait-item_food-options_price', '2'),
(3872, 597, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:1:\"2\";}'),
(3873, 597, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"1\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:17:\"45110 main street\";s:8:\"latitude\";s:10:\"39.3047469\";s:9:\"longitude\";s:12:\"-123.8018059\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"1\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3874, 597, '_ait-item_item-featured', '1'),
(3875, 597, 'ait-latitude', '39.3047469'),
(3876, 597, 'ait-longitude', '-123.8018059'),
(3877, 597, 'rating_mean', '0'),
(3878, 598, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3879, 598, '_ait-item_food-options_price', '0'),
(3880, 598, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3881, 598, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:18:\"455 E Alondra Blvd\";s:8:\"latitude\";s:10:\"33.8863838\";s:9:\"longitude\";s:12:\"-118.2677826\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3882, 598, '_ait-item_item-featured', '0'),
(3883, 598, 'ait-latitude', '33.8863838'),
(3884, 598, 'ait-longitude', '-118.2677826'),
(3885, 598, 'rating_mean', '0'),
(3886, 599, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3887, 599, '_ait-item_food-options_price', '0'),
(3888, 599, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3889, 599, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:34:\"4645 de soto st san diego ca 92109\";s:8:\"latitude\";s:10:\"32.8079859\";s:9:\"longitude\";s:12:\"-117.2175911\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3890, 599, '_ait-item_item-featured', '0'),
(3891, 599, 'ait-latitude', '32.8079859'),
(3892, 599, 'ait-longitude', '-117.2175911'),
(3893, 599, 'rating_mean', '0'),
(3894, 600, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3895, 600, '_ait-item_food-options_price', '0'),
(3896, 600, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}');
INSERT INTO `wpir_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3897, 600, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:21:\"4701 main st suite D \";s:8:\"latitude\";s:1:\"1\";s:9:\"longitude\";s:1:\"1\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3898, 600, '_ait-item_item-featured', '0'),
(3899, 600, 'ait-latitude', '1'),
(3900, 600, 'ait-longitude', '1'),
(3901, 600, 'rating_mean', '0'),
(3910, 602, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3911, 602, '_ait-item_food-options_price', '0'),
(3912, 602, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3913, 602, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:36:\"471 jessie st san francsico ca 94103\";s:8:\"latitude\";s:17:\"37.78192689999999\";s:9:\"longitude\";s:12:\"-122.4083445\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3914, 602, '_ait-item_item-featured', '0'),
(3915, 602, 'ait-latitude', '37.78192689999999'),
(3916, 602, 'ait-longitude', '-122.4083445'),
(3917, 602, 'rating_mean', '0'),
(3918, 603, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3919, 603, '_ait-item_food-options_price', '0'),
(3920, 603, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3921, 603, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:58:\"4721 SHERIFF ROAD NE WASHINGTON DISTRICT OF COLUMBIA 20019\";s:8:\"latitude\";s:10:\"38.9037698\";s:9:\"longitude\";s:18:\"-76.92303059999999\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3922, 603, '_ait-item_item-featured', '0'),
(3923, 603, 'ait-latitude', '38.9037698'),
(3924, 603, 'ait-longitude', '-76.92303059999999'),
(3925, 603, 'rating_mean', '0'),
(3926, 604, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3927, 604, '_ait-item_food-options_price', '0'),
(3928, 604, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3929, 604, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:23:\"4725 yosemite boulevard\";s:8:\"latitude\";d:37.6387811967511396460395189933478832244873046875;s:9:\"longitude\";d:-120.90767882959659118569106794893741607666015625;s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3930, 604, '_ait-item_item-featured', '0'),
(3931, 604, 'ait-latitude', '37.638781196751'),
(3932, 604, 'ait-longitude', '-120.9076788296'),
(3933, 604, 'rating_mean', '0'),
(3934, 605, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3935, 605, '_ait-item_food-options_price', '0'),
(3936, 605, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3937, 605, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:23:\"4725 yosemite boulvard \";s:8:\"latitude\";s:10:\"37.6386195\";s:9:\"longitude\";s:12:\"-120.9079284\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3938, 605, '_ait-item_item-featured', '0'),
(3939, 605, 'ait-latitude', '37.6386195'),
(3940, 605, 'ait-longitude', '-120.9079284'),
(3941, 605, 'rating_mean', '0'),
(3942, 607, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3943, 607, '_ait-item_food-options_price', '0'),
(3944, 607, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3945, 607, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:18:\"4728 Whittier Blvd\";s:8:\"latitude\";s:9:\"34.022057\";s:9:\"longitude\";s:12:\"-118.1661746\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3946, 607, '_ait-item_item-featured', '0'),
(3947, 607, 'ait-latitude', '34.022057'),
(3948, 607, 'ait-longitude', '-118.1661746'),
(3949, 607, 'rating_mean', '0'),
(3950, 608, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3951, 608, '_ait-item_food-options_price', '0'),
(3952, 608, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3953, 608, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:36:\"4801 YORK BLVD LOS ANGELES, CA 90042\";s:8:\"latitude\";s:10:\"34.1224801\";s:9:\"longitude\";s:12:\"-118.2107029\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3954, 608, '_ait-item_item-featured', '0'),
(3955, 608, 'ait-latitude', '34.1224801'),
(3956, 608, 'ait-longitude', '-118.2107029'),
(3957, 608, 'rating_mean', '0'),
(3958, 609, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3959, 609, '_ait-item_food-options_price', '0'),
(3960, 609, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3961, 609, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:19:\"4827 E Compton Blvd\";s:8:\"latitude\";s:10:\"33.8963939\";s:9:\"longitude\";s:12:\"-118.1891744\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3962, 609, '_ait-item_item-featured', '0'),
(3963, 609, 'ait-latitude', '33.8963939'),
(3964, 609, 'ait-longitude', '-118.1891744'),
(3965, 609, 'rating_mean', '0'),
(3966, 610, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3967, 610, '_ait-item_food-options_price', '0'),
(3968, 610, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3969, 610, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:20:\"4874 S Huntington Dr\";s:8:\"latitude\";s:10:\"34.0860517\";s:9:\"longitude\";s:12:\"-118.1774749\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3970, 610, '_ait-item_item-featured', '0'),
(3971, 610, 'ait-latitude', '34.0860517'),
(3972, 610, 'ait-longitude', '-118.1774749'),
(3973, 610, 'rating_mean', '0'),
(3974, 611, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3975, 611, '_ait-item_food-options_price', '0'),
(3976, 611, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3977, 611, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:16:\"4901 melrose ave\";s:8:\"latitude\";s:9:\"34.083667\";s:9:\"longitude\";s:11:\"-118.307082\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3978, 611, '_ait-item_item-featured', '0'),
(3979, 611, 'ait-latitude', '34.083667'),
(3980, 611, 'ait-longitude', '-118.307082'),
(3981, 611, 'rating_mean', '0'),
(3982, 612, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3983, 612, '_ait-item_food-options_price', '0'),
(3984, 612, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3985, 612, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:18:\"4901 s western ave\";s:8:\"latitude\";d:41.804456412515349938985309563577175140380859375;s:9:\"longitude\";d:-87.6852645733938089733783272095024585723876953125;s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3986, 612, '_ait-item_item-featured', '0'),
(3987, 612, 'ait-latitude', '41.804456412515'),
(3988, 612, 'ait-longitude', '-87.685264573394'),
(3989, 612, 'rating_mean', '0'),
(3990, 613, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3991, 613, '_ait-item_food-options_price', '0'),
(3992, 613, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(3993, 613, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:18:\"4901 s western ave\";s:8:\"latitude\";s:10:\"41.8042498\";s:9:\"longitude\";s:11:\"-87.6855779\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(3994, 613, '_ait-item_item-featured', '0'),
(3995, 613, 'ait-latitude', '41.8042498'),
(3996, 613, 'ait-longitude', '-87.6855779'),
(3997, 613, 'rating_mean', '0'),
(3998, 614, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(3999, 614, '_ait-item_food-options_price', '0'),
(4000, 614, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4001, 614, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:18:\"4985 Whittier Blvd\";s:8:\"latitude\";s:10:\"34.0216797\";s:9:\"longitude\";s:11:\"-118.161684\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4002, 614, '_ait-item_item-featured', '0'),
(4003, 614, 'ait-latitude', '34.0216797'),
(4004, 614, 'ait-longitude', '-118.161684'),
(4005, 614, 'rating_mean', '0'),
(4006, 615, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4007, 615, '_ait-item_food-options_price', '0'),
(4008, 615, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4009, 615, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:11:\"50 Ely Rd N\";s:8:\"latitude\";s:10:\"38.2820974\";s:9:\"longitude\";s:12:\"-122.6654921\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4010, 615, '_ait-item_item-featured', '0'),
(4011, 615, 'ait-latitude', '38.2820974'),
(4012, 615, 'ait-longitude', '-122.6654921'),
(4013, 615, 'rating_mean', '0'),
(4014, 616, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4015, 616, '_ait-item_food-options_price', '0'),
(4016, 616, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4017, 616, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:60:\"501 west channel islands blvd unit 302 port hueneme ca 93041\";s:8:\"latitude\";s:10:\"34.1764133\";s:9:\"longitude\";s:12:\"-119.2118454\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4018, 616, '_ait-item_item-featured', '0'),
(4019, 616, 'ait-latitude', '34.1764133'),
(4020, 616, 'ait-longitude', '-119.2118454'),
(4021, 616, 'rating_mean', '0'),
(4022, 617, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4023, 617, '_ait-item_food-options_price', '0'),
(4024, 617, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4025, 617, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:16:\"5017 S. Broadway\";s:8:\"latitude\";s:9:\"33.996848\";s:9:\"longitude\";s:11:\"-118.278527\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4026, 617, '_ait-item_item-featured', '0'),
(4027, 617, 'ait-latitude', '33.996848'),
(4028, 617, 'ait-longitude', '-118.278527'),
(4029, 617, 'rating_mean', '0'),
(4030, 618, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4031, 618, '_ait-item_food-options_price', '0'),
(4032, 618, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4033, 618, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:21:\"5021 SAN VICENTE BLVD\";s:8:\"latitude\";s:10:\"34.0509444\";s:9:\"longitude\";s:12:\"-118.3450671\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4034, 618, '_ait-item_item-featured', '0'),
(4035, 618, 'ait-latitude', '34.0509444'),
(4036, 618, 'ait-longitude', '-118.3450671'),
(4037, 618, 'rating_mean', '0'),
(4038, 619, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4039, 619, '_ait-item_food-options_price', '0'),
(4040, 619, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4041, 619, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:17:\"5042 venice blvd \";s:8:\"latitude\";s:10:\"34.0450851\";s:9:\"longitude\";s:12:\"-118.3485918\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4042, 619, '_ait-item_item-featured', '0'),
(4043, 619, 'ait-latitude', '34.0450851'),
(4044, 619, 'ait-longitude', '-118.3485918'),
(4045, 619, 'rating_mean', '0'),
(4046, 620, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4047, 620, '_ait-item_food-options_price', '0'),
(4048, 620, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4049, 620, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:46:\"5044 shasta dam blvd shasta lake city ca 96019\";s:8:\"latitude\";s:9:\"40.680027\";s:9:\"longitude\";s:12:\"-122.3558429\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4050, 620, '_ait-item_item-featured', '0'),
(4051, 620, 'ait-latitude', '40.680027'),
(4052, 620, 'ait-longitude', '-122.3558429'),
(4053, 620, 'rating_mean', '0'),
(4054, 621, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4055, 621, '_ait-item_food-options_price', '0'),
(4056, 621, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4057, 621, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:17:\"512 Rosecrans Ave\";s:8:\"latitude\";s:10:\"33.9014905\";s:9:\"longitude\";s:10:\"-118.28361\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4058, 621, '_ait-item_item-featured', '0'),
(4059, 621, 'ait-latitude', '33.9014905'),
(4060, 621, 'ait-longitude', '-118.28361'),
(4061, 621, 'rating_mean', '0'),
(4062, 622, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4063, 622, '_ait-item_food-options_price', '0'),
(4064, 622, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4065, 622, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:21:\"513 S. Brookhurst St.\";s:8:\"latitude\";s:10:\"33.8262859\";s:9:\"longitude\";s:12:\"-117.9595891\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4066, 622, '_ait-item_item-featured', '0'),
(4067, 622, 'ait-latitude', '33.8262859'),
(4068, 622, 'ait-longitude', '-117.9595891'),
(4069, 622, 'rating_mean', '0'),
(4070, 623, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4071, 623, '_ait-item_food-options_price', '5'),
(4072, 623, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:1:\"5\";}'),
(4073, 623, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"1\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:15:\"514 work street\";s:8:\"latitude\";s:10:\"36.6702443\";s:9:\"longitude\";s:12:\"-121.6425576\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:7:\"5551212\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"1\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"1\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"1\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"1\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"1\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"1\";s:8:\"features\";s:0:\"\";}'),
(4074, 623, '_ait-item_item-featured', '1'),
(4075, 623, 'ait-latitude', '36.6702443'),
(4076, 623, 'ait-longitude', '-121.6425576'),
(4077, 623, 'rating_mean', '0'),
(4078, 624, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4079, 624, '_ait-item_food-options_price', '0'),
(4080, 624, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4081, 624, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:32:\"515 broadway sacramento ca 95818\";s:8:\"latitude\";s:9:\"38.565628\";s:9:\"longitude\";s:11:\"-121.506555\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4082, 624, '_ait-item_item-featured', '0'),
(4083, 624, 'ait-latitude', '38.565628'),
(4084, 624, 'ait-longitude', '-121.506555'),
(4085, 624, 'rating_mean', '0'),
(4086, 625, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4087, 625, '_ait-item_food-options_price', '0'),
(4088, 625, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4089, 625, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:17:\"515 West Avenue G\";s:8:\"latitude\";s:10:\"34.7336399\";s:9:\"longitude\";s:12:\"-118.1403833\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4090, 625, '_ait-item_item-featured', '0'),
(4091, 625, 'ait-latitude', '34.7336399'),
(4092, 625, 'ait-longitude', '-118.1403833'),
(4093, 625, 'rating_mean', '0'),
(4094, 626, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4095, 626, '_ait-item_food-options_price', '0'),
(4096, 626, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4097, 626, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:16:\"5158 venice blvd\";s:8:\"latitude\";s:10:\"34.0448322\";s:9:\"longitude\";s:12:\"-118.3523094\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4098, 626, '_ait-item_item-featured', '0'),
(4099, 626, 'ait-latitude', '34.0448322'),
(4100, 626, 'ait-longitude', '-118.3523094'),
(4101, 626, 'rating_mean', '0'),
(4102, 627, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4103, 627, '_ait-item_food-options_price', '0'),
(4104, 627, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4105, 627, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:26:\"517 5TH ST EUREKA CA 95501\";s:8:\"latitude\";s:10:\"40.8021281\";s:9:\"longitude\";s:12:\"-124.1655687\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4106, 627, '_ait-item_item-featured', '0'),
(4107, 627, 'ait-latitude', '40.8021281'),
(4108, 627, 'ait-longitude', '-124.1655687'),
(4109, 627, 'rating_mean', '0'),
(4110, 628, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4111, 628, '_ait-item_food-options_price', '0'),
(4112, 628, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4113, 628, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:14:\"520 W 182nd St\";s:8:\"latitude\";s:10:\"33.8699962\";s:9:\"longitude\";s:12:\"-118.2823992\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4114, 628, '_ait-item_item-featured', '0'),
(4115, 628, 'ait-latitude', '33.8699962'),
(4116, 628, 'ait-longitude', '-118.2823992'),
(4117, 628, 'rating_mean', '0'),
(4118, 629, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4119, 629, '_ait-item_food-options_price', '0'),
(4120, 629, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4121, 629, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:48:\"521 w channel islnads blvd port hueneme ca 93041\";s:8:\"latitude\";s:10:\"34.1762398\";s:9:\"longitude\";s:12:\"-119.2123909\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4122, 629, '_ait-item_item-featured', '0'),
(4123, 629, 'ait-latitude', '34.1762398'),
(4124, 629, 'ait-longitude', '-119.2123909'),
(4125, 629, 'rating_mean', '0'),
(4127, 630, '_ait-item_food-options_price', '0'),
(4128, 630, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4129, 630, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:15:\"5258 mission st\";s:8:\"latitude\";s:10:\"37.7151237\";s:9:\"longitude\";s:12:\"-122.4423548\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4130, 630, '_ait-item_item-featured', '0'),
(4131, 630, 'ait-latitude', '37.7151237'),
(4132, 630, 'ait-longitude', '-122.4423548'),
(4133, 630, 'rating_mean', '0'),
(4134, 631, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4135, 631, '_ait-item_food-options_price', '0'),
(4136, 631, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4137, 631, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:36:\"527 howard st san franccico ca 94105\";s:8:\"latitude\";s:10:\"37.7878287\";s:9:\"longitude\";s:12:\"-122.3965293\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4138, 631, '_ait-item_item-featured', '0'),
(4139, 631, 'ait-latitude', '37.7878287'),
(4140, 631, 'ait-longitude', '-122.3965293'),
(4141, 631, 'rating_mean', '0'),
(4142, 632, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4143, 632, '_ait-item_food-options_price', '0'),
(4144, 632, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}');
INSERT INTO `wpir_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4145, 632, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:15:\"5270 Aero Drive\";s:8:\"latitude\";s:10:\"32.8112317\";s:9:\"longitude\";s:11:\"-117.153468\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4146, 632, '_ait-item_item-featured', '0'),
(4147, 632, 'ait-latitude', '32.8112317'),
(4148, 632, 'ait-longitude', '-117.153468'),
(4149, 632, 'rating_mean', '0'),
(4150, 633, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4151, 633, '_ait-item_food-options_price', '0'),
(4152, 633, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4153, 633, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:28:\"5272 jerusalem court suite D\";s:8:\"latitude\";s:9:\"37.716893\";s:9:\"longitude\";s:12:\"-120.9998288\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4154, 633, '_ait-item_item-featured', '0'),
(4155, 633, 'ait-latitude', '37.716893'),
(4156, 633, 'ait-longitude', '-120.9998288'),
(4157, 633, 'rating_mean', '0'),
(4158, 634, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4159, 634, '_ait-item_food-options_price', '0'),
(4160, 634, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4161, 634, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:16:\"5359 Valley Blvd\";s:8:\"latitude\";s:10:\"34.0751302\";s:9:\"longitude\";s:12:\"-118.1665745\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4162, 634, '_ait-item_item-featured', '0'),
(4163, 634, 'ait-latitude', '34.0751302'),
(4164, 634, 'ait-longitude', '-118.1665745'),
(4165, 634, 'rating_mean', '0'),
(4166, 635, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4167, 635, '_ait-item_food-options_price', '0'),
(4168, 635, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4169, 635, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:19:\"532 W Foothill Blvd\";s:8:\"latitude\";s:10:\"34.1334015\";s:9:\"longitude\";s:12:\"-117.9133434\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4170, 635, '_ait-item_item-featured', '0'),
(4171, 635, 'ait-latitude', '34.1334015'),
(4172, 635, 'ait-longitude', '-117.9133434'),
(4173, 635, 'rating_mean', '0'),
(4174, 637, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4175, 637, '_ait-item_food-options_price', '0'),
(4176, 637, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4177, 637, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:12:\"533 Ocean St\";s:8:\"latitude\";s:10:\"36.9757868\";s:9:\"longitude\";s:12:\"-122.0197459\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4178, 637, '_ait-item_item-featured', '0'),
(4179, 637, 'ait-latitude', '36.9757868'),
(4180, 637, 'ait-longitude', '-122.0197459'),
(4181, 637, 'rating_mean', '0'),
(4182, 638, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4183, 638, '_ait-item_food-options_price', '0'),
(4184, 638, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4185, 638, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:38:\"5338 ALHAMA DR WOODLAND HILLS CA 91364\";s:8:\"latitude\";s:10:\"34.1662134\";s:9:\"longitude\";s:12:\"-118.5927717\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4186, 638, '_ait-item_item-featured', '0'),
(4187, 638, 'ait-latitude', '34.1662134'),
(4188, 638, 'ait-longitude', '-118.5927717'),
(4189, 638, 'rating_mean', '0'),
(4190, 639, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4191, 639, '_ait-item_food-options_price', '0'),
(4192, 639, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4193, 639, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:41:\"5340 shasta dam blvd shasta lake ca 96019\";s:8:\"latitude\";s:10:\"40.6797453\";s:9:\"longitude\";s:12:\"-122.3520923\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4194, 639, '_ait-item_item-featured', '0'),
(4195, 639, 'ait-latitude', '40.6797453'),
(4196, 639, 'ait-longitude', '-122.3520923'),
(4197, 639, 'rating_mean', '0'),
(4198, 641, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4199, 641, '_ait-item_food-options_price', '0'),
(4200, 641, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4201, 641, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:53:\"537 PLEASANT VALLEY ROAD #2 DIAMOND SPRINGS, CA 95619\";s:8:\"latitude\";s:10:\"38.6945112\";s:9:\"longitude\";s:12:\"-120.8158847\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4202, 641, '_ait-item_item-featured', '0'),
(4203, 641, 'ait-latitude', '38.6945112'),
(4204, 641, 'ait-longitude', '-120.8158847'),
(4205, 641, 'rating_mean', '0'),
(4206, 642, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4207, 642, '_ait-item_food-options_price', '0'),
(4208, 642, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4209, 642, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:41:\"5417 huntington dr n los angeles ca 90032\";s:8:\"latitude\";s:10:\"34.0927675\";s:9:\"longitude\";s:12:\"-118.1624953\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4210, 642, '_ait-item_item-featured', '0'),
(4211, 642, 'ait-latitude', '34.0927675'),
(4212, 642, 'ait-longitude', '-118.1624953'),
(4213, 642, 'rating_mean', '0'),
(4214, 644, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4215, 644, '_ait-item_food-options_price', '0'),
(4216, 644, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4217, 644, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:17:\"5442 mission blvd\";s:8:\"latitude\";s:10:\"33.9948913\";s:9:\"longitude\";s:12:\"-117.4033145\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4218, 644, '_ait-item_item-featured', '0'),
(4219, 644, 'ait-latitude', '33.9948913'),
(4220, 644, 'ait-longitude', '-117.4033145'),
(4221, 644, 'rating_mean', '0'),
(4222, 645, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4223, 645, '_ait-item_food-options_price', '0'),
(4224, 645, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4225, 645, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:17:\"547 Seaton Street\";s:8:\"latitude\";s:10:\"34.0401389\";s:9:\"longitude\";s:12:\"-118.2375407\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4226, 645, '_ait-item_item-featured', '0'),
(4227, 645, 'ait-latitude', '34.0401389'),
(4228, 645, 'ait-longitude', '-118.2375407'),
(4229, 645, 'rating_mean', '0'),
(4230, 647, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4231, 647, '_ait-item_food-options_price', '0'),
(4232, 647, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4233, 647, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:15:\"5501 S Broadway\";s:8:\"latitude\";s:10:\"39.6166965\";s:9:\"longitude\";s:12:\"-104.9897823\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4234, 647, '_ait-item_item-featured', '0'),
(4235, 647, 'ait-latitude', '39.6166965'),
(4236, 647, 'ait-longitude', '-104.9897823'),
(4237, 647, 'rating_mean', '0'),
(4238, 648, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4239, 648, '_ait-item_food-options_price', '0'),
(4240, 648, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4241, 648, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:18:\"5522 cahuenga blvd\";s:8:\"latitude\";s:10:\"34.1707206\";s:9:\"longitude\";s:12:\"-118.3612726\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4242, 648, '_ait-item_item-featured', '0'),
(4243, 648, 'ait-latitude', '34.1707206'),
(4244, 648, 'ait-longitude', '-118.3612726'),
(4245, 648, 'rating_mean', '0'),
(4246, 649, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4247, 649, '_ait-item_food-options_price', '0'),
(4248, 649, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4249, 649, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:24:\"555 yellow ajclet road, \";s:8:\"latitude\";s:9:\"39.295434\";s:9:\"longitude\";s:11:\"-119.536841\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4250, 649, '_ait-item_item-featured', '0'),
(4251, 649, 'ait-latitude', '39.295434'),
(4252, 649, 'ait-longitude', '-119.536841'),
(4253, 649, 'rating_mean', '0'),
(4254, 650, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4255, 650, '_ait-item_food-options_price', '0'),
(4256, 650, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4257, 650, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:17:\"5555 Alhambra Ave\";s:8:\"latitude\";s:9:\"34.079177\";s:9:\"longitude\";s:12:\"-118.1635808\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4258, 650, '_ait-item_item-featured', '0'),
(4259, 650, 'ait-latitude', '34.079177'),
(4260, 650, 'ait-longitude', '-118.1635808'),
(4261, 650, 'rating_mean', '0'),
(4262, 651, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4263, 651, '_ait-item_food-options_price', '0'),
(4264, 651, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4265, 651, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:18:\"5627 S Central Ave\";s:8:\"latitude\";s:10:\"33.9909117\";s:9:\"longitude\";s:12:\"-118.2566938\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4266, 651, '_ait-item_item-featured', '0'),
(4267, 651, 'ait-latitude', '33.9909117'),
(4268, 651, 'ait-longitude', '-118.2566938'),
(4269, 651, 'rating_mean', '0'),
(4270, 652, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4271, 652, '_ait-item_food-options_price', '0'),
(4272, 652, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4273, 652, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:29:\"5630 E. Pacific Coast Highway\";s:8:\"latitude\";s:10:\"33.7747683\";s:9:\"longitude\";s:12:\"-118.1223945\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4274, 652, '_ait-item_item-featured', '0'),
(4275, 652, 'ait-latitude', '33.7747683'),
(4276, 652, 'ait-longitude', '-118.1223945'),
(4277, 652, 'rating_mean', '0'),
(4278, 653, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4279, 653, '_ait-item_food-options_price', '0'),
(4280, 653, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4281, 653, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:23:\"5635 melrose ave unit A\";s:8:\"latitude\";s:10:\"34.0837425\";s:9:\"longitude\";s:12:\"-118.3235015\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4282, 653, '_ait-item_item-featured', '0'),
(4283, 653, 'ait-latitude', '34.0837425'),
(4284, 653, 'ait-longitude', '-118.3235015'),
(4285, 653, 'rating_mean', '0'),
(4286, 654, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4287, 654, '_ait-item_food-options_price', '0'),
(4288, 654, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4289, 654, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:15:\"565 S Euclid St\";s:8:\"latitude\";s:10:\"33.8649481\";s:9:\"longitude\";s:12:\"-117.9425417\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4290, 654, '_ait-item_item-featured', '0'),
(4291, 654, 'ait-latitude', '33.8649481'),
(4292, 654, 'ait-longitude', '-117.9425417'),
(4293, 654, 'rating_mean', '0'),
(4294, 655, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4295, 655, '_ait-item_food-options_price', '0'),
(4296, 655, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4297, 655, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:33:\"5668 West Ramsey Street, End Unit\";s:8:\"latitude\";s:10:\"33.9287608\";s:9:\"longitude\";s:12:\"-116.9388909\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4298, 655, '_ait-item_item-featured', '0'),
(4299, 655, 'ait-latitude', '33.9287608'),
(4300, 655, 'ait-longitude', '-116.9388909'),
(4301, 655, 'rating_mean', '0'),
(4302, 656, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4303, 656, '_ait-item_food-options_price', '0'),
(4304, 656, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4305, 656, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:14:\"568 Angels Rd.\";s:8:\"latitude\";s:10:\"38.1887437\";s:9:\"longitude\";s:12:\"-120.6754165\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4306, 656, '_ait-item_item-featured', '0'),
(4307, 656, 'ait-latitude', '38.1887437'),
(4308, 656, 'ait-longitude', '-120.6754165'),
(4309, 656, 'rating_mean', '0'),
(4310, 657, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4311, 657, '_ait-item_food-options_price', '0'),
(4312, 657, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4313, 657, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:15:\"569 Searls Ave.\";s:8:\"latitude\";s:10:\"39.2523656\";s:9:\"longitude\";s:12:\"-121.0233413\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4314, 657, '_ait-item_item-featured', '0'),
(4315, 657, 'ait-latitude', '39.2523656'),
(4316, 657, 'ait-longitude', '-121.0233413'),
(4317, 657, 'rating_mean', '0'),
(4318, 658, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4319, 658, '_ait-item_food-options_price', '0'),
(4320, 658, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4321, 658, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:18:\"570 armstrong way \";s:8:\"latitude\";s:10:\"37.7534772\";s:9:\"longitude\";s:12:\"-120.8364709\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4322, 658, '_ait-item_item-featured', '0'),
(4323, 658, 'ait-latitude', '37.7534772'),
(4324, 658, 'ait-longitude', '-120.8364709'),
(4325, 658, 'rating_mean', '0'),
(4326, 659, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4327, 659, '_ait-item_food-options_price', '0'),
(4328, 659, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4329, 659, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:25:\"5738 West Washington Blvd\";s:8:\"latitude\";s:10:\"34.0343494\";s:9:\"longitude\";s:12:\"-118.3693416\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4330, 659, '_ait-item_item-featured', '0'),
(4331, 659, 'ait-latitude', '34.0343494'),
(4332, 659, 'ait-longitude', '-118.3693416'),
(4333, 659, 'rating_mean', '0'),
(4334, 660, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4335, 660, '_ait-item_food-options_price', '0'),
(4336, 660, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4337, 660, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:40:\"5745 peladeau street emeryville ca 94608\";s:8:\"latitude\";s:7:\"37.8383\";s:9:\"longitude\";s:12:\"-122.2902876\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4338, 660, '_ait-item_item-featured', '0'),
(4339, 660, 'ait-latitude', '37.8383'),
(4340, 660, 'ait-longitude', '-122.2902876'),
(4341, 660, 'rating_mean', '0'),
(4342, 662, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4343, 662, '_ait-item_food-options_price', '0'),
(4344, 662, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4345, 662, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:32:\"578 w grand abe oakland ca 04612\";s:8:\"latitude\";s:10:\"37.8124864\";s:9:\"longitude\";s:12:\"-122.2708545\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4346, 662, '_ait-item_item-featured', '0'),
(4347, 662, 'ait-latitude', '37.8124864'),
(4348, 662, 'ait-longitude', '-122.2708545'),
(4349, 662, 'rating_mean', '0'),
(4350, 663, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4351, 663, '_ait-item_food-options_price', '0'),
(4352, 663, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4353, 663, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:31:\"5814 GAVIOTA ST GOLETA CA 93117\";s:8:\"latitude\";s:10:\"34.4350878\";s:9:\"longitude\";s:12:\"-119.8270825\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4354, 663, '_ait-item_item-featured', '0'),
(4355, 663, 'ait-latitude', '34.4350878'),
(4356, 663, 'ait-longitude', '-119.8270825'),
(4357, 663, 'rating_mean', '0'),
(4358, 664, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4359, 664, '_ait-item_food-options_price', '0'),
(4360, 664, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4361, 664, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:16:\"5815 Maywood Ave\";s:8:\"latitude\";s:10:\"33.9897109\";s:9:\"longitude\";s:12:\"-118.2037748\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4362, 664, '_ait-item_item-featured', '0'),
(4363, 664, 'ait-latitude', '33.9897109'),
(4364, 664, 'ait-longitude', '-118.2037748'),
(4365, 664, 'rating_mean', '0'),
(4366, 665, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4367, 665, '_ait-item_food-options_price', '0'),
(4368, 665, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4369, 665, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:18:\"5879 crenshaw blvd\";s:8:\"latitude\";s:10:\"33.9873743\";s:9:\"longitude\";s:11:\"-118.331197\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4370, 665, '_ait-item_item-featured', '0'),
(4371, 665, 'ait-latitude', '33.9873743'),
(4372, 665, 'ait-longitude', '-118.331197'),
(4373, 665, 'rating_mean', '0'),
(4374, 666, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4375, 666, '_ait-item_food-options_price', '0'),
(4376, 666, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4377, 666, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:23:\"5900 e south st suite C\";s:8:\"latitude\";s:8:\"33.86019\";s:9:\"longitude\";s:12:\"-118.1705601\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4378, 666, '_ait-item_item-featured', '0'),
(4379, 666, 'ait-latitude', '33.86019'),
(4380, 666, 'ait-longitude', '-118.1705601'),
(4381, 666, 'rating_mean', '0'),
(4382, 667, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4383, 667, '_ait-item_food-options_price', '0'),
(4384, 667, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}');
INSERT INTO `wpir_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4385, 667, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:30:\"5902 DALEY ST GOLETA CA, 93117\";s:8:\"latitude\";s:9:\"34.431137\";s:9:\"longitude\";s:12:\"-119.8291786\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4386, 667, '_ait-item_item-featured', '0'),
(4387, 667, 'ait-latitude', '34.431137'),
(4388, 667, 'ait-longitude', '-119.8291786'),
(4389, 667, 'rating_mean', '0'),
(4390, 668, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4391, 668, '_ait-item_food-options_price', '0'),
(4392, 668, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4393, 668, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:17:\"5925 S Alameda #B\";s:8:\"latitude\";s:10:\"33.9874138\";s:9:\"longitude\";s:12:\"-118.2380286\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4394, 668, '_ait-item_item-featured', '0'),
(4395, 668, 'ait-latitude', '33.9874138'),
(4396, 668, 'ait-longitude', '-118.2380286'),
(4397, 668, 'rating_mean', '0'),
(4398, 670, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4399, 670, '_ait-item_food-options_price', '0'),
(4400, 670, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4401, 670, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:19:\"6009 E Olympic Blvd\";s:8:\"latitude\";s:9:\"34.013612\";s:9:\"longitude\";s:11:\"-118.143684\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4402, 670, '_ait-item_item-featured', '0'),
(4403, 670, 'ait-latitude', '34.013612'),
(4404, 670, 'ait-longitude', '-118.143684'),
(4405, 670, 'rating_mean', '0'),
(4406, 671, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4407, 671, '_ait-item_food-options_price', '0'),
(4408, 671, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4409, 671, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:18:\"611 Arizona Street\";s:8:\"latitude\";s:10:\"32.6149976\";s:9:\"longitude\";s:12:\"-117.0842579\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4410, 671, '_ait-item_item-featured', '0'),
(4411, 671, 'ait-latitude', '32.6149976'),
(4412, 671, 'ait-longitude', '-117.0842579'),
(4413, 671, 'rating_mean', '0'),
(4414, 672, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4415, 672, '_ait-item_food-options_price', '0'),
(4416, 672, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4417, 672, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:18:\"6118 Atlantic Blvd\";s:8:\"latitude\";s:10:\"33.9829022\";s:9:\"longitude\";s:12:\"-118.1859869\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4418, 672, '_ait-item_item-featured', '0'),
(4419, 672, 'ait-latitude', '33.9829022'),
(4420, 672, 'ait-longitude', '-118.1859869'),
(4421, 672, 'rating_mean', '0'),
(4422, 674, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4423, 674, '_ait-item_food-options_price', '0'),
(4424, 674, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4425, 674, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:15:\"6142 Walker Ave\";s:8:\"latitude\";s:10:\"33.9805883\";s:9:\"longitude\";s:11:\"-118.172556\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4426, 674, '_ait-item_item-featured', '0'),
(4427, 674, 'ait-latitude', '33.9805883'),
(4428, 674, 'ait-longitude', '-118.172556'),
(4429, 674, 'rating_mean', '0'),
(4430, 675, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4431, 675, '_ait-item_food-options_price', '0'),
(4432, 675, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4433, 675, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:27:\"618 PINE ST RAMONA CA 92065\";s:8:\"latitude\";s:10:\"33.0503514\";s:9:\"longitude\";s:11:\"-116.871502\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4434, 675, '_ait-item_item-featured', '0'),
(4435, 675, 'ait-latitude', '33.0503514'),
(4436, 675, 'ait-longitude', '-116.871502'),
(4437, 675, 'rating_mean', '0'),
(4438, 676, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4439, 676, '_ait-item_food-options_price', '0'),
(4440, 676, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4441, 676, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:23:\"6220 Whittier Boulevard\";s:8:\"latitude\";s:17:\"34.01594180000001\";s:9:\"longitude\";s:12:\"-118.1373776\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4442, 676, '_ait-item_item-featured', '0'),
(4443, 676, 'ait-latitude', '34.01594180000001'),
(4444, 676, 'ait-longitude', '-118.1373776'),
(4445, 676, 'rating_mean', '0'),
(4446, 677, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4447, 677, '_ait-item_food-options_price', '0'),
(4448, 677, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4449, 677, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:20:\"6420 Wilmington Ave.\";s:8:\"latitude\";s:9:\"33.981008\";s:9:\"longitude\";s:12:\"-118.2385669\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4450, 677, '_ait-item_item-featured', '0'),
(4451, 677, 'ait-latitude', '33.981008'),
(4452, 677, 'ait-longitude', '-118.2385669'),
(4453, 677, 'rating_mean', '0'),
(4455, 678, '_ait-item_food-options_price', '0'),
(4456, 678, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4457, 678, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:58:\"64949 mission lakes blvd #108 desert hot springss ca 92240\";s:8:\"latitude\";s:10:\"33.9752716\";s:9:\"longitude\";s:12:\"-116.5287233\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4458, 678, '_ait-item_item-featured', '0'),
(4459, 678, 'ait-latitude', '33.9752716'),
(4460, 678, 'ait-longitude', '-116.5287233'),
(4461, 678, 'rating_mean', '0'),
(4462, 679, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4463, 679, '_ait-item_food-options_price', '0'),
(4464, 679, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4465, 679, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:38:\"6498 w mission blvd #a ontrio ca 91762\";s:8:\"latitude\";s:10:\"34.0560405\";s:9:\"longitude\";s:12:\"-117.6799671\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4466, 679, '_ait-item_item-featured', '0'),
(4467, 679, 'ait-latitude', '34.0560405'),
(4468, 679, 'ait-longitude', '-117.6799671'),
(4469, 679, 'rating_mean', '0'),
(4470, 680, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4471, 680, '_ait-item_food-options_price', '0'),
(4472, 680, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4473, 680, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:17:\"6500 Stanford Ave\";s:8:\"latitude\";s:17:\"33.98100489999999\";s:9:\"longitude\";s:12:\"-118.2626528\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4474, 680, '_ait-item_item-featured', '0'),
(4475, 680, 'ait-latitude', '33.98100489999999'),
(4476, 680, 'ait-longitude', '-118.2626528'),
(4477, 680, 'rating_mean', '0'),
(4478, 681, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4479, 681, '_ait-item_food-options_price', '0'),
(4480, 681, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4481, 681, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:14:\"6504 S Main St\";s:8:\"latitude\";s:17:\"41.90410869999999\";s:9:\"longitude\";s:11:\"-80.6895799\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4482, 681, '_ait-item_item-featured', '0'),
(4483, 681, 'ait-latitude', '41.90410869999999'),
(4484, 681, 'ait-longitude', '-80.6895799'),
(4485, 681, 'rating_mean', '0'),
(4486, 682, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4487, 682, '_ait-item_food-options_price', '0'),
(4488, 682, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4489, 682, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:19:\"6507 S. Vermont Ave\";s:8:\"latitude\";s:10:\"33.9803107\";s:9:\"longitude\";s:12:\"-118.2919716\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4490, 682, '_ait-item_item-featured', '0'),
(4491, 682, 'ait-latitude', '33.9803107'),
(4492, 682, 'ait-longitude', '-118.2919716'),
(4493, 682, 'rating_mean', '0'),
(4494, 683, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4495, 683, '_ait-item_food-options_price', '0'),
(4496, 683, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4497, 683, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:18:\"6511 Whittier Blvd\";s:8:\"latitude\";s:10:\"34.0153503\";s:9:\"longitude\";s:12:\"-118.1320366\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4498, 683, '_ait-item_item-featured', '0'),
(4499, 683, 'ait-latitude', '34.0153503'),
(4500, 683, 'ait-longitude', '-118.1320366'),
(4501, 683, 'rating_mean', '0'),
(4502, 684, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4503, 684, '_ait-item_food-options_price', '0'),
(4504, 684, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4505, 684, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:19:\"6514 Whittier Blvd.\";s:8:\"latitude\";s:10:\"34.0149035\";s:9:\"longitude\";s:12:\"-118.1320403\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4506, 684, '_ait-item_item-featured', '0'),
(4507, 684, 'ait-latitude', '34.0149035'),
(4508, 684, 'ait-longitude', '-118.1320403'),
(4509, 684, 'rating_mean', '0'),
(4510, 685, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4511, 685, '_ait-item_food-options_price', '0'),
(4512, 685, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4513, 685, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:18:\"6534 Whittier Blvd\";s:8:\"latitude\";s:9:\"34.014715\";s:9:\"longitude\";s:12:\"-118.1314165\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4514, 685, '_ait-item_item-featured', '0'),
(4515, 685, 'ait-latitude', '34.014715'),
(4516, 685, 'ait-longitude', '-118.1314165'),
(4517, 685, 'rating_mean', '0'),
(4518, 686, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4519, 686, '_ait-item_food-options_price', '0'),
(4520, 686, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4521, 686, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:18:\"654 n manhattan pl\";s:8:\"latitude\";s:10:\"34.0831875\";s:9:\"longitude\";s:12:\"-118.3099578\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4522, 686, '_ait-item_item-featured', '0'),
(4523, 686, 'ait-latitude', '34.0831875'),
(4524, 686, 'ait-longitude', '-118.3099578'),
(4525, 686, 'rating_mean', '0'),
(4526, 689, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4527, 689, '_ait-item_food-options_price', '0'),
(4528, 689, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4529, 689, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:16:\"678 N Wilson Way\";s:8:\"latitude\";s:10:\"37.9624039\";s:9:\"longitude\";s:11:\"-121.271094\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4530, 689, '_ait-item_item-featured', '0'),
(4531, 689, 'ait-latitude', '37.9624039'),
(4532, 689, 'ait-longitude', '-121.271094'),
(4533, 689, 'rating_mean', '0'),
(4534, 690, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4535, 690, '_ait-item_food-options_price', '0'),
(4536, 690, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4537, 690, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:38:\"68415 perez rd cathedral city ca 92234\";s:8:\"latitude\";s:10:\"33.7844914\";s:9:\"longitude\";s:12:\"-116.4683722\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4538, 690, '_ait-item_item-featured', '0'),
(4539, 690, 'ait-latitude', '33.7844914'),
(4540, 690, 'ait-longitude', '-116.4683722'),
(4541, 690, 'rating_mean', '0'),
(4542, 691, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4543, 691, '_ait-item_food-options_price', '0'),
(4544, 691, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4545, 691, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:42:\"68730 summit drive cathedral city ca 92234\";s:8:\"latitude\";s:10:\"33.7856356\";s:9:\"longitude\";s:12:\"-116.4625178\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4546, 691, '_ait-item_item-featured', '0'),
(4547, 691, 'ait-latitude', '33.7856356'),
(4548, 691, 'ait-longitude', '-116.4625178'),
(4549, 691, 'rating_mean', '0'),
(4550, 693, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4551, 693, '_ait-item_food-options_price', '0'),
(4552, 693, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4553, 693, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:47:\"68828 ramon rd suite A2 cathedral city ca 92234\";s:8:\"latitude\";s:10:\"33.8161627\";s:9:\"longitude\";s:10:\"-116.46145\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4554, 693, '_ait-item_item-featured', '0'),
(4555, 693, 'ait-latitude', '33.8161627'),
(4556, 693, 'ait-longitude', '-116.46145'),
(4557, 693, 'rating_mean', '0'),
(4558, 694, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4559, 694, '_ait-item_food-options_price', '0'),
(4560, 694, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4561, 694, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:36:\"690 garnet ave palm springs ca 92262\";s:8:\"latitude\";s:10:\"33.9043306\";s:9:\"longitude\";s:12:\"-116.5533354\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4562, 694, '_ait-item_item-featured', '0'),
(4563, 694, 'ait-latitude', '33.9043306'),
(4564, 694, 'ait-longitude', '-116.5533354'),
(4565, 694, 'rating_mean', '0'),
(4566, 695, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4567, 695, '_ait-item_food-options_price', '0'),
(4568, 695, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4569, 695, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:18:\"6908 S CENTRAL AVE\";s:8:\"latitude\";s:10:\"33.9772344\";s:9:\"longitude\";s:12:\"-118.2561709\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4570, 695, '_ait-item_item-featured', '0'),
(4571, 695, 'ait-latitude', '33.9772344'),
(4572, 695, 'ait-longitude', '-118.2561709'),
(4573, 695, 'rating_mean', '0'),
(4574, 696, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4575, 696, '_ait-item_food-options_price', '0'),
(4576, 696, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4577, 696, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:17:\"692 Marshall Ave.\";s:8:\"latitude\";s:10:\"38.1902434\";s:9:\"longitude\";s:12:\"-120.6716427\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4578, 696, '_ait-item_item-featured', '0'),
(4579, 696, 'ait-latitude', '38.1902434'),
(4580, 696, 'ait-longitude', '-120.6716427'),
(4581, 696, 'rating_mean', '0'),
(4582, 697, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4583, 697, '_ait-item_food-options_price', '0'),
(4584, 697, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4585, 697, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:56:\"6925 BLAIR ROAD NW WASHINGTON DISTRICT OF COLUMBIA 20012\";s:8:\"latitude\";s:10:\"38.9743238\";s:9:\"longitude\";s:18:\"-77.01756089999999\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4586, 697, '_ait-item_item-featured', '0'),
(4587, 697, 'ait-latitude', '38.9743238'),
(4588, 697, 'ait-longitude', '-77.01756089999999'),
(4589, 697, 'rating_mean', '0'),
(4590, 698, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4591, 698, '_ait-item_food-options_price', '0'),
(4592, 698, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4593, 698, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:39:\"6978 s stanley ave, long beach ca 90805\";s:8:\"latitude\";s:9:\"33.881544\";s:9:\"longitude\";s:11:\"-118.162546\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4594, 698, '_ait-item_item-featured', '0'),
(4595, 698, 'ait-latitude', '33.881544'),
(4596, 698, 'ait-longitude', '-118.162546'),
(4597, 698, 'rating_mean', '0'),
(4598, 699, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4599, 699, '_ait-item_food-options_price', '0'),
(4600, 699, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4601, 699, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:29:\"701 66th ave oakland ca 94621\";s:8:\"latitude\";s:10:\"37.7558028\";s:9:\"longitude\";s:12:\"-122.2051999\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4602, 699, '_ait-item_item-featured', '0'),
(4603, 699, 'ait-latitude', '37.7558028'),
(4604, 699, 'ait-longitude', '-122.2051999'),
(4605, 699, 'rating_mean', '0'),
(4606, 700, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4607, 700, '_ait-item_food-options_price', '0'),
(4608, 700, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4609, 700, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:30:\"701 66TH AVE OAKLAND, CA 94621\";s:8:\"latitude\";d:37.7560273788210309930946095846593379974365234375;s:9:\"longitude\";d:-122.2049840209800635193460038863122463226318359375;s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4610, 700, '_ait-item_item-featured', '0'),
(4611, 700, 'ait-latitude', '37.756027378821'),
(4612, 700, 'ait-longitude', '-122.20498402098'),
(4613, 700, 'rating_mean', '0'),
(4614, 701, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4615, 701, '_ait-item_food-options_price', '0'),
(4616, 701, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4617, 701, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:36:\"7011 canoga ave canoga park ca 91303\";s:8:\"latitude\";s:10:\"34.1978008\";s:9:\"longitude\";s:12:\"-118.5979661\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4618, 701, '_ait-item_item-featured', '0'),
(4619, 701, 'ait-latitude', '34.1978008'),
(4620, 701, 'ait-longitude', '-118.5979661'),
(4621, 701, 'rating_mean', '0'),
(4622, 703, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4623, 703, '_ait-item_food-options_price', '0'),
(4624, 703, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}');
INSERT INTO `wpir_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4625, 703, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:32:\"7029 reseda blvd reseda ca 91335\";s:8:\"latitude\";s:10:\"34.1985824\";s:9:\"longitude\";s:12:\"-118.5363238\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4626, 703, '_ait-item_item-featured', '0'),
(4627, 703, 'ait-latitude', '34.1985824'),
(4628, 703, 'ait-longitude', '-118.5363238'),
(4629, 703, 'rating_mean', '0'),
(4630, 704, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4631, 704, '_ait-item_food-options_price', '0'),
(4632, 704, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4633, 704, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:19:\"7031 Foothill Blvd.\";s:8:\"latitude\";s:10:\"34.2481601\";s:9:\"longitude\";s:12:\"-118.2844317\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4634, 704, '_ait-item_item-featured', '0'),
(4635, 704, 'ait-latitude', '34.2481601'),
(4636, 704, 'ait-longitude', '-118.2844317'),
(4637, 704, 'rating_mean', '0'),
(4638, 705, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4639, 705, '_ait-item_food-options_price', '0'),
(4640, 705, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4641, 705, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:43:\"7051 B SANTA MONICA BLVD HOLLYWOOD CA 90038\";s:8:\"latitude\";s:10:\"34.0909001\";s:9:\"longitude\";s:12:\"-118.3432456\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4642, 705, '_ait-item_item-featured', '0'),
(4643, 705, 'ait-latitude', '34.0909001'),
(4644, 705, 'ait-longitude', '-118.3432456'),
(4645, 705, 'rating_mean', '0'),
(4646, 707, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4647, 707, '_ait-item_food-options_price', '0'),
(4648, 707, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4649, 707, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:29:\"709 broadway oakland ca 94607\";s:8:\"latitude\";s:9:\"37.799912\";s:9:\"longitude\";s:12:\"-122.2742815\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4650, 707, '_ait-item_item-featured', '0'),
(4651, 707, 'ait-latitude', '37.799912'),
(4652, 707, 'ait-longitude', '-122.2742815'),
(4653, 707, 'rating_mean', '0'),
(4654, 709, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4655, 709, '_ait-item_food-options_price', '0'),
(4656, 709, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4657, 709, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:37:\"7123 SEPULVEDA BLVD VAN NUYS CA 91405\";s:8:\"latitude\";s:10:\"34.2002053\";s:9:\"longitude\";s:12:\"-118.4665522\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4658, 709, '_ait-item_item-featured', '0'),
(4659, 709, 'ait-latitude', '34.2002053'),
(4660, 709, 'ait-longitude', '-118.4665522'),
(4661, 709, 'rating_mean', '0'),
(4662, 710, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4663, 710, '_ait-item_food-options_price', '0'),
(4664, 710, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4665, 710, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:38:\"7123 SEPULVEDA BLVD VAN NUYS, CA 91405\";s:8:\"latitude\";d:34.200277165222729536253609694540500640869140625;s:9:\"longitude\";d:-118.466389280418837870456627570092678070068359375;s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4666, 710, '_ait-item_item-featured', '0'),
(4667, 710, 'ait-latitude', '34.200277165223'),
(4668, 710, 'ait-longitude', '-118.46638928042'),
(4669, 710, 'rating_mean', '0'),
(4670, 711, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4671, 711, '_ait-item_food-options_price', '0'),
(4672, 711, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4673, 711, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:24:\"7128 miramar rd suite 10\";s:8:\"latitude\";d:32.88073174729262149185160524211823940277099609375;s:9:\"longitude\";d:-117.1605770130858985567101626656949520111083984375;s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4674, 711, '_ait-item_item-featured', '0'),
(4675, 711, 'ait-latitude', '32.880731747293'),
(4676, 711, 'ait-longitude', '-117.16057701309'),
(4677, 711, 'rating_mean', '0'),
(4678, 712, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4679, 712, '_ait-item_food-options_price', '0'),
(4680, 712, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4681, 712, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:43:\"7128 miramar rd suite 10 san diego ca 92121\";s:8:\"latitude\";s:9:\"32.880597\";s:9:\"longitude\";s:12:\"-117.1606198\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4682, 712, '_ait-item_item-featured', '0'),
(4683, 712, 'ait-latitude', '32.880597'),
(4684, 712, 'ait-longitude', '-117.1606198'),
(4685, 712, 'rating_mean', '0'),
(4686, 713, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4687, 713, '_ait-item_food-options_price', '0'),
(4688, 713, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4689, 713, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:43:\"7128 MIRIMAR RD SUITE 10 SAN DIEGO CA 92121\";s:8:\"latitude\";d:32.88074971359829845596323139034211635589599609375;s:9:\"longitude\";d:-117.1605128327147298250565654598176479339599609375;s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4690, 713, '_ait-item_item-featured', '0'),
(4691, 713, 'ait-latitude', '32.880749713598'),
(4692, 713, 'ait-longitude', '-117.16051283271'),
(4693, 713, 'rating_mean', '0'),
(4694, 714, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4695, 714, '_ait-item_food-options_price', '0'),
(4696, 714, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4697, 714, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:19:\"7132 Foothill Blvd.\";s:8:\"latitude\";s:10:\"34.2479134\";s:9:\"longitude\";s:12:\"-118.2871721\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4698, 714, '_ait-item_item-featured', '0'),
(4699, 714, 'ait-latitude', '34.2479134'),
(4700, 714, 'ait-longitude', '-118.2871721'),
(4701, 714, 'rating_mean', '0'),
(4702, 715, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4703, 715, '_ait-item_food-options_price', '0'),
(4704, 715, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4705, 715, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:22:\"728 n azusa ave unit b\";s:8:\"latitude\";s:17:\"34.13467010000001\";s:9:\"longitude\";s:12:\"-117.9072099\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4706, 715, '_ait-item_item-featured', '0'),
(4707, 715, 'ait-latitude', '34.13467010000001'),
(4708, 715, 'ait-longitude', '-117.9072099'),
(4709, 715, 'rating_mean', '0'),
(4710, 716, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4711, 716, '_ait-item_food-options_price', '0'),
(4712, 716, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4713, 716, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:16:\"730 east dyer rd\";s:8:\"latitude\";s:10:\"33.7084886\";s:9:\"longitude\";s:11:\"-117.855202\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4714, 716, '_ait-item_item-featured', '0'),
(4715, 716, 'ait-latitude', '33.7084886'),
(4716, 716, 'ait-longitude', '-117.855202'),
(4717, 716, 'rating_mean', '0'),
(4718, 717, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4719, 717, '_ait-item_food-options_price', '0'),
(4720, 717, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4721, 717, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:33:\"732 east vista way vista ca 92084\";s:8:\"latitude\";s:10:\"33.2083751\";s:9:\"longitude\";s:12:\"-117.2361493\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4722, 717, '_ait-item_item-featured', '0'),
(4723, 717, 'ait-latitude', '33.2083751'),
(4724, 717, 'ait-longitude', '-117.2361493'),
(4725, 717, 'rating_mean', '0'),
(4726, 718, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4727, 718, '_ait-item_food-options_price', '0'),
(4728, 718, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4729, 718, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:17:\"7327 Santa Fe Ave\";s:8:\"latitude\";s:17:\"33.97307350000001\";s:9:\"longitude\";s:12:\"-118.2306403\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4730, 718, '_ait-item_item-featured', '0'),
(4731, 718, 'ait-latitude', '33.97307350000001'),
(4732, 718, 'ait-longitude', '-118.2306403'),
(4733, 718, 'rating_mean', '0'),
(4734, 719, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4735, 719, '_ait-item_food-options_price', '0'),
(4736, 719, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4737, 719, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:49:\"73345 highway 111 suite 205 palm dessert ca 92260\";s:8:\"latitude\";s:10:\"33.7208248\";s:9:\"longitude\";s:12:\"-116.3850937\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4738, 719, '_ait-item_item-featured', '0'),
(4739, 719, 'ait-latitude', '33.7208248'),
(4740, 719, 'ait-longitude', '-116.3850937'),
(4741, 719, 'rating_mean', '0'),
(4742, 720, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4743, 720, '_ait-item_food-options_price', '0'),
(4744, 720, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4745, 720, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:34:\"735 BROAD AVE WILMINGTON CA, 90744\";s:8:\"latitude\";s:10:\"33.7795667\";s:9:\"longitude\";s:12:\"-118.2614788\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4746, 720, '_ait-item_item-featured', '0'),
(4747, 720, 'ait-latitude', '33.7795667'),
(4748, 720, 'ait-longitude', '-118.2614788'),
(4749, 720, 'rating_mean', '0'),
(4750, 721, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4751, 721, '_ait-item_food-options_price', '0'),
(4752, 721, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4753, 721, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:36:\"73740 el pasep palm dessert ca 92260\";s:8:\"latitude\";s:10:\"33.7200771\";s:9:\"longitude\";s:12:\"-116.3782353\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4754, 721, '_ait-item_item-featured', '0'),
(4755, 721, 'ait-latitude', '33.7200771'),
(4756, 721, 'ait-longitude', '-116.3782353'),
(4757, 721, 'rating_mean', '0'),
(4758, 722, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4759, 722, '_ait-item_food-options_price', '1'),
(4760, 722, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:1:\"1\";}'),
(4761, 722, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"1\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:13:\"7415 crenshaw\";s:8:\"latitude\";s:10:\"33.9722092\";s:9:\"longitude\";s:12:\"-118.3311161\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4762, 722, '_ait-item_item-featured', '1'),
(4763, 722, 'ait-latitude', '33.9722092'),
(4764, 722, 'ait-longitude', '-118.3311161'),
(4765, 722, 'rating_mean', '0'),
(4766, 723, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4767, 723, '_ait-item_food-options_price', '0'),
(4768, 723, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4769, 723, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:19:\"7416 S Central Ave.\";s:8:\"latitude\";s:10:\"33.9727598\";s:9:\"longitude\";s:12:\"-118.2562027\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4770, 723, '_ait-item_item-featured', '0'),
(4771, 723, 'ait-latitude', '33.9727598'),
(4772, 723, 'ait-longitude', '-118.2562027'),
(4773, 723, 'rating_mean', '0'),
(4774, 724, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4775, 724, '_ait-item_food-options_price', '0'),
(4776, 724, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4777, 724, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:23:\"744 Design Ct Suite 207\";s:8:\"latitude\";s:10:\"32.5951705\";s:9:\"longitude\";s:12:\"-117.0204674\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4778, 724, '_ait-item_item-featured', '0'),
(4779, 724, 'ait-latitude', '32.5951705'),
(4780, 724, 'ait-longitude', '-117.0204674'),
(4781, 724, 'rating_mean', '0'),
(4782, 725, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4783, 725, '_ait-item_food-options_price', '0'),
(4784, 725, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4785, 725, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:32:\"74425 ca 11 palm desert ca 92260\";s:8:\"latitude\";s:10:\"33.7208949\";s:9:\"longitude\";s:12:\"-116.3657494\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4786, 725, '_ait-item_item-featured', '0'),
(4787, 725, 'ait-latitude', '33.7208949'),
(4788, 725, 'ait-longitude', '-116.3657494'),
(4789, 725, 'rating_mean', '0'),
(4790, 726, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4791, 726, '_ait-item_food-options_price', '0'),
(4792, 726, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4793, 726, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:24:\"750 east Jefferson Blvd.\";s:8:\"latitude\";s:10:\"34.0145277\";s:9:\"longitude\";s:12:\"-118.2639227\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4794, 726, '_ait-item_item-featured', '0'),
(4795, 726, 'ait-latitude', '34.0145277'),
(4796, 726, 'ait-longitude', '-118.2639227'),
(4797, 726, 'rating_mean', '0'),
(4798, 727, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4799, 727, '_ait-item_food-options_price', '0'),
(4800, 727, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4801, 727, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:16:\"7500 S. Main St.\";s:8:\"latitude\";s:10:\"33.9720246\";s:9:\"longitude\";s:12:\"-118.2737931\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4802, 727, '_ait-item_item-featured', '0'),
(4803, 727, 'ait-latitude', '33.9720246'),
(4804, 727, 'ait-longitude', '-118.2737931'),
(4805, 727, 'rating_mean', '0'),
(4806, 728, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4807, 728, '_ait-item_food-options_price', '0'),
(4808, 728, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4809, 728, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:23:\"7503 laurel canyon blvd\";s:8:\"latitude\";s:17:\"34.20691480000001\";s:9:\"longitude\";s:12:\"-118.3967302\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4810, 728, '_ait-item_item-featured', '0'),
(4811, 728, 'ait-latitude', '34.20691480000001'),
(4812, 728, 'ait-longitude', '-118.3967302'),
(4813, 728, 'rating_mean', '0'),
(4814, 729, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4815, 729, '_ait-item_food-options_price', '0'),
(4816, 729, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4817, 729, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:40:\"752 COMMERCIAL ST #20 SAN JPOSE CA 95112\";s:8:\"latitude\";s:10:\"37.3650178\";s:9:\"longitude\";s:12:\"-121.8903544\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4818, 729, '_ait-item_item-featured', '0'),
(4819, 729, 'ait-latitude', '37.3650178'),
(4820, 729, 'ait-longitude', '-121.8903544'),
(4821, 729, 'rating_mean', '0'),
(4822, 730, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4823, 730, '_ait-item_food-options_price', '0'),
(4824, 730, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4825, 730, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:23:\"753 East Jefferson Blvd\";s:8:\"latitude\";s:10:\"34.0147746\";s:9:\"longitude\";s:12:\"-118.2634985\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4826, 730, '_ait-item_item-featured', '0'),
(4827, 730, 'ait-latitude', '34.0147746'),
(4828, 730, 'ait-longitude', '-118.2634985'),
(4829, 730, 'rating_mean', '0'),
(4830, 731, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4831, 731, '_ait-item_food-options_price', '0'),
(4832, 731, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4833, 731, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:29:\"7561 lankershim blvd unit 104\";s:8:\"latitude\";s:10:\"34.2081471\";s:9:\"longitude\";s:12:\"-118.3883315\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4834, 731, '_ait-item_item-featured', '0'),
(4835, 731, 'ait-latitude', '34.2081471'),
(4836, 731, 'ait-longitude', '-118.3883315'),
(4837, 731, 'rating_mean', '0'),
(4838, 732, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4839, 732, '_ait-item_food-options_price', '0'),
(4840, 732, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4841, 732, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:37:\"760bnkside dr cathedral city ca 92234\";s:8:\"latitude\";s:9:\"33.778648\";s:9:\"longitude\";s:12:\"-116.4703457\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4842, 732, '_ait-item_item-featured', '0'),
(4843, 732, 'ait-latitude', '33.778648'),
(4844, 732, 'ait-longitude', '-116.4703457'),
(4845, 732, 'rating_mean', '0'),
(4846, 734, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4847, 734, '_ait-item_food-options_price', '0'),
(4848, 734, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4849, 734, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:25:\"7616 South Central Avenue\";s:8:\"latitude\";s:10:\"33.9709518\";s:9:\"longitude\";s:11:\"-118.256154\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4850, 734, '_ait-item_item-featured', '0'),
(4851, 734, 'ait-latitude', '33.9709518'),
(4852, 734, 'ait-longitude', '-118.256154'),
(4853, 734, 'rating_mean', '0'),
(4854, 735, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4855, 735, '_ait-item_food-options_price', '0'),
(4856, 735, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4857, 735, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:17:\"7632 Pacific Ave.\";s:8:\"latitude\";s:10:\"38.0188654\";s:9:\"longitude\";s:12:\"-121.3224345\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4858, 735, '_ait-item_item-featured', '0'),
(4859, 735, 'ait-latitude', '38.0188654'),
(4860, 735, 'ait-longitude', '-121.3224345'),
(4861, 735, 'rating_mean', '0'),
(4862, 736, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4863, 736, '_ait-item_food-options_price', '0'),
(4864, 736, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}');
INSERT INTO `wpir_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4865, 736, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:18:\"7648 Clybourn Ave.\";s:8:\"latitude\";s:10:\"34.2092333\";s:9:\"longitude\";s:12:\"-118.3630157\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4866, 736, '_ait-item_item-featured', '0'),
(4867, 736, 'ait-latitude', '34.2092333'),
(4868, 736, 'ait-longitude', '-118.3630157'),
(4869, 736, 'rating_mean', '0'),
(4870, 738, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4871, 738, '_ait-item_food-options_price', '0'),
(4872, 738, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4873, 738, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:35:\"765 E 9TH ST SAN BERNADINO CA 92410\";s:8:\"latitude\";s:9:\"34.115472\";s:9:\"longitude\";s:12:\"-117.2690124\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4874, 738, '_ait-item_item-featured', '0'),
(4875, 738, 'ait-latitude', '34.115472'),
(4876, 738, 'ait-longitude', '-117.2690124'),
(4877, 738, 'rating_mean', '0'),
(4878, 741, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4879, 741, '_ait-item_food-options_price', '0'),
(4880, 741, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4881, 741, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:34:\"7756 BURNET AVE VAN NUYS, CA 91405\";s:8:\"latitude\";s:10:\"34.2117729\";s:9:\"longitude\";s:12:\"-118.4625162\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4882, 741, '_ait-item_item-featured', '0'),
(4883, 741, 'ait-latitude', '34.2117729'),
(4884, 741, 'ait-longitude', '-118.4625162'),
(4885, 741, 'rating_mean', '0'),
(4886, 742, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4887, 742, '_ait-item_food-options_price', '0'),
(4888, 742, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4889, 742, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:14:\"776 W 16th St.\";s:8:\"latitude\";s:10:\"33.6328552\";s:9:\"longitude\";s:12:\"-117.9308042\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4890, 742, '_ait-item_item-featured', '0'),
(4891, 742, 'ait-latitude', '33.6328552'),
(4892, 742, 'ait-longitude', '-117.9308042'),
(4893, 742, 'rating_mean', '0'),
(4894, 743, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4895, 743, '_ait-item_food-options_price', '0'),
(4896, 743, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4897, 743, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:42:\"777 n palm canyon dr palm springs ca 92262\";s:8:\"latitude\";s:10:\"33.8336718\";s:9:\"longitude\";s:12:\"-116.5472078\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4898, 743, '_ait-item_item-featured', '0'),
(4899, 743, 'ait-latitude', '33.8336718'),
(4900, 743, 'ait-longitude', '-116.5472078'),
(4901, 743, 'rating_mean', '0'),
(4902, 744, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4903, 744, '_ait-item_food-options_price', '0'),
(4904, 744, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4905, 744, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:20:\"778 north virgil ave\";s:8:\"latitude\";s:10:\"34.0854796\";s:9:\"longitude\";s:12:\"-118.2865701\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4906, 744, '_ait-item_item-featured', '0'),
(4907, 744, 'ait-latitude', '34.0854796'),
(4908, 744, 'ait-longitude', '-118.2865701'),
(4909, 744, 'rating_mean', '0'),
(4910, 745, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4911, 745, '_ait-item_food-options_price', '0'),
(4912, 745, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4913, 745, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:42:\"779 east washington blvd pasadena ca 91104\";s:8:\"latitude\";s:10:\"34.1690741\";s:9:\"longitude\";s:12:\"-118.1345088\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4914, 745, '_ait-item_item-featured', '0'),
(4915, 745, 'ait-latitude', '34.1690741'),
(4916, 745, 'ait-longitude', '-118.1345088'),
(4917, 745, 'rating_mean', '0'),
(4918, 746, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4919, 746, '_ait-item_food-options_price', '0'),
(4920, 746, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4921, 746, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:22:\"7828 santa monica blvs\";s:8:\"latitude\";s:10:\"34.0905774\";s:9:\"longitude\";s:12:\"-118.3602309\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4922, 746, '_ait-item_item-featured', '0'),
(4923, 746, 'ait-latitude', '34.0905774'),
(4924, 746, 'ait-longitude', '-118.3602309'),
(4925, 746, 'rating_mean', '0'),
(4926, 747, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4927, 747, '_ait-item_food-options_price', '0'),
(4928, 747, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4929, 747, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:20:\"791 E Pico Blvd #110\";s:8:\"latitude\";s:10:\"34.0317505\";s:9:\"longitude\";s:12:\"-118.2514712\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4930, 747, '_ait-item_item-featured', '0'),
(4931, 747, 'ait-latitude', '34.0317505'),
(4932, 747, 'ait-longitude', '-118.2514712'),
(4933, 747, 'rating_mean', '0'),
(4934, 748, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4935, 748, '_ait-item_food-options_price', '0'),
(4936, 748, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4937, 748, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:18:\"7923 Duchess Drive\";s:8:\"latitude\";s:8:\"33.97241\";s:9:\"longitude\";s:11:\"-118.070915\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4938, 748, '_ait-item_item-featured', '0'),
(4939, 748, 'ait-latitude', '33.97241'),
(4940, 748, 'ait-longitude', '-118.070915'),
(4941, 748, 'rating_mean', '0'),
(4942, 749, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4943, 749, '_ait-item_food-options_price', '0'),
(4944, 749, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4945, 749, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:16:\"8018 Avalon Blvd\";s:8:\"latitude\";s:10:\"33.9659018\";s:9:\"longitude\";s:12:\"-118.2649901\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4946, 749, '_ait-item_item-featured', '0'),
(4947, 749, 'ait-latitude', '33.9659018'),
(4948, 749, 'ait-longitude', '-118.2649901'),
(4949, 749, 'rating_mean', '0'),
(4950, 750, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4951, 750, '_ait-item_food-options_price', '0'),
(4952, 750, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4953, 750, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:16:\"805 w laurel ave\";s:8:\"latitude\";s:10:\"34.6442248\";s:9:\"longitude\";s:12:\"-120.4670949\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4954, 750, '_ait-item_item-featured', '0'),
(4955, 750, 'ait-latitude', '34.6442248'),
(4956, 750, 'ait-longitude', '-120.4670949'),
(4957, 750, 'rating_mean', '0'),
(4958, 751, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4959, 751, '_ait-item_food-options_price', '0'),
(4960, 751, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4961, 751, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:35:\"8112 ALPINE AVE SACRAMENTO CA 95826\";s:8:\"latitude\";s:9:\"38.535329\";s:9:\"longitude\";s:11:\"-121.408164\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4962, 751, '_ait-item_item-featured', '0'),
(4963, 751, 'ait-latitude', '38.535329'),
(4964, 751, 'ait-longitude', '-121.408164'),
(4965, 751, 'rating_mean', '0'),
(4966, 752, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4967, 752, '_ait-item_food-options_price', '0'),
(4968, 752, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4969, 752, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:18:\"8124 foothill blvd\";s:8:\"latitude\";s:10:\"34.2595229\";s:9:\"longitude\";s:12:\"-118.3101576\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4970, 752, '_ait-item_item-featured', '0'),
(4971, 752, 'ait-latitude', '34.2595229'),
(4972, 752, 'ait-longitude', '-118.3101576'),
(4973, 752, 'rating_mean', '0'),
(4974, 753, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4975, 753, '_ait-item_food-options_price', '0'),
(4976, 753, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4977, 753, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:13:\"8157 Wing Ave\";s:8:\"latitude\";s:10:\"32.8240151\";s:9:\"longitude\";s:12:\"-116.9647297\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4978, 753, '_ait-item_item-featured', '0'),
(4979, 753, 'ait-latitude', '32.8240151'),
(4980, 753, 'ait-longitude', '-116.9647297'),
(4981, 753, 'rating_mean', '0'),
(4982, 754, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4983, 754, '_ait-item_food-options_price', '0'),
(4984, 754, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4985, 754, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:18:\"816 E Compton Blvd\";s:8:\"latitude\";s:9:\"33.895733\";s:9:\"longitude\";s:11:\"-118.214377\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4986, 754, '_ait-item_item-featured', '0'),
(4987, 754, 'ait-latitude', '33.895733'),
(4988, 754, 'ait-longitude', '-118.214377'),
(4989, 754, 'rating_mean', '0'),
(4990, 756, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4991, 756, '_ait-item_food-options_price', '0'),
(4992, 756, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(4993, 756, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:15:\"817 Russell Ave\";s:8:\"latitude\";s:10:\"38.4695583\";s:9:\"longitude\";s:12:\"-122.7307101\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(4994, 756, '_ait-item_item-featured', '0'),
(4995, 756, 'ait-latitude', '38.4695583'),
(4996, 756, 'ait-longitude', '-122.7307101'),
(4997, 756, 'rating_mean', '0'),
(4998, 757, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(4999, 757, '_ait-item_food-options_price', '0'),
(5000, 757, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(5001, 757, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:18:\"820 west rider st \";s:8:\"latitude\";d:33.83094349675113932107706204988062381744384765625;s:9:\"longitude\";d:-117.2443813595436239438640768639743328094482421875;s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(5002, 757, '_ait-item_item-featured', '0'),
(5003, 757, 'ait-latitude', '33.830943496751'),
(5004, 757, 'ait-longitude', '-117.24438135954'),
(5005, 757, 'rating_mean', '0'),
(5006, 758, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(5007, 758, '_ait-item_food-options_price', '0'),
(5008, 758, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(5009, 758, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:33:\"820 west rider st perris ca 92571\";s:8:\"latitude\";s:10:\"33.8307818\";s:9:\"longitude\";s:12:\"-117.2445652\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(5010, 758, '_ait-item_item-featured', '0'),
(5011, 758, 'ait-latitude', '33.8307818'),
(5012, 758, 'ait-longitude', '-117.2445652'),
(5013, 758, 'rating_mean', '0'),
(5014, 759, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(5015, 759, '_ait-item_food-options_price', '0'),
(5016, 759, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(5017, 759, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:17:\"820 west rider st\";s:8:\"latitude\";d:33.8309614630568233906160457991063594818115234375;s:9:\"longitude\";d:-117.24437054539913560802233405411243438720703125;s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(5018, 759, '_ait-item_item-featured', '0'),
(5019, 759, 'ait-latitude', '33.830961463057'),
(5020, 759, 'ait-longitude', '-117.2443705454'),
(5021, 759, 'rating_mean', '0'),
(5022, 762, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(5023, 762, '_ait-item_food-options_price', '0'),
(5024, 762, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(5025, 762, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:18:\"8228 Santa Fe Ave.\";s:8:\"latitude\";s:10:\"33.9634187\";s:9:\"longitude\";s:12:\"-118.2300691\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(5026, 762, '_ait-item_item-featured', '0'),
(5027, 762, 'ait-latitude', '33.9634187'),
(5028, 762, 'ait-longitude', '-118.2300691'),
(5029, 762, 'rating_mean', '0'),
(5030, 763, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(5031, 763, '_ait-item_food-options_price', '0'),
(5032, 763, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(5033, 763, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:13:\"824 E 17th St\";s:8:\"latitude\";s:10:\"34.0271739\";s:9:\"longitude\";s:12:\"-118.2529155\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(5034, 763, '_ait-item_item-featured', '0'),
(5035, 763, 'ait-latitude', '34.0271739'),
(5036, 763, 'ait-longitude', '-118.2529155'),
(5037, 763, 'rating_mean', '0'),
(5038, 764, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(5039, 764, '_ait-item_food-options_price', '0'),
(5040, 764, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(5041, 764, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:44:\"824 E ANAHIEM ST UNIT B WILMINGTON, CA 90744\";s:8:\"latitude\";s:10:\"33.7801049\";s:9:\"longitude\";s:12:\"-118.2525253\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(5042, 764, '_ait-item_item-featured', '0'),
(5043, 764, 'ait-latitude', '33.7801049'),
(5044, 764, 'ait-longitude', '-118.2525253'),
(5045, 764, 'rating_mean', '0'),
(5046, 765, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(5047, 765, '_ait-item_food-options_price', '0'),
(5048, 765, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(5049, 765, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:15:\"825 n Euclid St\";s:8:\"latitude\";s:17:\"33.84366130000001\";s:9:\"longitude\";s:11:\"-117.942337\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(5050, 765, '_ait-item_item-featured', '0'),
(5051, 765, 'ait-latitude', '33.84366130000001'),
(5052, 765, 'ait-longitude', '-117.942337'),
(5053, 765, 'rating_mean', '0'),
(5054, 766, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(5055, 766, '_ait-item_food-options_price', '0'),
(5056, 766, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(5057, 766, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:35:\"827 twin view blvd redding ca 96003\";s:8:\"latitude\";s:10:\"40.6189919\";s:9:\"longitude\";s:12:\"-122.3710881\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(5058, 766, '_ait-item_item-featured', '0'),
(5059, 766, 'ait-latitude', '40.6189919'),
(5060, 766, 'ait-longitude', '-122.3710881'),
(5061, 766, 'rating_mean', '0'),
(5062, 767, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(5063, 767, '_ait-item_food-options_price', '0'),
(5064, 767, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(5065, 767, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:17:\"8311 beverly blvd\";s:8:\"latitude\";s:10:\"34.0763226\";s:9:\"longitude\";s:11:\"-118.370464\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(5066, 767, '_ait-item_item-featured', '0'),
(5067, 767, 'ait-latitude', '34.0763226'),
(5068, 767, 'ait-longitude', '-118.370464'),
(5069, 767, 'rating_mean', '0'),
(5070, 768, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(5071, 768, '_ait-item_food-options_price', '0'),
(5072, 768, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(5073, 768, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:57:\"832 ave campo rco esq linacero carolina puerto rico 00924\";s:8:\"latitude\";s:10:\"18.4061672\";s:9:\"longitude\";s:11:\"-66.0027054\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(5074, 768, '_ait-item_item-featured', '0'),
(5075, 768, 'ait-latitude', '18.4061672'),
(5076, 768, 'ait-longitude', '-66.0027054'),
(5077, 768, 'rating_mean', '0'),
(5078, 769, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(5079, 769, '_ait-item_food-options_price', '0'),
(5080, 769, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(5081, 769, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:33:\"832 washington st perris ca 92571\";s:8:\"latitude\";s:8:\"33.85414\";s:9:\"longitude\";s:11:\"-117.244567\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(5082, 769, '_ait-item_item-featured', '0'),
(5083, 769, 'ait-latitude', '33.85414'),
(5084, 769, 'ait-longitude', '-117.244567'),
(5085, 769, 'rating_mean', '0'),
(5086, 770, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(5087, 770, '_ait-item_food-options_price', '0'),
(5088, 770, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(5089, 770, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:17:\"8332 lincoln blvd\";s:8:\"latitude\";s:17:\"33.96200280000001\";s:9:\"longitude\";s:12:\"-118.4208329\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(5090, 770, '_ait-item_item-featured', '0'),
(5091, 770, 'ait-latitude', '33.96200280000001'),
(5092, 770, 'ait-longitude', '-118.4208329'),
(5093, 770, 'rating_mean', '0'),
(5094, 771, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(5095, 771, '_ait-item_food-options_price', '0'),
(5096, 771, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(5097, 771, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:18:\"836 east hobsonway\";s:8:\"latitude\";s:10:\"33.6090952\";s:9:\"longitude\";s:12:\"-114.5876857\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(5098, 771, '_ait-item_item-featured', '0'),
(5099, 771, 'ait-latitude', '33.6090952'),
(5100, 771, 'ait-longitude', '-114.5876857'),
(5101, 771, 'rating_mean', '0'),
(5102, 772, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(5103, 772, '_ait-item_food-options_price', '0'),
(5104, 772, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}');
INSERT INTO `wpir_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5105, 772, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:16:\"8360 melrose ave\";s:8:\"latitude\";s:10:\"34.0834054\";s:9:\"longitude\";s:12:\"-118.3725144\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(5106, 772, '_ait-item_item-featured', '0'),
(5107, 772, 'ait-latitude', '34.0834054'),
(5108, 772, 'ait-longitude', '-118.3725144'),
(5109, 772, 'rating_mean', '0'),
(5110, 774, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(5111, 774, '_ait-item_food-options_price', '0'),
(5112, 774, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(5113, 774, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:16:\"8405 pershing dr\";s:8:\"latitude\";s:10:\"33.9570879\";s:9:\"longitude\";s:12:\"-118.4432657\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(5114, 774, '_ait-item_item-featured', '0'),
(5115, 774, 'ait-latitude', '33.9570879'),
(5116, 774, 'ait-longitude', '-118.4432657'),
(5117, 774, 'rating_mean', '0'),
(5118, 775, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(5119, 775, '_ait-item_food-options_price', '0'),
(5120, 775, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(5121, 775, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:24:\"8416 Lankershim Bl. #107\";s:8:\"latitude\";s:10:\"34.2232419\";s:9:\"longitude\";s:12:\"-118.3874414\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(5122, 775, '_ait-item_item-featured', '0'),
(5123, 775, 'ait-latitude', '34.2232419'),
(5124, 775, 'ait-longitude', '-118.3874414'),
(5125, 775, 'rating_mean', '0'),
(5126, 776, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(5127, 776, '_ait-item_food-options_price', '0'),
(5128, 776, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(5129, 776, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:32:\"84160 ave 48 coachella ca 922236\";s:8:\"latitude\";s:10:\"33.7000847\";s:9:\"longitude\";s:11:\"-116.196016\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(5130, 776, '_ait-item_item-featured', '0'),
(5131, 776, 'ait-latitude', '33.7000847'),
(5132, 776, 'ait-longitude', '-116.196016'),
(5133, 776, 'rating_mean', '0'),
(5134, 777, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(5135, 777, '_ait-item_food-options_price', '0'),
(5136, 777, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(5137, 777, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:19:\"844 W Gardena Blvd.\";s:8:\"latitude\";s:10:\"33.8814333\";s:9:\"longitude\";s:12:\"-118.2906433\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(5138, 777, '_ait-item_item-featured', '0'),
(5139, 777, 'ait-latitude', '33.8814333'),
(5140, 777, 'ait-longitude', '-118.2906433'),
(5141, 777, 'rating_mean', '0'),
(5142, 778, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(5143, 778, '_ait-item_food-options_price', '0'),
(5144, 778, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(5145, 778, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:22:\"8464 santa monica blvd\";s:8:\"latitude\";s:10:\"34.0896146\";s:9:\"longitude\";s:12:\"-118.3756135\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(5146, 778, '_ait-item_item-featured', '0'),
(5147, 778, 'ait-latitude', '34.0896146'),
(5148, 778, 'ait-longitude', '-118.3756135'),
(5149, 778, 'rating_mean', '0'),
(5150, 779, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(5151, 779, '_ait-item_food-options_price', '0'),
(5152, 779, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(5153, 779, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:20:\"8534 Washington Blvd\";s:8:\"latitude\";s:10:\"34.0306731\";s:9:\"longitude\";s:12:\"-118.3799226\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(5154, 779, '_ait-item_item-featured', '0'),
(5155, 779, 'ait-latitude', '34.0306731'),
(5156, 779, 'ait-longitude', '-118.3799226'),
(5157, 779, 'rating_mean', '0'),
(5158, 780, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(5159, 780, '_ait-item_food-options_price', '0'),
(5160, 780, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(5161, 780, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:22:\"8625 santa monica blvd\";s:8:\"latitude\";s:10:\"34.0878217\";s:9:\"longitude\";s:12:\"-118.3799153\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(5162, 780, '_ait-item_item-featured', '0'),
(5163, 780, 'ait-latitude', '34.0878217'),
(5164, 780, 'ait-longitude', '-118.3799153'),
(5165, 780, 'rating_mean', '0'),
(5166, 781, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(5167, 781, '_ait-item_food-options_price', '0'),
(5168, 781, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(5169, 781, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:36:\"8644 Norwalk Blvd (entrance in back)\";s:8:\"latitude\";s:10:\"33.9622075\";s:9:\"longitude\";s:12:\"-118.0703757\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(5170, 781, '_ait-item_item-featured', '0'),
(5171, 781, 'ait-latitude', '33.9622075'),
(5172, 781, 'ait-longitude', '-118.0703757'),
(5173, 781, 'rating_mean', '0'),
(5174, 782, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(5175, 782, '_ait-item_food-options_price', '0'),
(5176, 782, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(5177, 782, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:36:\"872  w washingtonnst perris ca 92571\";s:8:\"latitude\";s:10:\"33.8539501\";s:9:\"longitude\";s:12:\"-117.2454966\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(5178, 782, '_ait-item_item-featured', '0'),
(5179, 782, 'ait-latitude', '33.8539501'),
(5180, 782, 'ait-longitude', '-117.2454966'),
(5181, 782, 'rating_mean', '0'),
(5182, 783, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(5183, 783, '_ait-item_food-options_price', '0'),
(5184, 783, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(5185, 783, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:14:\"877 tahoe blvd\";s:8:\"latitude\";s:10:\"39.2494393\";s:9:\"longitude\";s:12:\"-119.9550368\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(5186, 783, '_ait-item_item-featured', '0'),
(5187, 783, 'ait-latitude', '39.2494393'),
(5188, 783, 'ait-longitude', '-119.9550368'),
(5189, 783, 'rating_mean', '0'),
(5190, 784, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(5191, 784, '_ait-item_food-options_price', '0'),
(5192, 784, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(5193, 784, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:17:\"8821 Norwalk Blvd\";s:8:\"latitude\";s:10:\"33.9607637\";s:9:\"longitude\";s:12:\"-118.0710923\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(5194, 784, '_ait-item_item-featured', '0'),
(5195, 784, 'ait-latitude', '33.9607637'),
(5196, 784, 'ait-longitude', '-118.0710923'),
(5197, 784, 'rating_mean', '0'),
(5198, 785, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(5199, 785, '_ait-item_food-options_price', '0'),
(5200, 785, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(5201, 785, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:18:\"8826 South Vermont\";s:8:\"latitude\";s:10:\"33.9573113\";s:9:\"longitude\";s:12:\"-118.2915107\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(5202, 785, '_ait-item_item-featured', '0'),
(5203, 785, 'ait-latitude', '33.9573113'),
(5204, 785, 'ait-longitude', '-118.2915107'),
(5205, 785, 'rating_mean', '0'),
(5206, 786, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(5207, 786, '_ait-item_food-options_price', '0'),
(5208, 786, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(5209, 786, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:18:\"8836 South Vermont\";s:8:\"latitude\";s:10:\"33.9572091\";s:9:\"longitude\";s:12:\"-118.2912289\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(5210, 786, '_ait-item_item-featured', '0'),
(5211, 786, 'ait-latitude', '33.9572091'),
(5212, 786, 'ait-longitude', '-118.2912289'),
(5213, 786, 'rating_mean', '0'),
(5214, 787, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(5215, 787, '_ait-item_food-options_price', '0'),
(5216, 787, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(5217, 787, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:12:\"8855 la mesa\";s:8:\"latitude\";s:10:\"32.7718116\";s:9:\"longitude\";s:12:\"-117.0062815\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(5218, 787, '_ait-item_item-featured', '0'),
(5219, 787, 'ait-latitude', '32.7718116'),
(5220, 787, 'ait-longitude', '-117.0062815'),
(5221, 787, 'rating_mean', '0'),
(5222, 788, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(5223, 788, '_ait-item_food-options_price', '0'),
(5224, 788, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(5225, 788, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:42:\"8863 balboa ave suite @ san diego ca 92123\";s:8:\"latitude\";d:32.82043268098693289402945083566009998321533203125;s:9:\"longitude\";d:-117.1378165001800510935936472378671169281005859375;s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(5226, 788, '_ait-item_item-featured', '0'),
(5227, 788, 'ait-latitude', '32.820432680987'),
(5228, 788, 'ait-longitude', '-117.13781650018'),
(5229, 788, 'rating_mean', '0'),
(5230, 789, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(5231, 789, '_ait-item_food-options_price', '0'),
(5232, 789, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(5233, 789, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:23:\"8863 Balboa Ave Suite E\";s:8:\"latitude\";s:10:\"32.8203159\";s:9:\"longitude\";s:12:\"-117.1380196\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(5234, 789, '_ait-item_item-featured', '0'),
(5235, 789, 'ait-latitude', '32.8203159'),
(5236, 789, 'ait-longitude', '-117.1380196'),
(5237, 789, 'rating_mean', '0'),
(5238, 790, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(5239, 790, '_ait-item_food-options_price', '0'),
(5240, 790, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(5241, 790, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:19:\"8907 Compton avenue\";s:8:\"latitude\";s:10:\"33.9559215\";s:9:\"longitude\";s:12:\"-118.2475813\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(5242, 790, '_ait-item_item-featured', '0'),
(5243, 790, 'ait-latitude', '33.9559215'),
(5244, 790, 'ait-longitude', '-118.2475813'),
(5245, 790, 'rating_mean', '0'),
(5246, 791, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(5247, 791, '_ait-item_food-options_price', '0'),
(5248, 791, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(5249, 791, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:18:\"8918 S Vermont Ave\";s:8:\"latitude\";s:10:\"33.9559583\";s:9:\"longitude\";s:12:\"-118.2912678\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(5250, 791, '_ait-item_item-featured', '0'),
(5251, 791, 'ait-latitude', '33.9559583'),
(5252, 791, 'ait-longitude', '-118.2912678'),
(5253, 791, 'rating_mean', '0'),
(5254, 792, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(5255, 792, '_ait-item_food-options_price', '0'),
(5256, 792, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(5257, 792, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:25:\"8940 National Blvd UNIT B\";s:8:\"latitude\";s:10:\"34.0300484\";s:9:\"longitude\";s:12:\"-118.3897064\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(5258, 792, '_ait-item_item-featured', '0'),
(5259, 792, 'ait-latitude', '34.0300484'),
(5260, 792, 'ait-longitude', '-118.3897064'),
(5261, 792, 'rating_mean', '0'),
(5262, 793, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(5263, 793, '_ait-item_food-options_price', '0'),
(5264, 793, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(5265, 793, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:20:\"9021 exposition blvd\";s:8:\"latitude\";s:10:\"34.0289086\";s:9:\"longitude\";s:11:\"-118.392607\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(5266, 793, '_ait-item_item-featured', '0'),
(5267, 793, 'ait-latitude', '34.0289086'),
(5268, 793, 'ait-longitude', '-118.392607'),
(5269, 793, 'rating_mean', '0'),
(5270, 795, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(5271, 795, '_ait-item_food-options_price', '0'),
(5272, 795, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(5273, 795, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:20:\"9021 Exposition Blvd\";s:8:\"latitude\";d:34.02904334729262103564906283281743526458740234375;s:9:\"longitude\";d:-118.3924769280346112054758123122155666351318359375;s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(5274, 795, '_ait-item_item-featured', '0'),
(5275, 795, 'ait-latitude', '34.029043347293'),
(5276, 795, 'ait-longitude', '-118.39247692803'),
(5277, 795, 'rating_mean', '0'),
(5278, 797, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(5279, 797, '_ait-item_food-options_price', '0'),
(5280, 797, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(5281, 797, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:12:\"9058 Rose St\";s:8:\"latitude\";s:10:\"33.8692795\";s:9:\"longitude\";s:11:\"-118.140589\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(5282, 797, '_ait-item_item-featured', '0'),
(5283, 797, 'ait-latitude', '33.8692795'),
(5284, 797, 'ait-longitude', '-118.140589'),
(5285, 797, 'rating_mean', '0'),
(5286, 798, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(5287, 798, '_ait-item_food-options_price', '0'),
(5288, 798, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(5289, 798, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:17:\"9077 Soquel Drive\";s:8:\"latitude\";s:10:\"36.9757514\";s:9:\"longitude\";s:12:\"-121.8881237\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(5290, 798, '_ait-item_item-featured', '0'),
(5291, 798, 'ait-latitude', '36.9757514'),
(5292, 798, 'ait-longitude', '-121.8881237'),
(5293, 798, 'rating_mean', '0'),
(5294, 799, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(5295, 799, '_ait-item_food-options_price', '0'),
(5296, 799, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(5297, 799, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:13:\"9141 Somerset\";s:8:\"latitude\";s:9:\"43.371768\";s:9:\"longitude\";s:10:\"-78.522908\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(5298, 799, '_ait-item_item-featured', '0'),
(5299, 799, 'ait-latitude', '43.371768'),
(5300, 799, 'ait-longitude', '-78.522908'),
(5301, 799, 'rating_mean', '0'),
(5302, 800, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(5303, 800, '_ait-item_food-options_price', '0'),
(5304, 800, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(5305, 800, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:19:\"927 1/2 western ave\";s:8:\"latitude\";s:10:\"34.0874386\";s:9:\"longitude\";s:12:\"-118.3096005\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(5306, 800, '_ait-item_item-featured', '0'),
(5307, 800, 'ait-latitude', '34.0874386'),
(5308, 800, 'ait-longitude', '-118.3096005'),
(5309, 800, 'rating_mean', '0'),
(5310, 801, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(5311, 801, '_ait-item_food-options_price', '0'),
(5312, 801, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(5313, 801, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:24:\"930 South Alameda Street\";s:8:\"latitude\";s:9:\"34.026471\";s:9:\"longitude\";s:12:\"-118.2387285\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(5314, 801, '_ait-item_item-featured', '0'),
(5315, 801, 'ait-latitude', '34.026471'),
(5316, 801, 'ait-longitude', '-118.2387285'),
(5317, 801, 'rating_mean', '0'),
(5318, 802, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(5319, 802, '_ait-item_food-options_price', '0'),
(5320, 802, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(5321, 802, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:16:\"9304 S. Broadway\";s:8:\"latitude\";s:10:\"33.9516798\";s:9:\"longitude\";s:12:\"-118.2779458\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(5322, 802, '_ait-item_item-featured', '0'),
(5323, 802, 'ait-latitude', '33.9516798'),
(5324, 802, 'ait-longitude', '-118.2779458'),
(5325, 802, 'rating_mean', '0'),
(5326, 803, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(5327, 803, '_ait-item_food-options_price', '0'),
(5328, 803, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(5329, 803, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:12:\"946 Olive Dr\";s:8:\"latitude\";s:10:\"38.5401108\";s:9:\"longitude\";s:12:\"-121.7391083\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(5330, 803, '_ait-item_item-featured', '0'),
(5331, 803, 'ait-latitude', '38.5401108'),
(5332, 803, 'ait-longitude', '-121.7391083'),
(5333, 803, 'rating_mean', '0'),
(5334, 804, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(5335, 804, '_ait-item_food-options_price', '0'),
(5336, 804, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(5337, 804, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:17:\"9518 jamacha blvd\";s:8:\"latitude\";s:10:\"32.7080912\";s:9:\"longitude\";s:12:\"-116.9943622\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(5338, 804, '_ait-item_item-featured', '0'),
(5339, 804, 'ait-latitude', '32.7080912'),
(5340, 804, 'ait-longitude', '-116.9943622'),
(5341, 804, 'rating_mean', '0'),
(5342, 805, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(5343, 805, '_ait-item_food-options_price', '0'),
(5344, 805, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}');
INSERT INTO `wpir_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5345, 805, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:18:\"9535 Artesia Blvd.\";s:8:\"latitude\";s:10:\"33.8751054\";s:9:\"longitude\";s:11:\"-118.130551\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(5346, 805, '_ait-item_item-featured', '0'),
(5347, 805, 'ait-latitude', '33.8751054'),
(5348, 805, 'ait-longitude', '-118.130551'),
(5349, 805, 'rating_mean', '0'),
(5350, 806, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(5351, 806, '_ait-item_food-options_price', '0'),
(5352, 806, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(5353, 806, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:14:\"954 S Broadway\";s:8:\"latitude\";s:10:\"34.0409525\";s:9:\"longitude\";s:12:\"-118.2570235\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(5354, 806, '_ait-item_item-featured', '0'),
(5355, 806, 'ait-latitude', '34.0409525'),
(5356, 806, 'ait-longitude', '-118.2570235'),
(5357, 806, 'rating_mean', '0'),
(5358, 807, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(5359, 807, '_ait-item_food-options_price', '0'),
(5360, 807, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(5361, 807, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:12:\"956 Broadway\";s:8:\"latitude\";s:10:\"40.6966908\";s:9:\"longitude\";s:18:\"-73.93504550000002\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(5362, 807, '_ait-item_item-featured', '0'),
(5363, 807, 'ait-latitude', '40.6966908'),
(5364, 807, 'ait-longitude', '-73.93504550000002'),
(5365, 807, 'rating_mean', '0'),
(5366, 808, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(5367, 808, '_ait-item_food-options_price', '0'),
(5368, 808, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(5369, 808, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:16:\"9636 Venice Blvd\";s:8:\"latitude\";s:9:\"34.024296\";s:9:\"longitude\";s:12:\"-118.3964906\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(5370, 808, '_ait-item_item-featured', '0'),
(5371, 808, 'ait-latitude', '34.024296'),
(5372, 808, 'ait-longitude', '-118.3964906'),
(5373, 808, 'rating_mean', '0'),
(5374, 809, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(5375, 809, '_ait-item_food-options_price', '0'),
(5376, 809, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(5377, 809, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:24:\"980 north la cienga #102\";s:8:\"latitude\";s:10:\"34.0890695\";s:9:\"longitude\";s:12:\"-118.3760751\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(5378, 809, '_ait-item_item-featured', '0'),
(5379, 809, 'ait-latitude', '34.0890695'),
(5380, 809, 'ait-longitude', '-118.3760751'),
(5381, 809, 'rating_mean', '0'),
(5382, 810, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(5383, 810, '_ait-item_food-options_price', '0'),
(5384, 810, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(5385, 810, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:34:\"9806 MISSION RD RIVERSIDE CA 92509\";s:8:\"latitude\";s:10:\"34.0112934\";s:9:\"longitude\";s:12:\"-117.4989247\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(5386, 810, '_ait-item_item-featured', '0'),
(5387, 810, 'ait-latitude', '34.0112934'),
(5388, 810, 'ait-longitude', '-117.4989247'),
(5389, 810, 'rating_mean', '0'),
(5390, 813, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(5391, 813, '_ait-item_food-options_price', '0'),
(5392, 813, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(5393, 813, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:35:\"985 TIMOTHY DRIVE SAN JOSE CA 95133\";s:8:\"latitude\";s:10:\"37.3636704\";s:9:\"longitude\";s:12:\"-121.8814318\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(5394, 813, '_ait-item_item-featured', '0'),
(5395, 813, 'ait-latitude', '37.3636704'),
(5396, 813, 'ait-longitude', '-121.8814318'),
(5397, 813, 'rating_mean', '0'),
(5398, 814, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(5399, 814, '_ait-item_food-options_price', '0'),
(5400, 814, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(5401, 814, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:30:\"985 w holt ave pomona ca 91768\";s:8:\"latitude\";s:10:\"34.0622204\";s:9:\"longitude\";s:12:\"-117.7665879\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(5402, 814, '_ait-item_item-featured', '0'),
(5403, 814, 'ait-latitude', '34.0622204'),
(5404, 814, 'ait-longitude', '-117.7665879'),
(5405, 814, 'rating_mean', '0'),
(5406, 815, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(5407, 815, '_ait-item_food-options_price', '0'),
(5408, 815, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(5409, 815, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:36:\"9866 de soto ave chatsworth ca 91311\";s:8:\"latitude\";s:9:\"34.249545\";s:9:\"longitude\";s:12:\"-118.5883922\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(5410, 815, '_ait-item_item-featured', '0'),
(5411, 815, 'ait-latitude', '34.249545'),
(5412, 815, 'ait-longitude', '-118.5883922'),
(5413, 815, 'rating_mean', '0'),
(5414, 816, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(5415, 816, '_ait-item_food-options_price', '0'),
(5416, 816, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(5417, 816, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:17:\"998 Huston Street\";s:8:\"latitude\";s:10:\"35.1110228\";s:9:\"longitude\";s:11:\"-120.619947\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(5418, 816, '_ait-item_item-featured', '0'),
(5419, 816, 'ait-latitude', '35.1110228'),
(5420, 816, 'ait-longitude', '-120.619947'),
(5421, 816, 'rating_mean', '0'),
(5422, 817, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(5423, 817, '_ait-item_food-options_price', '0'),
(5424, 817, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(5425, 817, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:44:\"AVE HIPODROMO 617 SAN JUAN PUERTO RICO 00909\";s:8:\"latitude\";s:10:\"18.4472348\";s:9:\"longitude\";s:18:\"-66.07195639999999\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(5426, 817, '_ait-item_item-featured', '0'),
(5427, 817, 'ait-latitude', '18.4472348'),
(5428, 817, 'ait-longitude', '-66.07195639999999'),
(5429, 817, 'rating_mean', '0'),
(5430, 818, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(5431, 818, '_ait-item_food-options_price', '0'),
(5432, 818, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(5433, 818, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:68:\"BO. QUEBRADILLAS CARRERERA 152 KM 8.0 BARRANQUITAS PUERTO RICO 00794\";s:8:\"latitude\";s:10:\"18.2050481\";s:9:\"longitude\";s:11:\"-66.2945703\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(5434, 818, '_ait-item_item-featured', '0'),
(5435, 818, 'ait-latitude', '18.2050481'),
(5436, 818, 'ait-longitude', '-66.2945703'),
(5437, 818, 'rating_mean', '0'),
(8249, 311, '_edit_last', '1'),
(8241, 318, '_edit_last', '1'),
(8242, 318, 'slide_template', 'default'),
(8243, 318, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8244, 318, '_wp_old_date', '2020-01-14'),
(8245, 310, '_edit_last', '1'),
(8246, 310, 'slide_template', 'default'),
(8247, 310, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8248, 310, '_wp_old_date', '2020-01-14'),
(8237, 319, '_edit_last', '1'),
(8229, 322, '_edit_last', '1'),
(8230, 322, 'slide_template', 'default'),
(8231, 322, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8232, 322, '_wp_old_date', '2020-01-14'),
(8233, 320, '_edit_last', '1'),
(8234, 320, 'slide_template', 'default'),
(8235, 320, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8236, 320, '_wp_old_date', '2020-01-14'),
(5454, 821, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(5455, 821, '_ait-item_food-options_price', '0'),
(5456, 821, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(5457, 821, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:52:\"calle hernandez carrion #25 manati puerto rico 00674\";s:8:\"latitude\";s:10:\"18.4339918\";s:9:\"longitude\";s:11:\"-66.4815756\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(5458, 821, '_ait-item_item-featured', '0'),
(5459, 821, 'ait-latitude', '18.4339918'),
(5460, 821, 'ait-longitude', '-66.4815756'),
(5461, 821, 'rating_mean', '0'),
(5462, 822, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(5463, 822, '_ait-item_food-options_price', '0'),
(5464, 822, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(5465, 822, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:61:\"CALLE RODOLFO GONZALEZ #80 SUITE 2 ADJUNTAS PUERTO RICO 00601\";s:8:\"latitude\";s:10:\"18.1646343\";s:9:\"longitude\";s:11:\"-66.7235282\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(5466, 822, '_ait-item_item-featured', '0'),
(5467, 822, 'ait-latitude', '18.1646343'),
(5468, 822, 'ait-longitude', '-66.7235282'),
(5469, 822, 'rating_mean', '0'),
(5470, 823, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(5471, 823, '_ait-item_food-options_price', '0'),
(5472, 823, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(5473, 823, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:68:\"carr #1 km 30.9 plaza el retiro local 3 y 4 caguas puerto rico 00725\";s:8:\"latitude\";s:9:\"18.294378\";s:9:\"longitude\";s:11:\"-66.0344581\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(5474, 823, '_ait-item_item-featured', '0'),
(5475, 823, 'ait-latitude', '18.294378'),
(5476, 823, 'ait-longitude', '-66.0344581'),
(5477, 823, 'rating_mean', '0'),
(5478, 824, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(5479, 824, '_ait-item_food-options_price', '3'),
(5480, 824, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:1:\"3\";}'),
(5481, 824, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"1\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:75:\"CARR 114 KM 1.3 GUANAJIBO INDUSTRIAL PARK LOT #7 MAYAGUEZ PUERTO RICO 00680\";s:8:\"latitude\";s:10:\"18.1598824\";s:9:\"longitude\";s:11:\"-67.1523341\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(5482, 824, '_ait-item_item-featured', '1'),
(5483, 824, 'ait-latitude', '18.1598824'),
(5484, 824, 'ait-longitude', '-67.1523341'),
(5485, 824, 'rating_mean', '0'),
(5486, 825, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(5487, 825, '_ait-item_food-options_price', '0'),
(5488, 825, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(5489, 825, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:51:\"CARR 6632 3 SECTOR LA LINEA KM 1.3 MOROVIS PR 00687\";s:8:\"latitude\";s:9:\"18.325785\";s:9:\"longitude\";s:11:\"-66.4065592\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(5490, 825, '_ait-item_item-featured', '0'),
(5491, 825, 'ait-latitude', '18.325785'),
(5492, 825, 'ait-longitude', '-66.4065592'),
(5493, 825, 'rating_mean', '0'),
(5494, 826, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(5495, 826, '_ait-item_food-options_price', '3'),
(5496, 826, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:1:\"3\";}'),
(5497, 826, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:54:\"carreta #2 barrio carrizales hatillo puerto rico 00612\";s:8:\"latitude\";s:10:\"18.4878588\";s:9:\"longitude\";s:11:\"-66.7896078\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(5498, 826, '_ait-item_item-featured', '0'),
(5499, 826, 'ait-latitude', '18.4878588'),
(5500, 826, 'ait-longitude', '-66.7896078'),
(5501, 826, 'rating_mean', '0'),
(5502, 827, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(5503, 827, '_ait-item_food-options_price', '0'),
(5504, 827, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(5505, 827, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:80:\"carreta 172 km 19.6 barrio canaboncito san felix plaza caguas puerto rico, 00725\";s:8:\"latitude\";s:10:\"18.2197849\";s:9:\"longitude\";s:11:\"-66.0412636\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(5506, 827, '_ait-item_item-featured', '0'),
(5507, 827, 'ait-latitude', '18.2197849'),
(5508, 827, 'ait-longitude', '-66.0412636'),
(5509, 827, 'rating_mean', '0'),
(5510, 828, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(5511, 828, '_ait-item_food-options_price', '0'),
(5512, 828, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(5513, 828, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:74:\"centro comercial plaza pradera local #7 carr 167 bayamon puerto rico 00961\";s:8:\"latitude\";s:10:\"18.4292242\";s:9:\"longitude\";s:18:\"-66.16636489999999\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(5514, 828, '_ait-item_item-featured', '0'),
(5515, 828, 'ait-latitude', '18.4292242'),
(5516, 828, 'ait-longitude', '-66.16636489999999'),
(5517, 828, 'rating_mean', '0'),
(5518, 829, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"0\";}'),
(5519, 829, '_ait-item_food-options_price', '0'),
(5520, 829, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:0:\"\";}'),
(5521, 829, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:48:\"CLL 23 & west main ave bayamon puerto rico 00961\";s:8:\"latitude\";s:10:\"18.4041682\";s:9:\"longitude\";s:11:\"-66.1630985\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:1:\"0\";s:7:\"swpitch\";s:1:\"0\";s:6:\"swzoom\";s:1:\"0\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"0\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(5522, 829, '_ait-item_item-featured', '0'),
(5523, 829, 'ait-latitude', '18.4041682'),
(5524, 829, 'ait-longitude', '-66.1630985'),
(5525, 829, 'rating_mean', '0'),
(5526, 826, '_edit_last', '1'),
(5527, 826, 'slide_template', 'default'),
(5528, 826, '_edit_lock', '1579033639:1'),
(5529, 826, 'classic-editor-remember', 'classic-editor'),
(5530, 826, '_ait-item_item-author', 'a:1:{s:6:\"author\";s:1:\"1\";}'),
(8228, 321, '_wp_old_date', '2020-01-14'),
(8225, 321, '_edit_last', '1'),
(8226, 321, 'slide_template', 'default'),
(8227, 321, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(5536, 821, '_edit_lock', '1579033736:1'),
(5537, 821, 'classic-editor-remember', 'classic-editor'),
(5538, 821, '_edit_last', '1'),
(5539, 821, 'slide_template', 'default'),
(8240, 319, '_wp_old_date', '2020-01-14'),
(5542, 828, '_edit_lock', '1579033878:1'),
(5543, 828, 'classic-editor-remember', 'classic-editor'),
(5544, 829, '_edit_lock', '1579033890:1'),
(5545, 829, 'classic-editor-remember', 'classic-editor'),
(5546, 822, '_edit_lock', '1579033903:1'),
(5547, 822, 'classic-editor-remember', 'classic-editor'),
(5548, 824, '_edit_lock', '1579467896:1'),
(5549, 824, 'classic-editor-remember', 'classic-editor'),
(5550, 825, '_edit_lock', '1579033926:1'),
(5551, 825, 'classic-editor-remember', 'classic-editor'),
(5552, 827, '_edit_lock', '1579033940:1'),
(5553, 827, 'classic-editor-remember', 'classic-editor'),
(5554, 823, '_edit_lock', '1579033952:1'),
(5555, 823, 'classic-editor-remember', 'classic-editor'),
(5556, 813, '_edit_lock', '1579033964:1'),
(5557, 813, 'classic-editor-remember', 'classic-editor'),
(5558, 816, '_edit_lock', '1579034000:1'),
(5559, 816, 'classic-editor-remember', 'classic-editor'),
(5560, 817, '_edit_lock', '1579034012:1'),
(5561, 817, 'classic-editor-remember', 'classic-editor'),
(5562, 815, '_edit_lock', '1579034025:1'),
(5563, 815, 'classic-editor-remember', 'classic-editor'),
(5564, 810, '_edit_lock', '1579034072:1'),
(5565, 810, 'classic-editor-remember', 'classic-editor'),
(8250, 311, 'slide_template', 'default'),
(8238, 319, 'slide_template', 'default'),
(8239, 319, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(5569, 828, '_edit_last', '1'),
(5570, 828, 'slide_template', 'default'),
(5571, 829, '_edit_last', '1'),
(5572, 829, 'slide_template', 'default'),
(5573, 822, '_edit_last', '1'),
(5574, 822, 'slide_template', 'default'),
(5575, 824, '_edit_last', '1'),
(5576, 824, 'slide_template', 'default'),
(5577, 825, '_edit_last', '1'),
(5578, 825, 'slide_template', 'default'),
(5579, 827, '_edit_last', '1'),
(5580, 827, 'slide_template', 'default'),
(5581, 823, '_edit_last', '1'),
(5582, 823, 'slide_template', 'default'),
(5583, 813, '_edit_last', '1'),
(5584, 813, 'slide_template', 'default'),
(5585, 816, '_edit_last', '1'),
(5586, 816, 'slide_template', 'default'),
(5587, 817, '_edit_last', '1'),
(5588, 817, 'slide_template', 'default'),
(5589, 815, '_edit_last', '1'),
(5590, 815, 'slide_template', 'default'),
(5591, 810, '_edit_last', '1'),
(5592, 810, 'slide_template', 'default'),
(5593, 814, '_edit_lock', '1579034340:1'),
(5594, 814, 'classic-editor-remember', 'classic-editor'),
(5595, 818, '_edit_lock', '1579034341:1'),
(5596, 818, 'classic-editor-remember', 'classic-editor'),
(5597, 806, '_edit_lock', '1579034342:1'),
(5598, 806, 'classic-editor-remember', 'classic-editor'),
(5599, 791, '_edit_lock', '1579034343:1'),
(5600, 791, 'classic-editor-remember', 'classic-editor'),
(5601, 793, '_edit_lock', '1579034343:1'),
(5602, 793, 'classic-editor-remember', 'classic-editor'),
(5603, 795, '_edit_lock', '1579034343:1'),
(5604, 795, 'classic-editor-remember', 'classic-editor'),
(5605, 792, '_edit_lock', '1579034343:1'),
(5606, 792, 'classic-editor-remember', 'classic-editor'),
(5607, 797, '_edit_lock', '1579034345:1'),
(5608, 797, 'classic-editor-remember', 'classic-editor'),
(5609, 804, '_edit_lock', '1579034346:1'),
(5610, 804, 'classic-editor-remember', 'classic-editor'),
(5611, 808, '_edit_lock', '1579034346:1'),
(5612, 808, 'classic-editor-remember', 'classic-editor'),
(5613, 809, '_edit_lock', '1579034346:1'),
(5614, 809, 'classic-editor-remember', 'classic-editor'),
(5615, 805, '_edit_lock', '1579034349:1'),
(5616, 805, 'classic-editor-remember', 'classic-editor'),
(5617, 799, '_edit_lock', '1579034349:1'),
(5618, 799, 'classic-editor-remember', 'classic-editor'),
(5619, 807, '_edit_lock', '1579034349:1'),
(5620, 807, 'classic-editor-remember', 'classic-editor'),
(5621, 789, '_edit_lock', '1579034351:1'),
(5622, 789, 'classic-editor-remember', 'classic-editor'),
(5623, 790, '_edit_lock', '1579034352:1'),
(5624, 790, 'classic-editor-remember', 'classic-editor'),
(5625, 798, '_edit_lock', '1579034351:1'),
(5626, 798, 'classic-editor-remember', 'classic-editor'),
(5627, 803, '_edit_lock', '1579034352:1'),
(5628, 803, 'classic-editor-remember', 'classic-editor'),
(5629, 801, '_edit_lock', '1579034352:1'),
(5630, 801, 'classic-editor-remember', 'classic-editor'),
(5631, 800, '_edit_lock', '1579034353:1'),
(5632, 800, 'classic-editor-remember', 'classic-editor'),
(5633, 802, '_edit_lock', '1579034353:1'),
(5634, 802, 'classic-editor-remember', 'classic-editor'),
(5635, 782, '_edit_lock', '1579034354:1'),
(5636, 782, 'classic-editor-remember', 'classic-editor'),
(5637, 781, '_edit_lock', '1579034353:1'),
(5638, 781, 'classic-editor-remember', 'classic-editor'),
(5639, 814, '_edit_last', '1'),
(5640, 814, 'slide_template', 'default'),
(5641, 818, '_edit_last', '1'),
(5642, 818, 'slide_template', 'default'),
(5643, 806, '_edit_last', '1'),
(5644, 806, 'slide_template', 'default'),
(5645, 791, '_edit_last', '1'),
(5646, 791, 'slide_template', 'default'),
(5647, 793, '_edit_last', '1'),
(5648, 793, 'slide_template', 'default'),
(5649, 795, '_edit_last', '1'),
(5650, 795, 'slide_template', 'default'),
(5651, 792, '_edit_last', '1'),
(5652, 792, 'slide_template', 'default'),
(5653, 797, '_edit_last', '1'),
(5654, 797, 'slide_template', 'default'),
(5655, 804, '_edit_last', '1'),
(5656, 804, 'slide_template', 'default'),
(5657, 808, '_edit_last', '1'),
(5658, 808, 'slide_template', 'default'),
(5659, 809, '_edit_last', '1'),
(5660, 809, 'slide_template', 'default'),
(5661, 805, '_edit_last', '1'),
(5662, 805, 'slide_template', 'default'),
(5663, 799, '_edit_last', '1'),
(5664, 799, 'slide_template', 'default'),
(5665, 807, '_edit_last', '1'),
(5666, 807, 'slide_template', 'default'),
(5667, 789, '_edit_last', '1'),
(5668, 789, 'slide_template', 'default'),
(5669, 790, '_edit_last', '1'),
(5670, 790, 'slide_template', 'default'),
(5671, 798, '_edit_last', '1'),
(5672, 798, 'slide_template', 'default'),
(5673, 803, '_edit_last', '1'),
(5674, 803, 'slide_template', 'default'),
(5675, 801, '_edit_last', '1'),
(5676, 801, 'slide_template', 'default'),
(5677, 800, '_edit_last', '1'),
(5678, 800, 'slide_template', 'default'),
(5679, 802, '_edit_last', '1'),
(5680, 802, 'slide_template', 'default'),
(5681, 782, '_edit_last', '1'),
(5682, 782, 'slide_template', 'default'),
(5683, 781, '_edit_last', '1'),
(5684, 781, 'slide_template', 'default'),
(5688, 866, '_edit_lock', '1579076895:1'),
(5689, 866, '_edit_last', '1'),
(5690, 867, '_wp_attached_file', '2020/01/https___s3-us-west-2.amazonaws.com_leafly-images_flower-images_pineapple-express.png'),
(5691, 867, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:880;s:6:\"height\";i:880;s:4:\"file\";s:92:\"2020/01/https___s3-us-west-2.amazonaws.com_leafly-images_flower-images_pineapple-express.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:92:\"https___s3-us-west-2.amazonaws.com_leafly-images_flower-images_pineapple-express-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:92:\"https___s3-us-west-2.amazonaws.com_leafly-images_flower-images_pineapple-express-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:92:\"https___s3-us-west-2.amazonaws.com_leafly-images_flower-images_pineapple-express-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5692, 866, '_thumbnail_id', '867'),
(5693, 866, 'ait-food-menu-item', '62'),
(5694, 866, 'ait-food-menu-type', '51276b24'),
(5695, 866, 'ait-food-type', 'da216b0b'),
(5696, 866, 'slide_template', 'default'),
(5697, 868, '_ait-food-menu_food-menu_price', '$55'),
(5698, 868, '_ait-food-menu_food-menu-data', 'a:6:{s:4:\"item\";s:2:\"62\";s:6:\"amount\";s:2:\"5g\";s:5:\"price\";s:3:\"$55\";s:8:\"menuType\";s:8:\"51276b24\";s:8:\"foodType\";s:8:\"da216b0b\";s:5:\"dates\";a:1:{i:0;a:2:{s:8:\"dateFrom\";s:10:\"2020-01-14\";s:6:\"dateTo\";s:10:\"2020-01-14\";}}}'),
(5699, 868, 'classic-editor-remember', 'classic-editor'),
(5700, 868, '_edit_lock', '1579078069:1'),
(5701, 868, '_edit_last', '1'),
(5702, 869, '_wp_attached_file', '2020/01/godfather.jpeg'),
(5703, 869, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:276;s:6:\"height\";i:182;s:4:\"file\";s:22:\"2020/01/godfather.jpeg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"godfather-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5704, 868, '_thumbnail_id', '869'),
(5705, 868, 'ait-food-menu-item', '62'),
(5706, 868, 'ait-food-menu-type', '51276b24'),
(5707, 868, 'ait-food-type', 'da216b0b'),
(5708, 868, 'slide_template', 'default'),
(5709, 870, '_ait-food-menu_food-menu_price', '$80'),
(5710, 870, '_ait-food-menu_food-menu-data', 'a:6:{s:4:\"item\";s:2:\"62\";s:6:\"amount\";s:4:\"200g\";s:5:\"price\";s:3:\"$80\";s:8:\"menuType\";s:8:\"a10e9139\";s:8:\"foodType\";s:8:\"28ee93fb\";s:5:\"dates\";a:1:{i:0;a:2:{s:8:\"dateFrom\";s:10:\"2020-01-14\";s:6:\"dateTo\";s:10:\"2021-01-13\";}}}'),
(5711, 870, 'classic-editor-remember', 'classic-editor'),
(5712, 870, '_edit_lock', '1579078474:1'),
(5713, 870, '_edit_last', '1'),
(5714, 871, '_wp_attached_file', '2020/01/white-chocolate-macadamia-nut-cookies-1-600x900-1.jpg'),
(5715, 871, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:900;s:4:\"file\";s:61:\"2020/01/white-chocolate-macadamia-nut-cookies-1-600x900-1.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:61:\"white-chocolate-macadamia-nut-cookies-1-600x900-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"white-chocolate-macadamia-nut-cookies-1-600x900-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark IV\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1539865791\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5716, 870, '_thumbnail_id', '871'),
(5717, 870, 'ait-food-menu-item', '62'),
(5718, 870, 'ait-food-menu-type', 'a10e9139'),
(5719, 870, 'ait-food-type', '28ee93fb'),
(5720, 870, 'slide_template', 'default'),
(5721, 783, '_edit_lock', '1579079119:1'),
(5722, 783, 'classic-editor-remember', 'classic-editor'),
(5723, 786, '_edit_lock', '1579079119:1'),
(5724, 786, 'classic-editor-remember', 'classic-editor'),
(5725, 788, '_edit_lock', '1579079287:1'),
(5726, 788, 'classic-editor-remember', 'classic-editor'),
(5727, 787, '_edit_lock', '1579079313:1'),
(5728, 787, 'classic-editor-remember', 'classic-editor'),
(5729, 785, '_edit_lock', '1579079419:1'),
(5730, 785, 'classic-editor-remember', 'classic-editor'),
(5731, 784, '_edit_lock', '1579079254:1'),
(5732, 784, 'classic-editor-remember', 'classic-editor'),
(5733, 774, '_edit_lock', '1579079420:1'),
(5734, 774, 'classic-editor-remember', 'classic-editor'),
(5735, 778, '_edit_lock', '1579079422:1'),
(5736, 778, 'classic-editor-remember', 'classic-editor'),
(5737, 772, '_edit_lock', '1579080030:1'),
(5738, 772, 'classic-editor-remember', 'classic-editor'),
(5739, 776, '_edit_lock', '1579079601:1'),
(5740, 776, 'classic-editor-remember', 'classic-editor'),
(5741, 775, '_edit_lock', '1579079599:1'),
(5742, 775, 'classic-editor-remember', 'classic-editor'),
(5743, 780, '_edit_lock', '1579080018:1'),
(5744, 780, 'classic-editor-remember', 'classic-editor'),
(5745, 783, '_edit_last', '1'),
(5746, 783, 'slide_template', 'default'),
(5747, 783, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(5748, 783, '_wp_old_date', '2020-01-14'),
(5749, 786, '_edit_last', '1'),
(5750, 786, 'slide_template', 'default'),
(5751, 786, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(5752, 786, '_wp_old_date', '2020-01-14'),
(5753, 784, '_edit_last', '1'),
(5754, 784, 'slide_template', 'default'),
(5755, 784, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(5756, 784, '_wp_old_date', '2020-01-14'),
(5757, 788, '_edit_last', '1'),
(5758, 788, 'slide_template', 'default'),
(5759, 788, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(5760, 788, '_wp_old_date', '2020-01-14'),
(5761, 787, '_edit_last', '1'),
(5762, 787, 'slide_template', 'default'),
(5763, 787, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(5764, 787, '_wp_old_date', '2020-01-14'),
(5765, 768, '_edit_lock', '1579079420:1'),
(5766, 768, 'classic-editor-remember', 'classic-editor'),
(5767, 785, '_edit_last', '1'),
(5768, 785, 'slide_template', 'default'),
(5769, 785, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(5770, 785, '_wp_old_date', '2020-01-14'),
(5771, 768, '_edit_last', '1'),
(5772, 768, 'slide_template', 'default'),
(5773, 768, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(5774, 768, '_wp_old_date', '2020-01-14'),
(5775, 774, '_edit_last', '1'),
(5776, 774, 'slide_template', 'default'),
(5777, 774, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(5778, 774, '_wp_old_date', '2020-01-14'),
(5779, 778, '_edit_last', '1'),
(5780, 778, 'slide_template', 'default');
INSERT INTO `wpir_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5781, 778, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(5782, 778, '_wp_old_date', '2020-01-14'),
(5783, 769, '_edit_lock', '1579079590:1'),
(5784, 769, 'classic-editor-remember', 'classic-editor'),
(5785, 779, '_edit_lock', '1579079599:1'),
(5786, 779, 'classic-editor-remember', 'classic-editor'),
(5787, 777, '_edit_lock', '1579079598:1'),
(5788, 777, 'classic-editor-remember', 'classic-editor'),
(5789, 769, '_edit_last', '1'),
(5790, 769, 'slide_template', 'default'),
(5791, 769, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(5792, 769, '_wp_old_date', '2020-01-14'),
(5793, 776, '_edit_last', '1'),
(5794, 776, 'slide_template', 'default'),
(5795, 776, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(5796, 776, '_wp_old_date', '2020-01-14'),
(5797, 775, '_edit_last', '1'),
(5798, 775, 'slide_template', 'default'),
(5799, 775, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(5800, 775, '_wp_old_date', '2020-01-14'),
(5801, 779, '_edit_last', '1'),
(5802, 779, 'slide_template', 'default'),
(5803, 779, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(5804, 779, '_wp_old_date', '2020-01-14'),
(5805, 777, '_edit_last', '1'),
(5806, 777, 'slide_template', 'default'),
(5807, 777, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(5808, 777, '_wp_old_date', '2020-01-14'),
(5809, 770, '_edit_lock', '1579079873:1'),
(5810, 770, 'classic-editor-remember', 'classic-editor'),
(5811, 771, '_edit_lock', '1579079873:1'),
(5812, 771, 'classic-editor-remember', 'classic-editor'),
(5813, 758, '_edit_lock', '1579080019:1'),
(5814, 758, 'classic-editor-remember', 'classic-editor'),
(5815, 757, '_edit_lock', '1579079876:1'),
(5816, 757, 'classic-editor-remember', 'classic-editor'),
(5817, 394, '_edit_lock', '1579079878:1'),
(5818, 394, 'classic-editor-remember', 'classic-editor'),
(5819, 762, '_edit_lock', '1579079879:1'),
(5820, 762, 'classic-editor-remember', 'classic-editor'),
(5821, 764, '_edit_lock', '1579080024:1'),
(5822, 764, 'classic-editor-remember', 'classic-editor'),
(5823, 765, '_edit_lock', '1579080025:1'),
(5824, 765, 'classic-editor-remember', 'classic-editor'),
(5825, 763, '_edit_lock', '1579080027:1'),
(5826, 763, 'classic-editor-remember', 'classic-editor'),
(5827, 759, '_edit_lock', '1579080027:1'),
(5828, 759, 'classic-editor-remember', 'classic-editor'),
(5829, 766, '_edit_lock', '1579080028:1'),
(5830, 766, 'classic-editor-remember', 'classic-editor'),
(5831, 767, '_edit_lock', '1579080030:1'),
(5832, 767, 'classic-editor-remember', 'classic-editor'),
(5833, 156, '_edit_lock', '1579079887:1'),
(5834, 156, 'classic-editor-remember', 'classic-editor'),
(5835, 770, '_edit_last', '1'),
(5836, 770, 'slide_template', 'default'),
(5837, 770, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(5838, 770, '_wp_old_date', '2020-01-14'),
(5839, 771, '_edit_last', '1'),
(5840, 771, 'slide_template', 'default'),
(5841, 771, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(5842, 771, '_wp_old_date', '2020-01-14'),
(5843, 780, '_edit_last', '1'),
(5844, 780, 'slide_template', 'default'),
(5845, 780, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(5846, 780, '_wp_old_date', '2020-01-14'),
(5847, 758, '_edit_last', '1'),
(5848, 758, '_wp_old_date', '2020-01-14'),
(5849, 758, 'slide_template', 'default'),
(5850, 758, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(5851, 757, '_edit_last', '1'),
(5852, 757, '_wp_old_date', '2020-01-14'),
(5853, 757, 'slide_template', 'default'),
(5854, 757, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(5855, 394, '_edit_last', '1'),
(5856, 394, '_wp_old_date', '2020-01-14'),
(5857, 394, 'slide_template', 'default'),
(5858, 394, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(5859, 762, '_edit_last', '1'),
(5860, 762, 'slide_template', 'default'),
(5861, 762, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(5862, 762, '_wp_old_date', '2020-01-14'),
(5863, 764, '_edit_last', '1'),
(5864, 764, 'slide_template', 'default'),
(5865, 764, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(5866, 764, '_wp_old_date', '2020-01-14'),
(5867, 765, '_edit_last', '1'),
(5868, 765, 'slide_template', 'default'),
(5869, 765, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(5870, 765, '_wp_old_date', '2020-01-14'),
(5871, 763, '_edit_last', '1'),
(5872, 763, 'slide_template', 'default'),
(5873, 763, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(5874, 763, '_wp_old_date', '2020-01-14'),
(5875, 759, '_edit_last', '1'),
(5876, 759, 'slide_template', 'default'),
(5877, 759, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(5878, 759, '_wp_old_date', '2020-01-14'),
(5879, 766, '_edit_last', '1'),
(5880, 766, 'slide_template', 'default'),
(5881, 766, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(5882, 766, '_wp_old_date', '2020-01-14'),
(5883, 767, '_edit_last', '1'),
(5884, 767, 'slide_template', 'default'),
(5885, 767, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(5886, 767, '_wp_old_date', '2020-01-14'),
(5887, 772, '_edit_last', '1'),
(5888, 772, 'slide_template', 'default'),
(5889, 772, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(5890, 772, '_wp_old_date', '2020-01-14'),
(5891, 156, '_edit_last', '1'),
(5892, 156, '_wp_old_date', '2020-01-14'),
(5893, 156, 'slide_template', 'default'),
(5894, 156, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(5895, 756, '_edit_lock', '1579080183:1'),
(5896, 756, 'classic-editor-remember', 'classic-editor'),
(5897, 745, '_edit_lock', '1579080184:1'),
(5898, 745, 'classic-editor-remember', 'classic-editor'),
(5899, 743, '_edit_lock', '1579080186:1'),
(5900, 743, 'classic-editor-remember', 'classic-editor'),
(5901, 746, '_edit_lock', '1579080187:1'),
(5902, 746, 'classic-editor-remember', 'classic-editor'),
(5903, 749, '_edit_lock', '1579080187:1'),
(5904, 749, 'classic-editor-remember', 'classic-editor'),
(5905, 281, '_edit_lock', '1579080190:1'),
(5906, 281, 'classic-editor-remember', 'classic-editor'),
(5907, 735, '_edit_lock', '1579080191:1'),
(5908, 735, 'classic-editor-remember', 'classic-editor'),
(5909, 734, '_edit_lock', '1579080191:1'),
(5910, 734, 'classic-editor-remember', 'classic-editor'),
(5911, 736, '_edit_lock', '1579080191:1'),
(5912, 736, 'classic-editor-remember', 'classic-editor'),
(5913, 741, '_edit_lock', '1579080047:1'),
(5914, 741, 'classic-editor-remember', 'classic-editor'),
(5915, 756, '_edit_last', '1'),
(5916, 756, 'slide_template', 'default'),
(5917, 756, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(5918, 756, '_wp_old_date', '2020-01-14'),
(5919, 745, '_edit_last', '1'),
(5920, 745, 'slide_template', 'default'),
(5921, 745, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(5922, 745, '_wp_old_date', '2020-01-14'),
(5923, 743, '_edit_last', '1'),
(5924, 743, 'slide_template', 'default'),
(5925, 743, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(5926, 743, '_wp_old_date', '2020-01-14'),
(5927, 746, '_edit_last', '1'),
(5928, 746, 'slide_template', 'default'),
(5929, 746, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(5930, 746, '_wp_old_date', '2020-01-14'),
(5931, 749, '_edit_last', '1'),
(5932, 749, 'slide_template', 'default'),
(5933, 749, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(5934, 749, '_wp_old_date', '2020-01-14'),
(5935, 281, '_edit_last', '1'),
(5936, 281, '_wp_old_date', '2020-01-14'),
(5937, 281, 'slide_template', 'default'),
(5938, 281, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(5939, 735, '_edit_last', '1'),
(5940, 735, 'slide_template', 'default'),
(5941, 735, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(5942, 735, '_wp_old_date', '2020-01-14'),
(5943, 734, '_edit_last', '1'),
(5944, 734, 'slide_template', 'default'),
(5945, 734, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(5946, 734, '_wp_old_date', '2020-01-14'),
(5947, 736, '_edit_last', '1'),
(5948, 736, '_wp_old_date', '2020-01-14'),
(5949, 736, 'slide_template', 'default'),
(5950, 736, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(5951, 741, '_edit_last', '1'),
(5952, 741, 'slide_template', 'default'),
(5953, 741, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(5954, 741, '_wp_old_date', '2020-01-14'),
(5955, 752, '_edit_lock', '1579080466:1'),
(5956, 752, 'classic-editor-remember', 'classic-editor'),
(5957, 754, '_edit_lock', '1579080464:1'),
(5958, 754, 'classic-editor-remember', 'classic-editor'),
(5959, 738, '_edit_lock', '1579080467:1'),
(5960, 738, 'classic-editor-remember', 'classic-editor'),
(5961, 744, '_edit_lock', '1579080325:1'),
(5962, 744, 'classic-editor-remember', 'classic-editor'),
(5963, 742, '_edit_lock', '1579080469:1'),
(5964, 742, 'classic-editor-remember', 'classic-editor'),
(5965, 747, '_edit_lock', '1579080472:1'),
(5966, 747, 'classic-editor-remember', 'classic-editor'),
(5967, 750, '_edit_lock', '1579080472:1'),
(5968, 750, 'classic-editor-remember', 'classic-editor'),
(5969, 748, '_edit_lock', '1579080476:1'),
(5970, 748, 'classic-editor-remember', 'classic-editor'),
(5971, 753, '_edit_lock', '1579080476:1'),
(5972, 753, 'classic-editor-remember', 'classic-editor'),
(5973, 751, '_edit_lock', '1579080477:1'),
(5974, 751, 'classic-editor-remember', 'classic-editor'),
(5975, 730, '_edit_lock', '1579080476:1'),
(5976, 730, 'classic-editor-remember', 'classic-editor'),
(5977, 732, '_edit_lock', '1579080478:1'),
(5978, 732, 'classic-editor-remember', 'classic-editor'),
(5979, 731, '_edit_lock', '1579080478:1'),
(5980, 731, 'classic-editor-remember', 'classic-editor'),
(5981, 729, '_edit_lock', '1579080478:1'),
(5982, 729, 'classic-editor-remember', 'classic-editor'),
(5983, 707, '_edit_lock', '1579080333:1'),
(5984, 707, 'classic-editor-remember', 'classic-editor'),
(5985, 754, '_edit_last', '1'),
(5986, 754, 'slide_template', 'default'),
(5987, 754, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(5988, 754, '_wp_old_date', '2020-01-14'),
(5989, 752, '_edit_last', '1'),
(5990, 752, 'slide_template', 'default'),
(5991, 752, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(5992, 752, '_wp_old_date', '2020-01-14'),
(5993, 738, '_edit_last', '1'),
(5994, 738, '_wp_old_date', '2020-01-14'),
(5995, 738, 'slide_template', 'default'),
(5996, 738, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(5997, 744, '_edit_last', '1'),
(5998, 744, 'slide_template', 'default'),
(5999, 744, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6000, 744, '_wp_old_date', '2020-01-14'),
(6001, 742, '_edit_last', '1'),
(6002, 742, 'slide_template', 'default'),
(6003, 742, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6004, 742, '_wp_old_date', '2020-01-14'),
(6005, 747, '_edit_last', '1'),
(6006, 747, 'slide_template', 'default'),
(6007, 747, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6008, 747, '_wp_old_date', '2020-01-14'),
(6009, 750, '_edit_last', '1'),
(6010, 750, 'slide_template', 'default'),
(6011, 750, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6012, 750, '_wp_old_date', '2020-01-14'),
(6013, 748, '_edit_last', '1'),
(6014, 748, 'slide_template', 'default'),
(6015, 748, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6016, 748, '_wp_old_date', '2020-01-14'),
(6017, 753, '_edit_last', '1'),
(6018, 753, 'slide_template', 'default'),
(6019, 753, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6020, 753, '_wp_old_date', '2020-01-14'),
(6021, 751, '_edit_last', '1'),
(6022, 751, 'slide_template', 'default'),
(6023, 751, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6024, 751, '_wp_old_date', '2020-01-14'),
(6025, 730, '_edit_last', '1'),
(6026, 730, 'slide_template', 'default'),
(6027, 730, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6028, 730, '_wp_old_date', '2020-01-14'),
(6029, 732, '_edit_last', '1'),
(6030, 732, 'slide_template', 'default'),
(6031, 732, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6032, 732, '_wp_old_date', '2020-01-14'),
(6033, 731, '_edit_last', '1'),
(6034, 731, 'slide_template', 'default'),
(6035, 731, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6036, 731, '_wp_old_date', '2020-01-14'),
(6037, 729, '_edit_last', '1'),
(6038, 729, 'slide_template', 'default'),
(6039, 729, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6040, 729, '_wp_old_date', '2020-01-14'),
(6041, 707, '_edit_last', '1'),
(6042, 707, 'slide_template', 'default'),
(6043, 707, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6044, 707, '_wp_old_date', '2020-01-14'),
(6045, 709, '_edit_lock', '1579080580:1'),
(6046, 709, 'classic-editor-remember', 'classic-editor'),
(6047, 705, '_edit_lock', '1579080725:1'),
(6048, 705, 'classic-editor-remember', 'classic-editor'),
(6049, 452, '_edit_lock', '1579080727:1'),
(6050, 452, 'classic-editor-remember', 'classic-editor'),
(6051, 712, '_edit_lock', '1579080728:1'),
(6052, 712, 'classic-editor-remember', 'classic-editor'),
(6053, 711, '_edit_lock', '1579080730:1'),
(6054, 711, 'classic-editor-remember', 'classic-editor'),
(6055, 710, '_edit_lock', '1579080729:1'),
(6056, 710, 'classic-editor-remember', 'classic-editor'),
(6057, 716, '_edit_lock', '1579080729:1'),
(6058, 716, 'classic-editor-remember', 'classic-editor'),
(6059, 719, '_edit_lock', '1579080731:1'),
(6060, 719, 'classic-editor-remember', 'classic-editor'),
(6061, 718, '_edit_lock', '1579080733:1'),
(6062, 718, 'classic-editor-remember', 'classic-editor'),
(6063, 717, '_edit_lock', '1579080733:1'),
(6064, 717, 'classic-editor-remember', 'classic-editor'),
(6065, 715, '_edit_lock', '1579080734:1'),
(6066, 715, 'classic-editor-remember', 'classic-editor'),
(6067, 714, '_edit_lock', '1579080736:1'),
(6068, 714, 'classic-editor-remember', 'classic-editor'),
(6069, 713, '_edit_lock', '1579080737:1'),
(6070, 713, 'classic-editor-remember', 'classic-editor'),
(6071, 720, '_edit_lock', '1579080737:1'),
(6072, 720, 'classic-editor-remember', 'classic-editor'),
(6073, 722, '_edit_lock', '1579465506:1'),
(6074, 722, 'classic-editor-remember', 'classic-editor'),
(6075, 725, '_edit_lock', '1579080737:1'),
(6076, 725, 'classic-editor-remember', 'classic-editor'),
(6077, 724, '_edit_lock', '1579080600:1'),
(6078, 724, 'classic-editor-remember', 'classic-editor'),
(6079, 709, '_edit_last', '1'),
(6080, 709, 'slide_template', 'default'),
(6081, 709, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6082, 709, '_wp_old_date', '2020-01-14'),
(6083, 705, '_edit_last', '1'),
(6084, 705, '_wp_old_date', '2020-01-14'),
(6085, 705, 'slide_template', 'default'),
(6086, 705, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6087, 452, '_edit_last', '1'),
(6088, 452, '_wp_old_date', '2020-01-14'),
(6089, 452, 'slide_template', 'default'),
(6090, 452, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6091, 712, '_edit_last', '1'),
(6092, 712, 'slide_template', 'default'),
(6093, 712, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6094, 712, '_wp_old_date', '2020-01-14'),
(6095, 711, '_edit_last', '1'),
(6096, 711, 'slide_template', 'default'),
(6097, 711, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6098, 711, '_wp_old_date', '2020-01-14'),
(6099, 710, '_edit_last', '1'),
(6100, 710, 'slide_template', 'default'),
(6101, 710, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6102, 710, '_wp_old_date', '2020-01-14'),
(6103, 716, '_edit_last', '1'),
(6104, 716, 'slide_template', 'default'),
(6105, 716, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6106, 716, '_wp_old_date', '2020-01-14'),
(6107, 719, '_edit_last', '1'),
(6108, 719, 'slide_template', 'default'),
(6109, 719, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6110, 719, '_wp_old_date', '2020-01-14'),
(6111, 718, '_edit_last', '1'),
(6112, 718, 'slide_template', 'default'),
(6113, 718, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6114, 718, '_wp_old_date', '2020-01-14'),
(6115, 717, '_edit_last', '1'),
(6116, 717, 'slide_template', 'default'),
(6117, 717, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6118, 717, '_wp_old_date', '2020-01-14'),
(6119, 715, '_edit_last', '1'),
(6120, 715, 'slide_template', 'default'),
(6121, 715, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6122, 715, '_wp_old_date', '2020-01-14'),
(6123, 714, '_edit_last', '1'),
(6124, 714, 'slide_template', 'default'),
(6125, 714, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6126, 714, '_wp_old_date', '2020-01-14'),
(6127, 713, '_edit_last', '1'),
(6128, 713, 'slide_template', 'default'),
(6129, 713, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6130, 713, '_wp_old_date', '2020-01-14'),
(6131, 720, '_edit_last', '1'),
(6132, 720, 'slide_template', 'default'),
(6133, 720, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6134, 720, '_wp_old_date', '2020-01-14'),
(6135, 722, '_edit_last', '1'),
(6136, 722, 'slide_template', 'default'),
(6137, 722, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6138, 722, '_wp_old_date', '2020-01-14'),
(6139, 725, '_edit_last', '1'),
(6140, 725, 'slide_template', 'default'),
(6141, 725, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6142, 725, '_wp_old_date', '2020-01-14'),
(6143, 724, '_edit_last', '1'),
(6144, 724, 'slide_template', 'default'),
(6145, 724, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6146, 724, '_wp_old_date', '2020-01-14'),
(6147, 726, '_edit_lock', '1579081020:1'),
(6148, 726, 'classic-editor-remember', 'classic-editor'),
(6149, 723, '_edit_lock', '1579081021:1'),
(6150, 723, 'classic-editor-remember', 'classic-editor'),
(6151, 721, '_edit_lock', '1579081023:1'),
(6152, 721, 'classic-editor-remember', 'classic-editor'),
(6153, 728, '_edit_lock', '1579081025:1'),
(6154, 728, 'classic-editor-remember', 'classic-editor'),
(6155, 727, '_edit_lock', '1579081025:1'),
(6156, 727, 'classic-editor-remember', 'classic-editor'),
(6157, 699, '_edit_lock', '1579081027:1'),
(6158, 699, 'classic-editor-remember', 'classic-editor'),
(6159, 701, '_edit_lock', '1579080884:1'),
(6160, 701, 'classic-editor-remember', 'classic-editor'),
(6161, 700, '_edit_lock', '1579081030:1'),
(6162, 700, 'classic-editor-remember', 'classic-editor'),
(6163, 703, '_edit_lock', '1579081029:1'),
(6164, 703, 'classic-editor-remember', 'classic-editor'),
(6165, 704, '_edit_lock', '1579081034:1'),
(6166, 704, 'classic-editor-remember', 'classic-editor'),
(6167, 694, '_edit_lock', '1579081032:1'),
(6168, 694, 'classic-editor-remember', 'classic-editor'),
(6169, 693, '_edit_lock', '1579081033:1'),
(6170, 693, 'classic-editor-remember', 'classic-editor'),
(6171, 690, '_edit_lock', '1579081034:1'),
(6172, 690, 'classic-editor-remember', 'classic-editor'),
(6173, 696, '_edit_lock', '1579081035:1'),
(6174, 696, 'classic-editor-remember', 'classic-editor'),
(6175, 698, '_edit_lock', '1579081035:1'),
(6176, 698, 'classic-editor-remember', 'classic-editor'),
(6177, 697, '_edit_lock', '1579081035:1'),
(6178, 697, 'classic-editor-remember', 'classic-editor'),
(6179, 691, '_edit_lock', '1579081035:1'),
(6180, 691, 'classic-editor-remember', 'classic-editor'),
(6181, 695, '_edit_lock', '1579080893:1'),
(6182, 695, 'classic-editor-remember', 'classic-editor'),
(6183, 726, '_edit_last', '1'),
(6184, 726, 'slide_template', 'default'),
(6185, 726, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6186, 726, '_wp_old_date', '2020-01-14'),
(6187, 723, '_edit_last', '1'),
(6188, 723, 'slide_template', 'default'),
(6189, 723, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6190, 723, '_wp_old_date', '2020-01-14'),
(6191, 721, '_edit_last', '1'),
(6192, 721, 'slide_template', 'default'),
(6193, 721, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6194, 721, '_wp_old_date', '2020-01-14'),
(6195, 728, '_edit_last', '1'),
(6196, 728, 'slide_template', 'default'),
(6197, 728, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6198, 728, '_wp_old_date', '2020-01-14'),
(6199, 727, '_edit_last', '1'),
(6200, 727, 'slide_template', 'default'),
(6201, 727, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6202, 727, '_wp_old_date', '2020-01-14'),
(6203, 699, '_edit_last', '1'),
(6204, 699, 'slide_template', 'default'),
(6205, 699, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6206, 699, '_wp_old_date', '2020-01-14'),
(6207, 701, '_edit_last', '1'),
(6208, 701, '_wp_old_date', '2020-01-14'),
(6209, 701, 'slide_template', 'default'),
(6210, 701, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6211, 700, '_edit_last', '1'),
(6212, 700, 'slide_template', 'default'),
(6213, 700, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6214, 700, '_wp_old_date', '2020-01-14'),
(6215, 703, '_edit_last', '1'),
(6216, 703, 'slide_template', 'default'),
(6217, 703, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6218, 703, '_wp_old_date', '2020-01-14'),
(6219, 704, '_edit_last', '1'),
(6220, 704, 'slide_template', 'default'),
(6221, 704, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6222, 704, '_wp_old_date', '2020-01-14'),
(6223, 694, '_edit_last', '1'),
(6224, 694, 'slide_template', 'default'),
(6225, 694, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6226, 694, '_wp_old_date', '2020-01-14'),
(6227, 693, '_edit_last', '1'),
(6228, 693, 'slide_template', 'default'),
(6229, 693, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6230, 693, '_wp_old_date', '2020-01-14'),
(6231, 690, '_edit_last', '1'),
(6232, 690, 'slide_template', 'default'),
(6233, 690, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6234, 690, '_wp_old_date', '2020-01-14'),
(6235, 696, '_edit_last', '1'),
(6236, 696, 'slide_template', 'default'),
(6237, 696, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6238, 696, '_wp_old_date', '2020-01-14'),
(6239, 698, '_edit_last', '1'),
(6240, 698, 'slide_template', 'default'),
(6241, 698, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6242, 698, '_wp_old_date', '2020-01-14'),
(6243, 697, '_edit_last', '1'),
(6244, 697, 'slide_template', 'default'),
(6245, 697, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6246, 697, '_wp_old_date', '2020-01-14'),
(6247, 691, '_edit_last', '1'),
(6248, 691, '_wp_old_date', '2020-01-14'),
(6249, 691, 'slide_template', 'default'),
(6250, 691, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6251, 695, '_edit_last', '1'),
(6252, 695, 'slide_template', 'default'),
(6253, 695, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6254, 695, '_wp_old_date', '2020-01-14'),
(6255, 94, '_edit_lock', '1579081213:1'),
(6256, 94, 'classic-editor-remember', 'classic-editor'),
(6257, 679, '_edit_lock', '1579081214:1'),
(6258, 679, 'classic-editor-remember', 'classic-editor'),
(6259, 678, '_edit_lock', '1579081214:1'),
(6260, 678, 'classic-editor-remember', 'classic-editor'),
(6261, 677, '_edit_lock', '1579081216:1'),
(6262, 677, 'classic-editor-remember', 'classic-editor'),
(6263, 683, '_edit_lock', '1579081217:1'),
(6264, 683, 'classic-editor-remember', 'classic-editor'),
(6265, 682, '_edit_lock', '1579081217:1'),
(6266, 682, 'classic-editor-remember', 'classic-editor'),
(6267, 680, '_edit_lock', '1579081218:1'),
(6268, 680, 'classic-editor-remember', 'classic-editor'),
(6269, 684, '_edit_lock', '1579081073:1'),
(6270, 684, 'classic-editor-remember', 'classic-editor'),
(6271, 689, '_edit_lock', '1579081078:1'),
(6272, 689, 'classic-editor-remember', 'classic-editor'),
(6273, 34, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6274, 94, '_edit_last', '1'),
(6275, 94, '_wp_old_date', '2020-01-14'),
(6276, 94, 'slide_template', 'default'),
(6277, 94, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6278, 679, '_edit_last', '1'),
(6279, 679, 'slide_template', 'default'),
(6280, 679, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6281, 679, '_wp_old_date', '2020-01-14'),
(6282, 678, '_edit_last', '1'),
(6283, 678, 'slide_template', 'default'),
(6284, 678, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6285, 678, '_wp_old_date', '2020-01-14'),
(6286, 677, '_edit_last', '1'),
(6287, 677, 'slide_template', 'default'),
(6288, 677, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6289, 677, '_wp_old_date', '2020-01-14'),
(6290, 683, '_edit_last', '1'),
(6291, 683, 'slide_template', 'default'),
(6292, 683, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6293, 683, '_wp_old_date', '2020-01-14'),
(6294, 682, '_edit_last', '1'),
(6295, 682, 'slide_template', 'default'),
(6296, 682, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6297, 682, '_wp_old_date', '2020-01-14'),
(6298, 680, '_edit_last', '1'),
(6299, 680, 'slide_template', 'default'),
(6300, 680, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6301, 680, '_wp_old_date', '2020-01-14'),
(6302, 684, '_edit_last', '1'),
(6303, 684, 'slide_template', 'default'),
(6304, 684, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6305, 684, '_wp_old_date', '2020-01-14'),
(6306, 689, '_edit_last', '1'),
(6307, 689, 'slide_template', 'default'),
(6308, 689, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6309, 689, '_wp_old_date', '2020-01-14'),
(6310, 685, '_edit_lock', '1579081333:1'),
(6311, 685, 'classic-editor-remember', 'classic-editor'),
(6312, 686, '_edit_lock', '1579081333:1'),
(6313, 686, 'classic-editor-remember', 'classic-editor'),
(6314, 681, '_edit_lock', '1579081478:1'),
(6315, 681, 'classic-editor-remember', 'classic-editor'),
(6316, 672, '_edit_lock', '1579081456:1'),
(6317, 672, 'classic-editor-remember', 'classic-editor'),
(6318, 671, '_edit_lock', '1579081478:1'),
(6319, 671, 'classic-editor-remember', 'classic-editor'),
(6320, 670, '_edit_lock', '1579081355:1'),
(6321, 670, 'classic-editor-remember', 'classic-editor'),
(6322, 675, '_edit_lock', '1579081366:1'),
(6323, 675, 'classic-editor-remember', 'classic-editor'),
(6324, 674, '_edit_lock', '1579081379:1'),
(6325, 674, 'classic-editor-remember', 'classic-editor'),
(6326, 676, '_edit_lock', '1579081386:1'),
(6327, 676, 'classic-editor-remember', 'classic-editor'),
(6328, 290, '_edit_lock', '1579081395:1'),
(6329, 290, 'classic-editor-remember', 'classic-editor'),
(6330, 650, '_edit_lock', '1579081361:1'),
(6331, 650, 'classic-editor-remember', 'classic-editor'),
(6332, 652, '_edit_lock', '1579081360:1'),
(6333, 652, 'classic-editor-remember', 'classic-editor'),
(6334, 651, '_edit_lock', '1579081426:1'),
(6335, 651, 'classic-editor-remember', 'classic-editor'),
(6336, 649, '_edit_lock', '1579081361:1'),
(6337, 649, 'classic-editor-remember', 'classic-editor'),
(6338, 653, '_edit_lock', '1579081453:1'),
(6339, 653, 'classic-editor-remember', 'classic-editor'),
(6340, 656, '_edit_lock', '1579081465:1'),
(6341, 656, 'classic-editor-remember', 'classic-editor'),
(6342, 658, '_edit_lock', '1579081877:1'),
(6343, 658, 'classic-editor-remember', 'classic-editor'),
(6344, 685, '_edit_last', '1'),
(6345, 685, 'slide_template', 'default'),
(6346, 685, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6347, 685, '_wp_old_date', '2020-01-14'),
(6348, 686, '_edit_last', '1'),
(6349, 686, '_wp_old_date', '2020-01-14'),
(6350, 686, 'slide_template', 'default'),
(6351, 686, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6352, 681, '_edit_last', '1'),
(6353, 681, 'slide_template', 'default'),
(6354, 681, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6355, 681, '_wp_old_date', '2020-01-14'),
(6356, 672, '_edit_last', '1'),
(6357, 672, 'slide_template', 'default'),
(6358, 672, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6359, 672, '_wp_old_date', '2020-01-14'),
(6360, 671, '_edit_last', '1'),
(6361, 671, 'slide_template', 'default'),
(6362, 671, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6363, 671, '_wp_old_date', '2020-01-14'),
(6364, 670, '_edit_last', '1'),
(6365, 670, 'slide_template', 'default'),
(6366, 670, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6367, 670, '_wp_old_date', '2020-01-14'),
(6368, 675, '_edit_last', '1'),
(6369, 675, 'slide_template', 'default'),
(6370, 675, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6371, 675, '_wp_old_date', '2020-01-14'),
(6372, 674, '_edit_last', '1'),
(6373, 674, 'slide_template', 'default'),
(6374, 674, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6375, 674, '_wp_old_date', '2020-01-14'),
(6376, 676, '_edit_last', '1'),
(6377, 676, 'slide_template', 'default'),
(6378, 676, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6379, 676, '_wp_old_date', '2020-01-14'),
(6380, 290, '_edit_last', '1'),
(6381, 290, '_wp_old_date', '2020-01-14'),
(6382, 290, 'slide_template', 'default'),
(6383, 290, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6384, 650, '_edit_last', '1'),
(6385, 650, 'slide_template', 'default'),
(6386, 650, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6387, 650, '_wp_old_date', '2020-01-14'),
(6388, 652, '_edit_last', '1'),
(6389, 652, 'slide_template', 'default'),
(6390, 652, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6391, 652, '_wp_old_date', '2020-01-14'),
(6392, 651, '_edit_last', '1'),
(6393, 651, 'slide_template', 'default'),
(6394, 651, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6395, 651, '_wp_old_date', '2020-01-14'),
(6396, 649, '_edit_last', '1'),
(6397, 649, 'slide_template', 'default'),
(6398, 649, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6399, 649, '_wp_old_date', '2020-01-14'),
(6400, 653, '_edit_last', '1'),
(6401, 653, 'slide_template', 'default'),
(6402, 653, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6403, 653, '_wp_old_date', '2020-01-14'),
(6404, 656, '_edit_last', '1'),
(6405, 656, 'slide_template', 'default'),
(6406, 656, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6407, 656, '_wp_old_date', '2020-01-14'),
(6408, 655, '_edit_lock', '1579081732:1'),
(6409, 655, 'classic-editor-remember', 'classic-editor'),
(6410, 657, '_edit_lock', '1579081879:1'),
(6411, 657, 'classic-editor-remember', 'classic-editor'),
(6412, 654, '_edit_lock', '1579081880:1'),
(6413, 654, 'classic-editor-remember', 'classic-editor'),
(6414, 659, '_edit_lock', '1579081880:1'),
(6415, 659, 'classic-editor-remember', 'classic-editor'),
(6416, 663, '_edit_lock', '1579081881:1'),
(6417, 663, 'classic-editor-remember', 'classic-editor'),
(6418, 665, '_edit_lock', '1579081882:1'),
(6419, 665, 'classic-editor-remember', 'classic-editor'),
(6420, 664, '_edit_lock', '1579081740:1'),
(6421, 664, 'classic-editor-remember', 'classic-editor'),
(6422, 662, '_edit_lock', '1579081883:1'),
(6423, 662, 'classic-editor-remember', 'classic-editor'),
(6424, 660, '_edit_lock', '1579081884:1'),
(6425, 660, 'classic-editor-remember', 'classic-editor'),
(6426, 668, '_edit_lock', '1579081886:1'),
(6427, 668, 'classic-editor-remember', 'classic-editor'),
(6428, 667, '_edit_lock', '1579081888:1'),
(6429, 667, 'classic-editor-remember', 'classic-editor'),
(6430, 666, '_edit_lock', '1579081889:1'),
(6431, 666, 'classic-editor-remember', 'classic-editor'),
(6432, 642, '_edit_lock', '1579081890:1'),
(6433, 642, 'classic-editor-remember', 'classic-editor'),
(6434, 641, '_edit_lock', '1579081890:1'),
(6435, 641, 'classic-editor-remember', 'classic-editor'),
(6436, 648, '_edit_lock', '1579081891:1'),
(6437, 648, 'classic-editor-remember', 'classic-editor'),
(6438, 647, '_edit_lock', '1579081891:1'),
(6439, 647, 'classic-editor-remember', 'classic-editor'),
(6440, 644, '_edit_lock', '1579081891:1'),
(6441, 644, 'classic-editor-remember', 'classic-editor'),
(6442, 645, '_edit_lock', '1579081754:1'),
(6443, 645, 'classic-editor-remember', 'classic-editor'),
(6444, 655, '_edit_last', '1'),
(6445, 655, 'slide_template', 'default'),
(6446, 655, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6447, 655, '_wp_old_date', '2020-01-14'),
(6448, 658, '_edit_last', '1'),
(6449, 658, 'slide_template', 'default'),
(6450, 658, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6451, 658, '_wp_old_date', '2020-01-14'),
(6452, 657, '_edit_last', '1'),
(6453, 657, 'slide_template', 'default'),
(6454, 657, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6455, 657, '_wp_old_date', '2020-01-14'),
(6456, 654, '_edit_last', '1'),
(6457, 654, 'slide_template', 'default'),
(6458, 654, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6459, 654, '_wp_old_date', '2020-01-14'),
(6460, 659, '_edit_last', '1'),
(6461, 659, 'slide_template', 'default'),
(6462, 659, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6463, 659, '_wp_old_date', '2020-01-14'),
(6464, 663, '_edit_last', '1'),
(6465, 663, 'slide_template', 'default'),
(6466, 663, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6467, 663, '_wp_old_date', '2020-01-14'),
(6468, 665, '_edit_last', '1'),
(6469, 665, 'slide_template', 'default'),
(6470, 665, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6471, 665, '_wp_old_date', '2020-01-14'),
(6472, 664, '_edit_last', '1'),
(6473, 664, 'slide_template', 'default'),
(6474, 664, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6475, 664, '_wp_old_date', '2020-01-14'),
(6476, 662, '_edit_last', '1'),
(6477, 662, 'slide_template', 'default'),
(6478, 662, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6479, 662, '_wp_old_date', '2020-01-14'),
(6480, 660, '_edit_last', '1'),
(6481, 660, '_wp_old_date', '2020-01-14'),
(6482, 660, 'slide_template', 'default'),
(6483, 660, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6484, 668, '_edit_last', '1'),
(6485, 668, 'slide_template', 'default'),
(6486, 668, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6487, 668, '_wp_old_date', '2020-01-14'),
(6488, 667, '_edit_last', '1'),
(6489, 667, 'slide_template', 'default'),
(6490, 667, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6491, 667, '_wp_old_date', '2020-01-14'),
(6492, 666, '_edit_last', '1'),
(6493, 666, 'slide_template', 'default'),
(6494, 666, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6495, 666, '_wp_old_date', '2020-01-14'),
(6496, 642, '_edit_last', '1'),
(6497, 642, '_wp_old_date', '2020-01-14'),
(6498, 642, 'slide_template', 'default'),
(6499, 642, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6500, 641, '_edit_last', '1'),
(6501, 641, 'slide_template', 'default'),
(6502, 641, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6503, 641, '_wp_old_date', '2020-01-14'),
(6504, 648, '_edit_last', '1'),
(6505, 648, 'slide_template', 'default'),
(6506, 648, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6507, 648, '_wp_old_date', '2020-01-14'),
(6508, 647, '_edit_last', '1'),
(6509, 647, 'slide_template', 'default'),
(6510, 647, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6511, 647, '_wp_old_date', '2020-01-14'),
(6512, 644, '_edit_last', '1'),
(6513, 644, 'slide_template', 'default'),
(6514, 644, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6515, 644, '_wp_old_date', '2020-01-14'),
(6516, 645, '_edit_last', '1'),
(6517, 645, 'slide_template', 'default'),
(6518, 645, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6519, 645, '_wp_old_date', '2020-01-14'),
(6520, 351, '_edit_lock', '1579082114:1'),
(6521, 351, 'classic-editor-remember', 'classic-editor'),
(6522, 632, '_edit_lock', '1579082259:1'),
(6523, 632, 'classic-editor-remember', 'classic-editor'),
(6524, 634, '_edit_lock', '1579082262:1'),
(6525, 634, 'classic-editor-remember', 'classic-editor'),
(6526, 633, '_edit_lock', '1579082262:1'),
(6527, 633, 'classic-editor-remember', 'classic-editor'),
(6528, 635, '_edit_lock', '1579082264:1'),
(6529, 635, 'classic-editor-remember', 'classic-editor'),
(6530, 638, '_edit_lock', '1579082264:1'),
(6531, 638, 'classic-editor-remember', 'classic-editor'),
(6532, 637, '_edit_lock', '1579082266:1'),
(6533, 637, 'classic-editor-remember', 'classic-editor'),
(6534, 639, '_edit_lock', '1579082267:1'),
(6535, 639, 'classic-editor-remember', 'classic-editor'),
(6536, 621, '_edit_lock', '1579082267:1'),
(6537, 621, 'classic-editor-remember', 'classic-editor'),
(6538, 619, '_edit_lock', '1579082267:1'),
(6539, 619, 'classic-editor-remember', 'classic-editor'),
(6540, 620, '_edit_lock', '1579082267:1'),
(6541, 620, 'classic-editor-remember', 'classic-editor'),
(6542, 631, '_edit_lock', '1579082267:1'),
(6543, 631, 'classic-editor-remember', 'classic-editor'),
(6544, 630, '_edit_lock', '1579082123:1'),
(6545, 630, 'classic-editor-remember', 'classic-editor'),
(6546, 351, '_edit_last', '1'),
(6547, 351, '_wp_old_date', '2020-01-14'),
(6548, 351, 'slide_template', 'default'),
(6549, 351, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6550, 632, '_edit_last', '1'),
(6551, 632, 'slide_template', 'default'),
(6552, 632, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6553, 632, '_wp_old_date', '2020-01-14'),
(6554, 634, '_edit_last', '1'),
(6555, 634, '_wp_old_date', '2020-01-14'),
(6556, 634, 'slide_template', 'default'),
(6557, 634, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6558, 633, '_edit_last', '1'),
(6559, 633, 'slide_template', 'default'),
(6560, 633, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6561, 633, '_wp_old_date', '2020-01-14'),
(6562, 635, '_edit_last', '1'),
(6563, 635, '_wp_old_date', '2020-01-14'),
(6564, 635, 'slide_template', 'default'),
(6565, 635, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6566, 638, '_edit_last', '1'),
(6567, 638, 'slide_template', 'default'),
(6568, 638, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6569, 638, '_wp_old_date', '2020-01-14'),
(6570, 637, '_edit_last', '1'),
(6571, 637, 'slide_template', 'default'),
(6572, 637, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6573, 637, '_wp_old_date', '2020-01-14'),
(6574, 639, '_edit_last', '1'),
(6575, 639, 'slide_template', 'default'),
(6576, 639, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6577, 639, '_wp_old_date', '2020-01-14'),
(6578, 621, '_edit_last', '1'),
(6579, 621, 'slide_template', 'default'),
(6580, 621, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6581, 621, '_wp_old_date', '2020-01-14'),
(6582, 619, '_edit_last', '1'),
(6583, 619, 'slide_template', 'default'),
(6584, 619, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6585, 619, '_wp_old_date', '2020-01-14'),
(6586, 620, '_edit_last', '1'),
(6587, 620, 'slide_template', 'default'),
(6588, 620, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6589, 620, '_wp_old_date', '2020-01-14'),
(6590, 631, '_edit_last', '1'),
(6591, 631, 'slide_template', 'default'),
(6592, 631, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6593, 631, '_wp_old_date', '2020-01-14'),
(6594, 630, '_edit_last', '1'),
(6595, 630, 'slide_template', 'default'),
(6596, 630, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6597, 630, '_wp_old_date', '2020-01-14'),
(6598, 624, '_edit_lock', '1579082424:1'),
(6599, 624, 'classic-editor-remember', 'classic-editor'),
(6600, 622, '_edit_lock', '1579082570:1'),
(6601, 622, 'classic-editor-remember', 'classic-editor'),
(6602, 623, '_edit_lock', '1579460520:1'),
(6603, 623, 'classic-editor-remember', 'classic-editor'),
(6604, 625, '_edit_lock', '1579082571:1'),
(6605, 625, 'classic-editor-remember', 'classic-editor'),
(6606, 567, '_edit_lock', '1579082573:1'),
(6607, 567, 'classic-editor-remember', 'classic-editor'),
(6608, 436, '_edit_lock', '1579082575:1'),
(6609, 436, 'classic-editor-remember', 'classic-editor'),
(6610, 616, '_edit_lock', '1579082575:1'),
(6611, 616, 'classic-editor-remember', 'classic-editor'),
(6612, 615, '_edit_lock', '1579082576:1'),
(6613, 615, 'classic-editor-remember', 'classic-editor'),
(6614, 614, '_edit_lock', '1579082577:1'),
(6615, 614, 'classic-editor-remember', 'classic-editor'),
(6616, 617, '_edit_lock', '1579082577:1'),
(6617, 617, 'classic-editor-remember', 'classic-editor'),
(6618, 618, '_edit_lock', '1579082578:1'),
(6619, 618, 'classic-editor-remember', 'classic-editor'),
(6620, 628, '_edit_lock', '1579082578:1'),
(6621, 628, 'classic-editor-remember', 'classic-editor'),
(6622, 627, '_edit_lock', '1579082578:1'),
(6623, 627, 'classic-editor-remember', 'classic-editor'),
(6624, 626, '_edit_lock', '1579082434:1'),
(6625, 626, 'classic-editor-remember', 'classic-editor'),
(6626, 624, '_edit_last', '1'),
(6627, 624, 'slide_template', 'default'),
(6628, 624, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6629, 624, '_wp_old_date', '2020-01-14'),
(6630, 622, '_edit_last', '1'),
(6631, 622, 'slide_template', 'default'),
(6632, 622, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6633, 622, '_wp_old_date', '2020-01-14'),
(6634, 623, '_edit_last', '1'),
(6635, 623, 'slide_template', 'default'),
(6636, 623, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6637, 623, '_wp_old_date', '2020-01-14'),
(6638, 625, '_edit_last', '1'),
(6639, 625, 'slide_template', 'default'),
(6640, 625, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6641, 625, '_wp_old_date', '2020-01-14'),
(6642, 567, '_edit_last', '1'),
(6643, 567, '_wp_old_date', '2020-01-14'),
(6644, 567, 'slide_template', 'default'),
(6645, 567, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6646, 436, '_edit_last', '1'),
(6647, 436, '_wp_old_date', '2020-01-14'),
(6648, 436, 'slide_template', 'default'),
(6649, 436, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6650, 616, '_edit_last', '1'),
(6651, 616, 'slide_template', 'default'),
(6652, 616, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6653, 616, '_wp_old_date', '2020-01-14'),
(6654, 615, '_edit_last', '1'),
(6655, 615, 'slide_template', 'default'),
(6656, 615, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6657, 615, '_wp_old_date', '2020-01-14'),
(6658, 614, '_edit_last', '1'),
(6659, 614, 'slide_template', 'default'),
(6660, 614, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6661, 614, '_wp_old_date', '2020-01-14'),
(6662, 617, '_edit_last', '1'),
(6663, 617, 'slide_template', 'default'),
(6664, 617, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6665, 617, '_wp_old_date', '2020-01-14'),
(6666, 618, '_edit_last', '1'),
(6667, 618, 'slide_template', 'default'),
(6668, 618, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6669, 618, '_wp_old_date', '2020-01-14'),
(6670, 628, '_edit_last', '1'),
(6671, 628, 'slide_template', 'default'),
(6672, 628, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6673, 628, '_wp_old_date', '2020-01-14'),
(6674, 627, '_edit_last', '1'),
(6675, 627, 'slide_template', 'default'),
(6676, 627, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6677, 627, '_wp_old_date', '2020-01-14'),
(6678, 626, '_edit_last', '1'),
(6679, 626, 'slide_template', 'default'),
(6680, 626, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6681, 626, '_wp_old_date', '2020-01-14'),
(6682, 629, '_edit_lock', '1579082737:1'),
(6683, 629, 'classic-editor-remember', 'classic-editor'),
(6684, 613, '_edit_lock', '1579082882:1'),
(6685, 613, 'classic-editor-remember', 'classic-editor'),
(6688, 603, '_edit_lock', '1579082883:1'),
(6689, 603, 'classic-editor-remember', 'classic-editor'),
(6690, 602, '_edit_lock', '1579082884:1'),
(6691, 602, 'classic-editor-remember', 'classic-editor'),
(6692, 605, '_edit_lock', '1579082886:1'),
(6693, 605, 'classic-editor-remember', 'classic-editor'),
(6694, 608, '_edit_lock', '1579082888:1'),
(6695, 608, 'classic-editor-remember', 'classic-editor'),
(6696, 607, '_edit_lock', '1579082887:1'),
(6697, 607, 'classic-editor-remember', 'classic-editor'),
(6698, 604, '_edit_lock', '1579082889:1'),
(6699, 604, 'classic-editor-remember', 'classic-editor'),
(6700, 609, '_edit_lock', '1579082890:1'),
(6701, 609, 'classic-editor-remember', 'classic-editor'),
(6702, 610, '_edit_lock', '1579082890:1'),
(6703, 610, 'classic-editor-remember', 'classic-editor'),
(6704, 612, '_edit_lock', '1579082889:1'),
(6705, 612, 'classic-editor-remember', 'classic-editor'),
(6706, 611, '_edit_lock', '1579082890:1'),
(6707, 611, 'classic-editor-remember', 'classic-editor'),
(6708, 589, '_edit_lock', '1579082750:1'),
(6709, 589, 'classic-editor-remember', 'classic-editor'),
(6710, 629, '_edit_last', '1'),
(6711, 629, 'slide_template', 'default'),
(6712, 629, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6713, 629, '_wp_old_date', '2020-01-14'),
(6714, 613, '_edit_last', '1'),
(6715, 613, 'slide_template', 'default'),
(6716, 613, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6717, 613, '_wp_old_date', '2020-01-14'),
(6718, 603, '_edit_last', '1'),
(6719, 603, 'slide_template', 'default'),
(6720, 603, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6721, 603, '_wp_old_date', '2020-01-14'),
(6722, 602, '_edit_last', '1'),
(6723, 602, 'slide_template', 'default'),
(6724, 602, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6725, 602, '_wp_old_date', '2020-01-14'),
(6726, 605, '_edit_last', '1'),
(6727, 605, '_wp_old_date', '2020-01-14'),
(6728, 605, 'slide_template', 'default'),
(6729, 605, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6730, 608, '_edit_last', '1'),
(6731, 608, 'slide_template', 'default'),
(6732, 608, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6733, 608, '_wp_old_date', '2020-01-14'),
(6734, 607, '_edit_last', '1'),
(6735, 607, 'slide_template', 'default'),
(6736, 607, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6737, 607, '_wp_old_date', '2020-01-14'),
(6738, 604, '_edit_last', '1'),
(6739, 604, 'slide_template', 'default'),
(6740, 604, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6741, 604, '_wp_old_date', '2020-01-14'),
(6742, 609, '_edit_last', '1'),
(6743, 609, 'slide_template', 'default'),
(6744, 609, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6745, 609, '_wp_old_date', '2020-01-14'),
(6746, 610, '_edit_last', '1'),
(6747, 610, 'slide_template', 'default'),
(6748, 610, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6749, 610, '_wp_old_date', '2020-01-14'),
(6750, 612, '_edit_last', '1'),
(6751, 612, 'slide_template', 'default'),
(6752, 612, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6753, 612, '_wp_old_date', '2020-01-14'),
(6754, 611, '_edit_last', '1'),
(6755, 611, 'slide_template', 'default'),
(6756, 611, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6757, 611, '_wp_old_date', '2020-01-14'),
(6758, 589, '_edit_last', '1'),
(6759, 589, 'slide_template', 'default'),
(6760, 589, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6761, 589, '_wp_old_date', '2020-01-14'),
(6762, 590, '_edit_lock', '1579083067:1'),
(6763, 590, 'classic-editor-remember', 'classic-editor'),
(6764, 584, '_edit_lock', '1579082966:1'),
(6765, 584, 'classic-editor-remember', 'classic-editor'),
(6766, 583, '_edit_lock', '1579082979:1'),
(6767, 583, 'classic-editor-remember', 'classic-editor'),
(6768, 585, '_edit_lock', '1579082967:1'),
(6769, 585, 'classic-editor-remember', 'classic-editor'),
(6770, 587, '_edit_lock', '1579082964:1'),
(6771, 587, 'classic-editor-remember', 'classic-editor'),
(6772, 586, '_edit_lock', '1579083008:1'),
(6773, 586, 'classic-editor-remember', 'classic-editor'),
(6774, 588, '_edit_lock', '1579083018:1'),
(6775, 588, 'classic-editor-remember', 'classic-editor'),
(6776, 594, '_edit_lock', '1579083050:1'),
(6777, 594, 'classic-editor-remember', 'classic-editor'),
(6778, 593, '_edit_lock', '1579083055:1'),
(6779, 593, 'classic-editor-remember', 'classic-editor'),
(6780, 592, '_edit_lock', '1579083331:1'),
(6781, 592, 'classic-editor-remember', 'classic-editor'),
(6782, 598, '_edit_lock', '1579083073:1'),
(6783, 598, 'classic-editor-remember', 'classic-editor'),
(6784, 590, '_edit_last', '1'),
(6785, 590, 'slide_template', 'default'),
(6786, 590, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6787, 590, '_wp_old_date', '2020-01-14'),
(6788, 584, '_edit_last', '1'),
(6789, 584, 'slide_template', 'default'),
(6790, 584, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6791, 584, '_wp_old_date', '2020-01-14'),
(6792, 583, '_edit_last', '1'),
(6793, 583, 'slide_template', 'default'),
(6794, 583, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6795, 583, '_wp_old_date', '2020-01-14'),
(6796, 585, '_edit_last', '1'),
(6797, 585, 'slide_template', 'default'),
(6798, 585, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6799, 585, '_wp_old_date', '2020-01-14'),
(6800, 587, '_edit_last', '1'),
(6801, 587, 'slide_template', 'default'),
(6802, 587, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6803, 587, '_wp_old_date', '2020-01-14'),
(6804, 586, '_edit_last', '1'),
(6805, 586, 'slide_template', 'default'),
(6806, 586, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6807, 586, '_wp_old_date', '2020-01-14'),
(6808, 588, '_edit_last', '1'),
(6809, 588, 'slide_template', 'default');
INSERT INTO `wpir_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6810, 588, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6811, 588, '_wp_old_date', '2020-01-14'),
(6812, 594, '_edit_last', '1'),
(6813, 594, 'slide_template', 'default'),
(6814, 594, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6815, 594, '_wp_old_date', '2020-01-14'),
(6816, 593, '_edit_last', '1'),
(6817, 593, 'slide_template', 'default'),
(6818, 593, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6819, 593, '_wp_old_date', '2020-01-14'),
(6820, 598, '_edit_last', '1'),
(6821, 598, 'slide_template', 'default'),
(6822, 598, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6823, 598, '_wp_old_date', '2020-01-14'),
(6824, 600, '_edit_lock', '1579083308:1'),
(6825, 600, 'classic-editor-remember', 'classic-editor'),
(6826, 591, '_edit_lock', '1579083473:1'),
(6827, 591, 'classic-editor-remember', 'classic-editor'),
(6828, 595, '_edit_lock', '1579083331:1'),
(6829, 595, 'classic-editor-remember', 'classic-editor'),
(6830, 597, '_edit_lock', '1580666708:1'),
(6831, 597, 'classic-editor-remember', 'classic-editor'),
(6832, 596, '_edit_lock', '1579083477:1'),
(6833, 596, 'classic-editor-remember', 'classic-editor'),
(6834, 599, '_edit_lock', '1579083478:1'),
(6835, 599, 'classic-editor-remember', 'classic-editor'),
(6836, 578, '_edit_lock', '1579083478:1'),
(6837, 578, 'classic-editor-remember', 'classic-editor'),
(6838, 579, '_edit_lock', '1579083480:1'),
(6839, 579, 'classic-editor-remember', 'classic-editor'),
(6840, 570, '_edit_lock', '1579083480:1'),
(6841, 570, 'classic-editor-remember', 'classic-editor'),
(6842, 574, '_edit_lock', '1579083481:1'),
(6843, 574, 'classic-editor-remember', 'classic-editor'),
(6844, 572, '_edit_lock', '1579083481:1'),
(6845, 572, 'classic-editor-remember', 'classic-editor'),
(6846, 575, '_edit_lock', '1579083338:1'),
(6847, 575, 'classic-editor-remember', 'classic-editor'),
(6848, 569, '_edit_lock', '1579083483:1'),
(6849, 569, 'classic-editor-remember', 'classic-editor'),
(6850, 577, '_edit_lock', '1579083484:1'),
(6851, 577, 'classic-editor-remember', 'classic-editor'),
(6852, 576, '_edit_lock', '1579083484:1'),
(6853, 576, 'classic-editor-remember', 'classic-editor'),
(6854, 600, '_edit_last', '1'),
(6855, 600, 'slide_template', 'default'),
(6856, 600, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6857, 600, '_wp_old_date', '2020-01-14'),
(6858, 592, '_edit_last', '1'),
(6859, 592, 'slide_template', 'default'),
(6860, 592, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6861, 592, '_wp_old_date', '2020-01-14'),
(6862, 591, '_edit_last', '1'),
(6863, 591, 'slide_template', 'default'),
(6864, 591, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6865, 591, '_wp_old_date', '2020-01-14'),
(6866, 595, '_edit_last', '1'),
(6867, 595, 'slide_template', 'default'),
(6868, 595, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6869, 595, '_wp_old_date', '2020-01-14'),
(6870, 597, '_edit_last', '1'),
(6871, 597, 'slide_template', 'default'),
(6872, 597, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6873, 597, '_wp_old_date', '2020-01-14'),
(6874, 596, '_edit_last', '1'),
(6875, 596, 'slide_template', 'default'),
(6876, 596, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6877, 596, '_wp_old_date', '2020-01-14'),
(6878, 599, '_edit_last', '1'),
(6879, 599, 'slide_template', 'default'),
(6880, 599, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6881, 599, '_wp_old_date', '2020-01-14'),
(6882, 578, '_edit_last', '1'),
(6883, 578, 'slide_template', 'default'),
(6884, 578, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6885, 578, '_wp_old_date', '2020-01-14'),
(6886, 579, '_edit_last', '1'),
(6887, 579, 'slide_template', 'default'),
(6888, 579, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6889, 579, '_wp_old_date', '2020-01-14'),
(6890, 570, '_edit_last', '1'),
(6891, 570, 'slide_template', 'default'),
(6892, 570, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6893, 570, '_wp_old_date', '2020-01-14'),
(6894, 574, '_edit_last', '1'),
(6895, 574, 'slide_template', 'default'),
(6896, 574, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6897, 574, '_wp_old_date', '2020-01-14'),
(6898, 572, '_edit_last', '1'),
(6899, 572, '_wp_old_date', '2020-01-14'),
(6900, 572, 'slide_template', 'default'),
(6901, 572, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6902, 575, '_edit_last', '1'),
(6903, 575, 'slide_template', 'default'),
(6904, 575, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6905, 575, '_wp_old_date', '2020-01-14'),
(6906, 569, '_edit_last', '1'),
(6907, 569, 'slide_template', 'default'),
(6908, 569, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6909, 569, '_wp_old_date', '2020-01-14'),
(6910, 577, '_edit_last', '1'),
(6911, 577, 'slide_template', 'default'),
(6912, 577, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6913, 577, '_wp_old_date', '2020-01-14'),
(6914, 576, '_edit_last', '1'),
(6915, 576, 'slide_template', 'default'),
(6916, 576, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6917, 576, '_wp_old_date', '2020-01-14'),
(6918, 591, '_ait-item_item-author', 'a:1:{s:6:\"author\";s:1:\"1\";}'),
(6919, 580, '_edit_lock', '1579083568:1'),
(6920, 580, 'classic-editor-remember', 'classic-editor'),
(6921, 582, '_edit_lock', '1579083713:1'),
(6922, 582, 'classic-editor-remember', 'classic-editor'),
(6923, 571, '_edit_lock', '1579083713:1'),
(6924, 571, 'classic-editor-remember', 'classic-editor'),
(6925, 581, '_edit_lock', '1579083716:1'),
(6926, 581, 'classic-editor-remember', 'classic-editor'),
(6927, 557, '_edit_lock', '1579083717:1'),
(6928, 557, 'classic-editor-remember', 'classic-editor'),
(6929, 563, '_edit_lock', '1579083717:1'),
(6930, 563, 'classic-editor-remember', 'classic-editor'),
(6931, 559, '_edit_lock', '1579083717:1'),
(6932, 559, 'classic-editor-remember', 'classic-editor'),
(6933, 560, '_edit_lock', '1579083718:1'),
(6934, 560, 'classic-editor-remember', 'classic-editor'),
(6935, 562, '_edit_lock', '1579083585:1'),
(6936, 562, 'classic-editor-remember', 'classic-editor'),
(6937, 580, '_edit_last', '1'),
(6938, 580, 'slide_template', 'default'),
(6939, 580, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6940, 580, '_wp_old_date', '2020-01-14'),
(6941, 582, '_edit_last', '1'),
(6942, 582, 'slide_template', 'default'),
(6943, 582, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6944, 582, '_wp_old_date', '2020-01-14'),
(6945, 571, '_edit_last', '1'),
(6946, 571, 'slide_template', 'default'),
(6947, 571, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6948, 571, '_wp_old_date', '2020-01-14'),
(6949, 581, '_edit_last', '1'),
(6950, 581, 'slide_template', 'default'),
(6951, 581, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6952, 581, '_wp_old_date', '2020-01-14'),
(6953, 557, '_edit_last', '1'),
(6954, 557, '_wp_old_date', '2020-01-14'),
(6955, 557, 'slide_template', 'default'),
(6956, 557, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6957, 563, '_edit_last', '1'),
(6958, 563, 'slide_template', 'default'),
(6959, 563, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6960, 563, '_wp_old_date', '2020-01-14'),
(6961, 559, '_edit_last', '1'),
(6962, 559, 'slide_template', 'default'),
(6963, 559, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6964, 559, '_wp_old_date', '2020-01-14'),
(6965, 560, '_edit_last', '1'),
(6966, 560, 'slide_template', 'default'),
(6967, 560, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6968, 560, '_wp_old_date', '2020-01-14'),
(6969, 562, '_edit_last', '1'),
(6970, 562, 'slide_template', 'default'),
(6971, 562, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(6972, 562, '_wp_old_date', '2020-01-14'),
(6973, 561, '_edit_lock', '1579083815:1'),
(6974, 561, 'classic-editor-remember', 'classic-editor'),
(6975, 564, '_edit_lock', '1579083960:1'),
(6976, 564, 'classic-editor-remember', 'classic-editor'),
(6977, 565, '_edit_lock', '1579083962:1'),
(6978, 565, 'classic-editor-remember', 'classic-editor'),
(6979, 566, '_edit_lock', '1579083963:1'),
(6980, 566, 'classic-editor-remember', 'classic-editor'),
(6981, 481, '_edit_lock', '1579083968:1'),
(6982, 481, 'classic-editor-remember', 'classic-editor'),
(6983, 553, '_edit_lock', '1579083969:1'),
(6984, 553, 'classic-editor-remember', 'classic-editor'),
(6985, 554, '_edit_lock', '1579083970:1'),
(6986, 554, 'classic-editor-remember', 'classic-editor'),
(6987, 556, '_edit_lock', '1579083968:1'),
(6988, 556, 'classic-editor-remember', 'classic-editor'),
(6989, 551, '_edit_lock', '1579083970:1'),
(6990, 551, 'classic-editor-remember', 'classic-editor'),
(6991, 552, '_edit_lock', '1579083971:1'),
(6992, 552, 'classic-editor-remember', 'classic-editor'),
(6993, 550, '_edit_lock', '1579083972:1'),
(6994, 550, 'classic-editor-remember', 'classic-editor'),
(6995, 547, '_edit_lock', '1579083972:1'),
(6996, 547, 'classic-editor-remember', 'classic-editor'),
(6997, 548, '_edit_lock', '1579083972:1'),
(6998, 548, 'classic-editor-remember', 'classic-editor'),
(6999, 524, '_edit_lock', '1579083973:1'),
(7000, 524, 'classic-editor-remember', 'classic-editor'),
(7001, 561, '_edit_last', '1'),
(7002, 561, 'slide_template', 'default'),
(7003, 561, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7004, 561, '_wp_old_date', '2020-01-14'),
(7005, 564, '_edit_last', '1'),
(7006, 564, 'slide_template', 'default'),
(7007, 564, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7008, 564, '_wp_old_date', '2020-01-14'),
(7009, 565, '_edit_last', '1'),
(7010, 565, 'slide_template', 'default'),
(7011, 565, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7012, 565, '_wp_old_date', '2020-01-14'),
(7013, 566, '_edit_last', '1'),
(7014, 566, 'slide_template', 'default'),
(7015, 566, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7016, 566, '_wp_old_date', '2020-01-14'),
(7017, 481, '_edit_last', '1'),
(7018, 481, '_wp_old_date', '2020-01-14'),
(7019, 481, 'slide_template', 'default'),
(7020, 481, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7021, 553, '_edit_last', '1'),
(7022, 553, 'slide_template', 'default'),
(7023, 553, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7024, 553, '_wp_old_date', '2020-01-14'),
(7025, 554, '_edit_last', '1'),
(7026, 554, 'slide_template', 'default'),
(7027, 554, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7028, 554, '_wp_old_date', '2020-01-14'),
(7029, 556, '_edit_last', '1'),
(7030, 556, 'slide_template', 'default'),
(7031, 556, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7032, 556, '_wp_old_date', '2020-01-14'),
(7033, 551, '_edit_last', '1'),
(7034, 551, 'slide_template', 'default'),
(7035, 551, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7036, 551, '_wp_old_date', '2020-01-14'),
(7037, 552, '_edit_last', '1'),
(7038, 552, 'slide_template', 'default'),
(7039, 552, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7040, 552, '_wp_old_date', '2020-01-14'),
(7041, 550, '_edit_last', '1'),
(7042, 550, 'slide_template', 'default'),
(7043, 550, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7044, 550, '_wp_old_date', '2020-01-14'),
(7045, 547, '_edit_last', '1'),
(7046, 547, 'slide_template', 'default'),
(7047, 547, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7048, 547, '_wp_old_date', '2020-01-14'),
(7049, 548, '_edit_last', '1'),
(7050, 548, '_wp_old_date', '2020-01-14'),
(7051, 548, 'slide_template', 'default'),
(7052, 548, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7053, 524, '_edit_last', '1'),
(7054, 524, 'slide_template', 'default'),
(7055, 524, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7056, 524, '_wp_old_date', '2020-01-14'),
(7057, 525, '_edit_lock', '1579084997:1'),
(7058, 525, 'classic-editor-remember', 'classic-editor'),
(7059, 526, '_edit_lock', '1579084998:1'),
(7060, 526, 'classic-editor-remember', 'classic-editor'),
(7061, 527, '_edit_lock', '1579084999:1'),
(7062, 527, 'classic-editor-remember', 'classic-editor'),
(7063, 528, '_edit_lock', '1579084855:1'),
(7064, 528, 'classic-editor-remember', 'classic-editor'),
(7065, 529, '_edit_lock', '1579084856:1'),
(7066, 529, 'classic-editor-remember', 'classic-editor'),
(7067, 530, '_edit_lock', '1579085001:1'),
(7068, 530, 'classic-editor-remember', 'classic-editor'),
(7069, 531, '_edit_lock', '1579085003:1'),
(7070, 531, 'classic-editor-remember', 'classic-editor'),
(7071, 533, '_edit_lock', '1579085004:1'),
(7072, 533, 'classic-editor-remember', 'classic-editor'),
(7073, 534, '_edit_lock', '1579085006:1'),
(7074, 534, 'classic-editor-remember', 'classic-editor'),
(7075, 535, '_edit_lock', '1579085008:1'),
(7076, 535, 'classic-editor-remember', 'classic-editor'),
(7077, 537, '_edit_lock', '1579085008:1'),
(7078, 537, 'classic-editor-remember', 'classic-editor'),
(7079, 538, '_edit_lock', '1579465315:1'),
(7080, 538, 'classic-editor-remember', 'classic-editor'),
(7081, 539, '_edit_lock', '1579085008:1'),
(7082, 539, 'classic-editor-remember', 'classic-editor'),
(7083, 540, '_edit_lock', '1579084867:1'),
(7084, 540, 'classic-editor-remember', 'classic-editor'),
(7085, 525, '_edit_last', '1'),
(7086, 525, 'slide_template', 'default'),
(7087, 525, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7088, 525, '_wp_old_date', '2020-01-14'),
(7089, 526, '_edit_last', '1'),
(7090, 526, 'slide_template', 'default'),
(7091, 526, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7092, 526, '_wp_old_date', '2020-01-14'),
(7093, 527, '_edit_last', '1'),
(7094, 527, 'slide_template', 'default'),
(7095, 527, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7096, 527, '_wp_old_date', '2020-01-14'),
(7097, 528, '_edit_last', '1'),
(7098, 528, '_wp_old_date', '2020-01-14'),
(7099, 528, 'slide_template', 'default'),
(7100, 528, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7101, 529, '_edit_last', '1'),
(7102, 529, 'slide_template', 'default'),
(7103, 529, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7104, 529, '_wp_old_date', '2020-01-14'),
(7105, 530, '_edit_last', '1'),
(7106, 530, 'slide_template', 'default'),
(7107, 530, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7108, 530, '_wp_old_date', '2020-01-14'),
(7109, 531, '_edit_last', '1'),
(7110, 531, 'slide_template', 'default'),
(7111, 531, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7112, 531, '_wp_old_date', '2020-01-14'),
(7113, 533, '_edit_last', '1'),
(7114, 533, 'slide_template', 'default'),
(7115, 533, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7116, 533, '_wp_old_date', '2020-01-14'),
(7117, 534, '_edit_last', '1'),
(7118, 534, 'slide_template', 'default'),
(7119, 534, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7120, 534, '_wp_old_date', '2020-01-14'),
(7121, 535, '_edit_last', '1'),
(7122, 535, '_wp_old_date', '2020-01-14'),
(7123, 535, 'slide_template', 'default'),
(7124, 535, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7125, 537, '_edit_last', '1'),
(7126, 537, 'slide_template', 'default'),
(7127, 537, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7128, 537, '_wp_old_date', '2020-01-14'),
(7129, 538, '_edit_last', '1'),
(7130, 538, 'slide_template', 'default'),
(7131, 538, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7132, 538, '_wp_old_date', '2020-01-14'),
(7133, 539, '_edit_last', '1'),
(7134, 539, 'slide_template', 'default'),
(7135, 539, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7136, 539, '_wp_old_date', '2020-01-14'),
(7137, 540, '_edit_last', '1'),
(7138, 540, 'slide_template', 'default'),
(7139, 540, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7140, 540, '_wp_old_date', '2020-01-14'),
(7141, 541, '_edit_lock', '1579085129:1'),
(7142, 541, 'classic-editor-remember', 'classic-editor'),
(7143, 542, '_edit_lock', '1579085130:1'),
(7144, 542, 'classic-editor-remember', 'classic-editor'),
(7145, 543, '_edit_lock', '1579085275:1'),
(7146, 543, 'classic-editor-remember', 'classic-editor'),
(7147, 544, '_edit_lock', '1579085278:1'),
(7148, 544, 'classic-editor-remember', 'classic-editor'),
(7149, 545, '_edit_lock', '1579085279:1'),
(7150, 545, 'classic-editor-remember', 'classic-editor'),
(7151, 546, '_edit_lock', '1579085280:1'),
(7152, 546, 'classic-editor-remember', 'classic-editor'),
(7153, 512, '_edit_lock', '1579085283:1'),
(7154, 512, 'classic-editor-remember', 'classic-editor'),
(7155, 513, '_edit_lock', '1579085283:1'),
(7156, 513, 'classic-editor-remember', 'classic-editor'),
(7157, 514, '_edit_lock', '1579085283:1'),
(7158, 514, 'classic-editor-remember', 'classic-editor'),
(7159, 515, '_edit_lock', '1579085283:1'),
(7160, 515, 'classic-editor-remember', 'classic-editor'),
(7161, 516, '_edit_lock', '1579085284:1'),
(7162, 516, 'classic-editor-remember', 'classic-editor'),
(7163, 517, '_edit_lock', '1579085284:1'),
(7164, 517, 'classic-editor-remember', 'classic-editor'),
(7165, 518, '_edit_lock', '1579085284:1'),
(7166, 518, 'classic-editor-remember', 'classic-editor'),
(7167, 519, '_edit_lock', '1579085285:1'),
(7168, 519, 'classic-editor-remember', 'classic-editor'),
(7169, 520, '_edit_lock', '1579085140:1'),
(7170, 520, 'classic-editor-remember', 'classic-editor'),
(7171, 541, '_edit_last', '1'),
(7172, 541, 'slide_template', 'default'),
(7173, 541, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7174, 541, '_wp_old_date', '2020-01-14'),
(7175, 542, '_edit_last', '1'),
(7176, 542, 'slide_template', 'default'),
(7177, 542, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7178, 542, '_wp_old_date', '2020-01-14'),
(7179, 543, '_edit_last', '1'),
(7180, 543, 'slide_template', 'default'),
(7181, 543, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7182, 543, '_wp_old_date', '2020-01-14'),
(7183, 544, '_edit_last', '1'),
(7184, 544, 'slide_template', 'default'),
(7185, 544, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7186, 544, '_wp_old_date', '2020-01-14'),
(7187, 545, '_edit_last', '1'),
(7188, 545, 'slide_template', 'default'),
(7189, 545, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7190, 545, '_wp_old_date', '2020-01-14'),
(7191, 546, '_edit_last', '1'),
(7192, 546, 'slide_template', 'default'),
(7193, 546, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7194, 546, '_wp_old_date', '2020-01-14'),
(7195, 512, '_edit_last', '1'),
(7196, 512, 'slide_template', 'default'),
(7197, 512, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7198, 512, '_wp_old_date', '2020-01-14'),
(7199, 513, '_edit_last', '1'),
(7200, 513, 'slide_template', 'default'),
(7201, 513, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7202, 513, '_wp_old_date', '2020-01-14'),
(7203, 514, '_edit_last', '1'),
(7204, 514, 'slide_template', 'default'),
(7205, 514, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7206, 514, '_wp_old_date', '2020-01-14'),
(7207, 515, '_edit_last', '1'),
(7208, 515, 'slide_template', 'default'),
(7209, 515, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7210, 515, '_wp_old_date', '2020-01-14'),
(7211, 516, '_edit_last', '1'),
(7212, 516, 'slide_template', 'default'),
(7213, 516, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7214, 516, '_wp_old_date', '2020-01-14'),
(7215, 517, '_edit_last', '1'),
(7216, 517, 'slide_template', 'default'),
(7217, 517, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7218, 517, '_wp_old_date', '2020-01-14'),
(7219, 518, '_edit_last', '1'),
(7220, 518, 'slide_template', 'default'),
(7221, 518, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7222, 518, '_wp_old_date', '2020-01-14'),
(7223, 519, '_edit_last', '1'),
(7224, 519, 'slide_template', 'default'),
(7225, 519, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7226, 519, '_wp_old_date', '2020-01-14'),
(7227, 520, '_edit_last', '1'),
(7228, 520, 'slide_template', 'default'),
(7229, 520, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7230, 520, '_wp_old_date', '2020-01-14'),
(7231, 521, '_edit_lock', '1579085175:1'),
(7232, 521, 'classic-editor-remember', 'classic-editor'),
(7233, 521, '_edit_last', '1'),
(7234, 521, 'slide_template', 'default'),
(7235, 521, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7236, 521, '_wp_old_date', '2020-01-14'),
(7237, 522, '_edit_lock', '1579086605:1'),
(7238, 522, 'classic-editor-remember', 'classic-editor'),
(7239, 523, '_edit_lock', '1579086607:1'),
(7240, 523, 'classic-editor-remember', 'classic-editor'),
(7241, 198, '_edit_lock', '1579086463:1'),
(7242, 198, 'classic-editor-remember', 'classic-editor'),
(7243, 402, '_edit_lock', '1579086608:1'),
(7244, 402, 'classic-editor-remember', 'classic-editor'),
(7245, 471, '_edit_lock', '1579086609:1'),
(7246, 471, 'classic-editor-remember', 'classic-editor'),
(7247, 496, '_edit_lock', '1579086610:1'),
(7248, 496, 'classic-editor-remember', 'classic-editor'),
(7249, 497, '_edit_lock', '1579086611:1'),
(7250, 497, 'classic-editor-remember', 'classic-editor'),
(7251, 498, '_edit_lock', '1579086612:1'),
(7252, 498, 'classic-editor-remember', 'classic-editor'),
(7253, 499, '_edit_lock', '1579086614:1'),
(7254, 499, 'classic-editor-remember', 'classic-editor'),
(7255, 500, '_edit_lock', '1579086615:1'),
(7256, 500, 'classic-editor-remember', 'classic-editor'),
(7257, 501, '_edit_lock', '1579086615:1'),
(7258, 501, 'classic-editor-remember', 'classic-editor'),
(7259, 502, '_edit_lock', '1579086617:1'),
(7260, 502, 'classic-editor-remember', 'classic-editor'),
(7261, 504, '_edit_lock', '1579086617:1'),
(7262, 504, 'classic-editor-remember', 'classic-editor'),
(7263, 505, '_edit_lock', '1579086617:1'),
(7264, 505, 'classic-editor-remember', 'classic-editor'),
(7265, 508, '_edit_lock', '1579086617:1'),
(7266, 508, 'classic-editor-remember', 'classic-editor'),
(7267, 510, '_edit_lock', '1579086476:1'),
(7268, 510, 'classic-editor-remember', 'classic-editor'),
(7269, 522, '_edit_last', '1'),
(7270, 522, 'slide_template', 'default'),
(7271, 522, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7272, 522, '_wp_old_date', '2020-01-14'),
(7273, 523, '_edit_last', '1'),
(7274, 523, 'slide_template', 'default'),
(7275, 523, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7276, 523, '_wp_old_date', '2020-01-14'),
(7277, 198, '_edit_last', '1'),
(7278, 198, '_wp_old_date', '2020-01-14'),
(7279, 198, 'slide_template', 'default'),
(7280, 198, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7281, 402, '_edit_last', '1'),
(7282, 402, '_wp_old_date', '2020-01-14'),
(7283, 402, 'slide_template', 'default'),
(7284, 402, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7285, 471, '_edit_last', '1'),
(7286, 471, '_wp_old_date', '2020-01-14'),
(7287, 471, 'slide_template', 'default'),
(7288, 471, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7289, 496, '_edit_last', '1'),
(7290, 496, 'slide_template', 'default'),
(7291, 496, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7292, 496, '_wp_old_date', '2020-01-14'),
(7293, 497, '_edit_last', '1'),
(7294, 497, 'slide_template', 'default'),
(7295, 497, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7296, 497, '_wp_old_date', '2020-01-14'),
(7297, 498, '_edit_last', '1'),
(7298, 498, 'slide_template', 'default'),
(7299, 498, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7300, 498, '_wp_old_date', '2020-01-14'),
(7301, 499, '_edit_last', '1'),
(7302, 499, 'slide_template', 'default'),
(7303, 499, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7304, 499, '_wp_old_date', '2020-01-14'),
(7305, 500, '_edit_last', '1'),
(7306, 500, 'slide_template', 'default'),
(7307, 500, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7308, 500, '_wp_old_date', '2020-01-14'),
(7309, 501, '_edit_last', '1'),
(7310, 501, 'slide_template', 'default'),
(7311, 501, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7312, 501, '_wp_old_slug', 'revolution-emporium'),
(7313, 501, '_wp_old_date', '2020-01-14'),
(7314, 502, '_edit_last', '1'),
(7315, 502, 'slide_template', 'default'),
(7316, 502, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7317, 502, '_wp_old_date', '2020-01-14'),
(7318, 504, '_edit_last', '1'),
(7319, 504, 'slide_template', 'default'),
(7320, 504, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7321, 504, '_wp_old_date', '2020-01-14'),
(7322, 505, '_edit_last', '1'),
(7323, 505, '_wp_old_date', '2020-01-14'),
(7324, 505, 'slide_template', 'default'),
(7325, 505, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7326, 508, '_edit_last', '1'),
(7327, 508, 'slide_template', 'default'),
(7328, 508, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7329, 508, '_wp_old_date', '2020-01-14'),
(7330, 510, '_edit_last', '1'),
(7331, 510, 'slide_template', 'default'),
(7332, 510, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7333, 510, '_wp_old_date', '2020-01-14'),
(7334, 511, '_edit_lock', '1579086679:1'),
(7335, 511, 'classic-editor-remember', 'classic-editor'),
(7336, 489, '_edit_lock', '1579086824:1'),
(7337, 489, 'classic-editor-remember', 'classic-editor'),
(7338, 490, '_edit_lock', '1579086825:1'),
(7339, 490, 'classic-editor-remember', 'classic-editor'),
(7340, 491, '_edit_lock', '1579086827:1'),
(7341, 491, 'classic-editor-remember', 'classic-editor'),
(7342, 492, '_edit_lock', '1579086828:1'),
(7343, 492, 'classic-editor-remember', 'classic-editor'),
(7344, 493, '_edit_lock', '1579086829:1'),
(7345, 493, 'classic-editor-remember', 'classic-editor'),
(7346, 494, '_edit_lock', '1579086830:1'),
(7347, 494, 'classic-editor-remember', 'classic-editor'),
(7348, 470, '_edit_lock', '1579086831:1'),
(7349, 470, 'classic-editor-remember', 'classic-editor'),
(7350, 472, '_edit_lock', '1579086832:1'),
(7351, 472, 'classic-editor-remember', 'classic-editor'),
(7352, 473, '_edit_lock', '1579086833:1'),
(7353, 473, 'classic-editor-remember', 'classic-editor'),
(7354, 474, '_edit_lock', '1579086833:1'),
(7355, 474, 'classic-editor-remember', 'classic-editor'),
(7356, 477, '_edit_lock', '1579086833:1'),
(7357, 477, 'classic-editor-remember', 'classic-editor'),
(7358, 479, '_edit_lock', '1579086834:1'),
(7359, 479, 'classic-editor-remember', 'classic-editor'),
(7360, 480, '_edit_lock', '1579086689:1'),
(7361, 480, 'classic-editor-remember', 'classic-editor'),
(7362, 482, '_edit_lock', '1579086694:1'),
(7363, 482, 'classic-editor-remember', 'classic-editor'),
(7364, 511, '_edit_last', '1'),
(7365, 511, 'slide_template', 'default'),
(7366, 511, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7367, 511, '_wp_old_date', '2020-01-14'),
(7368, 489, '_edit_last', '1'),
(7369, 489, 'slide_template', 'default'),
(7370, 489, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7371, 489, '_wp_old_date', '2020-01-14'),
(7372, 490, '_edit_last', '1'),
(7373, 490, 'slide_template', 'default'),
(7374, 490, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7375, 490, '_wp_old_date', '2020-01-14'),
(7376, 491, '_edit_last', '1'),
(7377, 491, 'slide_template', 'default'),
(7378, 491, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7379, 491, '_wp_old_date', '2020-01-14'),
(7380, 492, '_edit_last', '1'),
(7381, 492, 'slide_template', 'default'),
(7382, 492, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7383, 492, '_wp_old_date', '2020-01-14'),
(7384, 493, '_edit_last', '1'),
(7385, 493, 'slide_template', 'default'),
(7386, 493, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7387, 493, '_wp_old_date', '2020-01-14'),
(7388, 494, '_edit_last', '1'),
(7389, 494, 'slide_template', 'default'),
(7390, 494, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7391, 494, '_wp_old_date', '2020-01-14'),
(7392, 470, '_edit_last', '1'),
(7393, 470, 'slide_template', 'default'),
(7394, 470, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7395, 470, '_wp_old_date', '2020-01-14'),
(7396, 472, '_edit_last', '1'),
(7397, 472, 'slide_template', 'default'),
(7398, 472, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7399, 472, '_wp_old_date', '2020-01-14'),
(7400, 473, '_edit_last', '1'),
(7401, 473, 'slide_template', 'default'),
(7402, 473, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7403, 473, '_wp_old_date', '2020-01-14'),
(7404, 474, '_edit_last', '1'),
(7405, 474, '_wp_old_date', '2020-01-14'),
(7406, 474, 'slide_template', 'default'),
(7407, 474, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7408, 477, '_edit_last', '1'),
(7409, 477, '_wp_old_date', '2020-01-14'),
(7410, 477, 'slide_template', 'default'),
(7411, 477, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7412, 479, '_edit_last', '1'),
(7413, 479, 'slide_template', 'default'),
(7414, 479, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7415, 479, '_wp_old_date', '2020-01-14'),
(7416, 480, '_edit_last', '1'),
(7417, 480, 'slide_template', 'default'),
(7418, 480, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7419, 480, '_wp_old_date', '2020-01-14'),
(7420, 482, '_edit_last', '1'),
(7421, 482, 'slide_template', 'default'),
(7422, 482, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7423, 482, '_wp_old_date', '2020-01-14'),
(7424, 483, '_edit_lock', '1579086923:1'),
(7425, 483, 'classic-editor-remember', 'classic-editor'),
(7426, 484, '_edit_lock', '1579087069:1'),
(7427, 484, 'classic-editor-remember', 'classic-editor'),
(7428, 485, '_edit_lock', '1579087070:1'),
(7429, 485, 'classic-editor-remember', 'classic-editor'),
(7430, 486, '_edit_lock', '1579086925:1'),
(7431, 486, 'classic-editor-remember', 'classic-editor'),
(7432, 488, '_edit_lock', '1579086927:1'),
(7433, 488, 'classic-editor-remember', 'classic-editor'),
(7434, 443, '_edit_lock', '1579087071:1'),
(7435, 443, 'classic-editor-remember', 'classic-editor'),
(7436, 444, '_edit_lock', '1579087073:1'),
(7437, 444, 'classic-editor-remember', 'classic-editor'),
(7438, 445, '_edit_lock', '1579087075:1'),
(7439, 445, 'classic-editor-remember', 'classic-editor'),
(7440, 447, '_edit_lock', '1579087076:1'),
(7441, 447, 'classic-editor-remember', 'classic-editor'),
(7442, 449, '_edit_lock', '1579087077:1'),
(7443, 449, 'classic-editor-remember', 'classic-editor'),
(7444, 450, '_edit_lock', '1579087077:1'),
(7445, 450, 'classic-editor-remember', 'classic-editor'),
(7446, 451, '_edit_lock', '1579087078:1'),
(7447, 451, 'classic-editor-remember', 'classic-editor'),
(7448, 453, '_edit_lock', '1579087078:1'),
(7449, 453, 'classic-editor-remember', 'classic-editor'),
(7450, 454, '_edit_lock', '1579087078:1'),
(7451, 454, 'classic-editor-remember', 'classic-editor'),
(7452, 455, '_edit_lock', '1579466298:1'),
(7453, 455, 'classic-editor-remember', 'classic-editor'),
(7454, 456, '_edit_lock', '1579087079:1'),
(7455, 456, 'classic-editor-remember', 'classic-editor'),
(7456, 457, '_edit_lock', '1579086940:1'),
(7457, 457, 'classic-editor-remember', 'classic-editor'),
(7458, 483, '_edit_last', '1'),
(7459, 483, 'slide_template', 'default'),
(7460, 483, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7461, 483, '_wp_old_date', '2020-01-14'),
(7462, 484, '_edit_last', '1'),
(7463, 484, 'slide_template', 'default'),
(7464, 484, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7465, 484, '_wp_old_date', '2020-01-14'),
(7466, 485, '_edit_last', '1'),
(7467, 485, 'slide_template', 'default'),
(7468, 485, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7469, 485, '_wp_old_date', '2020-01-14'),
(7470, 486, '_edit_last', '1'),
(7471, 486, '_wp_old_date', '2020-01-14'),
(7472, 486, 'slide_template', 'default'),
(7473, 486, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7474, 488, '_edit_last', '1'),
(7475, 488, 'slide_template', 'default'),
(7476, 488, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7477, 488, '_wp_old_date', '2020-01-14'),
(7478, 443, '_edit_last', '1'),
(7479, 443, 'slide_template', 'default'),
(7480, 443, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7481, 443, '_wp_old_date', '2020-01-14'),
(7482, 444, '_edit_last', '1'),
(7483, 444, 'slide_template', 'default'),
(7484, 444, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7485, 444, '_wp_old_date', '2020-01-14'),
(7486, 445, '_edit_last', '1'),
(7487, 445, '_wp_old_date', '2020-01-14'),
(7488, 445, 'slide_template', 'default'),
(7489, 445, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7490, 447, '_edit_last', '1'),
(7491, 447, '_wp_old_date', '2020-01-14'),
(7492, 447, 'slide_template', 'default'),
(7493, 447, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7494, 449, '_edit_last', '1'),
(7495, 449, 'slide_template', 'default'),
(7496, 449, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7497, 449, '_wp_old_date', '2020-01-14'),
(7498, 450, '_edit_last', '1'),
(7499, 450, 'slide_template', 'default'),
(7500, 450, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7501, 450, '_wp_old_date', '2020-01-14'),
(7502, 451, '_edit_last', '1'),
(7503, 451, 'slide_template', 'default'),
(7504, 451, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7505, 451, '_wp_old_date', '2020-01-14'),
(7506, 453, '_edit_last', '1'),
(7507, 453, 'slide_template', 'default'),
(7508, 453, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7509, 453, '_wp_old_date', '2020-01-14'),
(7510, 454, '_edit_last', '1'),
(7511, 454, 'slide_template', 'default'),
(7512, 454, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7513, 454, '_wp_old_date', '2020-01-14'),
(7514, 455, '_edit_last', '1'),
(7515, 455, 'slide_template', 'default'),
(7516, 455, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7517, 455, '_wp_old_date', '2020-01-14'),
(7518, 456, '_edit_last', '1'),
(7519, 456, 'slide_template', 'default'),
(7520, 456, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7521, 456, '_wp_old_date', '2020-01-14'),
(7522, 457, '_edit_last', '1'),
(7523, 457, '_wp_old_date', '2020-01-14'),
(7524, 457, 'slide_template', 'default'),
(7525, 457, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7526, 459, '_edit_lock', '1579087171:1'),
(7527, 459, 'classic-editor-remember', 'classic-editor'),
(7528, 460, '_edit_lock', '1579087173:1'),
(7529, 460, 'classic-editor-remember', 'classic-editor'),
(7530, 461, '_edit_lock', '1579087318:1'),
(7531, 461, 'classic-editor-remember', 'classic-editor'),
(7532, 462, '_edit_lock', '1579087319:1'),
(7533, 462, 'classic-editor-remember', 'classic-editor'),
(7534, 463, '_edit_lock', '1579087320:1'),
(7535, 463, 'classic-editor-remember', 'classic-editor'),
(7536, 464, '_edit_lock', '1579087321:1'),
(7537, 464, 'classic-editor-remember', 'classic-editor'),
(7538, 465, '_edit_lock', '1579087323:1'),
(7539, 465, 'classic-editor-remember', 'classic-editor'),
(7540, 466, '_edit_lock', '1579087323:1'),
(7541, 466, 'classic-editor-remember', 'classic-editor'),
(7542, 467, '_edit_lock', '1579087324:1'),
(7543, 467, 'classic-editor-remember', 'classic-editor'),
(7544, 468, '_edit_lock', '1579087326:1'),
(7545, 468, 'classic-editor-remember', 'classic-editor'),
(7546, 469, '_edit_lock', '1579087325:1'),
(7547, 469, 'classic-editor-remember', 'classic-editor'),
(7548, 437, '_edit_lock', '1579087326:1'),
(7549, 437, 'classic-editor-remember', 'classic-editor'),
(7550, 441, '_edit_lock', '1579460056:1'),
(7551, 441, 'classic-editor-remember', 'classic-editor'),
(7552, 442, '_edit_lock', '1579087327:1'),
(7553, 442, 'classic-editor-remember', 'classic-editor'),
(7554, 139, '_edit_lock', '1579087327:1'),
(7555, 139, 'classic-editor-remember', 'classic-editor'),
(7556, 459, '_edit_last', '1'),
(7557, 459, 'slide_template', 'default'),
(7558, 459, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7559, 459, '_wp_old_date', '2020-01-14'),
(7560, 460, '_edit_last', '1'),
(7561, 460, 'slide_template', 'default'),
(7562, 460, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7563, 460, '_wp_old_date', '2020-01-14'),
(7564, 461, '_edit_last', '1'),
(7565, 461, 'slide_template', 'default'),
(7566, 461, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7567, 461, '_wp_old_date', '2020-01-14'),
(7568, 462, '_edit_last', '1'),
(7569, 462, 'slide_template', 'default'),
(7570, 462, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7571, 462, '_wp_old_date', '2020-01-14'),
(7572, 463, '_edit_last', '1'),
(7573, 463, 'slide_template', 'default'),
(7574, 463, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7575, 463, '_wp_old_date', '2020-01-14'),
(7576, 464, '_edit_last', '1'),
(7577, 464, 'slide_template', 'default'),
(7578, 464, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7579, 464, '_wp_old_date', '2020-01-14'),
(7580, 465, '_edit_last', '1'),
(7581, 465, 'slide_template', 'default'),
(7582, 465, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7583, 465, '_wp_old_date', '2020-01-14'),
(7584, 466, '_edit_last', '1'),
(7585, 466, 'slide_template', 'default'),
(7586, 466, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7587, 466, '_wp_old_date', '2020-01-14'),
(7588, 467, '_edit_last', '1'),
(7589, 467, 'slide_template', 'default'),
(7590, 467, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7591, 467, '_wp_old_date', '2020-01-14'),
(7592, 468, '_edit_last', '1'),
(7593, 468, 'slide_template', 'default'),
(7594, 468, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7595, 468, '_wp_old_date', '2020-01-14'),
(7596, 469, '_edit_last', '1'),
(7597, 469, 'slide_template', 'default'),
(7598, 469, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7599, 469, '_wp_old_date', '2020-01-14'),
(7600, 437, '_edit_last', '1'),
(7601, 437, '_wp_old_date', '2020-01-14'),
(7602, 437, 'slide_template', 'default'),
(7603, 437, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7604, 441, '_edit_last', '1'),
(7605, 441, 'slide_template', 'default'),
(7606, 441, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7607, 441, '_wp_old_date', '2020-01-14'),
(7608, 442, '_edit_last', '1'),
(7609, 442, 'slide_template', 'default'),
(7610, 442, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7611, 442, '_wp_old_date', '2020-01-14'),
(7612, 139, '_edit_last', '1'),
(7613, 139, '_wp_old_date', '2020-01-14'),
(7614, 139, 'slide_template', 'default'),
(7615, 139, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7616, 413, '_edit_lock', '1579087485:1'),
(7617, 413, 'classic-editor-remember', 'classic-editor'),
(7618, 414, '_edit_lock', '1579087486:1'),
(7619, 414, 'classic-editor-remember', 'classic-editor'),
(7620, 415, '_edit_lock', '1579087631:1'),
(7621, 415, 'classic-editor-remember', 'classic-editor'),
(7622, 417, '_edit_lock', '1579087632:1'),
(7623, 417, 'classic-editor-remember', 'classic-editor'),
(7624, 418, '_edit_lock', '1579087634:1'),
(7625, 418, 'classic-editor-remember', 'classic-editor'),
(7626, 420, '_edit_lock', '1579087634:1'),
(7627, 420, 'classic-editor-remember', 'classic-editor'),
(7628, 421, '_edit_lock', '1579087636:1'),
(7629, 421, 'classic-editor-remember', 'classic-editor'),
(7630, 422, '_edit_lock', '1579087636:1'),
(7631, 422, 'classic-editor-remember', 'classic-editor'),
(7632, 423, '_edit_lock', '1579467013:1'),
(7633, 423, 'classic-editor-remember', 'classic-editor'),
(7634, 424, '_edit_lock', '1579087637:1'),
(7635, 424, 'classic-editor-remember', 'classic-editor'),
(7636, 425, '_edit_lock', '1579087639:1'),
(7637, 425, 'classic-editor-remember', 'classic-editor'),
(7638, 426, '_edit_lock', '1579087639:1'),
(7639, 426, 'classic-editor-remember', 'classic-editor'),
(7640, 427, '_edit_lock', '1579087639:1'),
(7641, 427, 'classic-editor-remember', 'classic-editor'),
(7642, 428, '_edit_lock', '1579087640:1'),
(7643, 428, 'classic-editor-remember', 'classic-editor'),
(7644, 430, '_edit_lock', '1579087497:1'),
(7645, 430, 'classic-editor-remember', 'classic-editor'),
(7646, 413, '_edit_last', '1'),
(7647, 413, 'slide_template', 'default'),
(7648, 413, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7649, 413, '_wp_old_date', '2020-01-14'),
(7650, 414, '_edit_last', '1'),
(7651, 414, 'slide_template', 'default'),
(7652, 414, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7653, 414, '_wp_old_date', '2020-01-14'),
(7654, 415, '_edit_last', '1'),
(7655, 415, '_wp_old_date', '2020-01-14'),
(7656, 415, 'slide_template', 'default'),
(7657, 415, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7658, 417, '_edit_last', '1'),
(7659, 417, 'slide_template', 'default'),
(7660, 417, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7661, 417, '_wp_old_date', '2020-01-14'),
(7662, 418, '_edit_last', '1'),
(7663, 418, 'slide_template', 'default'),
(7664, 418, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7665, 418, '_wp_old_date', '2020-01-14'),
(7666, 420, '_edit_last', '1'),
(7667, 420, 'slide_template', 'default'),
(7668, 420, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7669, 420, '_wp_old_date', '2020-01-14'),
(7670, 421, '_edit_last', '1'),
(7671, 421, 'slide_template', 'default'),
(7672, 421, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7673, 421, '_wp_old_date', '2020-01-14'),
(7674, 422, '_edit_last', '1'),
(7675, 422, 'slide_template', 'default'),
(7676, 422, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7677, 422, '_wp_old_date', '2020-01-14'),
(7678, 423, '_edit_last', '1'),
(7679, 423, 'slide_template', 'default'),
(7680, 423, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7681, 423, '_wp_old_date', '2020-01-14'),
(7682, 424, '_edit_last', '1'),
(7683, 424, 'slide_template', 'default'),
(7684, 424, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7685, 424, '_wp_old_date', '2020-01-14'),
(7686, 425, '_edit_last', '1'),
(7687, 425, 'slide_template', 'default'),
(7688, 425, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7689, 425, '_wp_old_date', '2020-01-14'),
(7690, 426, '_edit_last', '1'),
(7691, 426, 'slide_template', 'default'),
(7692, 426, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7693, 426, '_wp_old_date', '2020-01-14'),
(7694, 427, '_edit_last', '1'),
(7695, 427, 'slide_template', 'default'),
(7696, 427, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7697, 427, '_wp_old_date', '2020-01-14'),
(7698, 428, '_edit_last', '1'),
(7699, 428, '_wp_old_date', '2020-01-14'),
(7700, 428, 'slide_template', 'default'),
(7701, 428, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7702, 430, '_edit_last', '1'),
(7703, 430, 'slide_template', 'default'),
(7704, 430, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7705, 430, '_wp_old_date', '2020-01-14'),
(7706, 431, '_edit_lock', '1579087755:1'),
(7707, 431, 'classic-editor-remember', 'classic-editor'),
(7708, 432, '_edit_lock', '1579087756:1'),
(7709, 432, 'classic-editor-remember', 'classic-editor'),
(7710, 433, '_edit_lock', '1579087902:1'),
(7711, 433, 'classic-editor-remember', 'classic-editor'),
(7712, 434, '_edit_lock', '1579087904:1'),
(7713, 434, 'classic-editor-remember', 'classic-editor'),
(7714, 438, '_edit_lock', '1579087905:1'),
(7715, 438, 'classic-editor-remember', 'classic-editor'),
(7716, 410, '_edit_lock', '1579087906:1'),
(7717, 410, 'classic-editor-remember', 'classic-editor'),
(7718, 411, '_edit_lock', '1579087908:1'),
(7719, 411, 'classic-editor-remember', 'classic-editor'),
(7720, 412, '_edit_lock', '1579087908:1'),
(7721, 412, 'classic-editor-remember', 'classic-editor'),
(7722, 400, '_edit_lock', '1579087909:1'),
(7723, 400, 'classic-editor-remember', 'classic-editor'),
(7724, 401, '_edit_lock', '1579087909:1'),
(7725, 401, 'classic-editor-remember', 'classic-editor'),
(7726, 403, '_edit_lock', '1579087910:1'),
(7727, 403, 'classic-editor-remember', 'classic-editor'),
(7728, 404, '_edit_lock', '1579087910:1'),
(7729, 404, 'classic-editor-remember', 'classic-editor'),
(7730, 405, '_edit_lock', '1579087910:1'),
(7731, 405, 'classic-editor-remember', 'classic-editor'),
(7732, 406, '_edit_lock', '1579087910:1'),
(7733, 406, 'classic-editor-remember', 'classic-editor'),
(7734, 407, '_edit_lock', '1579087767:1'),
(7735, 407, 'classic-editor-remember', 'classic-editor'),
(7736, 431, '_edit_last', '1'),
(7737, 431, 'slide_template', 'default'),
(7738, 431, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7739, 431, '_wp_old_date', '2020-01-14'),
(7740, 432, '_edit_last', '1'),
(7741, 432, 'slide_template', 'default'),
(7742, 432, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7743, 432, '_wp_old_date', '2020-01-14'),
(7744, 433, '_edit_last', '1'),
(7745, 433, 'slide_template', 'default'),
(7746, 433, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7747, 433, '_wp_old_date', '2020-01-14'),
(7748, 434, '_edit_last', '1'),
(7749, 434, 'slide_template', 'default'),
(7750, 434, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7751, 434, '_wp_old_date', '2020-01-14'),
(7752, 438, '_edit_last', '1'),
(7753, 438, 'slide_template', 'default'),
(7754, 438, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7755, 438, '_wp_old_date', '2020-01-14'),
(7756, 410, '_edit_last', '1'),
(7757, 410, 'slide_template', 'default'),
(7758, 410, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7759, 410, '_wp_old_date', '2020-01-14'),
(7760, 411, '_edit_last', '1'),
(7761, 411, 'slide_template', 'default'),
(7762, 411, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7763, 411, '_wp_old_date', '2020-01-14'),
(7764, 412, '_edit_last', '1'),
(7765, 412, 'slide_template', 'default'),
(7766, 412, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7767, 412, '_wp_old_date', '2020-01-14'),
(7768, 400, '_edit_last', '1'),
(7769, 400, 'slide_template', 'default'),
(7770, 400, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7771, 400, '_wp_old_date', '2020-01-14'),
(7772, 401, '_edit_last', '1'),
(7773, 401, 'slide_template', 'default'),
(7774, 401, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7775, 401, '_wp_old_date', '2020-01-14'),
(7776, 403, '_edit_last', '1'),
(7777, 403, 'slide_template', 'default'),
(7778, 403, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7779, 403, '_wp_old_date', '2020-01-14'),
(7780, 404, '_edit_last', '1'),
(7781, 404, 'slide_template', 'default'),
(7782, 404, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7783, 404, '_wp_old_date', '2020-01-14'),
(7784, 405, '_edit_last', '1'),
(7785, 405, 'slide_template', 'default'),
(7786, 405, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7787, 405, '_wp_old_date', '2020-01-14'),
(7788, 406, '_edit_last', '1'),
(7789, 406, 'slide_template', 'default'),
(7790, 406, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7791, 406, '_wp_old_date', '2020-01-14'),
(7792, 407, '_edit_last', '1'),
(7793, 407, 'slide_template', 'default'),
(7794, 407, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7795, 407, '_wp_old_date', '2020-01-14'),
(7796, 408, '_edit_lock', '1579088039:1'),
(7797, 408, 'classic-editor-remember', 'classic-editor'),
(7798, 409, '_edit_lock', '1579088185:1'),
(7799, 409, 'classic-editor-remember', 'classic-editor'),
(7800, 396, '_edit_lock', '1579088186:1'),
(7801, 396, 'classic-editor-remember', 'classic-editor'),
(7802, 397, '_edit_lock', '1579088188:1'),
(7803, 397, 'classic-editor-remember', 'classic-editor'),
(7804, 398, '_edit_lock', '1579088189:1'),
(7805, 398, 'classic-editor-remember', 'classic-editor'),
(7806, 399, '_edit_lock', '1579088188:1'),
(7807, 399, 'classic-editor-remember', 'classic-editor'),
(7808, 380, '_edit_lock', '1579088191:1'),
(7809, 380, 'classic-editor-remember', 'classic-editor'),
(7810, 196, '_edit_lock', '1579088191:1'),
(7811, 196, 'classic-editor-remember', 'classic-editor'),
(7812, 381, '_edit_lock', '1579088193:1'),
(7813, 381, 'classic-editor-remember', 'classic-editor'),
(7814, 382, '_edit_lock', '1579088194:1'),
(7815, 382, 'classic-editor-remember', 'classic-editor'),
(7816, 384, '_edit_lock', '1579088195:1'),
(7817, 384, 'classic-editor-remember', 'classic-editor'),
(7818, 383, '_edit_lock', '1579088195:1'),
(7819, 383, 'classic-editor-remember', 'classic-editor'),
(7820, 385, '_edit_lock', '1579088195:1'),
(7821, 385, 'classic-editor-remember', 'classic-editor'),
(7822, 386, '_edit_lock', '1579088197:1'),
(7823, 386, 'classic-editor-remember', 'classic-editor'),
(7824, 387, '_edit_lock', '1579088197:1'),
(7825, 387, 'classic-editor-remember', 'classic-editor'),
(7826, 389, '_edit_lock', '1579088198:1'),
(7827, 389, 'classic-editor-remember', 'classic-editor'),
(7828, 390, '_edit_lock', '1579088198:1'),
(7829, 390, 'classic-editor-remember', 'classic-editor'),
(7830, 392, '_edit_lock', '1579088197:1'),
(7831, 392, 'classic-editor-remember', 'classic-editor'),
(7832, 408, '_edit_last', '1'),
(7833, 408, 'slide_template', 'default'),
(7834, 408, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7835, 408, '_wp_old_date', '2020-01-14'),
(7836, 409, '_edit_last', '1'),
(7837, 409, 'slide_template', 'default');
INSERT INTO `wpir_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7838, 409, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7839, 409, '_wp_old_date', '2020-01-14'),
(7840, 396, '_edit_last', '1'),
(7841, 396, 'slide_template', 'default'),
(7842, 396, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7843, 396, '_wp_old_date', '2020-01-14'),
(7844, 397, '_edit_last', '1'),
(7845, 397, 'slide_template', 'default'),
(7846, 397, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7847, 397, '_wp_old_date', '2020-01-14'),
(7848, 398, '_edit_last', '1'),
(7849, 398, 'slide_template', 'default'),
(7850, 398, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7851, 398, '_wp_old_date', '2020-01-14'),
(7852, 399, '_edit_last', '1'),
(7853, 399, 'slide_template', 'default'),
(7854, 399, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7855, 399, '_wp_old_date', '2020-01-14'),
(7856, 380, '_edit_last', '1'),
(7857, 380, 'slide_template', 'default'),
(7858, 380, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7859, 380, '_wp_old_date', '2020-01-14'),
(7860, 196, '_edit_last', '1'),
(7861, 196, '_wp_old_date', '2020-01-14'),
(7862, 196, 'slide_template', 'default'),
(7863, 196, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7864, 381, '_edit_last', '1'),
(7865, 381, 'slide_template', 'default'),
(7866, 381, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7867, 381, '_wp_old_date', '2020-01-14'),
(7868, 382, '_edit_last', '1'),
(7869, 382, 'slide_template', 'default'),
(7870, 382, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7871, 382, '_wp_old_date', '2020-01-14'),
(7872, 384, '_edit_last', '1'),
(7873, 384, 'slide_template', 'default'),
(7874, 384, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7875, 384, '_wp_old_date', '2020-01-14'),
(7876, 383, '_edit_last', '1'),
(7877, 383, 'slide_template', 'default'),
(7878, 383, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7879, 383, '_wp_old_date', '2020-01-14'),
(7880, 385, '_edit_last', '1'),
(7881, 385, 'slide_template', 'default'),
(7882, 385, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7883, 385, '_wp_old_date', '2020-01-14'),
(7884, 386, '_edit_last', '1'),
(7885, 386, 'slide_template', 'default'),
(7886, 386, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7887, 386, '_wp_old_date', '2020-01-14'),
(7888, 387, '_edit_last', '1'),
(7889, 387, '_wp_old_date', '2020-01-14'),
(7890, 387, 'slide_template', 'default'),
(7891, 387, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7892, 389, '_edit_last', '1'),
(7893, 389, 'slide_template', 'default'),
(7894, 389, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7895, 389, '_wp_old_date', '2020-01-14'),
(7896, 390, '_edit_last', '1'),
(7897, 390, 'slide_template', 'default'),
(7898, 390, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7899, 390, '_wp_old_date', '2020-01-14'),
(7900, 392, '_edit_last', '1'),
(7901, 392, 'slide_template', 'default'),
(7902, 392, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7903, 392, '_wp_old_date', '2020-01-14'),
(7904, 395, '_edit_lock', '1579088342:1'),
(7905, 395, 'classic-editor-remember', 'classic-editor'),
(7906, 393, '_edit_lock', '1579468308:1'),
(7907, 393, 'classic-editor-remember', 'classic-editor'),
(7908, 32, 'classic-editor-remember', 'classic-editor'),
(7909, 355, '_edit_lock', '1579088490:1'),
(7910, 355, 'classic-editor-remember', 'classic-editor'),
(7911, 359, '_edit_lock', '1579088490:1'),
(7912, 359, 'classic-editor-remember', 'classic-editor'),
(7913, 360, '_edit_lock', '1579088349:1'),
(7914, 360, 'classic-editor-remember', 'classic-editor'),
(7915, 362, '_edit_lock', '1579088492:1'),
(7916, 362, 'classic-editor-remember', 'classic-editor'),
(7917, 363, '_edit_lock', '1579088496:1'),
(7918, 363, 'classic-editor-remember', 'classic-editor'),
(7919, 364, '_edit_lock', '1579088497:1'),
(7920, 364, 'classic-editor-remember', 'classic-editor'),
(7921, 365, '_edit_lock', '1579088499:1'),
(7922, 365, 'classic-editor-remember', 'classic-editor'),
(7923, 366, '_edit_lock', '1579088500:1'),
(7924, 366, 'classic-editor-remember', 'classic-editor'),
(7925, 367, '_edit_lock', '1579088500:1'),
(7926, 367, 'classic-editor-remember', 'classic-editor'),
(7927, 368, '_edit_lock', '1579088501:1'),
(7928, 368, 'classic-editor-remember', 'classic-editor'),
(7929, 369, '_edit_lock', '1579088502:1'),
(7930, 369, 'classic-editor-remember', 'classic-editor'),
(7931, 370, '_edit_lock', '1579088499:1'),
(7932, 370, 'classic-editor-remember', 'classic-editor'),
(7933, 371, '_edit_lock', '1579088502:1'),
(7934, 371, 'classic-editor-remember', 'classic-editor'),
(7935, 372, '_edit_lock', '1579088503:1'),
(7936, 372, 'classic-editor-remember', 'classic-editor'),
(7937, 374, '_edit_lock', '1579088503:1'),
(7938, 374, 'classic-editor-remember', 'classic-editor'),
(7939, 395, '_edit_last', '1'),
(7940, 395, 'slide_template', 'default'),
(7941, 395, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7942, 395, '_wp_old_date', '2020-01-14'),
(7943, 393, '_edit_last', '1'),
(7944, 393, 'slide_template', 'default'),
(7945, 393, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7946, 393, '_wp_old_date', '2020-01-14'),
(7947, 32, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7948, 355, '_edit_last', '1'),
(7949, 355, '_wp_old_date', '2020-01-14'),
(7950, 355, 'slide_template', 'default'),
(7951, 355, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7952, 359, '_edit_last', '1'),
(7953, 359, 'slide_template', 'default'),
(7954, 359, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7955, 359, '_wp_old_date', '2020-01-14'),
(7956, 360, '_edit_last', '1'),
(7957, 360, '_wp_old_date', '2020-01-14'),
(7958, 360, 'slide_template', 'default'),
(7959, 360, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7960, 362, '_edit_last', '1'),
(7961, 362, 'slide_template', 'default'),
(7962, 362, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7963, 362, '_wp_old_date', '2020-01-14'),
(7964, 363, '_edit_last', '1'),
(7965, 363, 'slide_template', 'default'),
(7966, 363, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7967, 363, '_wp_old_date', '2020-01-14'),
(7968, 364, '_edit_last', '1'),
(7969, 364, 'slide_template', 'default'),
(7970, 364, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7971, 364, '_wp_old_date', '2020-01-14'),
(7972, 365, '_edit_last', '1'),
(7973, 365, 'slide_template', 'default'),
(7974, 365, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7975, 365, '_wp_old_date', '2020-01-14'),
(7976, 366, '_edit_last', '1'),
(7977, 366, 'slide_template', 'default'),
(7978, 366, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7979, 366, '_wp_old_date', '2020-01-14'),
(7980, 367, '_edit_last', '1'),
(7981, 367, 'slide_template', 'default'),
(7982, 367, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7983, 367, '_wp_old_date', '2020-01-14'),
(7984, 368, '_edit_last', '1'),
(7985, 368, 'slide_template', 'default'),
(7986, 368, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7987, 368, '_wp_old_date', '2020-01-14'),
(7988, 369, '_edit_last', '1'),
(7989, 369, 'slide_template', 'default'),
(7990, 369, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7991, 369, '_wp_old_date', '2020-01-14'),
(7992, 370, '_edit_last', '1'),
(7993, 370, 'slide_template', 'default'),
(7994, 370, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7995, 370, '_wp_old_date', '2020-01-14'),
(7996, 371, '_edit_last', '1'),
(7997, 371, 'slide_template', 'default'),
(7998, 371, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(7999, 371, '_wp_old_date', '2020-01-14'),
(8000, 372, '_edit_last', '1'),
(8001, 372, 'slide_template', 'default'),
(8002, 372, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8003, 372, '_wp_old_date', '2020-01-14'),
(8004, 374, '_edit_last', '1'),
(8005, 374, 'slide_template', 'default'),
(8006, 374, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8007, 374, '_wp_old_date', '2020-01-14'),
(8008, 375, '_edit_lock', '1579089083:1'),
(8009, 375, 'classic-editor-remember', 'classic-editor'),
(8010, 377, '_edit_lock', '1579089083:1'),
(8011, 377, 'classic-editor-remember', 'classic-editor'),
(8012, 378, '_edit_lock', '1579089227:1'),
(8013, 378, 'classic-editor-remember', 'classic-editor'),
(8014, 379, '_edit_lock', '1579089230:1'),
(8015, 379, 'classic-editor-remember', 'classic-editor'),
(8016, 352, '_edit_lock', '1579089231:1'),
(8017, 352, 'classic-editor-remember', 'classic-editor'),
(8018, 353, '_edit_lock', '1579089231:1'),
(8019, 353, 'classic-editor-remember', 'classic-editor'),
(8020, 354, '_edit_lock', '1579089235:1'),
(8021, 354, 'classic-editor-remember', 'classic-editor'),
(8022, 348, '_edit_lock', '1579089236:1'),
(8023, 348, 'classic-editor-remember', 'classic-editor'),
(8024, 349, '_edit_lock', '1579089235:1'),
(8025, 349, 'classic-editor-remember', 'classic-editor'),
(8026, 345, '_edit_lock', '1579089236:1'),
(8027, 345, 'classic-editor-remember', 'classic-editor'),
(8028, 346, '_edit_lock', '1579089236:1'),
(8029, 346, 'classic-editor-remember', 'classic-editor'),
(8030, 347, '_edit_lock', '1579089236:1'),
(8031, 347, 'classic-editor-remember', 'classic-editor'),
(8032, 350, '_edit_lock', '1579089093:1'),
(8033, 350, 'classic-editor-remember', 'classic-editor'),
(8034, 375, '_edit_last', '1'),
(8035, 375, '_wp_old_date', '2020-01-14'),
(8036, 375, 'slide_template', 'default'),
(8037, 375, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8038, 377, '_edit_last', '1'),
(8039, 377, 'slide_template', 'default'),
(8040, 377, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8041, 377, '_wp_old_date', '2020-01-14'),
(8042, 378, '_edit_last', '1'),
(8043, 378, 'slide_template', 'default'),
(8044, 378, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8045, 378, '_wp_old_date', '2020-01-14'),
(8046, 379, '_edit_last', '1'),
(8047, 379, 'slide_template', 'default'),
(8048, 379, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8049, 379, '_wp_old_date', '2020-01-14'),
(8050, 352, '_edit_last', '1'),
(8051, 352, 'slide_template', 'default'),
(8052, 352, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8053, 352, '_wp_old_date', '2020-01-14'),
(8054, 353, '_edit_last', '1'),
(8055, 353, 'slide_template', 'default'),
(8056, 353, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8057, 353, '_wp_old_date', '2020-01-14'),
(8058, 354, '_edit_last', '1'),
(8059, 354, 'slide_template', 'default'),
(8060, 354, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8061, 354, '_wp_old_date', '2020-01-14'),
(8062, 348, '_edit_last', '1'),
(8063, 348, 'slide_template', 'default'),
(8064, 348, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8065, 348, '_wp_old_date', '2020-01-14'),
(8066, 349, '_edit_last', '1'),
(8067, 349, 'slide_template', 'default'),
(8068, 349, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8069, 349, '_wp_old_date', '2020-01-14'),
(8070, 345, '_edit_last', '1'),
(8071, 345, 'slide_template', 'default'),
(8072, 345, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8073, 345, '_wp_old_date', '2020-01-14'),
(8074, 346, '_edit_last', '1'),
(8075, 346, 'slide_template', 'default'),
(8076, 346, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8077, 346, '_wp_old_date', '2020-01-14'),
(8078, 347, '_edit_last', '1'),
(8079, 347, 'slide_template', 'default'),
(8080, 347, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8081, 347, '_wp_old_date', '2020-01-14'),
(8082, 350, '_edit_last', '1'),
(8083, 350, 'slide_template', 'default'),
(8084, 350, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8085, 350, '_wp_old_date', '2020-01-14'),
(8086, 328, '_edit_lock', '1579089509:1'),
(8087, 328, 'classic-editor-remember', 'classic-editor'),
(8088, 324, '_edit_lock', '1579089655:1'),
(8089, 324, 'classic-editor-remember', 'classic-editor'),
(8090, 331, '_edit_lock', '1579089657:1'),
(8091, 331, 'classic-editor-remember', 'classic-editor'),
(8092, 329, '_edit_lock', '1579089659:1'),
(8093, 329, 'classic-editor-remember', 'classic-editor'),
(8094, 325, '_edit_lock', '1579089662:1'),
(8095, 325, 'classic-editor-remember', 'classic-editor'),
(8096, 323, '_edit_lock', '1579089517:1'),
(8097, 323, 'classic-editor-remember', 'classic-editor'),
(8098, 327, '_edit_lock', '1579089663:1'),
(8099, 327, 'classic-editor-remember', 'classic-editor'),
(8100, 326, '_edit_lock', '1579089664:1'),
(8101, 326, 'classic-editor-remember', 'classic-editor'),
(8102, 332, '_edit_lock', '1579089666:1'),
(8103, 332, 'classic-editor-remember', 'classic-editor'),
(8104, 333, '_edit_lock', '1579089664:1'),
(8105, 333, 'classic-editor-remember', 'classic-editor'),
(8106, 335, '_edit_lock', '1579089666:1'),
(8107, 335, 'classic-editor-remember', 'classic-editor'),
(8108, 336, '_edit_lock', '1579089665:1'),
(8109, 336, 'classic-editor-remember', 'classic-editor'),
(8110, 337, '_edit_lock', '1579089665:1'),
(8111, 337, 'classic-editor-remember', 'classic-editor'),
(8112, 338, '_edit_lock', '1579089666:1'),
(8113, 338, 'classic-editor-remember', 'classic-editor'),
(8114, 339, '_edit_lock', '1579089533:1'),
(8115, 339, 'classic-editor-remember', 'classic-editor'),
(8116, 328, '_edit_last', '1'),
(8117, 328, '_wp_old_slug', 'naccc'),
(8118, 328, '_wp_old_date', '2020-01-14'),
(8119, 328, 'slide_template', 'default'),
(8120, 328, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8121, 324, '_edit_last', '1'),
(8122, 324, 'slide_template', 'default'),
(8123, 324, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8124, 324, '_wp_old_date', '2020-01-14'),
(8125, 331, '_edit_last', '1'),
(8126, 331, 'slide_template', 'default'),
(8127, 331, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8128, 331, '_wp_old_date', '2020-01-14'),
(8129, 329, '_edit_last', '1'),
(8130, 329, 'slide_template', 'default'),
(8131, 329, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8132, 329, '_wp_old_date', '2020-01-14'),
(8133, 325, '_edit_last', '1'),
(8134, 325, 'slide_template', 'default'),
(8135, 325, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8136, 325, '_wp_old_date', '2020-01-14'),
(8137, 323, '_edit_last', '1'),
(8138, 323, 'slide_template', 'default'),
(8139, 323, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8140, 323, '_wp_old_date', '2020-01-14'),
(8141, 327, '_edit_last', '1'),
(8142, 327, 'slide_template', 'default'),
(8143, 327, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8144, 327, '_wp_old_date', '2020-01-14'),
(8145, 326, '_edit_last', '1'),
(8146, 326, 'slide_template', 'default'),
(8147, 326, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8148, 326, '_wp_old_date', '2020-01-14'),
(8149, 332, '_edit_last', '1'),
(8150, 332, 'slide_template', 'default'),
(8151, 332, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8152, 332, '_wp_old_date', '2020-01-14'),
(8153, 333, '_edit_last', '1'),
(8154, 333, '_wp_old_date', '2020-01-14'),
(8155, 333, 'slide_template', 'default'),
(8156, 333, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8157, 335, '_edit_last', '1'),
(8158, 335, 'slide_template', 'default'),
(8159, 335, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8160, 335, '_wp_old_date', '2020-01-14'),
(8161, 336, '_edit_last', '1'),
(8162, 336, 'slide_template', 'default'),
(8163, 336, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8164, 336, '_wp_old_date', '2020-01-14'),
(8165, 337, '_edit_last', '1'),
(8166, 337, 'slide_template', 'default'),
(8167, 337, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8168, 337, '_wp_old_date', '2020-01-14'),
(8169, 338, '_edit_last', '1'),
(8170, 338, 'slide_template', 'default'),
(8171, 338, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8172, 338, '_wp_old_date', '2020-01-14'),
(8173, 339, '_edit_last', '1'),
(8174, 339, 'slide_template', 'default'),
(8175, 339, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8176, 339, '_wp_old_date', '2020-01-14'),
(8177, 344, '_edit_lock', '1579090348:1'),
(8178, 344, 'classic-editor-remember', 'classic-editor'),
(8179, 340, '_edit_lock', '1579090493:1'),
(8180, 340, 'classic-editor-remember', 'classic-editor'),
(8181, 321, '_edit_lock', '1579090495:1'),
(8182, 321, 'classic-editor-remember', 'classic-editor'),
(8183, 322, '_edit_lock', '1579090356:1'),
(8184, 322, 'classic-editor-remember', 'classic-editor'),
(8185, 320, '_edit_lock', '1579090356:1'),
(8186, 320, 'classic-editor-remember', 'classic-editor'),
(8187, 319, '_edit_lock', '1579090502:1'),
(8188, 319, 'classic-editor-remember', 'classic-editor'),
(8189, 318, '_edit_lock', '1579090502:1'),
(8190, 318, 'classic-editor-remember', 'classic-editor'),
(8191, 310, '_edit_lock', '1579090503:1'),
(8192, 310, 'classic-editor-remember', 'classic-editor'),
(8193, 311, '_edit_lock', '1579090506:1'),
(8194, 311, 'classic-editor-remember', 'classic-editor'),
(8195, 312, '_edit_lock', '1579090506:1'),
(8196, 312, 'classic-editor-remember', 'classic-editor'),
(8197, 313, '_edit_lock', '1579090507:1'),
(8198, 313, 'classic-editor-remember', 'classic-editor'),
(8199, 314, '_edit_lock', '1579090508:1'),
(8200, 314, 'classic-editor-remember', 'classic-editor'),
(8201, 317, '_edit_lock', '1579090508:1'),
(8202, 317, 'classic-editor-remember', 'classic-editor'),
(8203, 294, '_edit_lock', '1579090508:1'),
(8204, 294, 'classic-editor-remember', 'classic-editor'),
(8205, 295, '_edit_lock', '1579090508:1'),
(8206, 295, 'classic-editor-remember', 'classic-editor'),
(8207, 297, '_edit_lock', '1579090507:1'),
(8208, 297, 'classic-editor-remember', 'classic-editor'),
(8209, 299, '_edit_lock', '1579090509:1'),
(8210, 299, 'classic-editor-remember', 'classic-editor'),
(8211, 300, '_edit_lock', '1579090509:1'),
(8212, 300, 'classic-editor-remember', 'classic-editor'),
(8213, 301, '_edit_lock', '1579090509:1'),
(8214, 301, 'classic-editor-remember', 'classic-editor'),
(8215, 303, '_edit_lock', '1579090366:1'),
(8216, 303, 'classic-editor-remember', 'classic-editor'),
(8217, 344, '_edit_last', '1'),
(8218, 344, 'slide_template', 'default'),
(8219, 344, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8220, 344, '_wp_old_date', '2020-01-14'),
(8221, 340, '_edit_last', '1'),
(8222, 340, '_wp_old_date', '2020-01-14'),
(8223, 340, 'slide_template', 'default'),
(8224, 340, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8251, 311, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8252, 311, '_wp_old_date', '2020-01-14'),
(8253, 312, '_edit_last', '1'),
(8254, 312, 'slide_template', 'default'),
(8255, 312, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8256, 312, '_wp_old_date', '2020-01-14'),
(8257, 313, '_edit_last', '1'),
(8258, 313, 'slide_template', 'default'),
(8259, 313, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8260, 313, '_wp_old_date', '2020-01-14'),
(8261, 314, '_edit_last', '1'),
(8262, 314, '_wp_old_date', '2020-01-14'),
(8263, 314, 'slide_template', 'default'),
(8264, 314, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8265, 317, '_edit_last', '1'),
(8266, 317, 'slide_template', 'default'),
(8267, 317, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8268, 317, '_wp_old_date', '2020-01-14'),
(8269, 294, '_edit_last', '1'),
(8270, 294, '_wp_old_date', '2020-01-14'),
(8271, 294, 'slide_template', 'default'),
(8272, 294, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8273, 295, '_edit_last', '1'),
(8274, 295, 'slide_template', 'default'),
(8275, 295, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8276, 295, '_wp_old_date', '2020-01-14'),
(8277, 297, '_edit_last', '1'),
(8278, 297, '_wp_old_date', '2020-01-14'),
(8279, 297, 'slide_template', 'default'),
(8280, 297, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8281, 299, '_edit_last', '1'),
(8282, 299, 'slide_template', 'default'),
(8283, 299, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8284, 299, '_wp_old_date', '2020-01-14'),
(8285, 300, '_edit_last', '1'),
(8286, 300, 'slide_template', 'default'),
(8287, 300, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8288, 300, '_wp_old_date', '2020-01-14'),
(8289, 301, '_edit_last', '1'),
(8290, 301, '_wp_old_date', '2020-01-14'),
(8291, 301, 'slide_template', 'default'),
(8292, 301, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8293, 303, '_edit_last', '1'),
(8294, 303, 'slide_template', 'default'),
(8295, 303, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8296, 303, '_wp_old_date', '2020-01-14'),
(8297, 304, '_edit_lock', '1579090614:1'),
(8298, 304, 'classic-editor-remember', 'classic-editor'),
(8299, 305, '_edit_lock', '1579090616:1'),
(8300, 305, 'classic-editor-remember', 'classic-editor'),
(8301, 306, '_edit_lock', '1579090761:1'),
(8302, 306, 'classic-editor-remember', 'classic-editor'),
(8303, 307, '_edit_lock', '1579090762:1'),
(8304, 307, 'classic-editor-remember', 'classic-editor'),
(8305, 308, '_edit_lock', '1579090762:1'),
(8306, 308, 'classic-editor-remember', 'classic-editor'),
(8307, 309, '_edit_lock', '1579090618:1'),
(8308, 309, 'classic-editor-remember', 'classic-editor'),
(8309, 273, '_edit_lock', '1579090764:1'),
(8310, 273, 'classic-editor-remember', 'classic-editor'),
(8311, 275, '_edit_lock', '1579090768:1'),
(8312, 275, 'classic-editor-remember', 'classic-editor'),
(8313, 276, '_edit_lock', '1579090769:1'),
(8314, 276, 'classic-editor-remember', 'classic-editor'),
(8315, 277, '_edit_lock', '1579090769:1'),
(8316, 277, 'classic-editor-remember', 'classic-editor'),
(8317, 278, '_edit_lock', '1579090770:1'),
(8318, 278, 'classic-editor-remember', 'classic-editor'),
(8319, 279, '_edit_lock', '1579090771:1'),
(8320, 279, 'classic-editor-remember', 'classic-editor'),
(8321, 280, '_edit_lock', '1579090772:1'),
(8322, 280, 'classic-editor-remember', 'classic-editor'),
(8323, 282, '_edit_lock', '1579090772:1'),
(8324, 282, 'classic-editor-remember', 'classic-editor'),
(8325, 283, '_edit_lock', '1579090771:1'),
(8326, 283, 'classic-editor-remember', 'classic-editor'),
(8327, 284, '_edit_lock', '1579090772:1'),
(8328, 284, 'classic-editor-remember', 'classic-editor'),
(8329, 285, '_edit_lock', '1579090771:1'),
(8330, 285, 'classic-editor-remember', 'classic-editor'),
(8331, 286, '_edit_lock', '1579090633:1'),
(8332, 286, 'classic-editor-remember', 'classic-editor'),
(8333, 304, '_edit_last', '1'),
(8334, 304, 'slide_template', 'default'),
(8335, 304, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8336, 304, '_wp_old_date', '2020-01-14'),
(8337, 305, '_edit_last', '1'),
(8338, 305, 'slide_template', 'default'),
(8339, 305, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8340, 305, '_wp_old_date', '2020-01-14'),
(8341, 306, '_edit_last', '1'),
(8342, 306, 'slide_template', 'default'),
(8343, 306, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8344, 306, '_wp_old_date', '2020-01-14'),
(8345, 307, '_edit_last', '1'),
(8346, 307, 'slide_template', 'default'),
(8347, 307, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8348, 307, '_wp_old_date', '2020-01-14'),
(8349, 308, '_edit_last', '1'),
(8350, 308, 'slide_template', 'default'),
(8351, 308, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8352, 308, '_wp_old_date', '2020-01-14'),
(8353, 309, '_edit_last', '1'),
(8354, 309, 'slide_template', 'default'),
(8355, 309, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8356, 309, '_wp_old_date', '2020-01-14'),
(8357, 273, '_edit_last', '1'),
(8358, 273, '_wp_old_date', '2020-01-14'),
(8359, 273, 'slide_template', 'default'),
(8360, 273, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8361, 275, '_edit_last', '1'),
(8362, 275, 'slide_template', 'default'),
(8363, 275, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8364, 275, '_wp_old_date', '2020-01-14'),
(8365, 276, '_edit_last', '1'),
(8366, 276, 'slide_template', 'default'),
(8367, 276, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8368, 276, '_wp_old_date', '2020-01-14'),
(8369, 1256, 'post_id', '62'),
(8370, 1256, 'author_ip', ''),
(8371, 1256, 'ratings', '[{\"question\":\"Price\",\"value\":\"5\"},{\"question\":\"Location\",\"value\":\"5\"},{\"question\":\"Staff\",\"value\":\"5\"},{\"question\":\"Services\",\"value\":\"5\"},{\"question\":\"Product\",\"value\":\"5\"}]'),
(8372, 1256, 'rating_mean', '5'),
(8373, 1256, 'rating_mean_rounded', '5'),
(8374, 277, '_edit_last', '1'),
(8375, 277, 'slide_template', 'default'),
(8376, 277, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8377, 277, '_wp_old_date', '2020-01-14'),
(8378, 278, '_edit_last', '1'),
(8379, 278, 'slide_template', 'default'),
(8380, 278, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8381, 278, '_wp_old_date', '2020-01-14'),
(8382, 279, '_edit_last', '1'),
(8383, 279, 'slide_template', 'default'),
(8384, 279, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8385, 279, '_wp_old_date', '2020-01-14'),
(8386, 280, '_edit_last', '1'),
(8387, 280, 'slide_template', 'default'),
(8388, 280, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8389, 280, '_wp_old_date', '2020-01-14'),
(8390, 282, '_edit_last', '1'),
(8391, 282, 'slide_template', 'default'),
(8392, 282, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8393, 282, '_wp_old_date', '2020-01-14'),
(8394, 283, '_edit_last', '1'),
(8395, 283, 'slide_template', 'default'),
(8396, 283, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8397, 283, '_wp_old_date', '2020-01-14'),
(8398, 284, '_edit_last', '1'),
(8399, 284, 'slide_template', 'default'),
(8400, 284, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8401, 284, '_wp_old_date', '2020-01-14'),
(8402, 285, '_edit_last', '1'),
(8403, 285, 'slide_template', 'default'),
(8404, 285, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8405, 285, '_wp_old_date', '2020-01-14'),
(8406, 1265, 'post_id', '62'),
(8407, 1265, 'author_ip', ''),
(8408, 1265, 'ratings', '[{\"question\":\"Price\",\"value\":\"5\"},{\"question\":\"Location\",\"value\":\"5\"},{\"question\":\"Staff\",\"value\":\"5\"},{\"question\":\"Services\",\"value\":\"5\"},{\"question\":\"Product\",\"value\":\"5\"}]'),
(8409, 1265, 'rating_mean', '5'),
(8410, 1265, 'rating_mean_rounded', '5'),
(8411, 286, '_edit_last', '1'),
(8412, 286, 'slide_template', 'default'),
(8413, 286, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8414, 286, '_wp_old_date', '2020-01-14'),
(8415, 287, '_edit_lock', '1579091026:1'),
(8416, 287, 'classic-editor-remember', 'classic-editor'),
(8417, 288, '_edit_lock', '1579091027:1'),
(8418, 288, 'classic-editor-remember', 'classic-editor'),
(8419, 289, '_edit_lock', '1579090884:1'),
(8420, 289, 'classic-editor-remember', 'classic-editor'),
(8421, 291, '_edit_lock', '1579091029:1'),
(8422, 291, 'classic-editor-remember', 'classic-editor'),
(8423, 292, '_edit_lock', '1579091030:1'),
(8424, 292, 'classic-editor-remember', 'classic-editor'),
(8425, 293, '_edit_lock', '1579091030:1'),
(8426, 293, 'classic-editor-remember', 'classic-editor'),
(8427, 264, '_edit_lock', '1579091033:1'),
(8428, 264, 'classic-editor-remember', 'classic-editor'),
(8429, 265, '_edit_lock', '1579091032:1'),
(8430, 265, 'classic-editor-remember', 'classic-editor'),
(8431, 266, '_edit_lock', '1579091034:1'),
(8432, 266, 'classic-editor-remember', 'classic-editor'),
(8433, 267, '_edit_lock', '1579091033:1'),
(8434, 267, 'classic-editor-remember', 'classic-editor'),
(8435, 269, '_edit_lock', '1579091037:1'),
(8436, 269, 'classic-editor-remember', 'classic-editor'),
(8437, 270, '_edit_lock', '1579091037:1'),
(8438, 270, 'classic-editor-remember', 'classic-editor'),
(8439, 271, '_edit_lock', '1579091037:1'),
(8440, 271, 'classic-editor-remember', 'classic-editor'),
(8441, 272, '_edit_lock', '1579091037:1'),
(8442, 272, 'classic-editor-remember', 'classic-editor'),
(8443, 251, '_edit_lock', '1579091037:1'),
(8444, 251, 'classic-editor-remember', 'classic-editor'),
(8445, 252, '_edit_lock', '1579090893:1'),
(8446, 252, 'classic-editor-remember', 'classic-editor'),
(8447, 254, '_edit_lock', '1579090899:1'),
(8448, 254, 'classic-editor-remember', 'classic-editor'),
(8449, 287, '_edit_last', '1'),
(8450, 287, 'slide_template', 'default'),
(8451, 287, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8452, 287, '_wp_old_date', '2020-01-14'),
(8453, 288, '_edit_last', '1'),
(8454, 288, 'slide_template', 'default'),
(8455, 288, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8456, 288, '_wp_old_date', '2020-01-14'),
(8457, 289, '_edit_last', '1'),
(8458, 289, 'slide_template', 'default'),
(8459, 289, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8460, 289, '_wp_old_date', '2020-01-14'),
(8461, 291, '_edit_last', '1'),
(8462, 291, 'slide_template', 'default'),
(8463, 291, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8464, 291, '_wp_old_date', '2020-01-14'),
(8465, 292, '_edit_last', '1'),
(8466, 292, 'slide_template', 'default'),
(8467, 292, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8468, 292, '_wp_old_date', '2020-01-14'),
(8469, 293, '_edit_last', '1'),
(8470, 293, 'slide_template', 'default'),
(8471, 293, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8472, 293, '_wp_old_date', '2020-01-14'),
(8473, 264, '_edit_last', '1'),
(8474, 264, 'slide_template', 'default'),
(8475, 264, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8476, 264, '_wp_old_date', '2020-01-14'),
(8477, 265, '_edit_last', '1'),
(8478, 265, 'slide_template', 'default'),
(8479, 265, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8480, 265, '_wp_old_date', '2020-01-14'),
(8481, 266, '_edit_last', '1'),
(8482, 266, 'slide_template', 'default'),
(8483, 266, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8484, 266, '_wp_old_date', '2020-01-14'),
(8485, 267, '_edit_last', '1'),
(8486, 267, '_wp_old_date', '2020-01-14'),
(8487, 267, 'slide_template', 'default'),
(8488, 267, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8489, 269, '_edit_last', '1'),
(8490, 269, 'slide_template', 'default'),
(8491, 269, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8492, 269, '_wp_old_date', '2020-01-14'),
(8493, 270, '_edit_last', '1'),
(8494, 270, 'slide_template', 'default'),
(8495, 270, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8496, 270, '_wp_old_date', '2020-01-14'),
(8497, 271, '_edit_last', '1'),
(8498, 271, 'slide_template', 'default'),
(8499, 271, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8500, 271, '_wp_old_date', '2020-01-14'),
(8501, 272, '_edit_last', '1'),
(8502, 272, 'slide_template', 'default'),
(8503, 272, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8504, 272, '_wp_old_date', '2020-01-14'),
(8505, 251, '_edit_last', '1'),
(8506, 251, 'slide_template', 'default'),
(8507, 251, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8508, 251, '_wp_old_date', '2020-01-14'),
(8509, 252, '_edit_last', '1'),
(8510, 252, '_wp_old_date', '2020-01-14'),
(8511, 252, 'slide_template', 'default'),
(8512, 252, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8513, 254, '_edit_last', '1'),
(8514, 254, 'slide_template', 'default'),
(8515, 254, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8516, 254, '_wp_old_date', '2020-01-14'),
(8517, 255, '_edit_lock', '1579091045:1'),
(8518, 255, 'classic-editor-remember', 'classic-editor'),
(8519, 256, '_edit_lock', '1579091190:1'),
(8520, 256, 'classic-editor-remember', 'classic-editor'),
(8521, 257, '_edit_lock', '1579091191:1'),
(8522, 257, 'classic-editor-remember', 'classic-editor'),
(8523, 258, '_edit_lock', '1579091193:1'),
(8524, 258, 'classic-editor-remember', 'classic-editor'),
(8525, 259, '_edit_lock', '1579091195:1'),
(8526, 259, 'classic-editor-remember', 'classic-editor'),
(8527, 260, '_edit_lock', '1579091195:1'),
(8528, 260, 'classic-editor-remember', 'classic-editor'),
(8529, 261, '_edit_lock', '1579091196:1'),
(8530, 261, 'classic-editor-remember', 'classic-editor'),
(8531, 262, '_edit_lock', '1579091197:1'),
(8532, 262, 'classic-editor-remember', 'classic-editor'),
(8533, 263, '_edit_lock', '1579091052:1'),
(8534, 263, 'classic-editor-remember', 'classic-editor'),
(8535, 235, '_edit_lock', '1579091086:1'),
(8536, 235, 'classic-editor-remember', 'classic-editor'),
(8537, 255, '_edit_last', '1'),
(8538, 255, 'slide_template', 'default'),
(8539, 255, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8540, 255, '_wp_old_date', '2020-01-14'),
(8541, 256, '_edit_last', '1'),
(8542, 256, 'slide_template', 'default'),
(8543, 256, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8544, 256, '_wp_old_date', '2020-01-14'),
(8545, 257, '_edit_last', '1'),
(8546, 257, 'slide_template', 'default'),
(8547, 257, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8548, 257, '_wp_old_date', '2020-01-14'),
(8549, 258, '_edit_last', '1'),
(8550, 258, 'slide_template', 'default'),
(8551, 258, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8552, 258, '_wp_old_date', '2020-01-14'),
(8553, 259, '_edit_last', '1'),
(8554, 259, 'slide_template', 'default'),
(8555, 259, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8556, 259, '_wp_old_date', '2020-01-14'),
(8557, 260, '_edit_last', '1'),
(8558, 260, 'slide_template', 'default'),
(8559, 260, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8560, 260, '_wp_old_date', '2020-01-14'),
(8561, 261, '_edit_last', '1'),
(8562, 261, 'slide_template', 'default'),
(8563, 261, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8564, 261, '_wp_old_date', '2020-01-14'),
(8565, 262, '_edit_last', '1'),
(8566, 262, 'slide_template', 'default'),
(8567, 262, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8568, 262, '_wp_old_date', '2020-01-14'),
(8569, 263, '_edit_last', '1'),
(8570, 263, 'slide_template', 'default'),
(8571, 263, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8572, 263, '_wp_old_date', '2020-01-14'),
(8573, 235, '_edit_last', '1'),
(8574, 235, 'slide_template', 'default'),
(8575, 235, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8576, 235, '_wp_old_date', '2020-01-14'),
(8577, 234, '_edit_lock', '1579091380:1'),
(8578, 234, 'classic-editor-remember', 'classic-editor'),
(8579, 236, '_edit_lock', '1579091526:1'),
(8580, 236, 'classic-editor-remember', 'classic-editor'),
(8581, 237, '_edit_lock', '1579091527:1'),
(8582, 237, 'classic-editor-remember', 'classic-editor'),
(8583, 238, '_edit_lock', '1579091529:1'),
(8584, 238, 'classic-editor-remember', 'classic-editor'),
(8585, 239, '_edit_lock', '1579091530:1'),
(8586, 239, 'classic-editor-remember', 'classic-editor'),
(8587, 240, '_edit_lock', '1579091386:1'),
(8588, 240, 'classic-editor-remember', 'classic-editor'),
(8589, 241, '_edit_lock', '1579091534:1'),
(8590, 241, 'classic-editor-remember', 'classic-editor'),
(8591, 242, '_edit_lock', '1579091533:1'),
(8592, 242, 'classic-editor-remember', 'classic-editor'),
(8593, 243, '_edit_lock', '1579091534:1'),
(8594, 243, 'classic-editor-remember', 'classic-editor'),
(8595, 244, '_edit_lock', '1579091536:1'),
(8596, 244, 'classic-editor-remember', 'classic-editor'),
(8597, 245, '_edit_lock', '1579091537:1'),
(8598, 245, 'classic-editor-remember', 'classic-editor'),
(8599, 246, '_edit_lock', '1579091538:1'),
(8600, 246, 'classic-editor-remember', 'classic-editor'),
(8601, 247, '_edit_lock', '1579091538:1'),
(8602, 247, 'classic-editor-remember', 'classic-editor'),
(8603, 248, '_edit_lock', '1579091539:1'),
(8604, 248, 'classic-editor-remember', 'classic-editor'),
(8605, 249, '_edit_lock', '1579091539:1'),
(8606, 249, 'classic-editor-remember', 'classic-editor'),
(8607, 250, '_edit_lock', '1579091540:1'),
(8608, 250, 'classic-editor-remember', 'classic-editor'),
(8609, 228, '_edit_lock', '1579091541:1'),
(8610, 228, 'classic-editor-remember', 'classic-editor'),
(8611, 229, '_edit_lock', '1579091540:1'),
(8612, 229, 'classic-editor-remember', 'classic-editor'),
(8613, 230, '_edit_lock', '1579091540:1'),
(8614, 230, 'classic-editor-remember', 'classic-editor'),
(8615, 231, '_edit_lock', '1579091406:1'),
(8616, 231, 'classic-editor-remember', 'classic-editor'),
(8617, 234, '_edit_last', '1'),
(8618, 234, 'slide_template', 'default'),
(8619, 234, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8620, 234, '_wp_old_date', '2020-01-14'),
(8621, 236, '_edit_last', '1'),
(8622, 236, 'slide_template', 'default'),
(8623, 236, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8624, 236, '_wp_old_date', '2020-01-14'),
(8625, 237, '_edit_last', '1'),
(8626, 237, 'slide_template', 'default'),
(8627, 237, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8628, 237, '_wp_old_date', '2020-01-14'),
(8629, 238, '_edit_last', '1'),
(8630, 238, 'slide_template', 'default'),
(8631, 238, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8632, 238, '_wp_old_date', '2020-01-14'),
(8633, 239, '_edit_last', '1'),
(8634, 239, 'slide_template', 'default'),
(8635, 239, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8636, 239, '_wp_old_date', '2020-01-14'),
(8637, 240, '_edit_last', '1'),
(8638, 240, 'slide_template', 'default'),
(8639, 240, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8640, 240, '_wp_old_date', '2020-01-14'),
(8641, 241, '_edit_last', '1'),
(8642, 241, 'slide_template', 'default'),
(8643, 241, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8644, 241, '_wp_old_date', '2020-01-14'),
(8645, 242, '_edit_last', '1'),
(8646, 242, 'slide_template', 'default'),
(8647, 242, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8648, 242, '_wp_old_date', '2020-01-14'),
(8649, 243, '_edit_last', '1'),
(8650, 243, 'slide_template', 'default'),
(8651, 243, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8652, 243, '_wp_old_date', '2020-01-14'),
(8653, 244, '_edit_last', '1'),
(8654, 244, 'slide_template', 'default'),
(8655, 244, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8656, 244, '_wp_old_date', '2020-01-14'),
(8657, 245, '_edit_last', '1'),
(8658, 245, 'slide_template', 'default'),
(8659, 245, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8660, 245, '_wp_old_date', '2020-01-14'),
(8661, 246, '_edit_last', '1'),
(8662, 246, 'slide_template', 'default'),
(8663, 246, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8664, 246, '_wp_old_date', '2020-01-14'),
(8665, 247, '_edit_last', '1'),
(8666, 247, 'slide_template', 'default'),
(8667, 247, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8668, 247, '_wp_old_date', '2020-01-14'),
(8669, 248, '_edit_last', '1'),
(8670, 248, 'slide_template', 'default'),
(8671, 248, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8672, 248, '_wp_old_date', '2020-01-14'),
(8673, 249, '_edit_last', '1'),
(8674, 249, 'slide_template', 'default'),
(8675, 249, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8676, 249, '_wp_old_date', '2020-01-14'),
(8677, 250, '_edit_last', '1'),
(8678, 250, 'slide_template', 'default'),
(8679, 250, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8680, 250, '_wp_old_date', '2020-01-14'),
(8681, 228, '_edit_last', '1'),
(8682, 228, 'slide_template', 'default'),
(8683, 228, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8684, 228, '_wp_old_date', '2020-01-14'),
(8685, 229, '_edit_last', '1'),
(8686, 229, 'slide_template', 'default'),
(8687, 229, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8688, 229, '_wp_old_date', '2020-01-14'),
(8689, 230, '_edit_last', '1'),
(8690, 230, 'slide_template', 'default'),
(8691, 230, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8692, 230, '_wp_old_date', '2020-01-14'),
(8693, 231, '_edit_last', '1'),
(8694, 231, 'slide_template', 'default'),
(8695, 231, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8696, 231, '_wp_old_date', '2020-01-14'),
(8697, 232, '_edit_lock', '1579091604:1'),
(8698, 232, 'classic-editor-remember', 'classic-editor'),
(8699, 233, '_edit_lock', '1579091749:1'),
(8700, 233, 'classic-editor-remember', 'classic-editor'),
(8701, 130, '_edit_lock', '1579091750:1'),
(8702, 130, 'classic-editor-remember', 'classic-editor'),
(8703, 202, '_edit_lock', '1579091752:1'),
(8704, 202, 'classic-editor-remember', 'classic-editor'),
(8705, 205, '_edit_lock', '1579091752:1'),
(8706, 205, 'classic-editor-remember', 'classic-editor'),
(8707, 207, '_edit_lock', '1579091754:1'),
(8708, 207, 'classic-editor-remember', 'classic-editor'),
(8709, 208, '_edit_lock', '1579091756:1'),
(8710, 208, 'classic-editor-remember', 'classic-editor'),
(8711, 209, '_edit_lock', '1579091757:1'),
(8712, 209, 'classic-editor-remember', 'classic-editor'),
(8713, 210, '_edit_lock', '1579091758:1'),
(8714, 210, 'classic-editor-remember', 'classic-editor'),
(8715, 211, '_edit_lock', '1579459994:1'),
(8716, 211, 'classic-editor-remember', 'classic-editor'),
(8717, 212, '_edit_lock', '1579091759:1'),
(8718, 212, 'classic-editor-remember', 'classic-editor'),
(8719, 213, '_edit_lock', '1579091759:1'),
(8720, 213, 'classic-editor-remember', 'classic-editor'),
(8721, 214, '_edit_lock', '1579091759:1'),
(8722, 214, 'classic-editor-remember', 'classic-editor'),
(8723, 215, '_edit_lock', '1579091760:1'),
(8724, 215, 'classic-editor-remember', 'classic-editor'),
(8725, 216, '_edit_lock', '1579091760:1'),
(8726, 216, 'classic-editor-remember', 'classic-editor'),
(8727, 217, '_edit_lock', '1579091620:1'),
(8728, 217, 'classic-editor-remember', 'classic-editor'),
(8729, 232, '_edit_last', '1'),
(8730, 232, 'slide_template', 'default'),
(8731, 232, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8732, 232, '_wp_old_date', '2020-01-14'),
(8733, 233, '_edit_last', '1'),
(8734, 233, 'slide_template', 'default'),
(8735, 233, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8736, 233, '_wp_old_date', '2020-01-14'),
(8737, 130, '_edit_last', '1'),
(8738, 130, '_wp_old_date', '2020-01-14'),
(8739, 130, 'slide_template', 'default'),
(8740, 130, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8741, 202, '_edit_last', '1'),
(8742, 202, '_wp_old_date', '2020-01-14'),
(8743, 202, 'slide_template', 'default'),
(8744, 202, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8745, 205, '_edit_last', '1'),
(8746, 205, 'slide_template', 'default'),
(8747, 205, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8748, 205, '_wp_old_date', '2020-01-14'),
(8749, 207, '_edit_last', '1'),
(8750, 207, 'slide_template', 'default'),
(8751, 207, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8752, 207, '_wp_old_date', '2020-01-14'),
(8753, 208, '_edit_last', '1'),
(8754, 208, 'slide_template', 'default'),
(8755, 208, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8756, 208, '_wp_old_date', '2020-01-14'),
(8757, 209, '_edit_last', '1'),
(8758, 209, 'slide_template', 'default'),
(8759, 209, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8760, 209, '_wp_old_date', '2020-01-14'),
(8761, 210, '_edit_last', '1'),
(8762, 210, 'slide_template', 'default'),
(8763, 210, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8764, 210, '_wp_old_date', '2020-01-14'),
(8765, 211, '_edit_last', '1'),
(8766, 211, 'slide_template', 'default'),
(8767, 211, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8768, 211, '_wp_old_date', '2020-01-14'),
(8769, 212, '_edit_last', '1'),
(8770, 212, 'slide_template', 'default'),
(8771, 212, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8772, 212, '_wp_old_date', '2020-01-14'),
(8773, 213, '_edit_last', '1'),
(8774, 213, 'slide_template', 'default'),
(8775, 213, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8776, 213, '_wp_old_date', '2020-01-14'),
(8777, 214, '_edit_last', '1'),
(8778, 214, 'slide_template', 'default'),
(8779, 214, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8780, 214, '_wp_old_date', '2020-01-14'),
(8781, 215, '_edit_last', '1'),
(8782, 215, 'slide_template', 'default'),
(8783, 215, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8784, 215, '_wp_old_date', '2020-01-14'),
(8785, 216, '_edit_last', '1'),
(8786, 216, 'slide_template', 'default'),
(8787, 216, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8788, 216, '_wp_old_date', '2020-01-14'),
(8789, 217, '_edit_last', '1'),
(8790, 217, 'slide_template', 'default'),
(8791, 217, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8792, 217, '_wp_old_date', '2020-01-14'),
(8793, 219, '_edit_lock', '1579091910:1'),
(8794, 219, 'classic-editor-remember', 'classic-editor'),
(8795, 220, '_edit_lock', '1579091911:1'),
(8796, 220, 'classic-editor-remember', 'classic-editor'),
(8797, 221, '_edit_lock', '1579091915:1'),
(8798, 221, 'classic-editor-remember', 'classic-editor'),
(8799, 222, '_edit_lock', '1579091917:1'),
(8800, 222, 'classic-editor-remember', 'classic-editor'),
(8801, 224, '_edit_lock', '1579091917:1'),
(8802, 224, 'classic-editor-remember', 'classic-editor'),
(8803, 225, '_edit_lock', '1579091918:1'),
(8804, 225, 'classic-editor-remember', 'classic-editor'),
(8805, 226, '_edit_lock', '1579091917:1'),
(8806, 226, 'classic-editor-remember', 'classic-editor'),
(8807, 227, '_edit_lock', '1579091918:1'),
(8808, 227, 'classic-editor-remember', 'classic-editor'),
(8809, 175, '_edit_lock', '1579091918:1'),
(8810, 175, 'classic-editor-remember', 'classic-editor'),
(8811, 176, '_edit_lock', '1579091917:1'),
(8812, 176, 'classic-editor-remember', 'classic-editor'),
(8813, 177, '_edit_lock', '1579091919:1'),
(8814, 177, 'classic-editor-remember', 'classic-editor'),
(8815, 219, '_edit_last', '1'),
(8816, 219, 'slide_template', 'default'),
(8817, 219, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8818, 219, '_wp_old_date', '2020-01-14'),
(8819, 220, '_edit_last', '1'),
(8820, 220, 'slide_template', 'default'),
(8821, 220, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8822, 220, '_wp_old_date', '2020-01-14'),
(8823, 221, '_edit_last', '1'),
(8824, 221, 'slide_template', 'default'),
(8825, 221, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8826, 221, '_wp_old_date', '2020-01-14'),
(8827, 222, '_edit_last', '1'),
(8828, 222, '_wp_old_date', '2020-01-14'),
(8829, 222, 'slide_template', 'default'),
(8830, 222, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8831, 224, '_edit_last', '1'),
(8832, 224, 'slide_template', 'default'),
(8833, 224, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8834, 224, '_wp_old_date', '2020-01-14'),
(8835, 225, '_edit_last', '1'),
(8836, 225, 'slide_template', 'default'),
(8837, 225, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8838, 225, '_wp_old_date', '2020-01-14'),
(8839, 226, '_edit_last', '1'),
(8840, 226, 'slide_template', 'default'),
(8841, 226, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8842, 226, '_wp_old_date', '2020-01-14'),
(8843, 227, '_edit_last', '1'),
(8844, 227, 'slide_template', 'default'),
(8845, 227, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8846, 227, '_wp_old_date', '2020-01-14'),
(8847, 175, '_edit_last', '1'),
(8848, 175, 'slide_template', 'default'),
(8849, 175, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8850, 175, '_wp_old_date', '2020-01-14'),
(8851, 176, '_edit_last', '1'),
(8852, 176, 'slide_template', 'default'),
(8853, 176, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8854, 176, '_wp_old_date', '2020-01-14'),
(8855, 177, '_edit_last', '1'),
(8856, 177, 'slide_template', 'default'),
(8857, 177, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8858, 177, '_wp_old_date', '2020-01-14'),
(8859, 183, '_edit_lock', '1579091979:1'),
(8860, 183, 'classic-editor-remember', 'classic-editor'),
(8861, 178, '_edit_lock', '1579091985:1'),
(8862, 178, 'classic-editor-remember', 'classic-editor'),
(8863, 179, '_edit_lock', '1579091981:1'),
(8864, 179, 'classic-editor-remember', 'classic-editor'),
(8865, 180, '_edit_lock', '1579092007:1'),
(8866, 180, 'classic-editor-remember', 'classic-editor'),
(8867, 182, '_edit_lock', '1579092017:1'),
(8868, 182, 'classic-editor-remember', 'classic-editor'),
(8869, 184, '_edit_lock', '1579092124:1'),
(8870, 184, 'classic-editor-remember', 'classic-editor'),
(8871, 185, '_edit_lock', '1579091984:1'),
(8872, 185, 'classic-editor-remember', 'classic-editor'),
(8873, 186, '_edit_lock', '1579091981:1'),
(8874, 186, 'classic-editor-remember', 'classic-editor'),
(8875, 187, '_edit_lock', '1579091998:1'),
(8876, 187, 'classic-editor-remember', 'classic-editor'),
(8877, 188, '_edit_lock', '1579092127:1'),
(8878, 188, 'classic-editor-remember', 'classic-editor'),
(8879, 190, '_edit_lock', '1579459596:1'),
(8880, 190, 'classic-editor-remember', 'classic-editor'),
(8881, 191, '_edit_lock', '1579091986:1'),
(8882, 191, 'classic-editor-remember', 'classic-editor'),
(8883, 192, '_edit_lock', '1579091984:1'),
(8884, 192, 'classic-editor-remember', 'classic-editor'),
(8885, 193, '_edit_lock', '1579091985:1');
INSERT INTO `wpir_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8886, 193, 'classic-editor-remember', 'classic-editor'),
(8887, 189, '_edit_lock', '1579092116:1'),
(8888, 189, 'classic-editor-remember', 'classic-editor'),
(8889, 183, '_edit_last', '1'),
(8890, 183, 'slide_template', 'default'),
(8891, 183, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8892, 183, '_wp_old_date', '2020-01-14'),
(8893, 178, '_edit_last', '1'),
(8894, 178, 'slide_template', 'default'),
(8895, 178, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8896, 178, '_wp_old_date', '2020-01-14'),
(8897, 179, '_edit_last', '1'),
(8898, 179, 'slide_template', 'default'),
(8899, 179, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8900, 179, '_wp_old_date', '2020-01-14'),
(8901, 180, '_edit_last', '1'),
(8902, 180, '_wp_old_date', '2020-01-14'),
(8903, 180, 'slide_template', 'default'),
(8904, 180, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8905, 182, '_edit_last', '1'),
(8906, 182, 'slide_template', 'default'),
(8907, 182, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8908, 182, '_wp_old_date', '2020-01-14'),
(8909, 184, '_edit_last', '1'),
(8910, 184, 'slide_template', 'default'),
(8911, 184, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8912, 184, '_wp_old_date', '2020-01-14'),
(8913, 185, '_edit_last', '1'),
(8914, 185, 'slide_template', 'default'),
(8915, 185, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8916, 185, '_wp_old_date', '2020-01-14'),
(8917, 186, '_edit_last', '1'),
(8918, 186, 'slide_template', 'default'),
(8919, 186, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8920, 186, '_wp_old_date', '2020-01-14'),
(8921, 187, '_edit_last', '1'),
(8922, 187, 'slide_template', 'default'),
(8923, 187, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8924, 187, '_wp_old_date', '2020-01-14'),
(8925, 188, '_edit_last', '1'),
(8926, 188, 'slide_template', 'default'),
(8927, 188, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8928, 188, '_wp_old_date', '2020-01-14'),
(8929, 190, '_edit_last', '1'),
(8930, 190, 'slide_template', 'default'),
(8931, 190, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8932, 190, '_wp_old_date', '2020-01-14'),
(8933, 192, '_edit_last', '1'),
(8934, 192, 'slide_template', 'default'),
(8935, 192, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8936, 192, '_wp_old_date', '2020-01-14'),
(8937, 191, '_edit_last', '1'),
(8938, 191, 'slide_template', 'default'),
(8939, 191, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8940, 191, '_wp_old_date', '2020-01-14'),
(8941, 193, '_edit_last', '1'),
(8942, 193, 'slide_template', 'default'),
(8943, 193, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8944, 193, '_wp_old_date', '2020-01-14'),
(8945, 189, '_edit_last', '1'),
(8946, 189, 'slide_template', 'default'),
(8947, 189, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8948, 189, '_wp_old_date', '2020-01-14'),
(8949, 200, '_edit_lock', '1579092258:1'),
(8950, 200, 'classic-editor-remember', 'classic-editor'),
(8951, 195, '_edit_lock', '1579092260:1'),
(8952, 195, 'classic-editor-remember', 'classic-editor'),
(8953, 173, '_edit_lock', '1579092404:1'),
(8954, 173, 'classic-editor-remember', 'classic-editor'),
(8955, 154, '_edit_lock', '1579092408:1'),
(8956, 154, 'classic-editor-remember', 'classic-editor'),
(8957, 199, '_edit_lock', '1579092259:1'),
(8958, 199, 'classic-editor-remember', 'classic-editor'),
(8959, 158, '_edit_lock', '1579092407:1'),
(8960, 158, 'classic-editor-remember', 'classic-editor'),
(8961, 157, '_edit_lock', '1579092410:1'),
(8962, 157, 'classic-editor-remember', 'classic-editor'),
(8963, 152, '_edit_lock', '1579092412:1'),
(8964, 152, 'classic-editor-remember', 'classic-editor'),
(8965, 153, '_edit_lock', '1579092413:1'),
(8966, 153, 'classic-editor-remember', 'classic-editor'),
(8967, 150, '_edit_lock', '1579092413:1'),
(8968, 150, 'classic-editor-remember', 'classic-editor'),
(8969, 148, '_edit_lock', '1579092412:1'),
(8970, 148, 'classic-editor-remember', 'classic-editor'),
(8971, 147, '_edit_lock', '1579092414:1'),
(8972, 147, 'classic-editor-remember', 'classic-editor'),
(8973, 161, '_edit_lock', '1579092414:1'),
(8974, 161, 'classic-editor-remember', 'classic-editor'),
(8975, 149, '_edit_lock', '1579092414:1'),
(8976, 149, 'classic-editor-remember', 'classic-editor'),
(8977, 162, '_edit_lock', '1579092275:1'),
(8978, 162, 'classic-editor-remember', 'classic-editor'),
(8979, 200, '_edit_last', '1'),
(8980, 200, '_wp_old_date', '2020-01-14'),
(8981, 200, 'slide_template', 'default'),
(8982, 200, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8983, 199, '_edit_last', '1'),
(8984, 199, 'slide_template', 'default'),
(8985, 199, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8986, 199, '_wp_old_date', '2020-01-14'),
(8987, 195, '_edit_last', '1'),
(8988, 195, 'slide_template', 'default'),
(8989, 195, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8990, 195, '_wp_old_date', '2020-01-14'),
(8991, 173, '_edit_last', '1'),
(8992, 173, '_wp_old_date', '2020-01-14'),
(8993, 173, 'slide_template', 'default'),
(8994, 173, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8995, 158, '_edit_last', '1'),
(8996, 158, '_wp_old_date', '2020-01-14'),
(8997, 158, 'slide_template', 'default'),
(8998, 158, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(8999, 154, '_edit_last', '1'),
(9000, 154, 'slide_template', 'default'),
(9001, 154, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9002, 154, '_wp_old_date', '2020-01-14'),
(9003, 157, '_edit_last', '1'),
(9004, 157, 'slide_template', 'default'),
(9005, 157, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9006, 157, '_wp_old_date', '2020-01-14'),
(9007, 153, '_edit_last', '1'),
(9008, 153, 'slide_template', 'default'),
(9009, 153, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9010, 153, '_wp_old_date', '2020-01-14'),
(9011, 152, '_edit_last', '1'),
(9012, 152, 'slide_template', 'default'),
(9013, 152, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9014, 152, '_wp_old_date', '2020-01-14'),
(9015, 150, '_edit_last', '1'),
(9016, 150, 'slide_template', 'default'),
(9017, 150, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9018, 150, '_wp_old_date', '2020-01-14'),
(9019, 149, '_edit_last', '1'),
(9020, 149, 'slide_template', 'default'),
(9021, 149, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9022, 149, '_wp_old_date', '2020-01-14'),
(9023, 148, '_edit_last', '1'),
(9024, 148, 'slide_template', 'default'),
(9025, 148, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9026, 148, '_wp_old_date', '2020-01-14'),
(9027, 147, '_edit_last', '1'),
(9028, 147, 'slide_template', 'default'),
(9029, 147, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9030, 147, '_wp_old_date', '2020-01-14'),
(9031, 161, '_edit_last', '1'),
(9032, 161, 'slide_template', 'default'),
(9033, 161, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9034, 161, '_wp_old_date', '2020-01-14'),
(9035, 162, '_edit_last', '1'),
(9036, 162, 'slide_template', 'default'),
(9037, 162, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9038, 162, '_wp_old_date', '2020-01-14'),
(9039, 194, '_edit_lock', '1579468903:1'),
(9040, 194, 'classic-editor-remember', 'classic-editor'),
(9041, 151, '_edit_lock', '1579092784:1'),
(9042, 151, 'classic-editor-remember', 'classic-editor'),
(9043, 155, '_edit_lock', '1579092785:1'),
(9044, 155, 'classic-editor-remember', 'classic-editor'),
(9045, 160, '_edit_lock', '1579092787:1'),
(9046, 160, 'classic-editor-remember', 'classic-editor'),
(9047, 163, '_edit_lock', '1579092788:1'),
(9048, 163, 'classic-editor-remember', 'classic-editor'),
(9049, 164, '_edit_lock', '1579092788:1'),
(9050, 164, 'classic-editor-remember', 'classic-editor'),
(9051, 167, '_edit_lock', '1579092791:1'),
(9052, 167, 'classic-editor-remember', 'classic-editor'),
(9053, 168, '_edit_lock', '1579092791:1'),
(9054, 168, 'classic-editor-remember', 'classic-editor'),
(9055, 169, '_edit_lock', '1579092792:1'),
(9056, 169, 'classic-editor-remember', 'classic-editor'),
(9057, 171, '_edit_lock', '1579092791:1'),
(9058, 171, 'classic-editor-remember', 'classic-editor'),
(9059, 166, '_edit_lock', '1579092793:1'),
(9060, 166, 'classic-editor-remember', 'classic-editor'),
(9061, 146, '_edit_lock', '1579092792:1'),
(9062, 146, 'classic-editor-remember', 'classic-editor'),
(9063, 145, '_edit_lock', '1579092793:1'),
(9064, 145, 'classic-editor-remember', 'classic-editor'),
(9065, 132, '_edit_lock', '1579092793:1'),
(9066, 132, 'classic-editor-remember', 'classic-editor'),
(9067, 131, '_edit_lock', '1579092651:1'),
(9068, 131, 'classic-editor-remember', 'classic-editor'),
(9069, 194, '_edit_last', '1'),
(9070, 194, 'slide_template', 'default'),
(9071, 194, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9072, 194, '_wp_old_date', '2020-01-14'),
(9073, 151, '_edit_last', '1'),
(9074, 151, 'slide_template', 'default'),
(9075, 151, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9076, 151, '_wp_old_date', '2020-01-14'),
(9077, 155, '_edit_last', '1'),
(9078, 155, 'slide_template', 'default'),
(9079, 155, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9080, 155, '_wp_old_date', '2020-01-14'),
(9081, 160, '_edit_last', '1'),
(9082, 160, 'slide_template', 'default'),
(9083, 160, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9084, 160, '_wp_old_date', '2020-01-14'),
(9085, 163, '_edit_last', '1'),
(9086, 163, 'slide_template', 'default'),
(9087, 163, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9088, 163, '_wp_old_date', '2020-01-14'),
(9089, 164, '_edit_last', '1'),
(9090, 164, '_wp_old_date', '2020-01-14'),
(9091, 164, 'slide_template', 'default'),
(9092, 164, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9093, 167, '_edit_last', '1'),
(9094, 167, 'slide_template', 'default'),
(9095, 167, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9096, 167, '_wp_old_date', '2020-01-14'),
(9097, 168, '_edit_last', '1'),
(9098, 168, 'slide_template', 'default'),
(9099, 168, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9100, 168, '_wp_old_date', '2020-01-14'),
(9101, 169, '_edit_last', '1'),
(9102, 169, '_wp_old_date', '2020-01-14'),
(9103, 169, 'slide_template', 'default'),
(9104, 169, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9105, 171, '_edit_last', '1'),
(9106, 171, 'slide_template', 'default'),
(9107, 171, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9108, 171, '_wp_old_date', '2020-01-14'),
(9109, 166, '_edit_last', '1'),
(9110, 166, 'slide_template', 'default'),
(9111, 166, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9112, 166, '_wp_old_date', '2020-01-14'),
(9113, 146, '_edit_last', '1'),
(9114, 146, 'slide_template', 'default'),
(9115, 146, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9116, 146, '_wp_old_date', '2020-01-14'),
(9117, 145, '_edit_last', '1'),
(9118, 145, 'slide_template', 'default'),
(9119, 145, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9120, 145, '_wp_old_date', '2020-01-14'),
(9121, 132, '_edit_last', '1'),
(9122, 132, 'slide_template', 'default'),
(9123, 132, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9124, 132, '_wp_old_date', '2020-01-14'),
(9125, 131, '_edit_last', '1'),
(9126, 131, 'slide_template', 'default'),
(9127, 131, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9128, 131, '_wp_old_date', '2020-01-14'),
(9129, 128, '_edit_lock', '1579092810:1'),
(9130, 128, 'classic-editor-remember', 'classic-editor'),
(9131, 117, '_edit_lock', '1579092956:1'),
(9132, 117, 'classic-editor-remember', 'classic-editor'),
(9133, 118, '_edit_lock', '1579459889:1'),
(9134, 118, 'classic-editor-remember', 'classic-editor'),
(9135, 119, '_edit_lock', '1579092957:1'),
(9136, 119, 'classic-editor-remember', 'classic-editor'),
(9137, 120, '_edit_lock', '1579092959:1'),
(9138, 120, 'classic-editor-remember', 'classic-editor'),
(9139, 121, '_edit_lock', '1579092960:1'),
(9140, 121, 'classic-editor-remember', 'classic-editor'),
(9141, 122, '_edit_lock', '1579092961:1'),
(9142, 122, 'classic-editor-remember', 'classic-editor'),
(9143, 123, '_edit_lock', '1579092962:1'),
(9144, 123, 'classic-editor-remember', 'classic-editor'),
(9145, 124, '_edit_lock', '1579092962:1'),
(9146, 124, 'classic-editor-remember', 'classic-editor'),
(9147, 126, '_edit_lock', '1579092962:1'),
(9148, 126, 'classic-editor-remember', 'classic-editor'),
(9149, 127, '_edit_lock', '1579092818:1'),
(9150, 127, 'classic-editor-remember', 'classic-editor'),
(9151, 129, '_edit_lock', '1579092821:1'),
(9152, 129, 'classic-editor-remember', 'classic-editor'),
(9153, 128, '_edit_last', '1'),
(9154, 128, 'slide_template', 'default'),
(9155, 128, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9156, 128, '_wp_old_date', '2020-01-14'),
(9157, 117, '_edit_last', '1'),
(9158, 117, 'slide_template', 'default'),
(9159, 117, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9160, 117, '_wp_old_date', '2020-01-14'),
(9161, 118, '_edit_last', '1'),
(9162, 118, 'slide_template', 'default'),
(9163, 118, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9164, 118, '_wp_old_date', '2020-01-14'),
(9488, 118, '_ait-item_item-author', 'a:1:{s:6:\"author\";s:1:\"1\";}'),
(9165, 119, '_edit_last', '1'),
(9166, 119, 'slide_template', 'default'),
(9167, 119, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9168, 119, '_wp_old_date', '2020-01-14'),
(9169, 120, '_edit_last', '1'),
(9170, 120, 'slide_template', 'default'),
(9171, 120, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9172, 120, '_wp_old_date', '2020-01-14'),
(9173, 121, '_edit_last', '1'),
(9174, 121, 'slide_template', 'default'),
(9175, 121, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9176, 121, '_wp_old_date', '2020-01-14'),
(9177, 122, '_edit_last', '1'),
(9178, 122, 'slide_template', 'default'),
(9179, 122, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9180, 122, '_wp_old_date', '2020-01-14'),
(9181, 123, '_edit_last', '1'),
(9182, 123, 'slide_template', 'default'),
(9183, 123, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9184, 123, '_wp_old_date', '2020-01-14'),
(9185, 124, '_edit_last', '1'),
(9186, 124, '_wp_old_date', '2020-01-14'),
(9187, 124, 'slide_template', 'default'),
(9188, 124, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9189, 126, '_edit_last', '1'),
(9190, 126, 'slide_template', 'default'),
(9191, 126, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9192, 126, '_wp_old_date', '2020-01-14'),
(9193, 127, '_edit_last', '1'),
(9194, 127, 'slide_template', 'default'),
(9195, 127, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9196, 127, '_wp_old_date', '2020-01-14'),
(9197, 129, '_edit_last', '1'),
(9198, 129, 'slide_template', 'default'),
(9199, 129, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9200, 129, '_wp_old_date', '2020-01-14'),
(9204, 144, '_edit_lock', '1579093033:1'),
(9205, 144, 'classic-editor-remember', 'classic-editor'),
(9206, 133, '_edit_lock', '1579093178:1'),
(9207, 133, 'classic-editor-remember', 'classic-editor'),
(9208, 134, '_edit_lock', '1579093179:1'),
(9209, 134, 'classic-editor-remember', 'classic-editor'),
(9210, 135, '_edit_lock', '1579093181:1'),
(9211, 135, 'classic-editor-remember', 'classic-editor'),
(9212, 136, '_edit_lock', '1579466376:1'),
(9213, 136, 'classic-editor-remember', 'classic-editor'),
(9214, 137, '_edit_lock', '1579093182:1'),
(9215, 137, 'classic-editor-remember', 'classic-editor'),
(9216, 138, '_edit_lock', '1579093184:1'),
(9217, 138, 'classic-editor-remember', 'classic-editor'),
(9218, 141, '_edit_lock', '1579465162:1'),
(9219, 141, 'classic-editor-remember', 'classic-editor'),
(9220, 142, '_edit_lock', '1579093184:1'),
(9221, 142, 'classic-editor-remember', 'classic-editor'),
(9222, 143, '_edit_lock', '1579093184:1'),
(9223, 143, 'classic-editor-remember', 'classic-editor'),
(9224, 116, '_edit_lock', '1579093039:1'),
(9225, 116, 'classic-editor-remember', 'classic-editor'),
(9226, 115, '_edit_lock', '1579093051:1'),
(9227, 115, 'classic-editor-remember', 'classic-editor'),
(9228, 144, '_edit_last', '1'),
(9229, 144, 'slide_template', 'default'),
(9230, 144, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9231, 144, '_wp_old_date', '2020-01-14'),
(9232, 133, '_edit_last', '1'),
(9233, 133, 'slide_template', 'default'),
(9234, 133, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9235, 133, '_wp_old_date', '2020-01-14'),
(9236, 134, '_edit_last', '1'),
(9237, 134, 'slide_template', 'default'),
(9238, 134, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9239, 134, '_wp_old_date', '2020-01-14'),
(9240, 135, '_edit_last', '1'),
(9241, 135, 'slide_template', 'default'),
(9242, 135, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9243, 135, '_wp_old_date', '2020-01-14'),
(9244, 136, '_edit_last', '1'),
(9245, 136, 'slide_template', 'default'),
(9246, 136, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9247, 136, '_wp_old_date', '2020-01-14'),
(9248, 137, '_edit_last', '1'),
(9249, 137, 'slide_template', 'default'),
(9250, 137, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9251, 137, '_wp_old_date', '2020-01-14'),
(9252, 138, '_edit_last', '1'),
(9253, 138, 'slide_template', 'default'),
(9254, 138, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9255, 138, '_wp_old_date', '2020-01-14'),
(9256, 141, '_edit_last', '1'),
(9257, 141, 'slide_template', 'default'),
(9258, 141, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9259, 141, '_wp_old_date', '2020-01-14'),
(9260, 142, '_edit_last', '1'),
(9261, 142, 'slide_template', 'default'),
(9262, 142, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9263, 142, '_wp_old_date', '2020-01-14'),
(9264, 143, '_edit_last', '1'),
(9265, 143, 'slide_template', 'default'),
(9266, 143, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9267, 143, '_wp_old_date', '2020-01-14'),
(9268, 116, '_edit_last', '1'),
(9269, 116, 'slide_template', 'default'),
(9270, 116, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9271, 116, '_wp_old_date', '2020-01-14'),
(9272, 115, '_edit_last', '1'),
(9273, 115, 'slide_template', 'default'),
(9274, 115, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9275, 115, '_wp_old_date', '2020-01-14'),
(9276, 101, '_edit_lock', '1579093287:1'),
(9277, 101, 'classic-editor-remember', 'classic-editor'),
(9278, 114, '_edit_lock', '1579093432:1'),
(9279, 114, 'classic-editor-remember', 'classic-editor'),
(9280, 113, '_edit_lock', '1579093433:1'),
(9281, 113, 'classic-editor-remember', 'classic-editor'),
(9282, 112, '_edit_lock', '1579093433:1'),
(9283, 112, 'classic-editor-remember', 'classic-editor'),
(9284, 111, '_edit_lock', '1579093435:1'),
(9285, 111, 'classic-editor-remember', 'classic-editor'),
(9286, 110, '_edit_lock', '1579093435:1'),
(9287, 110, 'classic-editor-remember', 'classic-editor'),
(9288, 109, '_edit_lock', '1579093437:1'),
(9289, 109, 'classic-editor-remember', 'classic-editor'),
(9290, 108, '_edit_lock', '1579093437:1'),
(9291, 108, 'classic-editor-remember', 'classic-editor'),
(9292, 107, '_edit_lock', '1579093438:1'),
(9293, 107, 'classic-editor-remember', 'classic-editor'),
(9294, 106, '_edit_lock', '1579093438:1'),
(9295, 106, 'classic-editor-remember', 'classic-editor'),
(9296, 105, '_edit_lock', '1579093439:1'),
(9297, 105, 'classic-editor-remember', 'classic-editor'),
(9298, 104, '_edit_lock', '1579093440:1'),
(9299, 104, 'classic-editor-remember', 'classic-editor'),
(9300, 103, '_edit_lock', '1579093441:1'),
(9301, 103, 'classic-editor-remember', 'classic-editor'),
(9302, 102, '_edit_lock', '1579093315:1'),
(9303, 102, 'classic-editor-remember', 'classic-editor'),
(9304, 101, '_edit_last', '1'),
(9305, 101, 'slide_template', 'default'),
(9306, 101, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9307, 101, '_wp_old_date', '2020-01-14'),
(9308, 114, '_edit_last', '1'),
(9309, 114, 'slide_template', 'default'),
(9310, 114, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9311, 114, '_wp_old_date', '2020-01-14'),
(9312, 113, '_edit_last', '1'),
(9313, 113, 'slide_template', 'default'),
(9314, 113, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9315, 113, '_wp_old_date', '2020-01-14'),
(9316, 112, '_edit_last', '1'),
(9317, 112, 'slide_template', 'default'),
(9318, 112, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9319, 112, '_wp_old_date', '2020-01-14'),
(9320, 111, '_edit_last', '1'),
(9321, 111, 'slide_template', 'default'),
(9322, 111, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9323, 111, '_wp_old_date', '2020-01-14'),
(9324, 110, '_edit_last', '1'),
(9325, 110, 'slide_template', 'default'),
(9326, 110, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9327, 110, '_wp_old_date', '2020-01-14'),
(9328, 109, '_edit_last', '1'),
(9329, 109, 'slide_template', 'default'),
(9330, 109, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9331, 109, '_wp_old_date', '2020-01-14'),
(9332, 108, '_edit_last', '1'),
(9333, 108, 'slide_template', 'default'),
(9334, 108, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9335, 108, '_wp_old_date', '2020-01-14'),
(9336, 107, '_edit_last', '1'),
(9337, 107, 'slide_template', 'default'),
(9338, 107, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9339, 107, '_wp_old_date', '2020-01-14'),
(9340, 106, '_edit_last', '1'),
(9341, 106, 'slide_template', 'default'),
(9342, 106, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9343, 106, '_wp_old_date', '2020-01-14'),
(9344, 105, '_edit_last', '1'),
(9345, 105, 'slide_template', 'default'),
(9346, 105, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9347, 105, '_wp_old_date', '2020-01-14'),
(9348, 104, '_edit_last', '1'),
(9349, 104, 'slide_template', 'default'),
(9350, 104, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9351, 104, '_wp_old_date', '2020-01-14'),
(9352, 103, '_edit_last', '1'),
(9353, 103, 'slide_template', 'default'),
(9354, 103, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9355, 103, '_wp_old_date', '2020-01-14'),
(9356, 102, '_edit_last', '1'),
(9357, 102, 'slide_template', 'default'),
(9358, 102, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9359, 102, '_wp_old_date', '2020-01-14'),
(9360, 85, '_edit_lock', '1579093489:1'),
(9361, 85, 'classic-editor-remember', 'classic-editor'),
(9362, 86, '_edit_lock', '1579093633:1'),
(9363, 86, 'classic-editor-remember', 'classic-editor'),
(9364, 87, '_edit_lock', '1579093634:1'),
(9365, 87, 'classic-editor-remember', 'classic-editor'),
(9366, 88, '_edit_lock', '1579093635:1'),
(9367, 88, 'classic-editor-remember', 'classic-editor'),
(9368, 89, '_edit_lock', '1579093636:1'),
(9369, 89, 'classic-editor-remember', 'classic-editor'),
(9370, 90, '_edit_lock', '1579093638:1'),
(9371, 90, 'classic-editor-remember', 'classic-editor'),
(9372, 91, '_edit_lock', '1579093639:1'),
(9373, 91, 'classic-editor-remember', 'classic-editor'),
(9374, 92, '_edit_lock', '1579093639:1'),
(9375, 92, 'classic-editor-remember', 'classic-editor'),
(9376, 95, '_edit_lock', '1579093640:1'),
(9377, 95, 'classic-editor-remember', 'classic-editor'),
(9378, 97, '_edit_lock', '1579093641:1'),
(9379, 97, 'classic-editor-remember', 'classic-editor'),
(9380, 98, '_edit_lock', '1580666258:1'),
(9381, 98, 'classic-editor-remember', 'classic-editor'),
(9382, 99, '_edit_lock', '1579093642:1'),
(9383, 99, 'classic-editor-remember', 'classic-editor'),
(9384, 100, '_edit_lock', '1579459817:1'),
(9385, 100, 'classic-editor-remember', 'classic-editor'),
(9386, 85, '_edit_last', '1'),
(9387, 85, 'slide_template', 'default'),
(9388, 85, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9389, 85, '_wp_old_date', '2020-01-14'),
(9390, 86, '_edit_last', '1'),
(9391, 86, 'slide_template', 'default'),
(9392, 86, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9393, 86, '_wp_old_date', '2020-01-14'),
(9394, 87, '_edit_last', '1'),
(9395, 87, 'slide_template', 'default'),
(9396, 87, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9397, 87, '_wp_old_date', '2020-01-14'),
(9398, 88, '_edit_last', '1'),
(9399, 88, 'slide_template', 'default'),
(9400, 88, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9401, 88, '_wp_old_date', '2020-01-14'),
(9402, 89, '_edit_last', '1'),
(9403, 89, 'slide_template', 'default'),
(9404, 89, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9405, 89, '_wp_old_date', '2020-01-14'),
(9406, 90, '_edit_last', '1'),
(9407, 90, 'slide_template', 'default'),
(9408, 90, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9409, 90, '_wp_old_date', '2020-01-14'),
(9410, 91, '_edit_last', '1'),
(9411, 91, 'slide_template', 'default'),
(9412, 91, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9413, 91, '_wp_old_date', '2020-01-14'),
(9414, 92, '_edit_last', '1'),
(9415, 92, '_wp_old_date', '2020-01-14'),
(9416, 92, 'slide_template', 'default'),
(9417, 92, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9418, 95, '_edit_last', '1'),
(9419, 95, 'slide_template', 'default'),
(9420, 95, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9421, 95, '_wp_old_date', '2020-01-14'),
(9422, 97, '_edit_last', '1'),
(9423, 97, 'slide_template', 'default'),
(9424, 97, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9425, 97, '_wp_old_date', '2020-01-14'),
(9426, 98, '_edit_last', '1'),
(9427, 98, 'slide_template', 'default'),
(9428, 98, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9429, 98, '_wp_old_date', '2020-01-14'),
(9430, 99, '_edit_last', '1'),
(9431, 99, 'slide_template', 'default'),
(9432, 99, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9433, 99, '_wp_old_date', '2020-01-14'),
(9434, 100, '_edit_last', '1'),
(9435, 100, 'slide_template', 'default'),
(9436, 100, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9437, 100, '_wp_old_date', '2020-01-14'),
(9438, 62, 'rating_count', '1'),
(9439, 62, 'rating_count_unrated', '0'),
(9440, 62, 'rating_max', '5'),
(9441, 62, 'rating_mean_rounded', '5'),
(9442, 61, 'classic-editor-remember', 'classic-editor'),
(9443, 1425, 'classic-editor-remember', 'classic-editor'),
(9444, 1425, '_edit_lock', '1579252857:1'),
(9445, 1425, '_edit_last', '1'),
(9446, 1425, 'slide_template', 'default'),
(9447, 29, 'classic-editor-remember', 'classic-editor'),
(9448, 29, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9449, 100, '_ait-item_item-author', 'a:1:{s:6:\"author\";s:1:\"1\";}'),
(9450, 100, '_thumbnail_id', '68'),
(9451, 1428, '_wp_attached_file', '2020/01/50green.jpg'),
(9452, 1428, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:33;s:6:\"height\";i:50;s:4:\"file\";s:19:\"2020/01/50green.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9453, 1429, '_wp_attached_file', '2020/01/50hsilver.png'),
(9454, 1429, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:36;s:6:\"height\";i:55;s:4:\"file\";s:21:\"2020/01/50hsilver.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9455, 1430, '_wp_attached_file', '2020/01/50wgreen.png'),
(9456, 1430, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:50;s:6:\"height\";i:75;s:4:\"file\";s:20:\"2020/01/50wgreen.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9457, 1431, '_wp_attached_file', '2020/01/50wsilver.png'),
(9458, 1431, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:55;s:6:\"height\";i:83;s:4:\"file\";s:21:\"2020/01/50wsilver.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9459, 1432, '_wp_attached_file', '2020/01/60hgold.png'),
(9460, 1432, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:40;s:6:\"height\";i:60;s:4:\"file\";s:19:\"2020/01/60hgold.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9461, 1433, '_wp_attached_file', '2020/01/60wgold.png'),
(9462, 1433, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:60;s:6:\"height\";i:90;s:4:\"file\";s:19:\"2020/01/60wgold.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9463, 1434, '_wp_attached_file', '2020/01/70Diamond.png'),
(9464, 1434, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:70;s:6:\"height\";i:105;s:4:\"file\";s:21:\"2020/01/70Diamond.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9465, 1435, '_wp_attached_file', '2020/01/70hdiamond.png'),
(9466, 1435, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:47;s:6:\"height\";i:70;s:4:\"file\";s:22:\"2020/01/70hdiamond.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9467, 1436, '_wp_attached_file', '2020/01/80Bdiam.png'),
(9468, 1436, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:80;s:6:\"height\";i:119;s:4:\"file\";s:19:\"2020/01/80Bdiam.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9469, 1437, '_wp_attached_file', '2020/01/80hbdiam.png'),
(9470, 1437, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:54;s:6:\"height\";i:80;s:4:\"file\";s:20:\"2020/01/80hbdiam.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9473, 1439, '_wp_attached_file', '2020/01/1lastgreen.png'),
(9474, 1439, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:33;s:6:\"height\";i:50;s:4:\"file\";s:22:\"2020/01/1lastgreen.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9475, 1440, '_wp_attached_file', '2020/01/1-1.jpg'),
(9476, 1440, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:852;s:6:\"height\";i:480;s:4:\"file\";s:15:\"2020/01/1-1.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"1-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"1-1-768x433.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9477, 1441, '_wp_attached_file', '2020/01/1-2.jpg'),
(9478, 1441, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:852;s:6:\"height\";i:480;s:4:\"file\";s:15:\"2020/01/1-2.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"1-2-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"1-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"1-2-768x433.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9479, 1442, '_wp_attached_file', '2020/01/1irGxHU.jpg'),
(9480, 1442, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:19:\"2020/01/1irGxHU.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"1irGxHU-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"1irGxHU-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"1irGxHU-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"1irGxHU-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:20:\"1irGxHU-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:21:\"1irGxHU-2048x1152.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9481, 1443, '_wp_attached_file', '2020/01/farmp_0.png'),
(9482, 1443, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:400;s:6:\"height\";i:210;s:4:\"file\";s:19:\"2020/01/farmp_0.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"farmp_0-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"farmp_0-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9483, 1444, '_wp_attached_file', '2020/01/free-wallpaper-6.jpg'),
(9484, 1444, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1680;s:6:\"height\";i:1050;s:4:\"file\";s:28:\"2020/01/free-wallpaper-6.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"free-wallpaper-6-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"free-wallpaper-6-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"free-wallpaper-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"free-wallpaper-6-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:29:\"free-wallpaper-6-1536x960.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9485, 1445, '_wp_attached_file', '2020/01/images.jpg'),
(9486, 1445, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:284;s:6:\"height\";i:177;s:4:\"file\";s:18:\"2020/01/images.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"images-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9487, 118, '_thumbnail_id', '1443'),
(9489, 1446, '_wp_attached_file', '2020/01/blue.png'),
(9490, 1446, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:26;s:6:\"height\";i:40;s:4:\"file\";s:16:\"2020/01/blue.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9491, 1447, '_wp_attached_file', '2020/01/default.png'),
(9492, 1447, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:27;s:6:\"height\";i:40;s:4:\"file\";s:19:\"2020/01/default.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9493, 623, '_ait-item_item-author', 'a:1:{s:6:\"author\";s:1:\"1\";}'),
(9494, 597, '_ait-item_item-author', 'a:1:{s:6:\"author\";s:1:\"1\";}'),
(9495, 441, '_ait-item_item-author', 'a:1:{s:6:\"author\";s:1:\"1\";}'),
(9496, 211, '_ait-item_item-author', 'a:1:{s:6:\"author\";s:1:\"1\";}'),
(9497, 190, '_ait-item_item-author', 'a:1:{s:6:\"author\";s:1:\"1\";}'),
(9498, 1448, '_wp_attached_file', '2020/01/1greentry2.png'),
(9499, 1448, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:33;s:6:\"height\";i:50;s:4:\"file\";s:22:\"2020/01/1greentry2.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9500, 623, '_thumbnail_id', '1444'),
(9501, 211, '_thumbnail_id', '1445'),
(9502, 441, '_thumbnail_id', '67'),
(9503, 597, '_thumbnail_id', '70'),
(9504, 141, '_thumbnail_id', '1440'),
(9505, 141, '_ait-item_filters-options', 'a:1:{s:7:\"filters\";a:6:{i:0;s:2:\"15\";i:1;s:2:\"16\";i:2;s:2:\"12\";i:3;s:2:\"17\";i:4;s:2:\"14\";i:5;s:2:\"13\";}}'),
(9506, 141, 'features_search_string', ';;'),
(9507, 141, '_ait-item_item-author', 'a:1:{s:6:\"author\";s:1:\"1\";}'),
(9508, 538, '_thumbnail_id', '1441'),
(9509, 538, '_ait-item_item-author', 'a:1:{s:6:\"author\";s:1:\"1\";}'),
(9510, 722, '_thumbnail_id', '38'),
(9511, 722, '_ait-item_item-author', 'a:1:{s:6:\"author\";s:1:\"1\";}'),
(9512, 455, '_thumbnail_id', '1442'),
(9513, 455, '_ait-item_item-author', 'a:1:{s:6:\"author\";s:1:\"1\";}'),
(9514, 136, '_thumbnail_id', '71'),
(9515, 136, '_ait-item_item-author', 'a:1:{s:6:\"author\";s:1:\"1\";}'),
(9516, 423, '_thumbnail_id', '66'),
(9517, 423, '_ait-item_item-author', 'a:1:{s:6:\"author\";s:1:\"1\";}'),
(9518, 824, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9519, 824, '_ait-item_item-author', 'a:1:{s:6:\"author\";s:1:\"1\";}'),
(9520, 1454, '_wp_attached_file', '2020/01/122.gif'),
(9521, 1454, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:343;s:6:\"height\";i:480;s:4:\"file\";s:15:\"2020/01/122.gif\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"122-214x300.gif\";s:5:\"width\";i:214;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/gif\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"122-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9522, 824, '_thumbnail_id', '1454'),
(9523, 1455, '_wp_attached_file', '2020/01/155.gif'),
(9524, 1455, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1006;s:4:\"file\";s:15:\"2020/01/155.gif\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"155-298x300.gif\";s:5:\"width\";i:298;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/gif\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"155-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"155-768x773.gif\";s:5:\"width\";i:768;s:6:\"height\";i:773;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9525, 1456, '_wp_attached_file', '2020/01/3dd6ff13da9118a595df92baf4b683ab.gif'),
(9526, 1456, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:918;s:6:\"height\";i:1000;s:4:\"file\";s:44:\"2020/01/3dd6ff13da9118a595df92baf4b683ab.gif\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"3dd6ff13da9118a595df92baf4b683ab-275x300.gif\";s:5:\"width\";i:275;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/gif\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"3dd6ff13da9118a595df92baf4b683ab-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"3dd6ff13da9118a595df92baf4b683ab-768x837.gif\";s:5:\"width\";i:768;s:6:\"height\";i:837;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9527, 1457, '_wp_attached_file', '2020/01/cannabis-love-01-s.jpg'),
(9528, 1457, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:30:\"2020/01/cannabis-love-01-s.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"cannabis-love-01-s-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"cannabis-love-01-s-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"cannabis-love-01-s-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9529, 1458, '_wp_attached_file', '2020/01/144.gif'),
(9530, 1458, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:374;s:6:\"height\";i:496;s:4:\"file\";s:15:\"2020/01/144.gif\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"144-226x300.gif\";s:5:\"width\";i:226;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/gif\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"144-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9531, 194, '_thumbnail_id', '1455'),
(9532, 194, '_ait-item_item-author', 'a:1:{s:6:\"author\";s:1:\"1\";}'),
(9533, 1459, '_wp_attached_file', '2020/01/133.gif'),
(9534, 1459, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:500;s:6:\"height\";i:750;s:4:\"file\";s:15:\"2020/01/133.gif\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"133-200x300.gif\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/gif\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"133-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9535, 393, '_thumbnail_id', '1456'),
(9536, 393, '_ait-item_item-author', 'a:1:{s:6:\"author\";s:1:\"1\";}'),
(9537, 1460, '_wp_attached_file', '2020/01/BRANDSCL.png'),
(9538, 1460, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:33;s:6:\"height\";i:50;s:4:\"file\";s:20:\"2020/01/BRANDSCL.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9539, 1461, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"1\";}'),
(9540, 1461, '_ait-item_food-options_price', '3'),
(9541, 1461, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:1:\"3\";}'),
(9542, 1461, 'rating_mean', '0'),
(9543, 1461, 'classic-editor-remember', 'classic-editor'),
(9544, 1461, '_edit_lock', '1579539999:1'),
(9545, 1461, '_edit_last', '1');
INSERT INTO `wpir_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9546, 1462, '_wp_attached_file', '2020/01/69244691_1363581577155916_5845215031158898688_n.jpg'),
(9547, 1462, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:320;s:6:\"height\";i:320;s:4:\"file\";s:59:\"2020/01/69244691_1363581577155916_5845215031158898688_n.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"69244691_1363581577155916_5845215031158898688_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"69244691_1363581577155916_5845215031158898688_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9548, 1463, '_wp_attached_file', '2020/01/111.jpg'),
(9549, 1463, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1200;s:4:\"file\";s:15:\"2020/01/111.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"111-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"111-1024x819.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"111-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"111-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9550, 1461, '_thumbnail_id', '1462'),
(9551, 1461, 'slide_template', 'default'),
(9552, 1461, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:2:\"23\";}'),
(9553, 1461, 'ait-latitude', '88'),
(9554, 1461, 'ait-longitude', '1'),
(9555, 1461, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:5:\"image\";s:11:\"headerImage\";s:105:\"https://your420map.com/web/wp-content/uploads/2020/01/69244691_1363581577155916_5845215031158898688_n.jpg\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:1:\"0\";s:8:\"latitude\";s:2:\"88\";s:9:\"longitude\";s:1:\"1\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:2:\"90\";s:7:\"swpitch\";s:1:\"5\";s:6:\"swzoom\";s:1:\"1\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"1\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"1\";s:11:\"socialIcons\";a:1:{i:0;a:4:{s:5:\"image\";s:61:\"https://your420map.com/web/wp-content/uploads/2020/01/111.jpg\";s:4:\"icon\";s:12:\"fa-instagram\";s:9:\"iconColor\";s:0:\"\";s:4:\"link\";s:40:\"https://www.instagram.com/oc_exclusives/\";}}s:14:\"displayGallery\";s:1:\"1\";s:7:\"gallery\";a:6:{i:0;a:2:{s:5:\"title\";s:0:\"\";s:5:\"image\";s:61:\"https://your420map.com/web/wp-content/uploads/2020/01/133.gif\";}i:1;a:2:{s:5:\"title\";s:0:\"\";s:5:\"image\";s:61:\"https://your420map.com/web/wp-content/uploads/2020/01/144.gif\";}i:2;a:2:{s:5:\"title\";s:0:\"\";s:5:\"image\";s:76:\"https://your420map.com/web/wp-content/uploads/2020/01/cannabis-love-01-s.jpg\";}i:3;a:2:{s:5:\"title\";s:0:\"\";s:5:\"image\";s:90:\"https://your420map.com/web/wp-content/uploads/2020/01/3dd6ff13da9118a595df92baf4b683ab.gif\";}i:4;a:2:{s:5:\"title\";s:0:\"\";s:5:\"image\";s:61:\"https://your420map.com/web/wp-content/uploads/2020/01/155.gif\";}i:5;a:2:{s:5:\"title\";s:0:\"\";s:5:\"image\";s:61:\"https://your420map.com/web/wp-content/uploads/2020/01/122.gif\";}}s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";a:1:{i:0;a:3:{s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";s:4:\"desc\";s:0:\"\";}}}'),
(9556, 1461, '_ait-item_item-featured', '0'),
(9557, 1461, 'features_search_string', ';;'),
(9558, 1461, '_ait-item_item-author', 'a:1:{s:6:\"author\";s:1:\"1\";}'),
(9559, 1465, 'ait-claim-listing', 'a:4:{s:6:\"status\";s:9:\"unclaimed\";s:5:\"owner\";s:1:\"-\";s:4:\"date\";s:1:\"-\";s:6:\"author\";s:1:\"1\";}'),
(9560, 1465, '_ait-item_food-options_price', '2'),
(9561, 1465, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:1:\"2\";}'),
(9562, 1465, 'rating_mean', '0'),
(9563, 1465, 'classic-editor-remember', 'classic-editor'),
(9564, 1465, '_edit_lock', '1579546189:1'),
(9565, 1465, '_edit_last', '1'),
(9566, 1465, 'slide_template', 'default'),
(9567, 1465, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9568, 1465, 'ait-latitude', '88.000116780987'),
(9569, 1465, 'ait-longitude', '1.0012870032078'),
(9570, 1465, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"0\";s:10:\"headerType\";s:5:\"image\";s:11:\"headerImage\";s:80:\"https://your420map.com/web/wp-content/uploads/2020/01/space-monkey-meds_logo.jpg\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:1:\"0\";s:8:\"latitude\";s:15:\"88.000116780987\";s:9:\"longitude\";s:15:\"1.0012870032078\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:2:\"90\";s:7:\"swpitch\";s:1:\"5\";s:6:\"swzoom\";s:1:\"1\";}s:9:\"telephone\";s:0:\"\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"showEmail\";s:1:\"0\";s:15:\"contactOwnerBtn\";s:1:\"0\";s:3:\"web\";s:0:\"\";s:12:\"webLinkLabel\";s:0:\"\";s:19:\"displayOpeningHours\";s:1:\"0\";s:18:\"openingHoursMonday\";s:0:\"\";s:19:\"openingHoursTuesday\";s:0:\"\";s:21:\"openingHoursWednesday\";s:0:\"\";s:20:\"openingHoursThursday\";s:0:\"\";s:18:\"openingHoursFriday\";s:0:\"\";s:20:\"openingHoursSaturday\";s:0:\"\";s:18:\"openingHoursSunday\";s:0:\"\";s:16:\"openingHoursNote\";s:0:\"\";s:18:\"displaySocialIcons\";s:1:\"0\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"1\";s:11:\"socialIcons\";s:0:\"\";s:14:\"displayGallery\";s:1:\"0\";s:7:\"gallery\";s:0:\"\";s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(9574, 1467, '_wp_attached_file', '2020/01/space-monkey-meds_logo.jpg'),
(9571, 1465, '_ait-item_item-featured', '0'),
(9572, 1465, '_ait-item_item-author', 'a:1:{s:6:\"author\";s:1:\"1\";}'),
(9573, 1465, '_thumbnail_id', '1468'),
(9575, 1467, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:34:\"2020/01/space-monkey-meds_logo.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"space-monkey-meds_logo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"space-monkey-meds_logo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9576, 1468, '_wp_attached_file', '2020/01/Space-Monkey-Meds-Banner-Mobile.jpg'),
(9577, 1468, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:840;s:6:\"height\";i:540;s:4:\"file\";s:43:\"2020/01/Space-Monkey-Meds-Banner-Mobile.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Space-Monkey-Meds-Banner-Mobile-300x193.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Space-Monkey-Meds-Banner-Mobile-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Space-Monkey-Meds-Banner-Mobile-768x494.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:494;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9581, 1470, '_ait-item_food-options', 'a:1:{s:12:\"averagePrice\";s:1:\"2\";}'),
(9582, 1470, 'rating_mean', '0'),
(9583, 1470, '_edit_lock', '1580596770:1'),
(9584, 1470, '_edit_last', '1'),
(9585, 1472, '_wp_attached_file', '2020/01/15-720x380-1.jpg'),
(9586, 1472, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:720;s:6:\"height\";i:380;s:4:\"file\";s:24:\"2020/01/15-720x380-1.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"15-720x380-1-300x158.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"15-720x380-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9587, 1473, '_wp_attached_file', '2020/01/Home-Bar-Cabral-1-1024x682-1.jpg'),
(9588, 1473, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:40:\"2020/01/Home-Bar-Cabral-1-1024x682-1.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Home-Bar-Cabral-1-1024x682-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Home-Bar-Cabral-1-1024x682-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Home-Bar-Cabral-1-1024x682-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9589, 1474, '_wp_attached_file', '2020/01/IMG_0465.jpg'),
(9590, 1474, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:816;s:6:\"height\";i:612;s:4:\"file\";s:20:\"2020/01/IMG_0465.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0465-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0465-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_0465-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(9591, 1475, '_wp_attached_file', '2020/01/177027906.jpg'),
(9592, 1475, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:450;s:4:\"file\";s:21:\"2020/01/177027906.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"177027906-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"177027906-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9593, 1476, '_wp_attached_file', '2020/01/Barco-1.jpg'),
(9594, 1476, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:19:\"2020/01/Barco-1.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Barco-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Barco-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Barco-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"16\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1397660980\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:1:\"8\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(9595, 1477, '_wp_attached_file', '2020/01/download.jpg'),
(9596, 1477, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:276;s:6:\"height\";i:183;s:4:\"file\";s:20:\"2020/01/download.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"download-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9597, 1478, '_wp_attached_file', '2020/01/Home-Bar-Cabral-1-1024x682-2.jpg'),
(9598, 1478, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:40:\"2020/01/Home-Bar-Cabral-1-1024x682-2.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Home-Bar-Cabral-1-1024x682-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Home-Bar-Cabral-1-1024x682-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Home-Bar-Cabral-1-1024x682-2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9599, 1479, '_wp_attached_file', '2020/01/k27qhxj4sy911-scaled.jpg'),
(9600, 1479, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:32:\"2020/01/k27qhxj4sy911-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"k27qhxj4sy911-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"k27qhxj4sy911-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"k27qhxj4sy911-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"k27qhxj4sy911-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:27:\"k27qhxj4sy911-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:27:\"k27qhxj4sy911-2048x1536.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:17:\"k27qhxj4sy911.jpg\";}'),
(9601, 1470, '_thumbnail_id', '1474'),
(9602, 1470, 'slide_template', 'default'),
(9603, 1470, '_ait-item_filters-options', 'a:1:{s:7:\"filters\";a:6:{i:0;s:2:\"15\";i:1;s:2:\"16\";i:2;s:2:\"12\";i:3;s:2:\"17\";i:4;s:2:\"14\";i:5;s:2:\"13\";}}'),
(9604, 1470, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9605, 1470, 'ait-latitude', '41.8781136'),
(9606, 1470, 'ait-longitude', '-87.6297982'),
(9607, 1470, '_ait-item_item-data', 'a:28:{s:12:\"featuredItem\";s:1:\"1\";s:10:\"headerType\";s:3:\"map\";s:11:\"headerImage\";s:0:\"\";s:16:\"headerImageAlign\";s:10:\"image-left\";s:3:\"map\";a:7:{s:7:\"address\";s:11:\"Chicago, IL\";s:8:\"latitude\";s:10:\"41.8781136\";s:9:\"longitude\";s:11:\"-87.6297982\";s:10:\"streetview\";s:1:\"0\";s:9:\"swheading\";s:2:\"90\";s:7:\"swpitch\";s:1:\"5\";s:6:\"swzoom\";s:1:\"1\";}s:9:\"telephone\";s:12:\"421-318-8822\";s:19:\"telephoneAdditional\";s:0:\"\";s:5:\"email\";s:13:\"happy@420.com\";s:9:\"showEmail\";s:1:\"1\";s:15:\"contactOwnerBtn\";s:1:\"1\";s:3:\"web\";s:26:\"https://www.your420map.com\";s:12:\"webLinkLabel\";s:21:\"Check Out Our Website\";s:19:\"displayOpeningHours\";s:1:\"1\";s:18:\"openingHoursMonday\";s:3:\"24h\";s:19:\"openingHoursTuesday\";s:3:\"24h\";s:21:\"openingHoursWednesday\";s:3:\"24h\";s:20:\"openingHoursThursday\";s:3:\"24h\";s:18:\"openingHoursFriday\";s:3:\"24h\";s:20:\"openingHoursSaturday\";s:3:\"24h\";s:18:\"openingHoursSunday\";s:3:\"24h\";s:16:\"openingHoursNote\";s:35:\"Any time you need us.. we are here!\";s:18:\"displaySocialIcons\";s:1:\"1\";s:26:\"socialIconsOpenInNewWindow\";s:1:\"1\";s:11:\"socialIcons\";a:1:{i:0;a:4:{s:5:\"image\";s:0:\"\";s:4:\"icon\";s:11:\"fa-facebook\";s:9:\"iconColor\";s:0:\"\";s:4:\"link\";s:32:\"https://www.facebook.com/your420\";}}s:14:\"displayGallery\";s:1:\"1\";s:7:\"gallery\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Our Spa\";s:5:\"image\";s:67:\"https://your420map.com/web/wp-content/uploads/2020/01/177027906.jpg\";}i:1;a:2:{s:5:\"title\";s:0:\"\";s:5:\"image\";s:70:\"https://your420map.com/web/wp-content/uploads/2020/01/15-720x380-1.jpg\";}i:2;a:2:{s:5:\"title\";s:0:\"\";s:5:\"image\";s:65:\"https://your420map.com/web/wp-content/uploads/2020/01/Barco-1.jpg\";}i:3;a:2:{s:5:\"title\";s:0:\"\";s:5:\"image\";s:78:\"https://your420map.com/web/wp-content/uploads/2020/01/k27qhxj4sy911-scaled.jpg\";}i:4;a:2:{s:5:\"title\";s:0:\"\";s:5:\"image\";s:66:\"https://your420map.com/web/wp-content/uploads/2020/01/download.jpg\";}}s:15:\"displayFeatures\";s:1:\"0\";s:8:\"features\";s:0:\"\";}'),
(9608, 1470, '_ait-item_item-featured', '1'),
(9629, 1485, 'author_ip', ''),
(9628, 1485, 'post_id', '538'),
(9630, 1485, 'ratings', '[{\"question\":\"Price\",\"value\":\"5\"},{\"question\":\"Location\",\"value\":\"5\"},{\"question\":\"Staff\",\"value\":\"5\"},{\"question\":\"Services\",\"value\":\"5\"},{\"question\":\"Product\",\"value\":\"5\"}]'),
(9631, 1485, 'rating_mean', '5'),
(9632, 1485, 'rating_mean_rounded', '5'),
(9634, 1488, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:367;s:6:\"height\";i:367;s:4:\"file\";s:37:\"2020/02/Zkittlez-Strain-367x367-1.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Zkittlez-Strain-367x367-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Zkittlez-Strain-367x367-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9635, 1489, '_wp_attached_file', '2020/02/THC-Bomb-Strain-367x367-1.jpg'),
(9636, 1489, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:367;s:6:\"height\";i:367;s:4:\"file\";s:37:\"2020/02/THC-Bomb-Strain-367x367-1.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"THC-Bomb-Strain-367x367-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"THC-Bomb-Strain-367x367-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9637, 1490, '_wp_attached_file', '2020/02/Master-Kush-367x367-1.jpg'),
(9638, 1490, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:367;s:6:\"height\";i:367;s:4:\"file\";s:33:\"2020/02/Master-Kush-367x367-1.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Master-Kush-367x367-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Master-Kush-367x367-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9639, 1491, '_wp_attached_file', '2020/02/LSD-Strain-367x367-1.jpg'),
(9640, 1491, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:367;s:6:\"height\";i:367;s:4:\"file\";s:32:\"2020/02/LSD-Strain-367x367-1.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"LSD-Strain-367x367-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"LSD-Strain-367x367-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9641, 1492, '_wp_attached_file', '2020/02/Khalifa-Kush-Strain-367x367-1.jpg'),
(9642, 1492, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:367;s:6:\"height\";i:367;s:4:\"file\";s:41:\"2020/02/Khalifa-Kush-Strain-367x367-1.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Khalifa-Kush-Strain-367x367-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Khalifa-Kush-Strain-367x367-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.7\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-G955W\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1527690746\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.25\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(9643, 1493, '_wp_attached_file', '2020/02/Jack-Herer-Strain-367x367-1.jpg'),
(9644, 1493, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:367;s:6:\"height\";i:367;s:4:\"file\";s:39:\"2020/02/Jack-Herer-Strain-367x367-1.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Jack-Herer-Strain-367x367-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Jack-Herer-Strain-367x367-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9645, 1494, '_wp_attached_file', '2020/02/Grape-Kush-Strain-367x367-1.jpg'),
(9646, 1494, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:367;s:6:\"height\";i:367;s:4:\"file\";s:39:\"2020/02/Grape-Kush-Strain-367x367-1.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Grape-Kush-Strain-367x367-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Grape-Kush-Strain-367x367-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9647, 1495, '_wp_attached_file', '2020/02/Granddaddy-Purple-Kush-367x367-1.jpg'),
(9648, 1495, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:367;s:6:\"height\";i:367;s:4:\"file\";s:44:\"2020/02/Granddaddy-Purple-Kush-367x367-1.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"Granddaddy-Purple-Kush-367x367-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Granddaddy-Purple-Kush-367x367-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9649, 1496, '_wp_attached_file', '2020/02/godfather-OG-367x367-1.jpg'),
(9650, 1496, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:367;s:6:\"height\";i:367;s:4:\"file\";s:34:\"2020/02/godfather-OG-367x367-1.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"godfather-OG-367x367-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"godfather-OG-367x367-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9651, 1497, '_wp_attached_file', '2020/02/Bubba-Kush-Strain.jpg'),
(9652, 1497, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:700;s:6:\"height\";i:700;s:4:\"file\";s:29:\"2020/02/Bubba-Kush-Strain.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Bubba-Kush-Strain-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Bubba-Kush-Strain-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9653, 1498, '_wp_attached_file', '2020/02/AC-DC-Marijuana-Strain.jpg'),
(9654, 1498, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:700;s:6:\"height\";i:700;s:4:\"file\";s:34:\"2020/02/AC-DC-Marijuana-Strain.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"AC-DC-Marijuana-Strain-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"AC-DC-Marijuana-Strain-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9655, 1499, '_wp_attached_file', '2020/02/Acapulco-Gold-Strain.jpg'),
(9656, 1499, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:700;s:6:\"height\";i:700;s:4:\"file\";s:32:\"2020/02/Acapulco-Gold-Strain.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Acapulco-Gold-Strain-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Acapulco-Gold-Strain-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9657, 1500, '_wp_attached_file', '2020/02/Cannabis-Banana-Bread-2-1.jpg'),
(9658, 1500, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:37:\"2020/02/Cannabis-Banana-Bread-2-1.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Cannabis-Banana-Bread-2-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9659, 1501, '_wp_attached_file', '2020/02/EDIBLE-CANNA-OIL-510x340-1.jpg'),
(9660, 1501, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:510;s:6:\"height\";i:340;s:4:\"file\";s:38:\"2020/02/EDIBLE-CANNA-OIL-510x340-1.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"EDIBLE-CANNA-OIL-510x340-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"EDIBLE-CANNA-OIL-510x340-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9661, 1502, '_wp_attached_file', '2020/02/Cannabis-Joint-and-Muscle-Oil-for-Sale.jpg'),
(9662, 1502, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:50:\"2020/02/Cannabis-Joint-and-Muscle-Oil-for-Sale.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"Cannabis-Joint-and-Muscle-Oil-for-Sale-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"Cannabis-Joint-and-Muscle-Oil-for-Sale-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(9667, 1504, '_wp_attachment_backup_sizes', 'a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:36:\"7356ceb141ada319b5d0b45c3f051e2a.gif\";}}'),
(9665, 1504, '_wp_attached_file', '2020/02/7356ceb141ada319b5d0b45c3f051e2a-e1580596498184.gif'),
(9666, 1504, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:90;s:6:\"height\";i:90;s:4:\"file\";s:59:\"2020/02/7356ceb141ada319b5d0b45c3f051e2a-e1580596498184.gif\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"7356ceb141ada319b5d0b45c3f051e2a-300x300.gif\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/gif\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"7356ceb141ada319b5d0b45c3f051e2a-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9668, 1505, '_wp_attached_file', '2020/02/ezgif-3-f1ec5d2f227f.gif'),
(9669, 1505, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:95;s:6:\"height\";i:95;s:4:\"file\";s:32:\"2020/02/ezgif-3-f1ec5d2f227f.gif\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9670, 98, '_ait-item_item-author', 'a:1:{s:6:\"author\";s:1:\"1\";}'),
(9677, 1506, '_ait-food-menu_food-menu_price', '$75'),
(9678, 1506, '_ait-food-menu_food-menu-data', 'a:6:{s:4:\"item\";s:3:\"100\";s:6:\"amount\";s:9:\"200 grams\";s:5:\"price\";s:3:\"$75\";s:8:\"menuType\";s:8:\"fb3e90fa\";s:8:\"foodType\";s:8:\"28ee93fb\";s:5:\"dates\";a:1:{i:0;a:2:{s:8:\"dateFrom\";s:10:\"2020-01-14\";s:6:\"dateTo\";s:10:\"2020-01-14\";}}}'),
(9679, 1506, '_edit_lock', '1580666807:1'),
(9680, 1506, '_edit_last', '1'),
(9681, 1506, '_thumbnail_id', '1500'),
(9682, 1506, 'ait-food-menu-item', '100'),
(9683, 1506, 'ait-food-menu-type', 'fb3e90fa'),
(9684, 1506, 'ait-food-type', '28ee93fb'),
(9685, 1506, 'slide_template', 'default'),
(9686, 1507, '_ait-food-menu_food-menu_price', '$55'),
(9687, 1507, '_ait-food-menu_food-menu-data', 'a:6:{s:4:\"item\";s:3:\"538\";s:6:\"amount\";s:5:\"100ml\";s:5:\"price\";s:3:\"$55\";s:8:\"menuType\";s:8:\"1f617927\";s:8:\"foodType\";s:8:\"1cd8ca7c\";s:5:\"dates\";a:1:{i:0;a:2:{s:8:\"dateFrom\";s:10:\"2020-01-14\";s:6:\"dateTo\";s:10:\"2020-01-14\";}}}'),
(9688, 1507, '_edit_lock', '1580666519:1'),
(9689, 1507, '_edit_last', '1'),
(9690, 1507, '_thumbnail_id', '1502'),
(9691, 1507, 'ait-food-menu-item', '538'),
(9692, 1507, 'ait-food-menu-type', '1f617927'),
(9693, 1507, 'ait-food-type', '1cd8ca7c'),
(9694, 1507, 'slide_template', 'default'),
(9698, 1509, '_ait-food-menu_food-menu_price', '$145'),
(9699, 1509, '_ait-food-menu_food-menu-data', 'a:6:{s:4:\"item\";s:3:\"538\";s:6:\"amount\";s:4:\"50ml\";s:5:\"price\";s:4:\"$145\";s:8:\"menuType\";s:8:\"51276b24\";s:8:\"foodType\";s:8:\"28ee93fb\";s:5:\"dates\";a:1:{i:0;a:2:{s:8:\"dateFrom\";s:10:\"2020-01-14\";s:6:\"dateTo\";s:10:\"2020-01-14\";}}}'),
(9700, 1509, '_edit_lock', '1580666443:1'),
(9701, 1509, '_edit_last', '1'),
(9702, 1509, '_thumbnail_id', '1501'),
(9703, 1509, 'ait-food-menu-item', '538'),
(9704, 1509, 'ait-food-menu-type', '51276b24'),
(9705, 1509, 'ait-food-type', '28ee93fb'),
(9706, 1509, 'slide_template', 'default'),
(9707, 62, '_ait-item_review-options', 'a:1:{s:14:\"reviewCategory\";s:1:\"0\";}'),
(9710, 1511, '_ait-food-menu_food-menu_price', '$15 / $55 / $95 / $149'),
(9711, 1511, '_ait-food-menu_food-menu-data', 'a:6:{s:4:\"item\";s:3:\"100\";s:6:\"amount\";s:19:\"1g / 5g / 10g / 1oz\";s:5:\"price\";s:22:\"$15 / $55 / $95 / $149\";s:8:\"menuType\";s:8:\"51276b24\";s:8:\"foodType\";s:8:\"da216b0b\";s:5:\"dates\";a:1:{i:0;a:2:{s:8:\"dateFrom\";s:10:\"2020-01-14\";s:6:\"dateTo\";s:10:\"2020-01-14\";}}}'),
(9712, 1511, '_edit_lock', '1580667162:1'),
(9713, 1511, '_edit_last', '1'),
(9714, 1499, '_wp_attachment_image_alt', 'Acapulco-Gold-Strain'),
(9715, 1511, '_thumbnail_id', '1499'),
(9716, 1511, 'ait-food-menu-item', '100'),
(9717, 1511, 'ait-food-menu-type', '51276b24'),
(9718, 1511, 'ait-food-type', 'da216b0b'),
(9719, 1511, 'slide_template', 'default'),
(9720, 1512, '_ait-food-menu_food-menu_price', '$45 / $80 / $140 +5g free'),
(9721, 1512, '_ait-food-menu_food-menu-data', 'a:6:{s:4:\"item\";s:3:\"100\";s:6:\"amount\";s:14:\"5g / 10g / 1oz\";s:5:\"price\";s:25:\"$45 / $80 / $140 +5g free\";s:8:\"menuType\";s:8:\"a10e9139\";s:8:\"foodType\";s:8:\"da216b0b\";s:5:\"dates\";a:1:{i:0;a:2:{s:8:\"dateFrom\";s:10:\"2020-01-31\";s:6:\"dateTo\";s:0:\"\";}}}'),
(9722, 1512, '_edit_lock', '1580667771:1'),
(9723, 1512, '_edit_last', '1'),
(9724, 1512, '_thumbnail_id', '1498'),
(9725, 1512, 'ait-food-menu-item', '100'),
(9726, 1512, 'ait-food-menu-type', 'a10e9139'),
(9727, 1512, 'ait-food-type', 'da216b0b'),
(9728, 1512, 'slide_template', 'default'),
(9729, 1513, '_ait-food-menu_food-menu_price', '$35'),
(9730, 1513, '_ait-food-menu_food-menu-data', 'a:6:{s:4:\"item\";s:3:\"141\";s:6:\"amount\";s:2:\"5g\";s:5:\"price\";s:3:\"$35\";s:8:\"menuType\";s:8:\"51276b24\";s:8:\"foodType\";s:8:\"da216b0b\";s:5:\"dates\";a:1:{i:0;a:2:{s:8:\"dateFrom\";s:10:\"2020-01-14\";s:6:\"dateTo\";s:10:\"2020-01-14\";}}}'),
(9731, 1513, '_edit_lock', '1580840834:1'),
(9732, 1513, '_edit_last', '1'),
(9733, 1513, '_thumbnail_id', '1497'),
(9734, 1513, 'ait-food-menu-item', '141'),
(9735, 1513, 'ait-food-menu-type', '51276b24'),
(9736, 1513, 'ait-food-type', 'da216b0b'),
(9737, 1513, 'slide_template', 'default'),
(9738, 1514, 'post_id', '1461'),
(9739, 1514, 'author_ip', ''),
(9740, 1514, 'ratings', '[{\"question\":\"Price\",\"value\":\"5\"},{\"question\":\"Service\",\"value\":\"5\"},{\"question\":\"Staff\",\"value\":\"5\"},{\"question\":\"Product\",\"value\":\"5\"},{\"question\":\"Quality\",\"value\":\"5\"}]'),
(9741, 1514, 'rating_mean', '5'),
(9742, 1514, 'rating_mean_rounded', '5');

-- --------------------------------------------------------

--
-- Table structure for table `wpir_posts`
--

CREATE TABLE `wpir_posts` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `post_author` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext NOT NULL,
  `post_title` text NOT NULL,
  `post_excerpt` text NOT NULL,
  `post_status` varchar(20) NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) NOT NULL DEFAULT 'open',
  `post_password` varchar(255) NOT NULL DEFAULT '',
  `post_name` varchar(200) NOT NULL DEFAULT '',
  `to_ping` text NOT NULL,
  `pinged` text NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext NOT NULL,
  `post_parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `guid` varchar(255) NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT 0,
  `post_type` varchar(20) NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpir_posts`
--

INSERT INTO `wpir_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1, 1, '2020-01-12 19:20:14', '2020-01-12 19:20:14', '<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->', 'Hello world!', '', 'publish', 'open', 'open', '', 'hello-world', '', '', '2020-01-12 19:20:14', '2020-01-12 19:20:14', '', 0, 'https://your420map.com/web/?p=1', 0, 'post', '', 1),
(2, 1, '2020-01-12 19:20:14', '2020-01-12 19:20:14', '<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"https://your420map.com/web/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->', 'Sample Page', '', 'publish', 'closed', 'open', '', 'sample-page', '', '', '2020-01-12 19:20:14', '2020-01-12 19:20:14', '', 0, 'https://your420map.com/web/?page_id=2', 0, 'page', '', 0),
(3, 1, '2020-01-12 19:20:14', '2020-01-12 19:20:14', '<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Our website address is: https://your420map.com/web.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What personal data we collect and why we collect it</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Comments</h3><!-- /wp:heading --><!-- wp:paragraph --><p>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Media</h3><!-- /wp:heading --><!-- wp:paragraph --><p>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Contact forms</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Cookies</h3><!-- /wp:heading --><!-- wp:paragraph --><p>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select &quot;Remember Me&quot;, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Embedded content from other websites</h3><!-- /wp:heading --><!-- wp:paragraph --><p>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Analytics</h3><!-- /wp:heading --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What rights you have over your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Where we send your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Your contact information</h2><!-- /wp:heading --><!-- wp:heading --><h2>Additional information</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>How we protect your data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What data breach procedures we have in place</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What third parties we receive data from</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What automated decision making and/or profiling we do with user data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Industry regulatory disclosure requirements</h3><!-- /wp:heading -->', 'Privacy Policy', '', 'draft', 'closed', 'open', '', 'privacy-policy', '', '', '2020-01-12 19:20:14', '2020-01-12 19:20:14', '', 0, 'https://your420map.com/web/?page_id=3', 0, 'page', '', 0),
(1488, 1, '2020-02-01 18:38:46', '2020-02-01 18:38:46', '', 'Zkittlez-Strain-367x367', '', 'inherit', 'closed', 'closed', '', 'zkittlez-strain-367x367', '', '', '2020-02-01 18:38:46', '2020-02-01 18:38:46', '', 0, 'https://your420map.com/web/wp-content/uploads/2020/02/Zkittlez-Strain-367x367-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(6, 1, '2020-01-12 19:39:28', '2020-01-12 19:39:28', '<label> Your Name (required)\n    [text* your-name] </label>\n\n<label> Your Email (required)\n    [email* your-email] </label>\n\n<label> Subject\n    [text your-subject] </label>\n\n<label> Your Message\n    [textarea your-message] </label>\n\n[submit \"Send\"]\nMy Blog \"[your-subject]\"\nMy Blog <admin@your420map.com>\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on My Blog (https://your420map.com/web)\nadmin@your420map.com\nReply-To: [your-email]\n\n0\n0\n\nMy Blog \"[your-subject]\"\nMy Blog <admin@your420map.com>\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on My Blog (https://your420map.com/web)\n[your-email]\nReply-To: admin@your420map.com\n\n0\n0\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.', 'Contact form 1', '', 'publish', 'closed', 'closed', '', 'contact-form-1', '', '', '2020-01-12 19:39:28', '2020-01-12 19:39:28', '', 0, 'https://your420map.com/web/?post_type=wpcf7_contact_form&p=6', 0, 'wpcf7_contact_form', '', 0),
(9, 1, '2020-01-12 19:49:08', '2020-01-12 19:49:08', '', '40', '', 'inherit', 'open', 'closed', '', '40', '', '', '2020-01-12 19:49:08', '2020-01-12 19:49:08', '', 0, 'https://your420map.com/web/wp-content/uploads/2020/01/40.png', 0, 'attachment', 'image/png', 0),
(10, 1, '2020-01-12 19:49:23', '2020-01-12 19:49:23', 'https://your420map.com/web/wp-content/uploads/2020/01/cropped-40.png', 'cropped-40.png', '', 'inherit', 'open', 'closed', '', 'cropped-40-png', '', '', '2020-01-12 19:49:23', '2020-01-12 19:49:23', '', 0, 'https://your420map.com/web/wp-content/uploads/2020/01/cropped-40.png', 0, 'attachment', 'image/png', 0),
(11, 1, '2020-01-12 20:06:22', '2020-01-12 20:06:22', '', '420-70', '', 'inherit', 'open', 'closed', '', '420-70', '', '', '2020-01-12 20:06:22', '2020-01-12 20:06:22', '', 0, 'https://your420map.com/web/wp-content/uploads/2020/01/420-70.png', 0, 'attachment', 'image/png', 0),
(36, 1, '2020-01-13 07:19:37', '2020-01-13 07:19:37', '', 'Home', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2020-01-14 17:40:30', '2020-01-14 17:40:30', '', 0, 'https://your420map.com/web/?page_id=36', 0, 'page', '', 0),
(37, 1, '2020-01-13 07:19:37', '2020-01-13 07:19:37', '', 'Home', '', 'inherit', 'closed', 'closed', '', '36-revision-v1', '', '', '2020-01-13 07:19:37', '2020-01-13 07:19:37', '', 36, 'https://your420map.com/web/2020/01/13/36-revision-v1/', 0, 'revision', '', 0),
(19, 1, '2020-01-12 20:26:24', '2020-01-12 20:26:24', '', '1', '', 'inherit', 'open', 'closed', '', '1', '', '', '2020-01-12 20:26:24', '2020-01-12 20:26:24', '', 0, 'https://your420map.com/web/wp-content/uploads/2020/01/1.png', 0, 'attachment', 'image/png', 0),
(20, 1, '2020-01-12 20:26:27', '2020-01-12 20:26:27', '', '2', '', 'inherit', 'open', 'closed', '', '2', '', '', '2020-01-12 20:26:27', '2020-01-12 20:26:27', '', 0, 'https://your420map.com/web/wp-content/uploads/2020/01/2.png', 0, 'attachment', 'image/png', 0),
(1470, 3, '2020-01-21 19:54:40', '2020-01-21 19:54:40', 'At the Church of Mary Jane we believe freedom is paramount in life.  Come express yourself and experience the freedom of the best buds in Chicago.  We are open 24/7.  Relax in the Jacuzzi with friends while enjoying your favorite vape from our vape bar.  one of our stunning poolside servers will keep your pipe lit.  Relax in our movie Lounge where every day there\'s a new movie running for your enjoyment with 3d and digital surround sound.  Hang in our gaming lounge or grab dinner in the cafe.  we have it all.', 'Church Of Mary Jane', 'Relax in our movie Lounge where every day there\'s a new movie running for your enjoyment with 3d and digital surround sound.  Hang in our gaming lounge or grab dinner in the cafe.  we have it all.', 'draft', 'closed', 'closed', '', 'church-of-mary-jane', '', '', '2020-01-21 19:54:41', '2020-01-21 19:54:41', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=1470', 0, 'ait-item', '', 0),
(21, 1, '2020-01-12 20:26:30', '2020-01-12 20:26:30', '', '3', '', 'inherit', 'open', 'closed', '', '3', '', '', '2020-01-12 20:26:30', '2020-01-12 20:26:30', '', 0, 'https://your420map.com/web/wp-content/uploads/2020/01/3.png', 0, 'attachment', 'image/png', 0),
(22, 1, '2020-01-12 20:26:40', '2020-01-12 20:26:40', '', 'crystal', '', 'inherit', 'open', 'closed', '', 'crystal', '', '', '2020-01-12 20:26:40', '2020-01-12 20:26:40', '', 0, 'https://your420map.com/web/wp-content/uploads/2020/01/crystal.png', 0, 'attachment', 'image/png', 0),
(23, 1, '2020-01-12 20:26:43', '2020-01-12 20:26:43', '', 'dead', '', 'inherit', 'open', 'closed', '', 'dead', '', '', '2020-01-12 20:26:43', '2020-01-12 20:26:43', '', 0, 'https://your420map.com/web/wp-content/uploads/2020/01/dead.png', 0, 'attachment', 'image/png', 0),
(24, 1, '2020-01-12 20:26:46', '2020-01-12 20:26:46', '', 'green', '', 'inherit', 'open', 'closed', '', 'green', '', '', '2020-01-12 20:26:46', '2020-01-12 20:26:46', '', 0, 'https://your420map.com/web/wp-content/uploads/2020/01/green.png', 0, 'attachment', 'image/png', 0),
(25, 1, '2020-01-12 20:26:49', '2020-01-12 20:26:49', '', 'rainbow', '', 'inherit', 'open', 'closed', '', 'rainbow', '', '', '2020-01-12 20:26:49', '2020-01-12 20:26:49', '', 0, 'https://your420map.com/web/wp-content/uploads/2020/01/rainbow.png', 0, 'attachment', 'image/png', 0),
(26, 1, '2020-01-12 20:26:52', '2020-01-12 20:26:52', '', 'recr', '', 'inherit', 'open', 'closed', '', 'recr', '', '', '2020-01-12 20:26:52', '2020-01-12 20:26:52', '', 0, 'https://your420map.com/web/wp-content/uploads/2020/01/recr.png', 0, 'attachment', 'image/png', 0),
(27, 1, '2020-01-12 20:30:06', '2020-01-12 20:30:06', '', '4', '', 'inherit', 'open', 'closed', '', '4', '', '', '2020-01-12 20:30:06', '2020-01-12 20:30:06', '', 0, 'https://your420map.com/web/wp-content/uploads/2020/01/4.png', 0, 'attachment', 'image/png', 0),
(28, 1, '2020-01-12 20:31:29', '2020-01-12 20:31:29', '', '6', '', 'inherit', 'open', 'closed', '', '6', '', '', '2020-01-12 20:31:29', '2020-01-12 20:31:29', '', 0, 'https://your420map.com/web/wp-content/uploads/2020/01/6.png', 0, 'attachment', 'image/png', 0),
(29, 1, '2020-01-12 20:36:36', '2020-01-12 20:36:36', '', '8th Wellness', '', 'publish', 'open', 'closed', '', '8th-wellness', '', '', '2020-01-18 18:11:01', '2020-01-18 18:11:01', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=29', 0, 'ait-item', '', 0),
(30, 1, '2020-01-12 20:34:24', '2020-01-12 20:34:24', '', 'arsswe1', '', 'inherit', 'open', 'closed', '', 'arsswe1', '', '', '2020-01-12 20:34:24', '2020-01-12 20:34:24', '', 29, 'https://your420map.com/web/wp-content/uploads/2020/01/arsswe1.png', 0, 'attachment', 'image/png', 0),
(31, 1, '2020-01-12 20:36:36', '2020-01-12 20:36:36', '', '8th Wellness', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2020-01-12 20:36:36', '2020-01-12 20:36:36', '', 29, 'https://your420map.com/web/2020/01/12/29-revision-v1/', 0, 'revision', '', 0),
(32, 1, '2020-01-12 20:51:16', '2020-01-12 20:51:16', '', 'golden lotus', '', 'publish', 'closed', 'closed', '', 'golden-lotus', '', '', '2020-01-15 11:38:45', '2020-01-15 11:38:45', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=32', 0, 'ait-item', '', 0),
(33, 1, '2020-01-12 20:51:16', '2020-01-12 20:51:16', '', 'Golden Lotus', '', 'inherit', 'closed', 'closed', '', '32-revision-v1', '', '', '2020-01-12 20:51:16', '2020-01-12 20:51:16', '', 32, 'https://your420map.com/web/2020/01/12/32-revision-v1/', 0, 'revision', '', 0),
(34, 1, '2020-01-12 20:52:43', '2020-01-12 20:52:43', '', 'Elev8te', '', 'publish', 'closed', 'closed', '', 'elev8te', '', '', '2020-01-15 09:38:19', '2020-01-15 09:38:19', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=34', 2, 'ait-item', '', 0),
(35, 1, '2020-01-12 20:52:43', '2020-01-12 20:52:43', '', 'Elev8te', '', 'inherit', 'closed', 'closed', '', '34-revision-v1', '', '', '2020-01-12 20:52:43', '2020-01-12 20:52:43', '', 34, 'https://your420map.com/web/2020/01/12/34-revision-v1/', 0, 'revision', '', 0),
(38, 1, '2020-01-13 07:54:12', '2020-01-13 07:54:12', '', 'QBhCqL', '', 'inherit', 'open', 'closed', '', 'qbhcql', '', '', '2020-01-13 07:54:12', '2020-01-13 07:54:12', '', 0, 'https://your420map.com/web/wp-content/uploads/2020/01/QBhCqL.jpg', 0, 'attachment', 'image/jpeg', 0),
(39, 1, '2020-01-13 10:27:05', '2020-01-13 10:27:05', '', 'HomePage', '', 'publish', 'closed', 'closed', '', 'homepage', '', '', '2020-01-20 21:40:39', '2020-01-20 21:40:39', '', 0, 'https://your420map.com/web/?page_id=39', 0, 'page', '', 0),
(40, 1, '2020-01-13 10:27:05', '2020-01-13 10:27:05', '', 'HomePage', '', 'inherit', 'closed', 'closed', '', '39-revision-v1', '', '', '2020-01-13 10:27:05', '2020-01-13 10:27:05', '', 39, 'https://your420map.com/web/2020/01/13/39-revision-v1/', 0, 'revision', '', 0),
(41, 1, '2020-01-13 10:57:23', '2020-01-13 10:57:23', '', 'SpaceMonkey', '', 'publish', 'closed', 'closed', '', 'spacemonkey', '', '', '2020-01-13 11:27:13', '2020-01-13 11:27:13', '', 0, 'https://your420map.com/web/?post_type=ait-partner&#038;p=41', 1, 'ait-partner', '', 0),
(42, 1, '2020-01-13 10:55:40', '2020-01-13 10:55:40', '', 'spacemonkey', '', 'inherit', 'open', 'closed', '', 'spacemonkey', '', '', '2020-01-13 10:55:40', '2020-01-13 10:55:40', '', 41, 'https://your420map.com/web/wp-content/uploads/2020/01/spacemonkey.jpeg', 0, 'attachment', 'image/jpeg', 0),
(43, 1, '2020-01-13 11:15:04', '2020-01-13 11:15:04', '', 'Willie\'s Reserve', '', 'publish', 'closed', 'closed', '', 'willies-reserve', '', '', '2020-01-13 11:15:04', '2020-01-13 11:15:04', '', 0, 'https://your420map.com/web/?post_type=ait-partner&#038;p=43', 0, 'ait-partner', '', 0),
(44, 1, '2020-01-13 11:13:54', '2020-01-13 11:13:54', '', '5de41ef29f8e6460feb7238a_willies-reserve-logo', '', 'inherit', 'open', 'closed', '', '5de41ef29f8e6460feb7238a_willies-reserve-logo', '', '', '2020-01-13 11:13:54', '2020-01-13 11:13:54', '', 43, 'https://your420map.com/web/wp-content/uploads/2020/01/5de41ef29f8e6460feb7238a_willies-reserve-logo.jpeg', 0, 'attachment', 'image/jpeg', 0),
(45, 1, '2020-01-13 11:14:05', '2020-01-13 11:14:05', '', '5de41ef25f17620fa43c041d_kiva-confections-logo', '', 'inherit', 'open', 'closed', '', '5de41ef25f17620fa43c041d_kiva-confections-logo', '', '', '2020-01-13 11:14:05', '2020-01-13 11:14:05', '', 43, 'https://your420map.com/web/wp-content/uploads/2020/01/5de41ef25f17620fa43c041d_kiva-confections-logo.jpeg', 0, 'attachment', 'image/jpeg', 0),
(46, 1, '2020-01-13 11:14:11', '2020-01-13 11:14:11', '', 'images (1)', '', 'inherit', 'open', 'closed', '', 'images-1', '', '', '2020-01-13 11:14:11', '2020-01-13 11:14:11', '', 43, 'https://your420map.com/web/wp-content/uploads/2020/01/images-1.jpeg', 0, 'attachment', 'image/jpeg', 0),
(47, 1, '2020-01-13 11:14:19', '2020-01-13 11:14:19', '', 'remote', '', 'inherit', 'open', 'closed', '', 'remote', '', '', '2020-01-13 11:14:19', '2020-01-13 11:14:19', '', 43, 'https://your420map.com/web/wp-content/uploads/2020/01/remote.jpeg', 0, 'attachment', 'image/jpeg', 0),
(48, 1, '2020-01-13 11:22:06', '2020-01-13 11:22:06', '', 'KIVA', '', 'publish', 'closed', 'closed', '', 'kiva', '', '', '2020-01-13 11:22:06', '2020-01-13 11:22:06', '', 0, 'https://your420map.com/web/?post_type=ait-partner&#038;p=48', 0, 'ait-partner', '', 0),
(49, 1, '2020-01-13 11:22:27', '2020-01-13 11:22:27', '', 'ULA', '', 'publish', 'closed', 'closed', '', 'ula', '', '', '2020-01-13 11:22:27', '2020-01-13 11:22:27', '', 0, 'https://your420map.com/web/?post_type=ait-partner&#038;p=49', 0, 'ait-partner', '', 0),
(50, 1, '2020-01-13 11:22:48', '2020-01-13 11:22:48', '', 'Standard', '', 'publish', 'closed', 'closed', '', 'standard', '', '', '2020-01-13 11:22:48', '2020-01-13 11:22:48', '', 0, 'https://your420map.com/web/?post_type=ait-partner&#038;p=50', 0, 'ait-partner', '', 0),
(51, 1, '2020-01-13 11:30:36', '2020-01-13 11:30:36', '', 'Search 420', '', 'publish', 'closed', 'closed', '', 'search-420', '', '', '2020-01-13 11:31:15', '2020-01-13 11:31:15', '', 0, 'https://your420map.com/web/?p=51', 2, 'nav_menu_item', '', 0),
(52, 1, '2020-01-13 11:30:36', '2020-01-13 11:30:36', '', 'Home', 'Home', 'publish', 'closed', 'closed', '', '52', '', '', '2020-01-13 11:31:14', '2020-01-13 11:31:14', '', 0, 'https://your420map.com/web/?p=52', 1, 'nav_menu_item', '', 0),
(53, 1, '2020-01-13 12:18:00', '2020-01-13 12:18:00', '', 'instagram-round-liner-512', '', 'inherit', 'open', 'closed', '', 'instagram-round-liner-512', '', '', '2020-01-13 12:18:00', '2020-01-13 12:18:00', '', 0, 'https://your420map.com/web/wp-content/uploads/2020/01/instagram-round-liner-512.png', 0, 'attachment', 'image/png', 0),
(1489, 1, '2020-02-01 18:38:50', '2020-02-01 18:38:50', '', 'THC-Bomb-Strain-367x367', '', 'inherit', 'closed', 'closed', '', 'thc-bomb-strain-367x367', '', '', '2020-02-01 18:38:50', '2020-02-01 18:38:50', '', 0, 'https://your420map.com/web/wp-content/uploads/2020/02/THC-Bomb-Strain-367x367-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(61, 1, '2020-01-13 21:50:26', '2020-01-13 21:50:26', 'The Baja House is a featured premier member.', 'Baja House', '', 'publish', 'closed', 'closed', '', 'baja', '', '', '2020-01-16 10:32:38', '2020-01-16 10:32:38', '', 0, 'https://your420map.com/web/?post_type=ait-toggle&#038;p=61', 1, 'ait-toggle', '', 0),
(62, 1, '2020-01-13 22:46:22', '2020-01-13 22:46:22', 'The Good House is one of LA\'s finest legal dispensaries.  Come in and enjoy one of our fresh baked chocolate mac-nizut cookies.  They are the shiznit fo shizzle.', 'The Good House', '', 'publish', 'open', 'closed', '', 'the-good-house', '', '', '2020-02-02 18:05:34', '2020-02-02 18:05:34', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=62', 5, 'ait-item', '', 0),
(63, 1, '2020-01-13 22:07:30', '2020-01-13 22:07:30', '', 'Screenshot_20180923-202736_Instagram-800x600', '', 'inherit', 'closed', 'closed', '', 'screenshot_20180923-202736_instagram-800x600', '', '', '2020-01-13 22:07:30', '2020-01-13 22:07:30', '', 62, 'https://your420map.com/web/wp-content/uploads/2020/01/Screenshot_20180923-202736_Instagram-800x600-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(64, 1, '2020-01-13 22:24:38', '2020-01-13 22:24:38', '', 'rasta-marijuana-adam-romanowicz', '', 'inherit', 'closed', 'closed', '', 'rasta-marijuana-adam-romanowicz', '', '', '2020-01-13 22:24:38', '2020-01-13 22:24:38', '', 62, 'https://your420map.com/web/wp-content/uploads/2020/01/rasta-marijuana-adam-romanowicz.jpg', 0, 'attachment', 'image/jpeg', 0),
(65, 1, '2020-01-13 22:24:42', '2020-01-13 22:24:42', '', 'depositphotos_15369093-stock-illustration-abstract-art-background', '', 'inherit', 'closed', 'closed', '', 'depositphotos_15369093-stock-illustration-abstract-art-background', '', '', '2020-01-13 22:24:42', '2020-01-13 22:24:42', '', 62, 'https://your420map.com/web/wp-content/uploads/2020/01/depositphotos_15369093-stock-illustration-abstract-art-background.jpg', 0, 'attachment', 'image/jpeg', 0),
(66, 1, '2020-01-13 22:24:46', '2020-01-13 22:24:46', '', 'il_794xN.1554691852_z025', '', 'inherit', 'closed', 'closed', '', 'il_794xn-1554691852_z025', '', '', '2020-01-13 22:24:46', '2020-01-13 22:24:46', '', 62, 'https://your420map.com/web/wp-content/uploads/2020/01/il_794xN.1554691852_z025.jpg', 0, 'attachment', 'image/jpeg', 0),
(67, 1, '2020-01-13 22:24:50', '2020-01-13 22:24:50', '', 'Weed plant with cinematic indoor lighting', 'Weed plant with cinematic indoor lighting', 'inherit', 'closed', 'closed', '', 'weed-plant-with-cinematic-indoor-lighting', '', '', '2020-01-13 22:24:50', '2020-01-13 22:24:50', '', 62, 'https://your420map.com/web/wp-content/uploads/2020/01/istockphoto-1070170246-640x640-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(68, 1, '2020-01-13 22:24:54', '2020-01-13 22:24:54', '', 'canna-art', '', 'inherit', 'closed', 'closed', '', 'canna-art', '', '', '2020-01-13 22:24:54', '2020-01-13 22:24:54', '', 62, 'https://your420map.com/web/wp-content/uploads/2020/01/canna-art.jpg', 0, 'attachment', 'image/jpeg', 0),
(69, 1, '2020-01-13 22:24:57', '2020-01-13 22:24:57', '', 'inline_image_preview', '', 'inherit', 'closed', 'closed', '', 'inline_image_preview', '', '', '2020-01-13 22:24:57', '2020-01-13 22:24:57', '', 62, 'https://your420map.com/web/wp-content/uploads/2020/01/inline_image_preview.jpg', 0, 'attachment', 'image/jpeg', 0),
(70, 1, '2020-01-13 22:25:02', '2020-01-13 22:25:02', '', 'Tomaselli_Super-Plant_1994-inline', '', 'inherit', 'closed', 'closed', '', 'tomaselli_super-plant_1994-inline', '', '', '2020-01-13 22:25:02', '2020-01-13 22:25:02', '', 62, 'https://your420map.com/web/wp-content/uploads/2020/01/Tomaselli_Super-Plant_1994-inline.jpg', 0, 'attachment', 'image/jpeg', 0),
(71, 1, '2020-01-13 22:25:06', '2020-01-13 22:25:06', '', '619367', '', 'inherit', 'closed', 'closed', '', '619367', '', '', '2020-01-13 22:25:06', '2020-01-13 22:25:06', '', 62, 'https://your420map.com/web/wp-content/uploads/2020/01/619367.jpg', 0, 'attachment', 'image/jpeg', 0),
(72, 1, '2020-01-13 22:25:09', '2020-01-13 22:25:09', '', '298489c78ce8ad9fd05018fc79370f7a', '', 'inherit', 'closed', 'closed', '', '298489c78ce8ad9fd05018fc79370f7a', '', '', '2020-01-13 22:25:09', '2020-01-13 22:25:09', '', 62, 'https://your420map.com/web/wp-content/uploads/2020/01/298489c78ce8ad9fd05018fc79370f7a.jpg', 0, 'attachment', 'image/jpeg', 0),
(73, 1, '2020-01-13 22:25:12', '2020-01-13 22:25:12', '', 'large2', '', 'inherit', 'closed', 'closed', '', 'large2', '', '', '2020-01-13 22:25:12', '2020-01-13 22:25:12', '', 62, 'https://your420map.com/web/wp-content/uploads/2020/01/large2.jpg', 0, 'attachment', 'image/jpeg', 0),
(74, 1, '2020-01-13 22:46:22', '2020-01-13 22:46:22', 'The Good House is one of LA\'s finest legal dispensaries.  Come in and enjoy one of our fresh baked chocolate mac-nizut cookies.  They are the shiznit fo shizzle.', 'The Good House', '', 'inherit', 'closed', 'closed', '', '62-revision-v1', '', '', '2020-01-13 22:46:22', '2020-01-13 22:46:22', '', 62, 'https://your420map.com/web/2020/01/13/62-revision-v1/', 0, 'revision', '', 0),
(75, 1, '2020-01-14 08:22:30', '2020-01-14 08:22:30', 'This curiously strong strain is one of the best experiences on the market.', 'Bubba Kush', '', 'publish', 'closed', 'closed', '', 'bubba-kush', '', '', '2020-01-14 08:22:30', '2020-01-14 08:22:30', '', 0, 'https://your420map.com/web/?post_type=ait-food-menu&#038;p=75', 0, 'ait-food-menu', '', 0),
(76, 1, '2020-01-14 10:53:19', '2020-01-14 10:53:19', '', 'Sunshine Growers', '', 'publish', 'closed', 'closed', '', 'sunshine-growers', '', '', '2020-01-14 20:18:25', '2020-01-14 20:18:25', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=76', 1, 'ait-item', '', 0),
(77, 1, '2020-01-14 10:53:19', '2020-01-14 10:53:19', '', 'Sunshine Growers', '', 'inherit', 'closed', 'closed', '', '76-revision-v1', '', '', '2020-01-14 10:53:19', '2020-01-14 10:53:19', '', 76, 'https://your420map.com/web/2020/01/14/76-revision-v1/', 0, 'revision', '', 0),
(867, 1, '2020-01-15 08:29:50', '2020-01-15 08:29:50', '', 'https___s3-us-west-2.amazonaws.com_leafly-images_flower-images_pineapple-express', '', 'inherit', 'closed', 'closed', '', 'https___s3-us-west-2-amazonaws-com_leafly-images_flower-images_pineapple-express', '', '', '2020-01-15 08:29:50', '2020-01-15 08:29:50', '', 866, 'https://your420map.com/web/wp-content/uploads/2020/01/https___s3-us-west-2.amazonaws.com_leafly-images_flower-images_pineapple-express.png', 0, 'attachment', 'image/png', 0),
(866, 1, '2020-01-15 08:30:14', '2020-01-15 08:30:14', 'A fantastic strain for pain relief', 'Pinapple Express', '', 'publish', 'closed', 'closed', '', 'pinapple-express', '', '', '2020-01-15 08:30:14', '2020-01-15 08:30:14', '', 0, 'https://your420map.com/web/?post_type=ait-food-menu&#038;p=866', 0, 'ait-food-menu', '', 0),
(678, 1, '2020-01-15 09:38:59', '2020-01-15 09:38:59', '', 'green pearl', '', 'publish', 'closed', 'closed', '', 'green-pearl', '', '', '2020-01-15 09:38:59', '2020-01-15 09:38:59', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=678', 0, 'ait-item', '', 0),
(85, 1, '2020-01-15 13:05:08', '2020-01-15 13:05:08', '', 'emerald perspective', '', 'publish', 'closed', 'closed', '', 'emerald-perspective', '', '', '2020-01-15 13:05:08', '2020-01-15 13:05:08', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=85', 0, 'ait-item', '', 0),
(86, 1, '2020-01-15 13:05:16', '2020-01-15 13:05:16', '', 'the dispensary NV', '', 'publish', 'closed', 'closed', '', 'the-dispensary-nv', '', '', '2020-01-15 13:05:16', '2020-01-15 13:05:16', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=86', 0, 'ait-item', '', 0),
(87, 1, '2020-01-15 13:05:24', '2020-01-15 13:05:24', '', 'Bud Bar', '', 'publish', 'closed', 'closed', '', 'bud-bar', '', '', '2020-01-15 13:05:24', '2020-01-15 13:05:24', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=87', 0, 'ait-item', '', 0),
(88, 1, '2020-01-15 13:05:33', '2020-01-15 13:05:33', '', 'High Five Whittier', '', 'publish', 'closed', 'closed', '', 'high-five-whittier', '', '', '2020-01-15 13:05:33', '2020-01-15 13:05:33', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=88', 0, 'ait-item', '', 0),
(89, 1, '2020-01-15 13:05:42', '2020-01-15 13:05:42', '', 'Redwood Coast Dispensary', '', 'publish', 'closed', 'closed', '', 'redwood-coast-dispensary', '', '', '2020-01-15 13:05:42', '2020-01-15 13:05:42', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=89', 0, 'ait-item', '', 0),
(90, 1, '2020-01-15 13:05:50', '2020-01-15 13:05:50', '', 'the bud factory', '', 'publish', 'closed', 'closed', '', 'the-bud-factory', '', '', '2020-01-15 13:05:50', '2020-01-15 13:05:50', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=90', 0, 'ait-item', '', 0),
(91, 1, '2020-01-15 13:05:58', '2020-01-15 13:05:58', '', 'ocean hye', '', 'publish', 'closed', 'closed', '', 'ocean-hye', '', '', '2020-01-15 13:05:58', '2020-01-15 13:05:58', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=91', 0, 'ait-item', '', 0),
(92, 1, '2020-01-15 13:06:07', '2020-01-15 13:06:07', '', 'COASTAL DISPENSARY', '', 'publish', 'closed', 'closed', '', 'coastal-dispensary', '', '', '2020-01-15 13:06:07', '2020-01-15 13:06:07', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=92', 0, 'ait-item', '', 0),
(93, 1, '2020-01-14 20:23:15', '2020-01-14 20:23:15', '', 'COASTAL DISPENSARY', '', 'inherit', 'closed', 'closed', '', '92-revision-v1', '', '', '2020-01-14 20:23:15', '2020-01-14 20:23:15', '', 92, 'https://your420map.com/web/2020/01/14/92-revision-v1/', 0, 'revision', '', 0),
(94, 1, '2020-01-15 09:38:31', '2020-01-15 09:38:31', '', 'urbn Leaf', '', 'publish', 'closed', 'closed', '', 'urbn-leaf', '', '', '2020-01-15 09:38:31', '2020-01-15 09:38:31', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=94', 0, 'ait-item', '', 0),
(95, 1, '2020-01-15 13:06:15', '2020-01-15 13:06:15', '', 'urban leaf', '', 'publish', 'closed', 'closed', '', 'urban-leaf', '', '', '2020-01-15 13:06:15', '2020-01-15 13:06:15', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=95', 0, 'ait-item', '', 0),
(96, 1, '2020-01-14 20:23:15', '2020-01-14 20:23:15', '', 'urbn leaf', '', 'inherit', 'closed', 'closed', '', '94-revision-v1', '', '', '2020-01-14 20:23:15', '2020-01-14 20:23:15', '', 94, 'https://your420map.com/web/2020/01/14/94-revision-v1/', 0, 'revision', '', 0),
(97, 1, '2020-01-15 13:06:25', '2020-01-15 13:06:25', '', 'URN LEAF', '', 'publish', 'closed', 'closed', '', 'urn-leaf', '', '', '2020-01-15 13:06:25', '2020-01-15 13:06:25', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=97', 0, 'ait-item', '', 0),
(98, 1, '2020-01-15 13:06:33', '2020-01-15 13:06:33', '', '5 LEAVES', '', 'publish', 'closed', 'closed', '', '5-leaves', '', '', '2020-02-01 22:45:06', '2020-02-01 22:45:06', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=98', 0, 'ait-item', '', 0),
(99, 1, '2020-01-15 13:06:43', '2020-01-15 13:06:43', '', 'SKyHigh', '', 'publish', 'closed', 'closed', '', 'skyhigh', '', '', '2020-01-15 13:06:43', '2020-01-15 13:06:43', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=99', 0, 'ait-item', '', 0),
(100, 1, '2020-01-15 13:06:56', '2020-01-15 13:06:56', 'Because We\'re Fire!', 'smartweed', '', 'publish', 'closed', 'closed', '', 'smartweed', '', '', '2020-01-19 18:52:12', '2020-01-19 18:52:12', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=100', 1, 'ait-item', '', 0),
(101, 1, '2020-01-15 13:01:46', '2020-01-15 13:01:46', '', 'The Lit Corner', '', 'publish', 'closed', 'closed', '', 'the-lit-corner', '', '', '2020-01-15 13:01:46', '2020-01-15 13:01:46', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=101', 0, 'ait-item', '', 0),
(102, 1, '2020-01-15 13:03:40', '2020-01-15 13:03:40', '', 'exhalence', '', 'publish', 'closed', 'closed', '', 'exhalence', '', '', '2020-01-15 13:03:40', '2020-01-15 13:03:40', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=102', 0, 'ait-item', '', 0),
(103, 1, '2020-01-15 13:03:31', '2020-01-15 13:03:31', '', '805 Beach Breaks', '', 'publish', 'closed', 'closed', '', '805-beach-breaks', '', '', '2020-01-15 13:03:31', '2020-01-15 13:03:31', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=103', 0, 'ait-item', '', 0),
(104, 1, '2020-01-15 13:03:23', '2020-01-15 13:03:23', '', 'Whittier Treehouse', '', 'publish', 'closed', 'closed', '', 'whittier-treehouse', '', '', '2020-01-15 13:03:23', '2020-01-15 13:03:23', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=104', 0, 'ait-item', '', 0),
(105, 1, '2020-01-15 13:03:13', '2020-01-15 13:03:13', '', 'euphoric', '', 'publish', 'closed', 'closed', '', 'euphoric', '', '', '2020-01-15 13:03:13', '2020-01-15 13:03:13', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=105', 0, 'ait-item', '', 0),
(106, 1, '2020-01-15 13:03:01', '2020-01-15 13:03:01', '', 'TORREY HOLISTICS', '', 'publish', 'closed', 'closed', '', 'torrey-holistics', '', '', '2020-01-15 13:03:01', '2020-01-15 13:03:01', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=106', 0, 'ait-item', '', 0),
(107, 1, '2020-01-15 13:02:52', '2020-01-15 13:02:52', '', 'TORREY HOLISTOCS', '', 'publish', 'closed', 'closed', '', 'torrey-holistocs', '', '', '2020-01-15 13:02:52', '2020-01-15 13:02:52', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=107', 0, 'ait-item', '', 0),
(108, 1, '2020-01-15 13:02:45', '2020-01-15 13:02:45', '', 'Hills of Green', '', 'publish', 'closed', 'closed', '', 'hills-of-green', '', '', '2020-01-15 13:02:45', '2020-01-15 13:02:45', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=108', 0, 'ait-item', '', 0),
(109, 1, '2020-01-15 13:02:36', '2020-01-15 13:02:36', '', 'Sticky Grove', '', 'publish', 'closed', 'closed', '', 'sticky-grove', '', '', '2020-01-15 13:02:36', '2020-01-15 13:02:36', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=109', 0, 'ait-item', '', 0),
(110, 1, '2020-01-15 13:02:28', '2020-01-15 13:02:28', '', 'Whittier Daily Greens', '', 'publish', 'closed', 'closed', '', 'whittier-daily-greens', '', '', '2020-01-15 13:02:28', '2020-01-15 13:02:28', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=110', 0, 'ait-item', '', 0),
(111, 1, '2020-01-15 13:02:20', '2020-01-15 13:02:20', '', 'Venice Connection', '', 'publish', 'closed', 'closed', '', 'venice-connection', '', '', '2020-01-15 13:02:20', '2020-01-15 13:02:20', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=111', 0, 'ait-item', '', 0),
(112, 1, '2020-01-15 13:02:13', '2020-01-15 13:02:13', '', 'Herbal Pain Relief Center', '', 'publish', 'closed', 'closed', '', 'herbal-pain-relief-center', '', '', '2020-01-15 13:02:13', '2020-01-15 13:02:13', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=112', 0, 'ait-item', '', 0),
(113, 1, '2020-01-15 13:02:02', '2020-01-15 13:02:02', '', 'ontario pharm', '', 'publish', 'closed', 'closed', '', 'ontario-pharm', '', '', '2020-01-15 13:02:02', '2020-01-15 13:02:02', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=113', 0, 'ait-item', '', 0),
(114, 1, '2020-01-15 13:01:55', '2020-01-15 13:01:55', '', 'Green Gears 20 Cap', '', 'publish', 'closed', 'closed', '', 'green-gears-20-cap', '', '', '2020-01-15 13:01:55', '2020-01-15 13:01:55', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=114', 0, 'ait-item', '', 0),
(115, 1, '2020-01-15 12:59:31', '2020-01-15 12:59:31', '', 'project cannabis noho', '', 'publish', 'closed', 'closed', '', 'project-cannabis-noho', '', '', '2020-01-15 12:59:31', '2020-01-15 12:59:31', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=115', 0, 'ait-item', '', 0),
(116, 1, '2020-01-15 12:59:24', '2020-01-15 12:59:24', '', 'first class collective', '', 'publish', 'closed', 'closed', '', 'first-class-collective', '', '', '2020-01-15 12:59:24', '2020-01-15 12:59:24', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=116', 0, 'ait-item', '', 0),
(117, 1, '2020-01-15 12:54:31', '2020-01-15 12:54:31', '', 'rio vista farms', '', 'publish', 'closed', 'closed', '', 'rio-vista-farms', '', '', '2020-01-15 12:54:31', '2020-01-15 12:54:31', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=117', 0, 'ait-item', '', 0),
(118, 1, '2020-01-15 12:54:39', '2020-01-15 12:54:39', '', 'RIO VISTA', '', 'publish', 'closed', 'closed', '', 'rio-vista', '', '', '2020-01-19 18:53:44', '2020-01-19 18:53:44', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=118', 10, 'ait-item', '', 0),
(119, 1, '2020-01-15 12:54:45', '2020-01-15 12:54:45', '', 'Sun Valley Caregivers', '', 'publish', 'closed', 'closed', '', 'sun-valley-caregivers', '', '', '2020-01-15 12:54:45', '2020-01-15 12:54:45', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=119', 0, 'ait-item', '', 0),
(120, 1, '2020-01-15 12:54:53', '2020-01-15 12:54:53', '', 'West Cliff Wellness', '', 'publish', 'closed', 'closed', '', 'west-cliff-wellness', '', '', '2020-01-15 12:54:53', '2020-01-15 12:54:53', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=120', 0, 'ait-item', '', 0),
(121, 1, '2020-01-15 12:55:01', '2020-01-15 12:55:01', '', 'the dank gardens', '', 'publish', 'closed', 'closed', '', 'the-dank-gardens', '', '', '2020-01-15 12:55:01', '2020-01-15 12:55:01', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=121', 0, 'ait-item', '', 0),
(122, 1, '2020-01-15 12:55:08', '2020-01-15 12:55:08', '', 'BUD AND WAX', '', 'publish', 'closed', 'closed', '', 'bud-and-wax', '', '', '2020-01-15 12:55:08', '2020-01-15 12:55:08', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=122', 0, 'ait-item', '', 0),
(123, 1, '2020-01-15 12:55:16', '2020-01-15 12:55:16', '', 'Reefside Dispensary', '', 'publish', 'closed', 'closed', '', 'reefside-dispensary', '', '', '2020-01-15 12:55:16', '2020-01-15 12:55:16', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=123', 0, 'ait-item', '', 0),
(124, 1, '2020-01-15 12:55:25', '2020-01-15 12:55:25', '', 'ROOTS DISPENSARY', '', 'publish', 'closed', 'closed', '', 'roots-dispensary', '', '', '2020-01-15 12:55:25', '2020-01-15 12:55:25', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=124', 0, 'ait-item', '', 0),
(125, 1, '2020-01-14 20:23:18', '2020-01-14 20:23:18', '', 'ROOTS DISPENSARY', '', 'inherit', 'closed', 'closed', '', '124-revision-v1', '', '', '2020-01-14 20:23:18', '2020-01-14 20:23:18', '', 124, 'https://your420map.com/web/2020/01/14/124-revision-v1/', 0, 'revision', '', 0),
(126, 1, '2020-01-15 12:55:34', '2020-01-15 12:55:34', '', 'Super Greens', '', 'publish', 'closed', 'closed', '', 'super-greens', '', '', '2020-01-15 12:55:34', '2020-01-15 12:55:34', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=126', 0, 'ait-item', '', 0),
(127, 1, '2020-01-15 12:55:42', '2020-01-15 12:55:42', '', 'Mars Collective', '', 'publish', 'closed', 'closed', '', 'mars-collective', '', '', '2020-01-15 12:55:42', '2020-01-15 12:55:42', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=127', 0, 'ait-item', '', 0),
(128, 1, '2020-01-15 12:54:24', '2020-01-15 12:54:24', '', 'CannaSutra Pre-ICO', '', 'publish', 'closed', 'closed', '', 'cannasutra-pre-ico', '', '', '2020-01-15 12:54:24', '2020-01-15 12:54:24', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=128', 0, 'ait-item', '', 0),
(129, 1, '2020-01-15 12:55:51', '2020-01-15 12:55:51', '', 'Flight Room 420', '', 'publish', 'closed', 'closed', '', 'flight-room-420', '', '', '2020-01-15 12:55:51', '2020-01-15 12:55:51', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=129', 0, 'ait-item', '', 0),
(130, 1, '2020-01-15 12:33:55', '2020-01-15 12:33:55', '', 'the joint', '', 'publish', 'closed', 'closed', '', 'the-joint', '', '', '2020-01-15 12:33:55', '2020-01-15 12:33:55', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=130', 0, 'ait-item', '', 0),
(131, 1, '2020-01-15 12:52:49', '2020-01-15 12:52:49', '', 'Fullerton Church of Healing', '', 'publish', 'closed', 'closed', '', 'fullerton-church-of-healing', '', '', '2020-01-15 12:52:49', '2020-01-15 12:52:49', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=131', 0, 'ait-item', '', 0),
(132, 1, '2020-01-15 12:52:41', '2020-01-15 12:52:41', '', 'CAPITAL CITY CARE', '', 'publish', 'closed', 'closed', '', 'capital-city-care', '', '', '2020-01-15 12:52:41', '2020-01-15 12:52:41', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=132', 0, 'ait-item', '', 0),
(133, 1, '2020-01-15 12:57:59', '2020-01-15 12:57:59', '', 'Azusa Healing Church', '', 'publish', 'closed', 'closed', '', 'azusa-healing-church', '', '', '2020-01-15 12:57:59', '2020-01-15 12:57:59', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=133', 0, 'ait-item', '', 0),
(134, 1, '2020-01-15 12:58:08', '2020-01-15 12:58:08', '', 'Beach Center', '', 'publish', 'closed', 'closed', '', 'beach-center', '', '', '2020-01-15 12:58:08', '2020-01-15 12:58:08', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=134', 0, 'ait-item', '', 0),
(135, 1, '2020-01-15 12:58:17', '2020-01-15 12:58:17', '', 'The High Way', '', 'publish', 'closed', 'closed', '', 'the-high-way', '', '', '2020-01-15 12:58:17', '2020-01-15 12:58:17', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=135', 0, 'ait-item', '', 0),
(136, 1, '2020-01-15 12:58:27', '2020-01-15 12:58:27', '', 'Save Greens', '', 'publish', 'closed', 'closed', '', 'save-greens', '', '', '2020-01-19 20:41:39', '2020-01-19 20:41:39', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=136', 0, 'ait-item', '', 0),
(137, 1, '2020-01-15 12:58:36', '2020-01-15 12:58:36', '', 'HUMBOLT', '', 'publish', 'closed', 'closed', '', 'humbolt', '', '', '2020-01-15 12:58:36', '2020-01-15 12:58:36', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=137', 0, 'ait-item', '', 0),
(138, 1, '2020-01-15 12:58:46', '2020-01-15 12:58:46', '', 'Scooters', '', 'publish', 'closed', 'closed', '', 'scooters', '', '', '2020-01-15 12:58:46', '2020-01-15 12:58:46', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=138', 0, 'ait-item', '', 0),
(139, 1, '2020-01-15 11:21:43', '2020-01-15 11:21:43', '', 'High Season', '', 'publish', 'closed', 'closed', '', 'high-season', '', '', '2020-01-15 11:21:43', '2020-01-15 11:21:43', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=139', 0, 'ait-item', '', 0),
(140, 1, '2020-01-14 20:23:18', '2020-01-14 20:23:18', '', 'high season', '', 'inherit', 'closed', 'closed', '', '139-revision-v1', '', '', '2020-01-14 20:23:18', '2020-01-14 20:23:18', '', 139, 'https://your420map.com/web/2020/01/14/139-revision-v1/', 0, 'revision', '', 0),
(141, 1, '2020-01-15 12:58:56', '2020-01-15 12:58:56', '', 'Fresh Greens', '', 'publish', 'closed', 'closed', '', 'fresh-greens', '', '', '2020-01-19 20:15:29', '2020-01-19 20:15:29', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=141', 2, 'ait-item', '', 0),
(142, 1, '2020-01-15 12:59:06', '2020-01-15 12:59:06', '', 'Unity Church of Cannabis', '', 'publish', 'closed', 'closed', '', 'unity-church-of-cannabis', '', '', '2020-01-15 12:59:06', '2020-01-15 12:59:06', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=142', 0, 'ait-item', '', 0),
(143, 1, '2020-01-15 12:59:15', '2020-01-15 12:59:15', '', 'Green Garden Collective', '', 'publish', 'closed', 'closed', '', 'green-garden-collective', '', '', '2020-01-15 12:59:15', '2020-01-15 12:59:15', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=143', 0, 'ait-item', '', 0),
(144, 1, '2020-01-15 12:57:52', '2020-01-15 12:57:52', '', 'Cloneville (CCSC)', '', 'publish', 'closed', 'closed', '', 'cloneville-ccsc', '', '', '2020-01-15 12:57:52', '2020-01-15 12:57:52', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=144', 0, 'ait-item', '', 0),
(145, 1, '2020-01-15 12:52:33', '2020-01-15 12:52:33', '', 'Chula Vista Exotics', '', 'publish', 'closed', 'closed', '', 'chula-vista-exotics', '', '', '2020-01-15 12:52:33', '2020-01-15 12:52:33', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=145', 0, 'ait-item', '', 0),
(146, 1, '2020-01-15 12:52:24', '2020-01-15 12:52:24', '', 'CannaCruz', '', 'publish', 'closed', 'closed', '', 'cannacruz', '', '', '2020-01-15 12:52:24', '2020-01-15 12:52:24', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=146', 0, 'ait-item', '', 0),
(147, 1, '2020-01-15 12:46:16', '2020-01-15 12:46:16', '', 'TALLY', '', 'publish', 'closed', 'closed', '', 'tally', '', '', '2020-01-15 12:46:16', '2020-01-15 12:46:16', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=147', 0, 'ait-item', '', 0),
(148, 1, '2020-01-15 12:46:06', '2020-01-15 12:46:06', '', 'DIXON WELLNESS COLLECTIVE', '', 'publish', 'closed', 'closed', '', 'dixon-wellness-collective', '', '', '2020-01-15 12:46:06', '2020-01-15 12:46:06', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=148', 0, 'ait-item', '', 0),
(149, 1, '2020-01-15 12:45:47', '2020-01-15 12:45:47', '', 'Dixon Wellness', '', 'publish', 'closed', 'closed', '', 'dixon-wellness', '', '', '2020-01-15 12:45:47', '2020-01-15 12:45:47', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=149', 0, 'ait-item', '', 0),
(150, 1, '2020-01-15 12:45:36', '2020-01-15 12:45:36', '', 'canna cloud', '', 'publish', 'closed', 'closed', '', 'canna-cloud', '', '', '2020-01-15 12:45:36', '2020-01-15 12:45:36', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=150', 0, 'ait-item', '', 0),
(151, 1, '2020-01-15 12:49:30', '2020-01-15 12:49:30', '', 'canna clouds', '', 'publish', 'closed', 'closed', '', 'canna-clouds', '', '', '2020-01-15 12:49:30', '2020-01-15 12:49:30', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=151', 0, 'ait-item', '', 0),
(152, 1, '2020-01-15 12:45:26', '2020-01-15 12:45:26', '', 'cana cloud', '', 'publish', 'closed', 'closed', '', 'cana-cloud', '', '', '2020-01-15 12:45:26', '2020-01-15 12:45:26', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=152', 0, 'ait-item', '', 0),
(153, 1, '2020-01-15 12:45:17', '2020-01-15 12:45:17', '', 'icthc', '', 'publish', 'closed', 'closed', '', 'icthc', '', '', '2020-01-15 12:45:17', '2020-01-15 12:45:17', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=153', 0, 'ait-item', '', 0),
(154, 1, '2020-01-15 12:44:57', '2020-01-15 12:44:57', '', 'The WEED- Powered by Project Cannabis', '', 'publish', 'closed', 'closed', '', 'the-weed-powered-by-project-cannabis', '', '', '2020-01-15 12:44:57', '2020-01-15 12:44:57', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=154', 0, 'ait-item', '', 0),
(155, 1, '2020-01-15 12:49:38', '2020-01-15 12:49:38', '', 'compassion union', '', 'publish', 'closed', 'closed', '', 'compassion-union', '', '', '2020-01-15 12:49:38', '2020-01-15 12:49:38', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=155', 0, 'ait-item', '', 0),
(156, 1, '2020-01-15 09:20:13', '2020-01-15 09:20:13', '', 'sweet flower', '', 'publish', 'closed', 'closed', '', 'sweet-flower', '', '', '2020-01-15 09:20:13', '2020-01-15 09:20:13', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=156', 0, 'ait-item', '', 0),
(157, 1, '2020-01-15 12:45:08', '2020-01-15 12:45:08', '', 'greennamerica', '', 'publish', 'closed', 'closed', '', 'greennamerica', '', '', '2020-01-15 12:45:08', '2020-01-15 12:45:08', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=157', 0, 'ait-item', '', 0),
(158, 1, '2020-01-15 12:44:50', '2020-01-15 12:44:50', '', 'The Canopy', '', 'publish', 'closed', 'closed', '', 'the-canopy', '', '', '2020-01-15 12:44:50', '2020-01-15 12:44:50', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=158', 0, 'ait-item', '', 0),
(159, 1, '2020-01-14 20:23:20', '2020-01-14 20:23:20', '', 'The Canopy', '', 'inherit', 'closed', 'closed', '', '158-revision-v1', '', '', '2020-01-14 20:23:20', '2020-01-14 20:23:20', '', 158, 'https://your420map.com/web/2020/01/14/158-revision-v1/', 0, 'revision', '', 0),
(160, 1, '2020-01-15 12:51:18', '2020-01-15 12:51:18', '', 'elevate lompoc', '', 'publish', 'closed', 'closed', '', 'elevate-lompoc', '', '', '2020-01-15 12:51:18', '2020-01-15 12:51:18', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=160', 0, 'ait-item', '', 0);
INSERT INTO `wpir_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(161, 1, '2020-01-15 12:46:25', '2020-01-15 12:46:25', '', 'HCMA- NC Co-Op, Inc.', '', 'publish', 'closed', 'closed', '', 'hcma-nc-co-op-inc', '', '', '2020-01-15 12:46:25', '2020-01-15 12:46:25', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=161', 0, 'ait-item', '', 0),
(162, 1, '2020-01-15 12:46:34', '2020-01-15 12:46:34', '', 'STRAIGHT GAS', '', 'publish', 'closed', 'closed', '', 'straight-gas', '', '', '2020-01-15 12:46:34', '2020-01-15 12:46:34', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=162', 0, 'ait-item', '', 0),
(163, 1, '2020-01-15 12:51:24', '2020-01-15 12:51:24', '', 'AIRFIELD SUPPLY', '', 'publish', 'closed', 'closed', '', 'airfield-supply', '', '', '2020-01-15 12:51:24', '2020-01-15 12:51:24', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=163', 0, 'ait-item', '', 0),
(164, 1, '2020-01-15 12:51:33', '2020-01-15 12:51:33', '', 'airfield supply company', '', 'publish', 'closed', 'closed', '', 'airfield-supply-company', '', '', '2020-01-15 12:51:33', '2020-01-15 12:51:33', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=164', 0, 'ait-item', '', 0),
(165, 1, '2020-01-14 20:23:20', '2020-01-14 20:23:20', '', 'airfield supply company', '', 'inherit', 'closed', 'closed', '', '164-revision-v1', '', '', '2020-01-14 20:23:20', '2020-01-14 20:23:20', '', 164, 'https://your420map.com/web/2020/01/14/164-revision-v1/', 0, 'revision', '', 0),
(166, 1, '2020-01-15 12:52:16', '2020-01-15 12:52:16', '', 'AIRFEILD SUPPLY CO', '', 'publish', 'closed', 'closed', '', 'airfeild-supply-co', '', '', '2020-01-15 12:52:16', '2020-01-15 12:52:16', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=166', 0, 'ait-item', '', 0),
(167, 1, '2020-01-15 12:51:41', '2020-01-15 12:51:41', '', 'pmg', '', 'publish', 'closed', 'closed', '', 'pmg', '', '', '2020-01-15 12:51:41', '2020-01-15 12:51:41', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=167', 0, 'ait-item', '', 0),
(168, 1, '2020-01-15 12:51:51', '2020-01-15 12:51:51', '', 'downtown collective', '', 'publish', 'closed', 'closed', '', 'downtown-collective', '', '', '2020-01-15 12:51:51', '2020-01-15 12:51:51', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=168', 0, 'ait-item', '', 0),
(169, 1, '2020-01-15 12:52:00', '2020-01-15 12:52:00', '', 'US Bloom Collective', '', 'publish', 'closed', 'closed', '', 'us-bloom-collective', '', '', '2020-01-15 12:52:00', '2020-01-15 12:52:00', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=169', 0, 'ait-item', '', 0),
(170, 1, '2020-01-14 20:23:20', '2020-01-14 20:23:20', '', 'US Bloom Collective', '', 'inherit', 'closed', 'closed', '', '169-revision-v1', '', '', '2020-01-14 20:23:20', '2020-01-14 20:23:20', '', 169, 'https://your420map.com/web/2020/01/14/169-revision-v1/', 0, 'revision', '', 0),
(171, 1, '2020-01-15 12:52:07', '2020-01-15 12:52:07', '', 'US BLOOM', '', 'publish', 'closed', 'closed', '', 'us-bloom', '', '', '2020-01-15 12:52:07', '2020-01-15 12:52:07', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=171', 0, 'ait-item', '', 0),
(172, 1, '2020-01-14 20:23:21', '2020-01-14 20:23:21', '', 'HIGH SEASON', '', 'inherit', 'closed', 'closed', '', '139-revision-v1', '', '', '2020-01-14 20:23:21', '2020-01-14 20:23:21', '', 139, 'https://your420map.com/web/2020/01/14/139-revision-v1/', 0, 'revision', '', 0),
(173, 1, '2020-01-15 12:44:45', '2020-01-15 12:44:45', '', 'desert finest', '', 'publish', 'closed', 'closed', '', 'desert-finest', '', '', '2020-01-15 12:44:45', '2020-01-15 12:44:45', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=173', 0, 'ait-item', '', 0),
(174, 1, '2020-01-14 20:23:21', '2020-01-14 20:23:21', '', 'desert finest', '', 'inherit', 'closed', 'closed', '', '173-revision-v1', '', '', '2020-01-14 20:23:21', '2020-01-14 20:23:21', '', 173, 'https://your420map.com/web/2020/01/14/173-revision-v1/', 0, 'revision', '', 0),
(175, 1, '2020-01-15 12:37:54', '2020-01-15 12:37:54', '', 'urban pharm', '', 'publish', 'closed', 'closed', '', 'urban-pharm', '', '', '2020-01-15 12:37:54', '2020-01-15 12:37:54', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=175', 0, 'ait-item', '', 0),
(176, 1, '2020-01-15 12:38:03', '2020-01-15 12:38:03', '', 'CAC', '', 'publish', 'closed', 'closed', '', 'cac', '', '', '2020-01-15 12:38:04', '2020-01-15 12:38:04', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=176', 0, 'ait-item', '', 0),
(177, 1, '2020-01-15 12:38:12', '2020-01-15 12:38:12', '', 'cana harbor', '', 'publish', 'closed', 'closed', '', 'cana-harbor', '', '', '2020-01-15 12:38:12', '2020-01-15 12:38:12', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=177', 0, 'ait-item', '', 0),
(178, 1, '2020-01-15 12:39:46', '2020-01-15 12:39:46', '', 'cana habor', '', 'publish', 'closed', 'closed', '', 'cana-habor', '', '', '2020-01-15 12:39:46', '2020-01-15 12:39:46', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=178', 0, 'ait-item', '', 0),
(179, 1, '2020-01-15 12:40:00', '2020-01-15 12:40:00', '', 'green leaf wellness', '', 'publish', 'closed', 'closed', '', 'green-leaf-wellness', '', '', '2020-01-15 12:40:00', '2020-01-15 12:40:00', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=179', 0, 'ait-item', '', 0),
(180, 1, '2020-01-15 12:40:05', '2020-01-15 12:40:05', '', 'church of holy fire', '', 'publish', 'closed', 'closed', '', 'church-of-holy-fire', '', '', '2020-01-15 12:40:05', '2020-01-15 12:40:05', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=180', 0, 'ait-item', '', 0),
(181, 1, '2020-01-14 20:23:22', '2020-01-14 20:23:22', '', 'church of holy fire', '', 'inherit', 'closed', 'closed', '', '180-revision-v1', '', '', '2020-01-14 20:23:22', '2020-01-14 20:23:22', '', 180, 'https://your420map.com/web/2020/01/14/180-revision-v1/', 0, 'revision', '', 0),
(182, 1, '2020-01-15 12:40:14', '2020-01-15 12:40:14', '', 'Cannavine', '', 'publish', 'closed', 'closed', '', 'cannavine', '', '', '2020-01-15 12:40:14', '2020-01-15 12:40:14', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=182', 0, 'ait-item', '', 0),
(183, 1, '2020-01-15 12:39:37', '2020-01-15 12:39:37', '', 'ERBA markets', '', 'publish', 'closed', 'closed', '', 'erba-markets', '', '', '2020-01-15 12:39:37', '2020-01-15 12:39:37', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=183', 0, 'ait-item', '', 0),
(184, 1, '2020-01-15 12:40:20', '2020-01-15 12:40:20', '', 'BASE LINE GREENS', '', 'publish', 'closed', 'closed', '', 'base-line-greens', '', '', '2020-01-15 12:40:20', '2020-01-15 12:40:20', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=184', 0, 'ait-item', '', 0),
(185, 1, '2020-01-15 12:40:34', '2020-01-15 12:40:34', '', 'phenos', '', 'publish', 'closed', 'closed', '', 'phenos', '', '', '2020-01-15 12:40:34', '2020-01-15 12:40:34', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=185', 0, 'ait-item', '', 0),
(186, 1, '2020-01-15 12:40:41', '2020-01-15 12:40:41', '', 'northstar holistic', '', 'publish', 'closed', 'closed', '', 'northstar-holistic', '', '', '2020-01-15 12:40:41', '2020-01-15 12:40:41', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=186', 0, 'ait-item', '', 0),
(187, 1, '2020-01-15 12:40:53', '2020-01-15 12:40:53', '', 'JAN HEALONG KEMETIC EMPLE OF DIVINE CHURCH', '', 'publish', 'closed', 'closed', '', 'jan-healong-kemetic-emple-of-divine-church', '', '', '2020-01-15 12:40:53', '2020-01-15 12:40:53', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=187', 0, 'ait-item', '', 0),
(188, 1, '2020-01-15 12:40:56', '2020-01-15 12:40:56', '', 'Fly High Collective', '', 'publish', 'closed', 'closed', '', 'fly-high-collective', '', '', '2020-01-15 12:40:56', '2020-01-15 12:40:56', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=188', 0, 'ait-item', '', 0),
(189, 1, '2020-01-15 12:41:52', '2020-01-15 12:41:52', '', 'Herbal Remedies Caregivers', '', 'publish', 'closed', 'closed', '', 'herbal-remedies-caregivers', '', '', '2020-01-15 12:41:52', '2020-01-15 12:41:52', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=189', 0, 'ait-item', '', 0),
(190, 1, '2020-01-15 12:41:12', '2020-01-15 12:41:12', '', 'Hazy Bulldog Farms', '', 'publish', 'closed', 'closed', '', 'hazy-bulldog-farms', '', '', '2020-01-19 18:48:03', '2020-01-19 18:48:03', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=190', 0, 'ait-item', '', 0),
(191, 1, '2020-01-15 12:41:30', '2020-01-15 12:41:30', '', 'Stash Studio City', '', 'publish', 'closed', 'closed', '', 'stash-studio-city', '', '', '2020-01-15 12:41:30', '2020-01-15 12:41:30', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=191', 0, 'ait-item', '', 0),
(192, 1, '2020-01-15 12:41:23', '2020-01-15 12:41:23', '', 'Green Lady', '', 'publish', 'closed', 'closed', '', 'green-lady', '', '', '2020-01-15 12:41:23', '2020-01-15 12:41:23', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=192', 0, 'ait-item', '', 0),
(193, 1, '2020-01-15 12:41:30', '2020-01-15 12:41:30', '', 'SFVPC', '', 'publish', 'closed', 'closed', '', 'sfvpc', '', '', '2020-01-15 12:41:30', '2020-01-15 12:41:30', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=193', 0, 'ait-item', '', 0),
(194, 1, '2020-01-15 12:49:22', '2020-01-15 12:49:22', '', 'greenhouse collective', '', 'publish', 'closed', 'closed', '', 'greenhouse-collective', '', '', '2020-01-19 21:08:37', '2020-01-19 21:08:37', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=194', 0, 'ait-item', '', 0),
(195, 1, '2020-01-15 12:44:31', '2020-01-15 12:44:31', '', 'Chula Vista Greens', '', 'publish', 'closed', 'closed', '', 'chula-vista-greens', '', '', '2020-01-15 12:44:31', '2020-01-15 12:44:31', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=195', 0, 'ait-item', '', 0),
(196, 1, '2020-01-15 11:34:22', '2020-01-15 11:34:22', '', 'Dr Greenthumb', '', 'publish', 'closed', 'closed', '', 'dr-greenthumb', '', '', '2020-01-15 11:34:22', '2020-01-15 11:34:22', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=196', 0, 'ait-item', '', 0),
(197, 1, '2020-01-14 20:23:22', '2020-01-14 20:23:22', '', 'DR GREENTHUMB', '', 'inherit', 'closed', 'closed', '', '196-revision-v1', '', '', '2020-01-14 20:23:22', '2020-01-14 20:23:22', '', 196, 'https://your420map.com/web/2020/01/14/196-revision-v1/', 0, 'revision', '', 0),
(198, 1, '2020-01-15 11:07:57', '2020-01-15 11:07:57', '', 'dr greenthumbs', '', 'publish', 'closed', 'closed', '', 'dr-greenthumbs', '', '', '2020-01-15 11:07:57', '2020-01-15 11:07:57', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=198', 0, 'ait-item', '', 0),
(199, 1, '2020-01-15 12:44:23', '2020-01-15 12:44:23', '', 'The Farmacy SB', '', 'publish', 'closed', 'closed', '', 'the-farmacy-sb', '', '', '2020-01-15 12:44:23', '2020-01-15 12:44:23', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=199', 0, 'ait-item', '', 0),
(200, 1, '2020-01-15 12:43:58', '2020-01-15 12:43:58', '', 'cannabis local', '', 'publish', 'closed', 'closed', '', 'cannabis-local', '', '', '2020-01-15 12:43:58', '2020-01-15 12:43:58', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=200', 0, 'ait-item', '', 0),
(201, 1, '2020-01-14 20:23:22', '2020-01-14 20:23:22', '', 'cannabis local', '', 'inherit', 'closed', 'closed', '', '200-revision-v1', '', '', '2020-01-14 20:23:22', '2020-01-14 20:23:22', '', 200, 'https://your420map.com/web/2020/01/14/200-revision-v1/', 0, 'revision', '', 0),
(202, 1, '2020-01-15 12:34:03', '2020-01-15 12:34:03', '', 'GREEN KONG', '', 'publish', 'closed', 'closed', '', 'green-kong', '', '', '2020-01-15 12:34:03', '2020-01-15 12:34:03', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=202', 0, 'ait-item', '', 0),
(203, 1, '2020-01-14 20:23:22', '2020-01-14 20:23:22', '', 'green kong', '', 'inherit', 'closed', 'closed', '', '202-revision-v1', '', '', '2020-01-14 20:23:22', '2020-01-14 20:23:22', '', 202, 'https://your420map.com/web/2020/01/14/202-revision-v1/', 0, 'revision', '', 0),
(204, 1, '2020-01-14 20:23:24', '2020-01-14 20:23:24', '', 'GREEN KONG', '', 'inherit', 'closed', 'closed', '', '202-revision-v1', '', '', '2020-01-14 20:23:24', '2020-01-14 20:23:24', '', 202, 'https://your420map.com/web/2020/01/14/202-revision-v1/', 0, 'revision', '', 0),
(205, 1, '2020-01-15 12:34:11', '2020-01-15 12:34:11', '', 'PAC', '', 'publish', 'closed', 'closed', '', 'pac', '', '', '2020-01-15 12:34:11', '2020-01-15 12:34:11', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=205', 0, 'ait-item', '', 0),
(206, 1, '2020-01-14 20:23:24', '2020-01-14 20:23:24', '', 'The Joint', '', 'inherit', 'closed', 'closed', '', '130-revision-v1', '', '', '2020-01-14 20:23:24', '2020-01-14 20:23:24', '', 130, 'https://your420map.com/web/2020/01/14/130-revision-v1/', 0, 'revision', '', 0),
(207, 1, '2020-01-15 12:34:19', '2020-01-15 12:34:19', '', 'la brea gardens 25 cap', '', 'publish', 'closed', 'closed', '', 'la-brea-gardens-25-cap', '', '', '2020-01-15 12:34:19', '2020-01-15 12:34:19', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=207', 0, 'ait-item', '', 0),
(208, 1, '2020-01-15 12:34:26', '2020-01-15 12:34:26', '', 'sdrc', '', 'publish', 'closed', 'closed', '', 'sdrc', '', '', '2020-01-15 12:34:26', '2020-01-15 12:34:26', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=208', 0, 'ait-item', '', 0),
(209, 1, '2020-01-15 12:34:34', '2020-01-15 12:34:34', '', 'Pacific Cannabis Church', '', 'publish', 'closed', 'closed', '', 'pacific-cannabis-church', '', '', '2020-01-15 12:34:34', '2020-01-15 12:34:34', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=209', 0, 'ait-item', '', 0),
(210, 1, '2020-01-15 12:34:42', '2020-01-15 12:34:42', '', 'Strains Outta Compton', '', 'publish', 'closed', 'closed', '', 'strains-outta-compton', '', '', '2020-01-15 12:34:42', '2020-01-15 12:34:42', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=210', 0, 'ait-item', '', 0),
(211, 1, '2020-01-15 12:34:50', '2020-01-15 12:34:50', '', 'sierra green', '', 'publish', 'closed', 'closed', '', 'sierra-green', '', '', '2020-01-19 18:54:48', '2020-01-19 18:54:48', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=211', 20, 'ait-item', '', 0),
(212, 1, '2020-01-15 12:34:58', '2020-01-15 12:34:58', '', 'Broadway 25 Cap', '', 'publish', 'closed', 'closed', '', 'broadway-25-cap', '', '', '2020-01-15 12:34:58', '2020-01-15 12:34:58', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=212', 0, 'ait-item', '', 0),
(213, 1, '2020-01-15 12:35:07', '2020-01-15 12:35:07', '', 'organic health solutions', '', 'publish', 'closed', 'closed', '', 'organic-health-solutions', '', '', '2020-01-15 12:35:07', '2020-01-15 12:35:07', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=213', 0, 'ait-item', '', 0),
(214, 1, '2020-01-15 12:35:15', '2020-01-15 12:35:15', '', 'Strainzzz on Slauson', '', 'publish', 'closed', 'closed', '', 'strainzzz-on-slauson', '', '', '2020-01-15 12:35:15', '2020-01-15 12:35:15', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=214', 0, 'ait-item', '', 0),
(215, 1, '2020-01-15 12:35:22', '2020-01-15 12:35:22', '', 'evergreen', '', 'publish', 'closed', 'closed', '', 'evergreen', '', '', '2020-01-15 12:35:22', '2020-01-15 12:35:22', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=215', 0, 'ait-item', '', 0),
(216, 1, '2020-01-15 12:35:33', '2020-01-15 12:35:33', '', 'Torrance Healing Center', '', 'publish', 'closed', 'closed', '', 'torrance-healing-center', '', '', '2020-01-15 12:35:33', '2020-01-15 12:35:33', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=216', 0, 'ait-item', '', 0),
(217, 1, '2020-01-15 12:35:42', '2020-01-15 12:35:42', '', 'Lit Co', '', 'publish', 'closed', 'closed', '', 'lit-co', '', '', '2020-01-15 12:35:42', '2020-01-15 12:35:42', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=217', 0, 'ait-item', '', 0),
(218, 1, '2020-01-14 20:23:24', '2020-01-14 20:23:24', '', 'the joint', '', 'inherit', 'closed', 'closed', '', '130-revision-v1', '', '', '2020-01-14 20:23:24', '2020-01-14 20:23:24', '', 130, 'https://your420map.com/web/2020/01/14/130-revision-v1/', 0, 'revision', '', 0),
(219, 1, '2020-01-15 12:36:49', '2020-01-15 12:36:49', '', 'Whittier Hot Box Collective', '', 'publish', 'closed', 'closed', '', 'whittier-hot-box-collective', '', '', '2020-01-15 12:36:49', '2020-01-15 12:36:49', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=219', 0, 'ait-item', '', 0),
(220, 1, '2020-01-15 12:36:58', '2020-01-15 12:36:58', '', 'Kush Caregivers', '', 'publish', 'closed', 'closed', '', 'kush-caregivers', '', '', '2020-01-15 12:36:58', '2020-01-15 12:36:58', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=220', 0, 'ait-item', '', 0),
(221, 1, '2020-01-15 12:37:06', '2020-01-15 12:37:06', '', 'hawthorne superbudz', '', 'publish', 'closed', 'closed', '', 'hawthorne-superbudz', '', '', '2020-01-15 12:37:06', '2020-01-15 12:37:06', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=221', 0, 'ait-item', '', 0),
(222, 1, '2020-01-15 12:37:14', '2020-01-15 12:37:14', '', 'green lit pharms', '', 'publish', 'closed', 'closed', '', 'green-lit-pharms', '', '', '2020-01-15 12:37:14', '2020-01-15 12:37:14', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=222', 0, 'ait-item', '', 0),
(223, 1, '2020-01-14 20:23:24', '2020-01-14 20:23:24', '', 'green lit pharms', '', 'inherit', 'closed', 'closed', '', '222-revision-v1', '', '', '2020-01-14 20:23:24', '2020-01-14 20:23:24', '', 222, 'https://your420map.com/web/2020/01/14/222-revision-v1/', 0, 'revision', '', 0),
(224, 1, '2020-01-15 12:37:21', '2020-01-15 12:37:21', '', 'Nonstop 20 Spot', '', 'publish', 'closed', 'closed', '', 'nonstop-20-spot', '', '', '2020-01-15 12:37:21', '2020-01-15 12:37:21', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=224', 0, 'ait-item', '', 0),
(225, 1, '2020-01-15 12:37:29', '2020-01-15 12:37:29', '', 'Whittier Wonders', '', 'publish', 'closed', 'closed', '', 'whittier-wonders', '', '', '2020-01-15 12:37:29', '2020-01-15 12:37:29', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=225', 0, 'ait-item', '', 0),
(226, 1, '2020-01-15 12:37:37', '2020-01-15 12:37:37', '', 'Members Only Collective', '', 'publish', 'closed', 'closed', '', 'members-only-collective', '', '', '2020-01-15 12:37:37', '2020-01-15 12:37:37', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=226', 0, 'ait-item', '', 0),
(227, 1, '2020-01-15 12:37:46', '2020-01-15 12:37:46', '', 'MMD', '', 'publish', 'closed', 'closed', '', 'mmd', '', '', '2020-01-15 12:37:46', '2020-01-15 12:37:46', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=227', 0, 'ait-item', '', 0),
(228, 1, '2020-01-15 12:31:27', '2020-01-15 12:31:27', '', 'Shivas', '', 'publish', 'closed', 'closed', '', 'shivas', '', '', '2020-01-15 12:31:27', '2020-01-15 12:31:27', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=228', 0, 'ait-item', '', 0),
(229, 1, '2020-01-15 12:31:36', '2020-01-15 12:31:36', '', 'Serenity of Fullerton', '', 'publish', 'closed', 'closed', '', 'serenity-of-fullerton', '', '', '2020-01-15 12:31:36', '2020-01-15 12:31:36', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=229', 0, 'ait-item', '', 0),
(230, 1, '2020-01-15 12:31:44', '2020-01-15 12:31:44', '', 'Marina Caregivers', '', 'publish', 'closed', 'closed', '', 'marina-caregivers', '', '', '2020-01-15 12:31:44', '2020-01-15 12:31:44', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=230', 0, 'ait-item', '', 0),
(231, 1, '2020-01-15 12:31:52', '2020-01-15 12:31:52', '', 'Atlanic Wave', '', 'publish', 'closed', 'closed', '', 'atlanic-wave', '', '', '2020-01-15 12:31:52', '2020-01-15 12:31:52', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=231', 0, 'ait-item', '', 0),
(232, 1, '2020-01-15 12:33:39', '2020-01-15 12:33:39', '', 'sccc', '', 'publish', 'closed', 'closed', '', 'sccc', '', '', '2020-01-15 12:33:39', '2020-01-15 12:33:39', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=232', 0, 'ait-item', '', 0),
(233, 1, '2020-01-15 12:33:46', '2020-01-15 12:33:46', '', 'peoples remedy', '', 'publish', 'closed', 'closed', '', 'peoples-remedy', '', '', '2020-01-15 12:33:46', '2020-01-15 12:33:46', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=233', 0, 'ait-item', '', 0),
(234, 1, '2020-01-15 12:29:07', '2020-01-15 12:29:07', '', 'the peoples remedy', '', 'publish', 'closed', 'closed', '', 'the-peoples-remedy', '', '', '2020-01-15 12:29:07', '2020-01-15 12:29:07', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=234', 0, 'ait-item', '', 0),
(235, 1, '2020-01-15 12:26:25', '2020-01-15 12:26:25', '', 'Cana Sylmar', '', 'publish', 'closed', 'closed', '', 'cana-sylmar', '', '', '2020-01-15 12:26:25', '2020-01-15 12:26:25', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=235', 0, 'ait-item', '', 0),
(236, 1, '2020-01-15 12:29:15', '2020-01-15 12:29:15', '', 'Weedier', '', 'publish', 'closed', 'closed', '', 'weedier', '', '', '2020-01-15 12:29:15', '2020-01-15 12:29:15', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=236', 0, 'ait-item', '', 0),
(237, 1, '2020-01-15 12:29:25', '2020-01-15 12:29:25', '', 'pals', '', 'publish', 'closed', 'closed', '', 'pals', '', '', '2020-01-15 12:29:25', '2020-01-15 12:29:25', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=237', 0, 'ait-item', '', 0),
(238, 1, '2020-01-15 12:29:32', '2020-01-15 12:29:32', '', 'the hotbox in hawthorne', '', 'publish', 'closed', 'closed', '', 'the-hotbox-in-hawthorne', '', '', '2020-01-15 12:29:32', '2020-01-15 12:29:32', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=238', 0, 'ait-item', '', 0),
(239, 1, '2020-01-15 12:29:41', '2020-01-15 12:29:41', '', 'the hot box in hawthorne', '', 'publish', 'closed', 'closed', '', 'the-hot-box-in-hawthorne', '', '', '2020-01-15 12:29:41', '2020-01-15 12:29:41', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=239', 0, 'ait-item', '', 0),
(240, 1, '2020-01-15 12:29:49', '2020-01-15 12:29:49', '', 'Emerald Pharms', '', 'publish', 'closed', 'closed', '', 'emerald-pharms', '', '', '2020-01-15 12:29:49', '2020-01-15 12:29:49', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=240', 0, 'ait-item', '', 0),
(241, 1, '2020-01-15 12:30:00', '2020-01-15 12:30:00', '', 'Tree Top LA', '', 'publish', 'closed', 'closed', '', 'tree-top-la', '', '', '2020-01-15 12:30:00', '2020-01-15 12:30:00', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=241', 0, 'ait-item', '', 0),
(242, 1, '2020-01-15 12:30:08', '2020-01-15 12:30:08', '', 'The Dank Diary', '', 'publish', 'closed', 'closed', '', 'the-dank-diary', '', '', '2020-01-15 12:30:08', '2020-01-15 12:30:08', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=242', 0, 'ait-item', '', 0),
(243, 1, '2020-01-15 12:30:16', '2020-01-15 12:30:16', '', 'LEAFWELL', '', 'publish', 'closed', 'closed', '', 'leafwell', '', '', '2020-01-15 12:30:16', '2020-01-15 12:30:16', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=243', 0, 'ait-item', '', 0),
(244, 1, '2020-01-15 12:30:23', '2020-01-15 12:30:23', '', 'THC', '', 'publish', 'closed', 'closed', '', 'thc', '', '', '2020-01-15 12:30:23', '2020-01-15 12:30:23', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=244', 0, 'ait-item', '', 0),
(245, 1, '2020-01-15 12:30:33', '2020-01-15 12:30:33', '', 'Green Angel (Pre-ICO)', '', 'publish', 'closed', 'closed', '', 'green-angel-pre-ico', '', '', '2020-01-15 12:30:33', '2020-01-15 12:30:33', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=245', 0, 'ait-item', '', 0),
(246, 1, '2020-01-15 12:30:41', '2020-01-15 12:30:41', '', 'HTP Group', '', 'publish', 'closed', 'closed', '', 'htp-group', '', '', '2020-01-15 12:30:41', '2020-01-15 12:30:41', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=246', 0, 'ait-item', '', 0),
(247, 1, '2020-01-15 12:30:50', '2020-01-15 12:30:50', '', 'The Higher Path', '', 'publish', 'closed', 'closed', '', 'the-higher-path', '', '', '2020-01-15 12:30:50', '2020-01-15 12:30:50', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=247', 0, 'ait-item', '', 0),
(248, 1, '2020-01-15 12:30:59', '2020-01-15 12:30:59', '', 'Greenbear 20 Cap', '', 'publish', 'closed', 'closed', '', 'greenbear-20-cap', '', '', '2020-01-15 12:30:59', '2020-01-15 12:30:59', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=248', 0, 'ait-item', '', 0),
(249, 1, '2020-01-15 12:31:08', '2020-01-15 12:31:08', '', 'Dosist', '', 'publish', 'closed', 'closed', '', 'dosist', '', '', '2020-01-15 12:31:08', '2020-01-15 12:31:08', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=249', 0, 'ait-item', '', 0),
(250, 1, '2020-01-15 12:31:18', '2020-01-15 12:31:18', '', 'kush cafe', '', 'publish', 'closed', 'closed', '', 'kush-cafe', '', '', '2020-01-15 12:31:18', '2020-01-15 12:31:18', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=250', 0, 'ait-item', '', 0),
(251, 1, '2020-01-15 12:23:26', '2020-01-15 12:23:26', '', 'DLC', '', 'publish', 'closed', 'closed', '', 'dlc', '', '', '2020-01-15 12:23:26', '2020-01-15 12:23:26', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=251', 0, 'ait-item', '', 0),
(252, 1, '2020-01-15 12:23:36', '2020-01-15 12:23:36', '', 'patient care first', '', 'publish', 'closed', 'closed', '', 'patient-care-first', '', '', '2020-01-15 12:23:36', '2020-01-15 12:23:36', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=252', 0, 'ait-item', '', 0),
(253, 1, '2020-01-14 20:23:27', '2020-01-14 20:23:27', '', 'patient care first', '', 'inherit', 'closed', 'closed', '', '252-revision-v1', '', '', '2020-01-14 20:23:27', '2020-01-14 20:23:27', '', 252, 'https://your420map.com/web/2020/01/14/252-revision-v1/', 0, 'revision', '', 0),
(254, 1, '2020-01-15 12:23:44', '2020-01-15 12:23:44', '', 'Clearlake Wellness Center', '', 'publish', 'closed', 'closed', '', 'clearlake-wellness-center', '', '', '2020-01-15 12:23:44', '2020-01-15 12:23:44', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=254', 0, 'ait-item', '', 0),
(255, 1, '2020-01-15 12:25:02', '2020-01-15 12:25:02', '', 'D&M Compassion', '', 'publish', 'closed', 'closed', '', 'dm-compassion', '', '', '2020-01-15 12:25:02', '2020-01-15 12:25:02', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=255', 0, 'ait-item', '', 0),
(256, 1, '2020-01-15 12:25:08', '2020-01-15 12:25:08', '', 'Kush Garden Collective', '', 'publish', 'closed', 'closed', '', 'kush-garden-collective', '', '', '2020-01-15 12:25:08', '2020-01-15 12:25:08', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=256', 0, 'ait-item', '', 0),
(257, 1, '2020-01-15 12:25:16', '2020-01-15 12:25:16', '', 'VALLEY HERBAL', '', 'publish', 'closed', 'closed', '', 'valley-herbal', '', '', '2020-01-15 12:25:16', '2020-01-15 12:25:16', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=257', 0, 'ait-item', '', 0),
(258, 1, '2020-01-15 12:25:25', '2020-01-15 12:25:25', '', 'Whittier Top Shop', '', 'publish', 'closed', 'closed', '', 'whittier-top-shop', '', '', '2020-01-15 12:25:25', '2020-01-15 12:25:25', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=258', 0, 'ait-item', '', 0),
(259, 1, '2020-01-15 12:25:37', '2020-01-15 12:25:37', '', 'Grand Vista', '', 'publish', 'closed', 'closed', '', 'grand-vista', '', '', '2020-01-15 12:25:37', '2020-01-15 12:25:37', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=259', 0, 'ait-item', '', 0),
(260, 1, '2020-01-15 12:25:48', '2020-01-15 12:25:48', '', 'the reefinery', '', 'publish', 'closed', 'closed', '', 'the-reefinery', '', '', '2020-01-15 12:25:48', '2020-01-15 12:25:48', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=260', 0, 'ait-item', '', 0),
(261, 1, '2020-01-15 12:25:56', '2020-01-15 12:25:56', '', 'OG Express', '', 'publish', 'closed', 'closed', '', 'og-express', '', '', '2020-01-15 12:25:56', '2020-01-15 12:25:56', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=261', 0, 'ait-item', '', 0),
(262, 1, '2020-01-15 12:26:06', '2020-01-15 12:26:06', '', 'GEC', '', 'publish', 'closed', 'closed', '', 'gec', '', '', '2020-01-15 12:26:06', '2020-01-15 12:26:06', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=262', 0, 'ait-item', '', 0),
(263, 1, '2020-01-15 12:26:16', '2020-01-15 12:26:16', '', 'Citadel Church of Crenshaw', '', 'publish', 'closed', 'closed', '', 'citadel-church-of-crenshaw', '', '', '2020-01-15 12:26:16', '2020-01-15 12:26:16', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=263', 0, 'ait-item', '', 0),
(264, 1, '2020-01-15 12:22:11', '2020-01-15 12:22:11', '', 'Wonderland', '', 'publish', 'closed', 'closed', '', 'wonderland', '', '', '2020-01-15 12:22:11', '2020-01-15 12:22:11', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=264', 0, 'ait-item', '', 0),
(265, 1, '2020-01-15 12:22:20', '2020-01-15 12:22:20', '', 'Chill Supply Co', '', 'publish', 'closed', 'closed', '', 'chill-supply-co', '', '', '2020-01-15 12:22:20', '2020-01-15 12:22:20', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=265', 0, 'ait-item', '', 0),
(266, 1, '2020-01-15 12:22:28', '2020-01-15 12:22:28', '', 'chronic pain releaf center', '', 'publish', 'closed', 'closed', '', 'chronic-pain-releaf-center', '', '', '2020-01-15 12:22:28', '2020-01-15 12:22:28', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=266', 0, 'ait-item', '', 0),
(267, 1, '2020-01-15 12:22:36', '2020-01-15 12:22:36', '', 'CHRONIC PAIN', '', 'publish', 'closed', 'closed', '', 'chronic-pain', '', '', '2020-01-15 12:22:36', '2020-01-15 12:22:36', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=267', 0, 'ait-item', '', 0),
(268, 1, '2020-01-14 20:23:28', '2020-01-14 20:23:28', '', 'CHRONIC PAIN', '', 'inherit', 'closed', 'closed', '', '267-revision-v1', '', '', '2020-01-14 20:23:28', '2020-01-14 20:23:28', '', 267, 'https://your420map.com/web/2020/01/14/267-revision-v1/', 0, 'revision', '', 0),
(269, 1, '2020-01-15 12:22:46', '2020-01-15 12:22:46', '', 'Chronic Pain Releaf', '', 'publish', 'closed', 'closed', '', 'chronic-pain-releaf', '', '', '2020-01-15 12:22:46', '2020-01-15 12:22:46', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=269', 0, 'ait-item', '', 0),
(270, 1, '2020-01-15 12:22:56', '2020-01-15 12:22:56', '', 'perfect union', '', 'publish', 'closed', 'closed', '', 'perfect-union', '', '', '2020-01-15 12:22:56', '2020-01-15 12:22:56', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=270', 0, 'ait-item', '', 0),
(271, 1, '2020-01-15 12:23:06', '2020-01-15 12:23:06', '', 'Golden Leaf', '', 'publish', 'closed', 'closed', '', 'golden-leaf', '', '', '2020-01-15 12:23:06', '2020-01-15 12:23:06', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=271', 0, 'ait-item', '', 0),
(272, 1, '2020-01-15 12:23:17', '2020-01-15 12:23:17', '', 'mmd hollywood', '', 'publish', 'closed', 'closed', '', 'mmd-hollywood', '', '', '2020-01-15 12:23:17', '2020-01-15 12:23:17', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=272', 0, 'ait-item', '', 0),
(273, 1, '2020-01-15 12:17:11', '2020-01-15 12:17:11', '', 'Apothecary', '', 'publish', 'closed', 'closed', '', 'apothecary', '', '', '2020-01-15 12:17:11', '2020-01-15 12:17:11', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=273', 0, 'ait-item', '', 0),
(274, 1, '2020-01-14 20:23:29', '2020-01-14 20:23:29', '', 'Apothecary', '', 'inherit', 'closed', 'closed', '', '273-revision-v1', '', '', '2020-01-14 20:23:29', '2020-01-14 20:23:29', '', 273, 'https://your420map.com/web/2020/01/14/273-revision-v1/', 0, 'revision', '', 0),
(275, 1, '2020-01-15 12:17:21', '2020-01-15 12:17:21', '', 'West Coast holistic Center', '', 'publish', 'closed', 'closed', '', 'west-coast-holistic-center', '', '', '2020-01-15 12:17:21', '2020-01-15 12:17:21', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=275', 0, 'ait-item', '', 0),
(276, 1, '2020-01-15 12:17:34', '2020-01-15 12:17:34', '', '530 cannabis', '', 'publish', 'closed', 'closed', '', '530-cannabis', '', '', '2020-01-15 12:17:34', '2020-01-15 12:17:34', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=276', 0, 'ait-item', '', 0),
(277, 1, '2020-01-15 12:17:49', '2020-01-15 12:17:49', '', 'Vibe by California', '', 'publish', 'closed', 'closed', '', 'vibe-by-california', '', '', '2020-01-15 12:17:49', '2020-01-15 12:17:49', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=277', 0, 'ait-item', '', 0),
(278, 1, '2020-01-15 12:18:00', '2020-01-15 12:18:00', '', 'holistic healing church', '', 'publish', 'closed', 'closed', '', 'holistic-healing-church', '', '', '2020-01-15 12:18:00', '2020-01-15 12:18:00', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=278', 0, 'ait-item', '', 0),
(279, 1, '2020-01-15 12:18:09', '2020-01-15 12:18:09', '', 'Greenlight Discount Pharmacy Pre-ICO', '', 'publish', 'closed', 'closed', '', 'greenlight-discount-pharmacy-pre-ico', '', '', '2020-01-15 12:18:09', '2020-01-15 12:18:09', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=279', 0, 'ait-item', '', 0),
(280, 1, '2020-01-15 12:18:19', '2020-01-15 12:18:19', '', 'SATORI', '', 'publish', 'closed', 'closed', '', 'satori', '', '', '2020-01-15 12:18:19', '2020-01-15 12:18:19', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=280', 0, 'ait-item', '', 0),
(281, 1, '2020-01-15 09:22:12', '2020-01-15 09:22:12', '', 'project cannabis', '', 'publish', 'closed', 'closed', '', 'project-cannabis', '', '', '2020-01-15 09:22:12', '2020-01-15 09:22:12', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=281', 0, 'ait-item', '', 0),
(282, 1, '2020-01-15 12:18:28', '2020-01-15 12:18:28', '', 'kush club', '', 'publish', 'closed', 'closed', '', 'kush-club', '', '', '2020-01-15 12:18:28', '2020-01-15 12:18:28', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=282', 0, 'ait-item', '', 0),
(283, 1, '2020-01-15 12:18:38', '2020-01-15 12:18:38', '', 'The Lab', '', 'publish', 'closed', 'closed', '', 'the-lab', '', '', '2020-01-15 12:18:38', '2020-01-15 12:18:38', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=283', 0, 'ait-item', '', 0),
(284, 1, '2020-01-15 12:18:46', '2020-01-15 12:18:46', '', 'Best Buds Whittier', '', 'publish', 'closed', 'closed', '', 'best-buds-whittier', '', '', '2020-01-15 12:18:46', '2020-01-15 12:18:46', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=284', 0, 'ait-item', '', 0),
(285, 1, '2020-01-15 12:18:55', '2020-01-15 12:18:55', '', 'Loud 20 Cap', '', 'publish', 'closed', 'closed', '', 'loud-20-cap', '', '', '2020-01-15 12:18:55', '2020-01-15 12:18:55', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=285', 0, 'ait-item', '', 0),
(286, 1, '2020-01-15 12:19:06', '2020-01-15 12:19:06', '', 'church of walnut', '', 'publish', 'closed', 'closed', '', 'church-of-walnut', '', '', '2020-01-15 12:19:06', '2020-01-15 12:19:06', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=286', 0, 'ait-item', '', 0),
(287, 1, '2020-01-15 12:21:18', '2020-01-15 12:21:18', '', 'Straight Up 20', '', 'publish', 'closed', 'closed', '', 'straight-up-20', '', '', '2020-01-15 12:21:18', '2020-01-15 12:21:18', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=287', 0, 'ait-item', '', 0),
(288, 1, '2020-01-15 12:21:25', '2020-01-15 12:21:25', '', 'CA Cannabis Soto', '', 'publish', 'closed', 'closed', '', 'ca-cannabis-soto', '', '', '2020-01-15 12:21:25', '2020-01-15 12:21:25', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=288', 0, 'ait-item', '', 0),
(289, 1, '2020-01-15 12:21:33', '2020-01-15 12:21:33', '', 'Alternatives Dispensary- Santa Rosa', '', 'publish', 'closed', 'closed', '', 'alternatives-dispensary-santa-rosa', '', '', '2020-01-15 12:21:33', '2020-01-15 12:21:33', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=289', 0, 'ait-item', '', 0),
(290, 1, '2020-01-15 09:43:14', '2020-01-15 09:43:14', '', 'la cannabis co', '', 'publish', 'closed', 'closed', '', 'la-cannabis-co', '', '', '2020-01-15 09:43:14', '2020-01-15 09:43:14', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=290', 0, 'ait-item', '', 0),
(291, 1, '2020-01-15 12:21:45', '2020-01-15 12:21:45', '', 'Kana Co', '', 'publish', 'closed', 'closed', '', 'kana-co', '', '', '2020-01-15 12:21:45', '2020-01-15 12:21:45', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=291', 0, 'ait-item', '', 0),
(292, 1, '2020-01-15 12:21:54', '2020-01-15 12:21:54', '', 'columbia care san juan', '', 'publish', 'closed', 'closed', '', 'columbia-care-san-juan', '', '', '2020-01-15 12:21:54', '2020-01-15 12:21:54', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=292', 0, 'ait-item', '', 0),
(293, 1, '2020-01-15 12:22:02', '2020-01-15 12:22:02', '', 'Infinity Medical Alliance', '', 'publish', 'closed', 'closed', '', 'infinity-medical-alliance', '', '', '2020-01-15 12:22:02', '2020-01-15 12:22:02', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=293', 0, 'ait-item', '', 0),
(294, 1, '2020-01-15 12:13:52', '2020-01-15 12:13:52', '', 'CLUB CHRONIC', '', 'publish', 'closed', 'closed', '', 'club-chronic', '', '', '2020-01-15 12:13:52', '2020-01-15 12:13:52', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=294', 0, 'ait-item', '', 0),
(295, 1, '2020-01-15 12:14:01', '2020-01-15 12:14:01', '', 'CLUB CHRINIS', '', 'publish', 'closed', 'closed', '', 'club-chrinis', '', '', '2020-01-15 12:14:01', '2020-01-15 12:14:01', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=295', 0, 'ait-item', '', 0),
(296, 1, '2020-01-14 20:23:31', '2020-01-14 20:23:31', '', 'CLUB CHRONIC', '', 'inherit', 'closed', 'closed', '', '294-revision-v1', '', '', '2020-01-14 20:23:31', '2020-01-14 20:23:31', '', 294, 'https://your420map.com/web/2020/01/14/294-revision-v1/', 0, 'revision', '', 0),
(297, 1, '2020-01-15 12:14:12', '2020-01-15 12:14:12', '', 'The Cannabliss', '', 'publish', 'closed', 'closed', '', 'the-cannabliss', '', '', '2020-01-15 12:14:12', '2020-01-15 12:14:12', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=297', 0, 'ait-item', '', 0),
(298, 1, '2020-01-14 20:23:31', '2020-01-14 20:23:31', '', 'The Cannabliss', '', 'inherit', 'closed', 'closed', '', '297-revision-v1', '', '', '2020-01-14 20:23:31', '2020-01-14 20:23:31', '', 297, 'https://your420map.com/web/2020/01/14/297-revision-v1/', 0, 'revision', '', 0),
(299, 1, '2020-01-15 12:14:20', '2020-01-15 12:14:20', '', 'Gardena Gardens', '', 'publish', 'closed', 'closed', '', 'gardena-gardens', '', '', '2020-01-15 12:14:20', '2020-01-15 12:14:20', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=299', 0, 'ait-item', '', 0),
(300, 1, '2020-01-15 12:14:28', '2020-01-15 12:14:28', '', 'weden', '', 'publish', 'closed', 'closed', '', 'weden', '', '', '2020-01-15 12:14:28', '2020-01-15 12:14:28', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=300', 0, 'ait-item', '', 0),
(301, 1, '2020-01-15 12:14:37', '2020-01-15 12:14:37', '', 'tropicanna', '', 'publish', 'closed', 'closed', '', 'tropicanna', '', '', '2020-01-15 12:14:37', '2020-01-15 12:14:37', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=301', 0, 'ait-item', '', 0),
(302, 1, '2020-01-14 20:23:31', '2020-01-14 20:23:31', '', 'tropicanna', '', 'inherit', 'closed', 'closed', '', '301-revision-v1', '', '', '2020-01-14 20:23:31', '2020-01-14 20:23:31', '', 301, 'https://your420map.com/web/2020/01/14/301-revision-v1/', 0, 'revision', '', 0),
(303, 1, '2020-01-15 12:14:45', '2020-01-15 12:14:45', '', 'Casa De Flor', '', 'publish', 'closed', 'closed', '', 'casa-de-flor', '', '', '2020-01-15 12:14:45', '2020-01-15 12:14:45', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=303', 0, 'ait-item', '', 0),
(304, 1, '2020-01-15 12:16:20', '2020-01-15 12:16:20', '', 'AROMA', '', 'publish', 'closed', 'closed', '', 'aroma', '', '', '2020-01-15 12:16:20', '2020-01-15 12:16:20', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=304', 0, 'ait-item', '', 0),
(305, 1, '2020-01-15 12:16:28', '2020-01-15 12:16:28', '', 'HSC', '', 'publish', 'closed', 'closed', '', 'hsc', '', '', '2020-01-15 12:16:28', '2020-01-15 12:16:28', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=305', 0, 'ait-item', '', 0),
(306, 1, '2020-01-15 12:16:35', '2020-01-15 12:16:35', '', 'California Collective Care', '', 'publish', 'closed', 'closed', '', 'california-collective-care', '', '', '2020-01-15 12:16:35', '2020-01-15 12:16:35', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=306', 0, 'ait-item', '', 0),
(307, 1, '2020-01-15 12:16:44', '2020-01-15 12:16:44', '', 'CAL GREEN', '', 'publish', 'closed', 'closed', '', 'cal-green', '', '', '2020-01-15 12:16:44', '2020-01-15 12:16:44', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=307', 0, 'ait-item', '', 0),
(308, 1, '2020-01-15 12:16:53', '2020-01-15 12:16:53', '', 'The 710 Club', '', 'publish', 'closed', 'closed', '', 'the-710-club', '', '', '2020-01-15 12:16:53', '2020-01-15 12:16:53', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=308', 0, 'ait-item', '', 0),
(309, 1, '2020-01-15 12:17:02', '2020-01-15 12:17:02', '', 'Rose Buds 20 Cap', '', 'publish', 'closed', 'closed', '', 'rose-buds-20-cap', '', '', '2020-01-15 12:17:02', '2020-01-15 12:17:02', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=309', 0, 'ait-item', '', 0),
(310, 1, '2020-01-15 12:13:03', '2020-01-15 12:13:03', '', 'kush 20 house', '', 'publish', 'closed', 'closed', '', 'kush-20-house', '', '', '2020-01-15 12:13:03', '2020-01-15 12:13:03', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=310', 0, 'ait-item', '', 0),
(311, 1, '2020-01-15 12:13:10', '2020-01-15 12:13:10', '', 'Lotus Vault', '', 'publish', 'closed', 'closed', '', 'lotus-vault', '', '', '2020-01-15 12:13:10', '2020-01-15 12:13:10', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=311', 0, 'ait-item', '', 0),
(312, 1, '2020-01-15 12:13:18', '2020-01-15 12:13:18', '', 'peoples remedy ptterson', '', 'publish', 'closed', 'closed', '', 'peoples-remedy-ptterson', '', '', '2020-01-15 12:13:18', '2020-01-15 12:13:18', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=312', 0, 'ait-item', '', 0),
(313, 1, '2020-01-15 12:13:26', '2020-01-15 12:13:26', '', 'Green Cross of Torrance', '', 'publish', 'closed', 'closed', '', 'green-cross-of-torrance', '', '', '2020-01-15 12:13:26', '2020-01-15 12:13:26', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=313', 0, 'ait-item', '', 0),
(314, 1, '2020-01-15 12:13:35', '2020-01-15 12:13:35', '', 'Hemp Healing', '', 'publish', 'closed', 'closed', '', 'hemp-healing', '', '', '2020-01-15 12:13:35', '2020-01-15 12:13:35', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=314', 0, 'ait-item', '', 0),
(315, 1, '2020-01-14 20:23:32', '2020-01-14 20:23:32', '', 'hemp healing', '', 'inherit', 'closed', 'closed', '', '314-revision-v1', '', '', '2020-01-14 20:23:32', '2020-01-14 20:23:32', '', 314, 'https://your420map.com/web/2020/01/14/314-revision-v1/', 0, 'revision', '', 0),
(316, 1, '2020-01-14 20:23:32', '2020-01-14 20:23:32', '', 'Hemp Healing', '', 'inherit', 'closed', 'closed', '', '314-revision-v1', '', '', '2020-01-14 20:23:32', '2020-01-14 20:23:32', '', 314, 'https://your420map.com/web/2020/01/14/314-revision-v1/', 0, 'revision', '', 0),
(317, 1, '2020-01-15 12:13:44', '2020-01-15 12:13:44', '', 'Chronic Connect', '', 'publish', 'closed', 'closed', '', 'chronic-connect', '', '', '2020-01-15 12:13:44', '2020-01-15 12:13:44', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=317', 0, 'ait-item', '', 0),
(318, 1, '2020-01-15 12:12:56', '2020-01-15 12:12:56', '', 'Azusas Finest', '', 'publish', 'closed', 'closed', '', 'azusas-finest', '', '', '2020-01-15 12:12:56', '2020-01-15 12:12:56', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=318', 0, 'ait-item', '', 0),
(319, 1, '2020-01-15 12:12:47', '2020-01-15 12:12:47', '', 'A Shelf Above The Rest', '', 'publish', 'closed', 'closed', '', 'a-shelf-above-the-rest', '', '', '2020-01-15 12:12:47', '2020-01-15 12:12:47', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=319', 0, 'ait-item', '', 0),
(320, 1, '2020-01-15 12:12:38', '2020-01-15 12:12:38', '', 'circle of hope', '', 'publish', 'closed', 'closed', '', 'circle-of-hope', '', '', '2020-01-15 12:12:38', '2020-01-15 12:12:38', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=320', 0, 'ait-item', '', 0),
(321, 1, '2020-01-15 12:12:23', '2020-01-15 12:12:23', '', 'pomona green gardens', '', 'publish', 'closed', 'closed', '', 'pomona-green-gardens', '', '', '2020-01-15 12:12:23', '2020-01-15 12:12:23', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=321', 0, 'ait-item', '', 0),
(322, 1, '2020-01-15 12:12:32', '2020-01-15 12:12:32', '', 'big o relief', '', 'publish', 'closed', 'closed', '', 'big-o-relief', '', '', '2020-01-15 12:12:32', '2020-01-15 12:12:32', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=322', 0, 'ait-item', '', 0),
(323, 1, '2020-01-15 11:58:41', '2020-01-15 11:58:41', '', 'cookies', '', 'publish', 'closed', 'closed', '', 'cookies', '', '', '2020-01-15 11:58:41', '2020-01-15 11:58:41', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=323', 0, 'ait-item', '', 0),
(324, 1, '2020-01-15 11:58:06', '2020-01-15 11:58:06', '', 'Venice Kush', '', 'publish', 'closed', 'closed', '', 'venice-kush', '', '', '2020-01-15 11:58:06', '2020-01-15 11:58:06', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=324', 0, 'ait-item', '', 0),
(325, 1, '2020-01-15 11:58:32', '2020-01-15 11:58:32', '', 'Cali Releaf CareGivers', '', 'publish', 'closed', 'closed', '', 'cali-releaf-caregivers', '', '', '2020-01-15 11:58:32', '2020-01-15 11:58:32', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=325', 0, 'ait-item', '', 0),
(326, 1, '2020-01-15 11:59:01', '2020-01-15 11:59:01', '', 'The Green Goddess Collective', '', 'publish', 'closed', 'closed', '', 'the-green-goddess-collective', '', '', '2020-01-15 11:59:01', '2020-01-15 11:59:01', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=326', 0, 'ait-item', '', 0),
(327, 1, '2020-01-15 11:58:50', '2020-01-15 11:58:50', '', 'NACC', '', 'publish', 'closed', 'closed', '', 'nacc', '', '', '2020-01-15 11:58:50', '2020-01-15 11:58:50', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=327', 0, 'ait-item', '', 0),
(328, 1, '2020-01-15 11:57:57', '2020-01-15 11:57:57', '', 'NACCC', '', 'publish', 'closed', 'closed', '', 'naccc-2', '', '', '2020-01-15 11:57:57', '2020-01-15 11:57:57', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=328', 0, 'ait-item', '', 0),
(329, 1, '2020-01-15 11:58:23', '2020-01-15 11:58:23', '', 'NACCC', '', 'publish', 'closed', 'closed', '', 'naccc', '', '', '2020-01-15 11:58:23', '2020-01-15 11:58:23', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=329', 0, 'ait-item', '', 0),
(330, 1, '2020-01-14 20:23:34', '2020-01-14 20:23:34', '', 'NACCC', '', 'inherit', 'closed', 'closed', '', '328-revision-v1', '', '', '2020-01-14 20:23:34', '2020-01-14 20:23:34', '', 328, 'https://your420map.com/web/2020/01/14/328-revision-v1/', 0, 'revision', '', 0),
(331, 1, '2020-01-15 11:58:14', '2020-01-15 11:58:14', '', 'yes i cann pr', '', 'publish', 'closed', 'closed', '', 'yes-i-cann-pr', '', '', '2020-01-15 11:58:14', '2020-01-15 11:58:14', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=331', 0, 'ait-item', '', 0),
(332, 1, '2020-01-15 11:59:10', '2020-01-15 11:59:10', '', 'LB collective', '', 'publish', 'closed', 'closed', '', 'lb-collective', '', '', '2020-01-15 11:59:10', '2020-01-15 11:59:10', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=332', 0, 'ait-item', '', 0),
(333, 1, '2020-01-15 11:59:21', '2020-01-15 11:59:21', '', 'Long Beach Green Room', '', 'publish', 'closed', 'closed', '', 'long-beach-green-room', '', '', '2020-01-15 11:59:21', '2020-01-15 11:59:21', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=333', 0, 'ait-item', '', 0),
(334, 1, '2020-01-14 20:23:34', '2020-01-14 20:23:34', '', 'Long Beach Green Room', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2020-01-14 20:23:34', '2020-01-14 20:23:34', '', 333, 'https://your420map.com/web/2020/01/14/333-revision-v1/', 0, 'revision', '', 0),
(335, 1, '2020-01-15 11:59:35', '2020-01-15 11:59:35', '', 'lights out wellness', '', 'publish', 'closed', 'closed', '', 'lights-out-wellness', '', '', '2020-01-15 11:59:35', '2020-01-15 11:59:35', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=335', 0, 'ait-item', '', 0),
(336, 1, '2020-01-15 11:59:48', '2020-01-15 11:59:48', '', 'JET ROOM', '', 'publish', 'closed', 'closed', '', 'jet-room', '', '', '2020-01-15 11:59:48', '2020-01-15 11:59:48', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=336', 0, 'ait-item', '', 0),
(337, 1, '2020-01-15 12:00:04', '2020-01-15 12:00:04', '', 'HAZEL', '', 'publish', 'closed', 'closed', '', 'hazel', '', '', '2020-01-15 12:00:04', '2020-01-15 12:00:04', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=337', 0, 'ait-item', '', 0),
(338, 1, '2020-01-15 12:00:19', '2020-01-15 12:00:19', '', 'The Circle', '', 'publish', 'closed', 'closed', '', 'the-circle', '', '', '2020-01-15 12:00:19', '2020-01-15 12:00:19', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=338', 0, 'ait-item', '', 0);
INSERT INTO `wpir_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(339, 1, '2020-01-15 12:00:32', '2020-01-15 12:00:32', '', 'SOVERIGN', '', 'publish', 'closed', 'closed', '', 'soverign', '', '', '2020-01-15 12:00:32', '2020-01-15 12:00:32', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=339', 0, 'ait-item', '', 0),
(340, 1, '2020-01-15 12:09:34', '2020-01-15 12:09:34', '', 'church of newport mesa', '', 'publish', 'closed', 'closed', '', 'church-of-newport-mesa', '', '', '2020-01-15 12:09:34', '2020-01-15 12:09:34', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=340', 0, 'ait-item', '', 0),
(341, 1, '2020-01-14 20:23:34', '2020-01-14 20:23:34', '', 'church of newport mesa', '', 'inherit', 'closed', 'closed', '', '340-revision-v1', '', '', '2020-01-14 20:23:34', '2020-01-14 20:23:34', '', 340, 'https://your420map.com/web/2020/01/14/340-revision-v1/', 0, 'revision', '', 0),
(342, 1, '2020-01-14 20:23:34', '2020-01-14 20:23:34', '', 'Church of Newport Mesa', '', 'inherit', 'closed', 'closed', '', '340-revision-v1', '', '', '2020-01-14 20:23:34', '2020-01-14 20:23:34', '', 340, 'https://your420map.com/web/2020/01/14/340-revision-v1/', 0, 'revision', '', 0),
(343, 1, '2020-01-14 20:23:34', '2020-01-14 20:23:34', '', 'church of newport mesa', '', 'inherit', 'closed', 'closed', '', '340-revision-v1', '', '', '2020-01-14 20:23:34', '2020-01-14 20:23:34', '', 340, 'https://your420map.com/web/2020/01/14/340-revision-v1/', 0, 'revision', '', 0),
(344, 1, '2020-01-15 12:09:21', '2020-01-15 12:09:21', '', 'SINSEMILLA', '', 'publish', 'closed', 'closed', '', 'sinsemilla', '', '', '2020-01-15 12:09:21', '2020-01-15 12:09:21', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=344', 0, 'ait-item', '', 0),
(345, 1, '2020-01-15 11:52:40', '2020-01-15 11:52:40', '', 'HERBAN LEGENDS', '', 'publish', 'closed', 'closed', '', 'herban-legends', '', '', '2020-01-15 11:52:40', '2020-01-15 11:52:40', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=345', 0, 'ait-item', '', 0),
(346, 1, '2020-01-15 11:52:51', '2020-01-15 11:52:51', '', '20 Collective', '', 'publish', 'closed', 'closed', '', '20-collective', '', '', '2020-01-15 11:52:51', '2020-01-15 11:52:51', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=346', 0, 'ait-item', '', 0),
(347, 1, '2020-01-15 11:53:00', '2020-01-15 11:53:00', '', 'DRAGINFLY WELLNESS CENTER', '', 'publish', 'closed', 'closed', '', 'draginfly-wellness-center', '', '', '2020-01-15 11:53:00', '2020-01-15 11:53:00', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=347', 0, 'ait-item', '', 0),
(348, 1, '2020-01-15 11:52:21', '2020-01-15 11:52:21', '', 'the healing touch', '', 'publish', 'closed', 'closed', '', 'the-healing-touch', '', '', '2020-01-15 11:52:21', '2020-01-15 11:52:21', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=348', 0, 'ait-item', '', 0),
(349, 1, '2020-01-15 11:52:30', '2020-01-15 11:52:30', '', 'HEALING TOUCH', '', 'publish', 'closed', 'closed', '', 'healing-touch', '', '', '2020-01-15 11:52:30', '2020-01-15 11:52:30', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=349', 0, 'ait-item', '', 0),
(350, 1, '2020-01-15 11:53:10', '2020-01-15 11:53:10', '', 'Green Buds', '', 'publish', 'closed', 'closed', '', 'green-buds', '', '', '2020-01-15 11:53:10', '2020-01-15 11:53:10', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=350', 0, 'ait-item', '', 0),
(351, 1, '2020-01-15 09:55:28', '2020-01-15 09:55:28', '', 'LA Kush', '', 'publish', 'closed', 'closed', '', 'la-kush', '', '', '2020-01-15 09:55:28', '2020-01-15 09:55:28', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=351', 0, 'ait-item', '', 0),
(352, 1, '2020-01-15 11:51:57', '2020-01-15 11:51:57', '', 'Flora Terra', '', 'publish', 'closed', 'closed', '', 'flora-terra', '', '', '2020-01-15 11:51:57', '2020-01-15 11:51:57', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=352', 0, 'ait-item', '', 0),
(353, 1, '2020-01-15 11:52:06', '2020-01-15 11:52:06', '', 'Compton Flight Club', '', 'publish', 'closed', 'closed', '', 'compton-flight-club', '', '', '2020-01-15 11:52:06', '2020-01-15 11:52:06', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=353', 0, 'ait-item', '', 0),
(354, 1, '2020-01-15 11:52:13', '2020-01-15 11:52:13', '', 'holistic alternatove inc', '', 'publish', 'closed', 'closed', '', 'holistic-alternatove-inc', '', '', '2020-01-15 11:52:13', '2020-01-15 11:52:13', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=354', 0, 'ait-item', '', 0),
(355, 1, '2020-01-15 11:38:56', '2020-01-15 11:38:56', '', 'supreme purity', '', 'publish', 'closed', 'closed', '', 'supreme-purity', '', '', '2020-01-15 11:38:56', '2020-01-15 11:38:56', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=355', 0, 'ait-item', '', 0),
(356, 1, '2020-01-14 20:23:36', '2020-01-14 20:23:36', '', 'supreme purity', '', 'inherit', 'closed', 'closed', '', '355-revision-v1', '', '', '2020-01-14 20:23:36', '2020-01-14 20:23:36', '', 355, 'https://your420map.com/web/2020/01/14/355-revision-v1/', 0, 'revision', '', 0),
(357, 1, '2020-01-14 20:23:36', '2020-01-14 20:23:36', '', 'Supreme Purity', '', 'inherit', 'closed', 'closed', '', '355-revision-v1', '', '', '2020-01-14 20:23:36', '2020-01-14 20:23:36', '', 355, 'https://your420map.com/web/2020/01/14/355-revision-v1/', 0, 'revision', '', 0),
(358, 1, '2020-01-14 20:23:37', '2020-01-14 20:23:37', '', 'supreme purity', '', 'inherit', 'closed', 'closed', '', '355-revision-v1', '', '', '2020-01-14 20:23:37', '2020-01-14 20:23:37', '', 355, 'https://your420map.com/web/2020/01/14/355-revision-v1/', 0, 'revision', '', 0),
(359, 1, '2020-01-15 11:39:06', '2020-01-15 11:39:06', '', 'cloud 9', '', 'publish', 'closed', 'closed', '', 'cloud-9', '', '', '2020-01-15 11:39:06', '2020-01-15 11:39:06', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=359', 0, 'ait-item', '', 0),
(360, 1, '2020-01-15 11:39:15', '2020-01-15 11:39:15', '', '1841 EL CAMINO', '', 'publish', 'closed', 'closed', '', '1841-el-camino', '', '', '2020-01-15 11:39:15', '2020-01-15 11:39:15', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=360', 0, 'ait-item', '', 0),
(361, 1, '2020-01-14 20:23:37', '2020-01-14 20:23:37', '', '1841 EL CAMINO', '', 'inherit', 'closed', 'closed', '', '360-revision-v1', '', '', '2020-01-14 20:23:37', '2020-01-14 20:23:37', '', 360, 'https://your420map.com/web/2020/01/14/360-revision-v1/', 0, 'revision', '', 0),
(362, 1, '2020-01-15 11:39:23', '2020-01-15 11:39:23', '', '5g bank', '', 'publish', 'closed', 'closed', '', '5g-bank', '', '', '2020-01-15 11:39:23', '2020-01-15 11:39:23', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=362', 0, 'ait-item', '', 0),
(363, 1, '2020-01-15 11:39:34', '2020-01-15 11:39:34', '', 'bud king', '', 'publish', 'closed', 'closed', '', 'bud-king', '', '', '2020-01-15 11:39:34', '2020-01-15 11:39:34', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=363', 0, 'ait-item', '', 0),
(364, 1, '2020-01-15 11:39:43', '2020-01-15 11:39:43', '', 'mission hillsPC', '', 'publish', 'closed', 'closed', '', 'mission-hillspc', '', '', '2020-01-15 11:39:43', '2020-01-15 11:39:43', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=364', 0, 'ait-item', '', 0),
(365, 1, '2020-01-15 11:39:52', '2020-01-15 11:39:52', '', 'RDC syndicate', '', 'publish', 'closed', 'closed', '', 'rdc-syndicate', '', '', '2020-01-15 11:39:52', '2020-01-15 11:39:52', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=365', 0, 'ait-item', '', 0),
(366, 1, '2020-01-15 11:40:03', '2020-01-15 11:40:03', '', 'CPR', '', 'publish', 'closed', 'closed', '', 'cpr', '', '', '2020-01-15 11:40:03', '2020-01-15 11:40:03', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=366', 0, 'ait-item', '', 0),
(367, 1, '2020-01-15 11:40:13', '2020-01-15 11:40:13', '', 'ogx the hemp co', '', 'publish', 'closed', 'closed', '', 'ogx-the-hemp-co', '', '', '2020-01-15 11:40:13', '2020-01-15 11:40:13', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=367', 0, 'ait-item', '', 0),
(368, 1, '2020-01-15 11:40:23', '2020-01-15 11:40:23', '', 'Dr Doolittle', '', 'publish', 'closed', 'closed', '', 'dr-doolittle', '', '', '2020-01-15 11:40:23', '2020-01-15 11:40:23', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=368', 0, 'ait-item', '', 0),
(369, 1, '2020-01-15 11:40:32', '2020-01-15 11:40:32', '', 'Crestmore Smoke House', '', 'publish', 'closed', 'closed', '', 'crestmore-smoke-house', '', '', '2020-01-15 11:40:32', '2020-01-15 11:40:32', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=369', 0, 'ait-item', '', 0),
(370, 1, '2020-01-15 11:40:41', '2020-01-15 11:40:41', '', 'OC', '', 'publish', 'closed', 'closed', '', 'oc', '', '', '2020-01-15 11:40:41', '2020-01-15 11:40:41', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=370', 0, 'ait-item', '', 0),
(371, 1, '2020-01-15 11:40:52', '2020-01-15 11:40:52', '', 'cali connoisseur club', '', 'publish', 'closed', 'closed', '', 'cali-connoisseur-club', '', '', '2020-01-15 11:40:52', '2020-01-15 11:40:52', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=371', 0, 'ait-item', '', 0),
(372, 1, '2020-01-15 11:41:11', '2020-01-15 11:41:11', '', 'cali connoisseur', '', 'publish', 'closed', 'closed', '', 'cali-connoisseur', '', '', '2020-01-15 11:41:11', '2020-01-15 11:41:11', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=372', 0, 'ait-item', '', 0),
(373, 1, '2020-01-14 20:23:37', '2020-01-14 20:23:37', '', 'golden lotus', '', 'inherit', 'closed', 'closed', '', '32-revision-v1', '', '', '2020-01-14 20:23:37', '2020-01-14 20:23:37', '', 32, 'https://your420map.com/web/2020/01/14/32-revision-v1/', 0, 'revision', '', 0),
(374, 1, '2020-01-15 11:41:21', '2020-01-15 11:41:21', '', 'Compassionate Heart', '', 'publish', 'closed', 'closed', '', 'compassionate-heart', '', '', '2020-01-15 11:41:21', '2020-01-15 11:41:21', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=374', 0, 'ait-item', '', 0),
(375, 1, '2020-01-15 11:49:09', '2020-01-15 11:49:09', '', 'SCSA', '', 'publish', 'closed', 'closed', '', 'scsa', '', '', '2020-01-15 11:49:09', '2020-01-15 11:49:09', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=375', 0, 'ait-item', '', 0),
(376, 1, '2020-01-14 20:23:37', '2020-01-14 20:23:37', '', 'SCSA', '', 'inherit', 'closed', 'closed', '', '375-revision-v1', '', '', '2020-01-14 20:23:37', '2020-01-14 20:23:37', '', 375, 'https://your420map.com/web/2020/01/14/375-revision-v1/', 0, 'revision', '', 0),
(377, 1, '2020-01-15 11:51:32', '2020-01-15 11:51:32', '', 'HHC Plus', '', 'publish', 'closed', 'closed', '', 'hhc-plus', '', '', '2020-01-15 11:51:32', '2020-01-15 11:51:32', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=377', 0, 'ait-item', '', 0),
(378, 1, '2020-01-15 11:51:41', '2020-01-15 11:51:41', '', 'BLUM SAN LEANDRO', '', 'publish', 'closed', 'closed', '', 'blum-san-leandro', '', '', '2020-01-15 11:51:41', '2020-01-15 11:51:41', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=378', 0, 'ait-item', '', 0),
(379, 1, '2020-01-15 11:51:49', '2020-01-15 11:51:49', '', 'rowland trees', '', 'publish', 'closed', 'closed', '', 'rowland-trees', '', '', '2020-01-15 11:51:49', '2020-01-15 11:51:49', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=379', 0, 'ait-item', '', 0),
(380, 1, '2020-01-15 11:34:10', '2020-01-15 11:34:10', '', 'NUG', '', 'publish', 'closed', 'closed', '', 'nug', '', '', '2020-01-15 11:34:10', '2020-01-15 11:34:10', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=380', 0, 'ait-item', '', 0),
(381, 1, '2020-01-15 11:34:32', '2020-01-15 11:34:32', '', 'retry ministy', '', 'publish', 'closed', 'closed', '', 'retry-ministy', '', '', '2020-01-15 11:34:32', '2020-01-15 11:34:32', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=381', 0, 'ait-item', '', 0),
(382, 1, '2020-01-15 11:34:41', '2020-01-15 11:34:41', '', 'cloud nation', '', 'publish', 'closed', 'closed', '', 'cloud-nation', '', '', '2020-01-15 11:34:41', '2020-01-15 11:34:41', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=382', 0, 'ait-item', '', 0),
(383, 1, '2020-01-15 11:35:01', '2020-01-15 11:35:01', '', 'the kind center', '', 'publish', 'closed', 'closed', '', 'the-kind-center', '', '', '2020-01-15 11:35:01', '2020-01-15 11:35:01', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=383', 0, 'ait-item', '', 0),
(384, 1, '2020-01-15 11:34:51', '2020-01-15 11:34:51', '', 'the station', '', 'publish', 'closed', 'closed', '', 'the-station', '', '', '2020-01-15 11:34:51', '2020-01-15 11:34:51', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=384', 0, 'ait-item', '', 0),
(385, 1, '2020-01-15 11:35:12', '2020-01-15 11:35:12', '', 'Life Enhancement Services', '', 'publish', 'closed', 'closed', '', 'life-enhancement-services', '', '', '2020-01-15 11:35:12', '2020-01-15 11:35:12', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=385', 0, 'ait-item', '', 0),
(386, 1, '2020-01-15 11:35:25', '2020-01-15 11:35:25', '', 'blue fire', '', 'publish', 'closed', 'closed', '', 'blue-fire', '', '', '2020-01-15 11:35:25', '2020-01-15 11:35:25', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=386', 0, 'ait-item', '', 0),
(387, 1, '2020-01-15 11:35:37', '2020-01-15 11:35:37', '', 'MCPG HAPPY HERBS', '', 'publish', 'closed', 'closed', '', 'mcpg-happy-herbs', '', '', '2020-01-15 11:35:37', '2020-01-15 11:35:37', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=387', 0, 'ait-item', '', 0),
(388, 1, '2020-01-14 20:23:39', '2020-01-14 20:23:39', '', 'MCPG HAPPY HERBS', '', 'inherit', 'closed', 'closed', '', '387-revision-v1', '', '', '2020-01-14 20:23:39', '2020-01-14 20:23:39', '', 387, 'https://your420map.com/web/2020/01/14/387-revision-v1/', 0, 'revision', '', 0),
(389, 1, '2020-01-15 11:35:47', '2020-01-15 11:35:47', '', 'Long Lodge Tribal Enterprises', '', 'publish', 'closed', 'closed', '', 'long-lodge-tribal-enterprises', '', '', '2020-01-15 11:35:47', '2020-01-15 11:35:47', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=389', 0, 'ait-item', '', 0),
(390, 1, '2020-01-15 11:36:00', '2020-01-15 11:36:00', '', 'High Society Welness Center', '', 'publish', 'closed', 'closed', '', 'high-society-welness-center', '', '', '2020-01-15 11:36:00', '2020-01-15 11:36:00', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=390', 0, 'ait-item', '', 0),
(391, 1, '2020-01-14 20:23:39', '2020-01-14 20:23:39', '', 'Dr Greenthumb', '', 'inherit', 'closed', 'closed', '', '196-revision-v1', '', '', '2020-01-14 20:23:39', '2020-01-14 20:23:39', '', 196, 'https://your420map.com/web/2020/01/14/196-revision-v1/', 0, 'revision', '', 0),
(392, 1, '2020-01-15 11:36:11', '2020-01-15 11:36:11', '', 'ANACOSTIA', '', 'publish', 'closed', 'closed', '', 'anacostia', '', '', '2020-01-15 11:36:11', '2020-01-15 11:36:11', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=392', 0, 'ait-item', '', 0),
(393, 1, '2020-01-15 11:38:34', '2020-01-15 11:38:34', '', 'rollin exotics', '', 'publish', 'closed', 'closed', '', 'rollin-exotics', '', '', '2020-01-19 21:10:20', '2020-01-19 21:10:20', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=393', 0, 'ait-item', '', 0),
(394, 1, '2020-01-15 09:17:54', '2020-01-15 09:17:54', '', 'Buddha Company', '', 'publish', 'closed', 'closed', '', 'buddha-company', '', '', '2020-01-15 09:17:54', '2020-01-15 09:17:54', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=394', 0, 'ait-item', '', 0),
(395, 1, '2020-01-15 11:38:27', '2020-01-15 11:38:27', '', 'doctors', '', 'publish', 'closed', 'closed', '', 'doctors', '', '', '2020-01-15 11:38:27', '2020-01-15 11:38:27', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=395', 0, 'ait-item', '', 0),
(396, 1, '2020-01-15 11:33:33', '2020-01-15 11:33:33', '', 'Dank Trees', '', 'publish', 'closed', 'closed', '', 'dank-trees', '', '', '2020-01-15 11:33:33', '2020-01-15 11:33:33', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=396', 0, 'ait-item', '', 0),
(397, 1, '2020-01-15 11:33:42', '2020-01-15 11:33:42', '', 'Westpoint Medicinal', '', 'publish', 'closed', 'closed', '', 'westpoint-medicinal', '', '', '2020-01-15 11:33:42', '2020-01-15 11:33:42', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=397', 0, 'ait-item', '', 0),
(398, 1, '2020-01-15 11:33:51', '2020-01-15 11:33:51', '', 'westpoint', '', 'publish', 'closed', 'closed', '', 'westpoint', '', '', '2020-01-15 11:33:51', '2020-01-15 11:33:51', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=398', 0, 'ait-item', '', 0),
(399, 1, '2020-01-15 11:34:00', '2020-01-15 11:34:00', '', 'purelife', '', 'publish', 'closed', 'closed', '', 'purelife', '', '', '2020-01-15 11:34:00', '2020-01-15 11:34:00', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=399', 0, 'ait-item', '', 0),
(400, 1, '2020-01-15 11:30:34', '2020-01-15 11:30:34', '', 'Harbor Holy Fire', '', 'publish', 'closed', 'closed', '', 'harbor-holy-fire', '', '', '2020-01-15 11:30:34', '2020-01-15 11:30:34', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=400', 0, 'ait-item', '', 0),
(401, 1, '2020-01-15 11:30:43', '2020-01-15 11:30:43', '', 'Univerde One Love', '', 'publish', 'closed', 'closed', '', 'univerde-one-love', '', '', '2020-01-15 11:30:43', '2020-01-15 11:30:43', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=401', 0, 'ait-item', '', 0),
(402, 1, '2020-01-15 11:08:06', '2020-01-15 11:08:06', '', 'NUG WELLNESS', '', 'publish', 'closed', 'closed', '', 'nug-wellness', '', '', '2020-01-15 11:08:06', '2020-01-15 11:08:06', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=402', 0, 'ait-item', '', 0),
(403, 1, '2020-01-15 11:30:51', '2020-01-15 11:30:51', '', 'CANNBIS COLLECTIVE', '', 'publish', 'closed', 'closed', '', 'cannbis-collective', '', '', '2020-01-15 11:30:51', '2020-01-15 11:30:51', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=403', 0, 'ait-item', '', 0),
(404, 1, '2020-01-15 11:31:01', '2020-01-15 11:31:01', '', 'walgreens', '', 'publish', 'closed', 'closed', '', 'walgreens', '', '', '2020-01-15 11:31:01', '2020-01-15 11:31:01', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=404', 0, 'ait-item', '', 0),
(405, 1, '2020-01-15 11:31:13', '2020-01-15 11:31:13', '', 'lytt', '', 'publish', 'closed', 'closed', '', 'lytt', '', '', '2020-01-15 11:31:13', '2020-01-15 11:31:13', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=405', 0, 'ait-item', '', 0),
(406, 1, '2020-01-15 11:31:21', '2020-01-15 11:31:21', '', 'Cloud 8th', '', 'publish', 'closed', 'closed', '', 'cloud-8th', '', '', '2020-01-15 11:31:21', '2020-01-15 11:31:21', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=406', 0, 'ait-item', '', 0),
(407, 1, '2020-01-15 11:31:30', '2020-01-15 11:31:30', '', 'Compton Cure', '', 'publish', 'closed', 'closed', '', 'compton-cure', '', '', '2020-01-15 11:31:30', '2020-01-15 11:31:30', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=407', 0, 'ait-item', '', 0),
(408, 1, '2020-01-15 11:33:13', '2020-01-15 11:33:13', '', '2one2', '', 'publish', 'closed', 'closed', '', '2one2', '', '', '2020-01-15 11:33:13', '2020-01-15 11:33:13', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=408', 0, 'ait-item', '', 0),
(409, 1, '2020-01-15 11:33:23', '2020-01-15 11:33:23', '', 'Davis Cannabis Co', '', 'publish', 'closed', 'closed', '', 'davis-cannabis-co', '', '', '2020-01-15 11:33:23', '2020-01-15 11:33:23', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=409', 0, 'ait-item', '', 0),
(410, 1, '2020-01-15 11:30:05', '2020-01-15 11:30:05', '', 'fair oaks', '', 'publish', 'closed', 'closed', '', 'fair-oaks', '', '', '2020-01-15 11:30:05', '2020-01-15 11:30:05', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=410', 0, 'ait-item', '', 0),
(411, 1, '2020-01-15 11:30:14', '2020-01-15 11:30:14', '', 'manchester remedy', '', 'publish', 'closed', 'closed', '', 'manchester-remedy', '', '', '2020-01-15 11:30:14', '2020-01-15 11:30:14', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=411', 0, 'ait-item', '', 0),
(412, 1, '2020-01-15 11:30:25', '2020-01-15 11:30:25', '', 'the plug 20 cap', '', 'publish', 'closed', 'closed', '', 'the-plug-20-cap', '', '', '2020-01-15 11:30:25', '2020-01-15 11:30:25', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=412', 0, 'ait-item', '', 0),
(413, 1, '2020-01-15 11:24:50', '2020-01-15 11:24:50', '', 'Huntington Park Collective', '', 'publish', 'closed', 'closed', '', 'huntington-park-collective', '', '', '2020-01-15 11:24:50', '2020-01-15 11:24:50', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=413', 0, 'ait-item', '', 0),
(414, 1, '2020-01-15 11:24:58', '2020-01-15 11:24:58', '', 'strain balboa', '', 'publish', 'closed', 'closed', '', 'strain-balboa', '', '', '2020-01-15 11:24:58', '2020-01-15 11:24:58', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=414', 0, 'ait-item', '', 0),
(415, 1, '2020-01-15 11:25:04', '2020-01-15 11:25:04', '', 'highway 33', '', 'publish', 'closed', 'closed', '', 'highway-33', '', '', '2020-01-15 11:25:04', '2020-01-15 11:25:04', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=415', 0, 'ait-item', '', 0),
(416, 1, '2020-01-14 20:23:42', '2020-01-14 20:23:42', '', 'highway 33', '', 'inherit', 'closed', 'closed', '', '415-revision-v1', '', '', '2020-01-14 20:23:42', '2020-01-14 20:23:42', '', 415, 'https://your420map.com/web/2020/01/14/415-revision-v1/', 0, 'revision', '', 0),
(417, 1, '2020-01-15 11:25:11', '2020-01-15 11:25:11', '', 'lake forest healing center', '', 'publish', 'closed', 'closed', '', 'lake-forest-healing-center', '', '', '2020-01-15 11:25:11', '2020-01-15 11:25:11', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=417', 0, 'ait-item', '', 0),
(418, 1, '2020-01-15 11:25:19', '2020-01-15 11:25:19', '', 'h street patient care', '', 'publish', 'closed', 'closed', '', 'h-street-patient-care', '', '', '2020-01-15 11:25:19', '2020-01-15 11:25:19', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=418', 0, 'ait-item', '', 0),
(419, 1, '2020-01-14 20:23:42', '2020-01-14 20:23:42', '', 'High Season', '', 'inherit', 'closed', 'closed', '', '139-revision-v1', '', '', '2020-01-14 20:23:42', '2020-01-14 20:23:42', '', 139, 'https://your420map.com/web/2020/01/14/139-revision-v1/', 0, 'revision', '', 0),
(420, 1, '2020-01-15 11:25:29', '2020-01-15 11:25:29', '', 'City Compassionate Caregivers', '', 'publish', 'closed', 'closed', '', 'city-compassionate-caregivers', '', '', '2020-01-15 11:25:29', '2020-01-15 11:25:29', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=420', 0, 'ait-item', '', 0),
(421, 1, '2020-01-15 11:25:42', '2020-01-15 11:25:42', '', 'Rose Garden', '', 'publish', 'closed', 'closed', '', 'rose-garden', '', '', '2020-01-15 11:25:42', '2020-01-15 11:25:42', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=421', 0, 'ait-item', '', 0),
(422, 1, '2020-01-15 11:25:51', '2020-01-15 11:25:51', '', 'phog center', '', 'publish', 'closed', 'closed', '', 'phog-center', '', '', '2020-01-15 11:25:51', '2020-01-15 11:25:51', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=422', 0, 'ait-item', '', 0),
(423, 1, '2020-01-15 11:26:05', '2020-01-15 11:26:05', '', 'Firestone 20 Cap', '', 'publish', 'closed', 'closed', '', 'firestone-20-cap', '', '', '2020-01-19 20:43:03', '2020-01-19 20:43:03', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=423', 0, 'ait-item', '', 0),
(424, 1, '2020-01-15 11:26:13', '2020-01-15 11:26:13', '', 'SCF', '', 'publish', 'closed', 'closed', '', 'scf', '', '', '2020-01-15 11:26:13', '2020-01-15 11:26:13', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=424', 0, 'ait-item', '', 0),
(425, 1, '2020-01-15 11:26:20', '2020-01-15 11:26:20', '', 'MILE HIGH', '', 'publish', 'closed', 'closed', '', 'mile-high', '', '', '2020-01-15 11:26:20', '2020-01-15 11:26:20', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=425', 0, 'ait-item', '', 0),
(426, 1, '2020-01-15 11:26:30', '2020-01-15 11:26:30', '', 'Santa Cryz Mountain Herbs', '', 'publish', 'closed', 'closed', '', 'santa-cryz-mountain-herbs', '', '', '2020-01-15 11:26:30', '2020-01-15 11:26:30', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=426', 0, 'ait-item', '', 0),
(427, 1, '2020-01-15 11:26:37', '2020-01-15 11:26:37', '', 'South Bay Church', '', 'publish', 'closed', 'closed', '', 'south-bay-church', '', '', '2020-01-15 11:26:37', '2020-01-15 11:26:37', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=427', 0, 'ait-item', '', 0),
(428, 1, '2020-01-15 11:26:47', '2020-01-15 11:26:47', '', '420 pit stop', '', 'publish', 'closed', 'closed', '', '420-pit-stop', '', '', '2020-01-15 11:26:47', '2020-01-15 11:26:47', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=428', 0, 'ait-item', '', 0),
(429, 1, '2020-01-14 20:23:42', '2020-01-14 20:23:42', '', '420 pit stop', '', 'inherit', 'closed', 'closed', '', '428-revision-v1', '', '', '2020-01-14 20:23:42', '2020-01-14 20:23:42', '', 428, 'https://your420map.com/web/2020/01/14/428-revision-v1/', 0, 'revision', '', 0),
(430, 1, '2020-01-15 11:26:57', '2020-01-15 11:26:57', '', 'Supreme Remedies', '', 'publish', 'closed', 'closed', '', 'supreme-remedies', '', '', '2020-01-15 11:26:57', '2020-01-15 11:26:57', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=430', 0, 'ait-item', '', 0),
(431, 1, '2020-01-15 11:29:21', '2020-01-15 11:29:21', '', '8th or Better', '', 'publish', 'closed', 'closed', '', '8th-or-better', '', '', '2020-01-15 11:29:21', '2020-01-15 11:29:21', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=431', 0, 'ait-item', '', 0),
(432, 1, '2020-01-15 11:29:28', '2020-01-15 11:29:28', '', 'Berkeley Patients Group', '', 'publish', 'closed', 'closed', '', 'berkeley-patients-group', '', '', '2020-01-15 11:29:28', '2020-01-15 11:29:28', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=432', 0, 'ait-item', '', 0),
(433, 1, '2020-01-15 11:29:38', '2020-01-15 11:29:38', '', 'daily releaf', '', 'publish', 'closed', 'closed', '', 'daily-releaf', '', '', '2020-01-15 11:29:38', '2020-01-15 11:29:38', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=433', 0, 'ait-item', '', 0),
(434, 1, '2020-01-15 11:29:45', '2020-01-15 11:29:45', '', 'pomonas green', '', 'publish', 'closed', 'closed', '', 'pomonas-green', '', '', '2020-01-15 11:29:45', '2020-01-15 11:29:45', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=434', 0, 'ait-item', '', 0),
(435, 1, '2020-01-14 20:23:42', '2020-01-14 20:23:42', '', 'Urbn Leaf', '', 'inherit', 'closed', 'closed', '', '94-revision-v1', '', '', '2020-01-14 20:23:42', '2020-01-14 20:23:42', '', 94, 'https://your420map.com/web/2020/01/14/94-revision-v1/', 0, 'revision', '', 0),
(436, 1, '2020-01-15 10:01:22', '2020-01-15 10:01:22', '', 'connected cannabis', '', 'publish', 'closed', 'closed', '', 'connected-cannabis', '', '', '2020-01-15 10:01:22', '2020-01-15 10:01:22', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=436', 0, 'ait-item', '', 0),
(437, 1, '2020-01-15 11:21:15', '2020-01-15 11:21:15', '', 'HARBOR COLLECTIVE', '', 'publish', 'closed', 'closed', '', 'harbor-collective', '', '', '2020-01-15 11:21:15', '2020-01-15 11:21:15', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=437', 0, 'ait-item', '', 0),
(438, 1, '2020-01-15 11:29:56', '2020-01-15 11:29:56', '', 'Wake N Bake', '', 'publish', 'closed', 'closed', '', 'wake-n-bake', '', '', '2020-01-15 11:29:56', '2020-01-15 11:29:56', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=438', 0, 'ait-item', '', 0),
(439, 1, '2020-01-14 20:23:42', '2020-01-14 20:23:42', '', 'harbor collective', '', 'inherit', 'closed', 'closed', '', '437-revision-v1', '', '', '2020-01-14 20:23:42', '2020-01-14 20:23:42', '', 437, 'https://your420map.com/web/2020/01/14/437-revision-v1/', 0, 'revision', '', 0),
(440, 1, '2020-01-14 20:23:43', '2020-01-14 20:23:43', '', 'HARBOR COLLECTIVE', '', 'inherit', 'closed', 'closed', '', '437-revision-v1', '', '', '2020-01-14 20:23:43', '2020-01-14 20:23:43', '', 437, 'https://your420map.com/web/2020/01/14/437-revision-v1/', 0, 'revision', '', 0),
(441, 1, '2020-01-15 11:21:24', '2020-01-15 11:21:24', '', 'Weed Warehouse', '', 'publish', 'closed', 'closed', '', 'weed-warehouse', '', '', '2020-01-19 18:55:33', '2020-01-19 18:55:33', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=441', 30, 'ait-item', '', 0),
(442, 1, '2020-01-15 11:21:33', '2020-01-15 11:21:33', '', 'delta health', '', 'publish', 'closed', 'closed', '', 'delta-health', '', '', '2020-01-15 11:21:33', '2020-01-15 11:21:33', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=442', 0, 'ait-item', '', 0),
(443, 1, '2020-01-15 11:15:51', '2020-01-15 11:15:51', '', 'FAM', '', 'publish', 'closed', 'closed', '', 'fam', '', '', '2020-01-15 11:15:51', '2020-01-15 11:15:51', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=443', 0, 'ait-item', '', 0),
(444, 1, '2020-01-15 11:15:59', '2020-01-15 11:15:59', '', 'Sonoma Patient Group', '', 'publish', 'closed', 'closed', '', 'sonoma-patient-group', '', '', '2020-01-15 11:15:59', '2020-01-15 11:15:59', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=444', 0, 'ait-item', '', 0),
(445, 1, '2020-01-15 11:16:10', '2020-01-15 11:16:10', '', 'h3 holistic', '', 'publish', 'closed', 'closed', '', 'h3-holistic', '', '', '2020-01-15 11:16:10', '2020-01-15 11:16:10', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=445', 0, 'ait-item', '', 0),
(446, 1, '2020-01-14 20:23:44', '2020-01-14 20:23:44', '', 'h3 holistic', '', 'inherit', 'closed', 'closed', '', '445-revision-v1', '', '', '2020-01-14 20:23:44', '2020-01-14 20:23:44', '', 445, 'https://your420map.com/web/2020/01/14/445-revision-v1/', 0, 'revision', '', 0),
(447, 1, '2020-01-15 11:16:20', '2020-01-15 11:16:20', '', 'H3 Holistic Heart Healing', '', 'publish', 'closed', 'closed', '', 'h3-holistic-heart-healing', '', '', '2020-01-15 11:16:20', '2020-01-15 11:16:20', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=447', 0, 'ait-item', '', 0),
(448, 1, '2020-01-14 20:23:44', '2020-01-14 20:23:44', '', 'H3 Holistic Heart Healing', '', 'inherit', 'closed', 'closed', '', '447-revision-v1', '', '', '2020-01-14 20:23:44', '2020-01-14 20:23:44', '', 447, 'https://your420map.com/web/2020/01/14/447-revision-v1/', 0, 'revision', '', 0),
(449, 1, '2020-01-15 11:16:29', '2020-01-15 11:16:29', '', 'eco cannabos', '', 'publish', 'closed', 'closed', '', 'eco-cannabos', '', '', '2020-01-15 11:16:29', '2020-01-15 11:16:29', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=449', 0, 'ait-item', '', 0),
(450, 1, '2020-01-15 11:16:38', '2020-01-15 11:16:38', '', 'Garden OF FAITH', '', 'publish', 'closed', 'closed', '', 'garden-of-faith', '', '', '2020-01-15 11:16:38', '2020-01-15 11:16:38', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=450', 0, 'ait-item', '', 0),
(451, 1, '2020-01-15 11:16:50', '2020-01-15 11:16:50', '', 'elevated san fran', '', 'publish', 'closed', 'closed', '', 'elevated-san-fran', '', '', '2020-01-15 11:16:50', '2020-01-15 11:16:50', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=451', 0, 'ait-item', '', 0),
(452, 1, '2020-01-15 09:29:20', '2020-01-15 09:29:20', '', 'Harvest HOC', '', 'publish', 'closed', 'closed', '', 'harvest-hoc', '', '', '2020-01-15 09:29:20', '2020-01-15 09:29:20', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=452', 0, 'ait-item', '', 0),
(453, 1, '2020-01-15 11:16:59', '2020-01-15 11:16:59', '', 'Hi-Fidelity', '', 'publish', 'closed', 'closed', '', 'hi-fidelity', '', '', '2020-01-15 11:16:59', '2020-01-15 11:16:59', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=453', 0, 'ait-item', '', 0),
(454, 1, '2020-01-15 11:17:09', '2020-01-15 11:17:09', '', 'One Stop Shop', '', 'publish', 'closed', 'closed', '', 'one-stop-shop', '', '', '2020-01-15 11:17:09', '2020-01-15 11:17:09', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=454', 0, 'ait-item', '', 0),
(455, 1, '2020-01-15 11:17:20', '2020-01-15 11:17:20', '', 'CBD Stop', '', 'publish', 'closed', 'closed', '', 'cbd-stop', '', '', '2020-01-19 20:39:48', '2020-01-19 20:39:48', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=455', 0, 'ait-item', '', 0),
(456, 1, '2020-01-15 11:17:31', '2020-01-15 11:17:31', '', 'Backyard Greens', '', 'publish', 'closed', 'closed', '', 'backyard-greens', '', '', '2020-01-15 11:17:31', '2020-01-15 11:17:31', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=456', 0, 'ait-item', '', 0),
(457, 1, '2020-01-15 11:17:41', '2020-01-15 11:17:41', '', 'purple star md', '', 'publish', 'closed', 'closed', '', 'purple-star-md', '', '', '2020-01-15 11:17:41', '2020-01-15 11:17:41', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=457', 0, 'ait-item', '', 0),
(458, 1, '2020-01-14 20:23:44', '2020-01-14 20:23:44', '', 'purple star md', '', 'inherit', 'closed', 'closed', '', '457-revision-v1', '', '', '2020-01-14 20:23:44', '2020-01-14 20:23:44', '', 457, 'https://your420map.com/web/2020/01/14/457-revision-v1/', 0, 'revision', '', 0),
(459, 1, '2020-01-15 11:19:40', '2020-01-15 11:19:40', '', 'purple star', '', 'publish', 'closed', 'closed', '', 'purple-star', '', '', '2020-01-15 11:19:40', '2020-01-15 11:19:40', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=459', 0, 'ait-item', '', 0),
(460, 1, '2020-01-15 11:19:47', '2020-01-15 11:19:47', '', 'university 20 cap', '', 'publish', 'closed', 'closed', '', 'university-20-cap', '', '', '2020-01-15 11:19:47', '2020-01-15 11:19:47', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=460', 0, 'ait-item', '', 0),
(461, 1, '2020-01-15 11:19:55', '2020-01-15 11:19:55', '', 'cornerstore wellness', '', 'publish', 'closed', 'closed', '', 'cornerstore-wellness', '', '', '2020-01-15 11:19:55', '2020-01-15 11:19:55', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=461', 0, 'ait-item', '', 0),
(462, 1, '2020-01-15 11:20:03', '2020-01-15 11:20:03', '', 'CORNERSTONE WELLNESS', '', 'publish', 'closed', 'closed', '', 'cornerstone-wellness', '', '', '2020-01-15 11:20:03', '2020-01-15 11:20:03', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=462', 0, 'ait-item', '', 0),
(463, 1, '2020-01-15 11:20:12', '2020-01-15 11:20:12', '', '123 Broadway', '', 'publish', 'closed', 'closed', '', '123-broadway', '', '', '2020-01-15 11:20:12', '2020-01-15 11:20:12', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=463', 0, 'ait-item', '', 0),
(464, 1, '2020-01-15 11:20:20', '2020-01-15 11:20:20', '', 'Patients Care Collective', '', 'publish', 'closed', 'closed', '', 'patients-care-collective', '', '', '2020-01-15 11:20:20', '2020-01-15 11:20:20', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=464', 0, 'ait-item', '', 0),
(465, 1, '2020-01-15 11:20:30', '2020-01-15 11:20:30', '', 'EVOLV Cannabis', '', 'publish', 'closed', 'closed', '', 'evolv-cannabis', '', '', '2020-01-15 11:20:30', '2020-01-15 11:20:30', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=465', 0, 'ait-item', '', 0),
(466, 1, '2020-01-15 11:20:38', '2020-01-15 11:20:38', '', 'LEAF BETTER', '', 'publish', 'closed', 'closed', '', 'leaf-better', '', '', '2020-01-15 11:20:38', '2020-01-15 11:20:38', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=466', 0, 'ait-item', '', 0),
(467, 1, '2020-01-15 11:20:47', '2020-01-15 11:20:47', '', 'OG Compton', '', 'publish', 'closed', 'closed', '', 'og-compton', '', '', '2020-01-15 11:20:47', '2020-01-15 11:20:47', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=467', 0, 'ait-item', '', 0),
(468, 1, '2020-01-15 11:20:56', '2020-01-15 11:20:56', '', 'Sundialed Ukiah', '', 'publish', 'closed', 'closed', '', 'sundialed-ukiah', '', '', '2020-01-15 11:20:56', '2020-01-15 11:20:56', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=468', 0, 'ait-item', '', 0),
(469, 1, '2020-01-15 11:21:05', '2020-01-15 11:21:05', '', 'kaneh bosm healing ministry', '', 'publish', 'closed', 'closed', '', 'kaneh-bosm-healing-ministry', '', '', '2020-01-15 11:21:05', '2020-01-15 11:21:05', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=469', 0, 'ait-item', '', 0),
(470, 1, '2020-01-15 11:12:32', '2020-01-15 11:12:32', '', 'Calaveras', '', 'publish', 'closed', 'closed', '', 'calaveras', '', '', '2020-01-15 11:12:32', '2020-01-15 11:12:32', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=470', 0, 'ait-item', '', 0),
(471, 1, '2020-01-15 11:08:15', '2020-01-15 11:08:15', '', 'from the earth', '', 'publish', 'closed', 'closed', '', 'from-the-earth', '', '', '2020-01-15 11:08:15', '2020-01-15 11:08:15', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=471', 0, 'ait-item', '', 0),
(472, 1, '2020-01-15 11:12:42', '2020-01-15 11:12:42', '', 'skunkmaster', '', 'publish', 'closed', 'closed', '', 'skunkmaster', '', '', '2020-01-15 11:12:42', '2020-01-15 11:12:42', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=472', 0, 'ait-item', '', 0),
(473, 1, '2020-01-15 11:12:54', '2020-01-15 11:12:54', '', 'super buds', '', 'publish', 'closed', 'closed', '', 'super-buds', '', '', '2020-01-15 11:12:54', '2020-01-15 11:12:54', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=473', 0, 'ait-item', '', 0),
(474, 1, '2020-01-15 11:13:03', '2020-01-15 11:13:03', '', 'peoples OC', '', 'publish', 'closed', 'closed', '', 'peoples-oc', '', '', '2020-01-15 11:13:03', '2020-01-15 11:13:03', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=474', 0, 'ait-item', '', 0),
(475, 1, '2020-01-14 20:23:46', '2020-01-14 20:23:46', '', 'peoples oc', '', 'inherit', 'closed', 'closed', '', '474-revision-v1', '', '', '2020-01-14 20:23:46', '2020-01-14 20:23:46', '', 474, 'https://your420map.com/web/2020/01/14/474-revision-v1/', 0, 'revision', '', 0),
(476, 1, '2020-01-14 20:23:46', '2020-01-14 20:23:46', '', 'peoples OC', '', 'inherit', 'closed', 'closed', '', '474-revision-v1', '', '', '2020-01-14 20:23:46', '2020-01-14 20:23:46', '', 474, 'https://your420map.com/web/2020/01/14/474-revision-v1/', 0, 'revision', '', 0),
(477, 1, '2020-01-15 11:13:12', '2020-01-15 11:13:12', '', 'care collective', '', 'publish', 'closed', 'closed', '', 'care-collective', '', '', '2020-01-15 11:13:12', '2020-01-15 11:13:12', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=477', 0, 'ait-item', '', 0),
(478, 1, '2020-01-14 20:23:46', '2020-01-14 20:23:46', '', 'care collective', '', 'inherit', 'closed', 'closed', '', '477-revision-v1', '', '', '2020-01-14 20:23:46', '2020-01-14 20:23:46', '', 477, 'https://your420map.com/web/2020/01/14/477-revision-v1/', 0, 'revision', '', 0),
(479, 1, '2020-01-15 11:13:19', '2020-01-15 11:13:19', '', 'HP Pharmacy', '', 'publish', 'closed', 'closed', '', 'hp-pharmacy', '', '', '2020-01-15 11:13:19', '2020-01-15 11:13:19', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=479', 0, 'ait-item', '', 0),
(480, 1, '2020-01-15 11:13:32', '2020-01-15 11:13:32', '', 'dank house mds', '', 'publish', 'closed', 'closed', '', 'dank-house-mds', '', '', '2020-01-15 11:13:32', '2020-01-15 11:13:32', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=480', 0, 'ait-item', '', 0),
(481, 1, '2020-01-15 10:24:29', '2020-01-15 10:24:29', '', 'Dank House', '', 'publish', 'closed', 'closed', '', 'dank-house', '', '', '2020-01-15 10:24:29', '2020-01-15 10:24:29', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=481', 0, 'ait-item', '', 0),
(482, 1, '2020-01-15 11:13:39', '2020-01-15 11:13:39', '', 'Mission Grown', '', 'publish', 'closed', 'closed', '', 'mission-grown', '', '', '2020-01-15 11:13:39', '2020-01-15 11:13:39', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=482', 0, 'ait-item', '', 0),
(483, 1, '2020-01-15 11:15:01', '2020-01-15 11:15:01', '', 'tvc', '', 'publish', 'closed', 'closed', '', 'tvc', '', '', '2020-01-15 11:15:01', '2020-01-15 11:15:01', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=483', 0, 'ait-item', '', 0),
(484, 1, '2020-01-15 11:15:12', '2020-01-15 11:15:12', '', 'pico gardens', '', 'publish', 'closed', 'closed', '', 'pico-gardens', '', '', '2020-01-15 11:15:12', '2020-01-15 11:15:12', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=484', 0, 'ait-item', '', 0),
(485, 1, '2020-01-15 11:15:22', '2020-01-15 11:15:22', '', 'go green', '', 'publish', 'closed', 'closed', '', 'go-green', '', '', '2020-01-15 11:15:22', '2020-01-15 11:15:22', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=485', 0, 'ait-item', '', 0),
(486, 1, '2020-01-15 11:15:32', '2020-01-15 11:15:32', '', 'the lift', '', 'publish', 'closed', 'closed', '', 'the-lift', '', '', '2020-01-15 11:15:32', '2020-01-15 11:15:32', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=486', 0, 'ait-item', '', 0),
(487, 1, '2020-01-14 20:23:46', '2020-01-14 20:23:46', '', 'the lift', '', 'inherit', 'closed', 'closed', '', '486-revision-v1', '', '', '2020-01-14 20:23:46', '2020-01-14 20:23:46', '', 486, 'https://your420map.com/web/2020/01/14/486-revision-v1/', 0, 'revision', '', 0),
(488, 1, '2020-01-15 11:15:42', '2020-01-15 11:15:42', '', 'cathedral city cre collective', '', 'publish', 'closed', 'closed', '', 'cathedral-city-cre-collective', '', '', '2020-01-15 11:15:42', '2020-01-15 11:15:42', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=488', 0, 'ait-item', '', 0),
(489, 1, '2020-01-15 11:11:29', '2020-01-15 11:11:29', '', 'march and ash', '', 'publish', 'closed', 'closed', '', 'march-and-ash', '', '', '2020-01-15 11:11:29', '2020-01-15 11:11:29', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=489', 0, 'ait-item', '', 0),
(490, 1, '2020-01-15 11:11:40', '2020-01-15 11:11:40', '', 'The Awakening Temple', '', 'publish', 'closed', 'closed', '', 'the-awakening-temple', '', '', '2020-01-15 11:11:40', '2020-01-15 11:11:40', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=490', 0, 'ait-item', '', 0),
(491, 1, '2020-01-15 11:11:49', '2020-01-15 11:11:49', '', 'green remedy', '', 'publish', 'closed', 'closed', '', 'green-remedy', '', '', '2020-01-15 11:11:49', '2020-01-15 11:11:49', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=491', 0, 'ait-item', '', 0),
(492, 1, '2020-01-15 11:11:59', '2020-01-15 11:11:59', '', 'GREENWOLF LA PRE ICO', '', 'publish', 'closed', 'closed', '', 'greenwolf-la-pre-ico', '', '', '2020-01-15 11:11:59', '2020-01-15 11:11:59', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=492', 0, 'ait-item', '', 0),
(493, 1, '2020-01-15 11:12:10', '2020-01-15 11:12:10', '', 'herbarium 66', '', 'publish', 'closed', 'closed', '', 'herbarium-66', '', '', '2020-01-15 11:12:10', '2020-01-15 11:12:10', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=493', 0, 'ait-item', '', 0),
(494, 1, '2020-01-15 11:12:21', '2020-01-15 11:12:21', '', 'a therapeutic alternative', '', 'publish', 'closed', 'closed', '', 'a-therapeutic-alternative', '', '', '2020-01-15 11:12:21', '2020-01-15 11:12:21', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=494', 0, 'ait-item', '', 0),
(495, 1, '2020-01-14 20:23:47', '2020-01-14 20:23:47', '', 'from the earth', '', 'inherit', 'closed', 'closed', '', '471-revision-v1', '', '', '2020-01-14 20:23:47', '2020-01-14 20:23:47', '', 471, 'https://your420map.com/web/2020/01/14/471-revision-v1/', 0, 'revision', '', 0),
(496, 1, '2020-01-15 11:08:24', '2020-01-15 11:08:24', '', 'LA GAS HOUSE', '', 'publish', 'closed', 'closed', '', 'la-gas-house', '', '', '2020-01-15 11:08:24', '2020-01-15 11:08:24', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=496', 0, 'ait-item', '', 0),
(497, 1, '2020-01-15 11:08:34', '2020-01-15 11:08:34', '', 'CBCB', '', 'publish', 'closed', 'closed', '', 'cbcb', '', '', '2020-01-15 11:08:34', '2020-01-15 11:08:34', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=497', 0, 'ait-item', '', 0),
(498, 1, '2020-01-15 11:08:43', '2020-01-15 11:08:43', '', 'OCGREENZ', '', 'publish', 'closed', 'closed', '', 'ocgreenz', '', '', '2020-01-15 11:08:43', '2020-01-15 11:08:43', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=498', 0, 'ait-item', '', 0),
(499, 1, '2020-01-15 11:08:54', '2020-01-15 11:08:54', '', 'ECOCANN', '', 'publish', 'closed', 'closed', '', 'ecocann', '', '', '2020-01-15 11:08:54', '2020-01-15 11:08:54', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=499', 0, 'ait-item', '', 0),
(500, 1, '2020-01-15 11:09:05', '2020-01-15 11:09:05', '', 'Compton Meds', '', 'publish', 'closed', 'closed', '', 'compton-meds', '', '', '2020-01-15 11:09:05', '2020-01-15 11:09:05', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=500', 0, 'ait-item', '', 0),
(501, 1, '2020-01-15 11:09:14', '2020-01-15 11:09:14', '', 'revolution emporium', '', 'publish', 'closed', 'closed', '', 'revolution-emporium-2', '', '', '2020-01-15 11:09:14', '2020-01-15 11:09:14', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=501', 0, 'ait-item', '', 0),
(502, 1, '2020-01-15 11:09:23', '2020-01-15 11:09:23', '', 'Revolution Emporium', '', 'publish', 'closed', 'closed', '', 'revolution-emporium', '', '', '2020-01-15 11:09:23', '2020-01-15 11:09:23', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=502', 0, 'ait-item', '', 0),
(503, 1, '2020-01-14 20:23:49', '2020-01-14 20:23:49', '', 'NUG WELLNESS', '', 'inherit', 'closed', 'closed', '', '402-revision-v1', '', '', '2020-01-14 20:23:49', '2020-01-14 20:23:49', '', 402, 'https://your420map.com/web/2020/01/14/402-revision-v1/', 0, 'revision', '', 0),
(504, 1, '2020-01-15 11:09:34', '2020-01-15 11:09:34', '', 'cannabis collective', '', 'publish', 'closed', 'closed', '', 'cannabis-collective', '', '', '2020-01-15 11:09:34', '2020-01-15 11:09:34', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=504', 0, 'ait-item', '', 0),
(505, 1, '2020-01-15 11:09:42', '2020-01-15 11:09:42', '', 'oc3 orange county', '', 'publish', 'closed', 'closed', '', 'oc3-orange-county', '', '', '2020-01-15 11:09:42', '2020-01-15 11:09:42', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=505', 0, 'ait-item', '', 0),
(506, 1, '2020-01-14 20:23:49', '2020-01-14 20:23:49', '', 'oc3 orange county', '', 'inherit', 'closed', 'closed', '', '505-revision-v1', '', '', '2020-01-14 20:23:49', '2020-01-14 20:23:49', '', 505, 'https://your420map.com/web/2020/01/14/505-revision-v1/', 0, 'revision', '', 0),
(507, 1, '2020-01-14 20:23:49', '2020-01-14 20:23:49', '', 'dr greenthumbs', '', 'inherit', 'closed', 'closed', '', '198-revision-v1', '', '', '2020-01-14 20:23:49', '2020-01-14 20:23:49', '', 198, 'https://your420map.com/web/2020/01/14/198-revision-v1/', 0, 'revision', '', 0),
(508, 1, '2020-01-15 11:09:52', '2020-01-15 11:09:52', '', 'two rivers', '', 'publish', 'closed', 'closed', '', 'two-rivers', '', '', '2020-01-15 11:09:52', '2020-01-15 11:09:52', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=508', 0, 'ait-item', '', 0),
(509, 1, '2020-01-14 20:23:49', '2020-01-14 20:23:49', '', 'connected cannabis', '', 'inherit', 'closed', 'closed', '', '436-revision-v1', '', '', '2020-01-14 20:23:49', '2020-01-14 20:23:49', '', 436, 'https://your420map.com/web/2020/01/14/436-revision-v1/', 0, 'revision', '', 0),
(510, 1, '2020-01-15 11:10:03', '2020-01-15 11:10:03', '', 'ISMOKE420', '', 'publish', 'closed', 'closed', '', 'ismoke420', '', '', '2020-01-15 11:10:03', '2020-01-15 11:10:03', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=510', 0, 'ait-item', '', 0),
(511, 1, '2020-01-15 11:11:13', '2020-01-15 11:11:13', '', 'South Bay Mega Meds', '', 'publish', 'closed', 'closed', '', 'south-bay-mega-meds', '', '', '2020-01-15 11:11:13', '2020-01-15 11:11:13', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=511', 0, 'ait-item', '', 0),
(512, 1, '2020-01-15 10:46:25', '2020-01-15 10:46:25', '', 'Hemp Hop Station', '', 'publish', 'closed', 'closed', '', 'hemp-hop-station', '', '', '2020-01-15 10:46:25', '2020-01-15 10:46:25', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=512', 0, 'ait-item', '', 0),
(513, 1, '2020-01-15 10:46:33', '2020-01-15 10:46:33', '', '7 stars holitic healing center', '', 'publish', 'closed', 'closed', '', '7-stars-holitic-healing-center', '', '', '2020-01-15 10:46:33', '2020-01-15 10:46:33', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=513', 0, 'ait-item', '', 0),
(514, 1, '2020-01-15 10:46:43', '2020-01-15 10:46:43', '', '7 star holistic', '', 'publish', 'closed', 'closed', '', '7-star-holistic', '', '', '2020-01-15 10:46:43', '2020-01-15 10:46:43', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=514', 0, 'ait-item', '', 0),
(515, 1, '2020-01-15 10:46:52', '2020-01-15 10:46:52', '', 'the spot', '', 'publish', 'closed', 'closed', '', 'the-spot', '', '', '2020-01-15 10:46:52', '2020-01-15 10:46:52', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=515', 0, 'ait-item', '', 0),
(516, 1, '2020-01-15 10:47:04', '2020-01-15 10:47:04', '', 'Five Star', '', 'publish', 'closed', 'closed', '', 'five-star', '', '', '2020-01-15 10:47:04', '2020-01-15 10:47:04', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=516', 0, 'ait-item', '', 0),
(517, 1, '2020-01-15 10:47:16', '2020-01-15 10:47:16', '', 'The Rabbit Hole', '', 'publish', 'closed', 'closed', '', 'the-rabbit-hole', '', '', '2020-01-15 10:47:16', '2020-01-15 10:47:16', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=517', 0, 'ait-item', '', 0);
INSERT INTO `wpir_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(518, 1, '2020-01-15 10:47:25', '2020-01-15 10:47:25', '', 'National City Greens', '', 'publish', 'closed', 'closed', '', 'national-city-greens', '', '', '2020-01-15 10:47:25', '2020-01-15 10:47:25', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=518', 0, 'ait-item', '', 0),
(519, 1, '2020-01-15 10:47:37', '2020-01-15 10:47:37', '', 'green corner bakery', '', 'publish', 'closed', 'closed', '', 'green-corner-bakery', '', '', '2020-01-15 10:47:37', '2020-01-15 10:47:37', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=519', 0, 'ait-item', '', 0),
(520, 1, '2020-01-15 10:47:48', '2020-01-15 10:47:48', '', 'stiiizy nation', '', 'publish', 'closed', 'closed', '', 'stiiizy-nation', '', '', '2020-01-15 10:47:48', '2020-01-15 10:47:48', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=520', 0, 'ait-item', '', 0),
(521, 1, '2020-01-15 10:48:33', '2020-01-15 10:48:33', '', 'Chula Vista Best Meds', '', 'publish', 'closed', 'closed', '', 'chula-vista-best-meds', '', '', '2020-01-15 10:48:33', '2020-01-15 10:48:33', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=521', 0, 'ait-item', '', 0),
(522, 1, '2020-01-15 11:07:37', '2020-01-15 11:07:37', '', 'Brookhurst Greens', '', 'publish', 'closed', 'closed', '', 'brookhurst-greens', '', '', '2020-01-15 11:07:37', '2020-01-15 11:07:37', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=522', 0, 'ait-item', '', 0),
(523, 1, '2020-01-15 11:07:45', '2020-01-15 11:07:45', '', 'super supreme', '', 'publish', 'closed', 'closed', '', 'super-supreme', '', '', '2020-01-15 11:07:45', '2020-01-15 11:07:45', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=523', 0, 'ait-item', '', 0),
(524, 1, '2020-01-15 10:25:56', '2020-01-15 10:25:56', '', 'ascent', '', 'publish', 'closed', 'closed', '', 'ascent', '', '', '2020-01-15 10:25:56', '2020-01-15 10:25:56', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=524', 0, 'ait-item', '', 0),
(525, 1, '2020-01-15 10:40:28', '2020-01-15 10:40:28', '', 'Sonoma Medicinal Herbs', '', 'publish', 'closed', 'closed', '', 'sonoma-medicinal-herbs', '', '', '2020-01-15 10:40:28', '2020-01-15 10:40:28', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=525', 0, 'ait-item', '', 0),
(526, 1, '2020-01-15 10:40:40', '2020-01-15 10:40:40', '', 'medallion', '', 'publish', 'closed', 'closed', '', 'medallion', '', '', '2020-01-15 10:40:40', '2020-01-15 10:40:40', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=526', 0, 'ait-item', '', 0),
(527, 1, '2020-01-15 10:40:49', '2020-01-15 10:40:49', '', 'showgrow long beach', '', 'publish', 'closed', 'closed', '', 'showgrow-long-beach', '', '', '2020-01-15 10:40:49', '2020-01-15 10:40:49', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=527', 0, 'ait-item', '', 0),
(528, 1, '2020-01-15 10:40:59', '2020-01-15 10:40:59', '', 'golden state greens', '', 'publish', 'closed', 'closed', '', 'golden-state-greens', '', '', '2020-01-15 10:40:59', '2020-01-15 10:40:59', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=528', 0, 'ait-item', '', 0),
(529, 1, '2020-01-15 10:41:07', '2020-01-15 10:41:07', '', 'Urban Greens Collective', '', 'publish', 'closed', 'closed', '', 'urban-greens-collective', '', '', '2020-01-15 10:41:07', '2020-01-15 10:41:07', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=529', 0, 'ait-item', '', 0),
(530, 1, '2020-01-15 10:41:19', '2020-01-15 10:41:19', '', 'taheo wellness center', '', 'publish', 'closed', 'closed', '', 'taheo-wellness-center', '', '', '2020-01-15 10:41:19', '2020-01-15 10:41:19', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=530', 0, 'ait-item', '', 0),
(531, 1, '2020-01-15 10:41:33', '2020-01-15 10:41:33', '', 'golden state', '', 'publish', 'closed', 'closed', '', 'golden-state', '', '', '2020-01-15 10:41:33', '2020-01-15 10:41:33', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=531', 0, 'ait-item', '', 0),
(532, 1, '2020-01-14 20:23:52', '2020-01-14 20:23:52', '', 'golden state greens', '', 'inherit', 'closed', 'closed', '', '528-revision-v1', '', '', '2020-01-14 20:23:52', '2020-01-14 20:23:52', '', 528, 'https://your420map.com/web/2020/01/14/528-revision-v1/', 0, 'revision', '', 0),
(533, 1, '2020-01-15 10:41:43', '2020-01-15 10:41:43', '', 'apothekare', '', 'publish', 'closed', 'closed', '', 'apothekare', '', '', '2020-01-15 10:41:43', '2020-01-15 10:41:43', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=533', 0, 'ait-item', '', 0),
(534, 1, '2020-01-15 10:41:54', '2020-01-15 10:41:54', '', 'Jah Healing Kemetic Temple of the Divine Church South Gate', '', 'publish', 'closed', 'closed', '', 'jah-healing-kemetic-temple-of-the-divine-church-south-gate', '', '', '2020-01-15 10:41:54', '2020-01-15 10:41:54', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=534', 0, 'ait-item', '', 0),
(535, 1, '2020-01-15 10:42:06', '2020-01-15 10:42:06', '', 'new age care center', '', 'publish', 'closed', 'closed', '', 'new-age-care-center', '', '', '2020-01-15 10:42:06', '2020-01-15 10:42:06', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=535', 0, 'ait-item', '', 0),
(536, 1, '2020-01-14 20:23:52', '2020-01-14 20:23:52', '', 'new age care center', '', 'inherit', 'closed', 'closed', '', '535-revision-v1', '', '', '2020-01-14 20:23:52', '2020-01-14 20:23:52', '', 535, 'https://your420map.com/web/2020/01/14/535-revision-v1/', 0, 'revision', '', 0),
(537, 1, '2020-01-15 10:42:18', '2020-01-15 10:42:18', '', 'Exotics', '', 'publish', 'closed', 'closed', '', 'exotics', '', '', '2020-01-15 10:42:18', '2020-01-15 10:42:18', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=537', 0, 'ait-item', '', 0),
(538, 1, '2020-01-15 10:42:30', '2020-01-15 10:42:30', '', 'Fire Factory', '', 'publish', 'closed', 'closed', '', 'fire-factory', '', '', '2020-01-19 20:23:27', '2020-01-19 20:23:27', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=538', 0, 'ait-item', '', 0),
(539, 1, '2020-01-15 10:42:54', '2020-01-15 10:42:54', '', 'coachella valley green dragon', '', 'publish', 'closed', 'closed', '', 'coachella-valley-green-dragon', '', '', '2020-01-15 10:42:54', '2020-01-15 10:42:54', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=539', 0, 'ait-item', '', 0),
(540, 1, '2020-01-15 10:43:04', '2020-01-15 10:43:04', '', 'safeport cannabis', '', 'publish', 'closed', 'closed', '', 'safeport-cannabis', '', '', '2020-01-15 10:43:04', '2020-01-15 10:43:04', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=540', 0, 'ait-item', '', 0),
(541, 1, '2020-01-15 10:45:31', '2020-01-15 10:45:31', '', 'Cloud 99', '', 'publish', 'closed', 'closed', '', 'cloud-99', '', '', '2020-01-15 10:45:31', '2020-01-15 10:45:31', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=541', 0, 'ait-item', '', 0),
(542, 1, '2020-01-15 10:45:39', '2020-01-15 10:45:39', '', 'Better Health Group', '', 'publish', 'closed', 'closed', '', 'better-health-group', '', '', '2020-01-15 10:45:39', '2020-01-15 10:45:39', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=542', 0, 'ait-item', '', 0),
(543, 1, '2020-01-15 10:45:51', '2020-01-15 10:45:51', '', 'Universal Collective', '', 'publish', 'closed', 'closed', '', 'universal-collective', '', '', '2020-01-15 10:45:51', '2020-01-15 10:45:51', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=543', 0, 'ait-item', '', 0),
(544, 1, '2020-01-15 10:46:01', '2020-01-15 10:46:01', '', 'TLC', '', 'publish', 'closed', 'closed', '', 'tlc', '', '', '2020-01-15 10:46:01', '2020-01-15 10:46:01', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=544', 0, 'ait-item', '', 0),
(545, 1, '2020-01-15 10:46:09', '2020-01-15 10:46:09', '', 'Treehouse', '', 'publish', 'closed', 'closed', '', 'treehouse', '', '', '2020-01-15 10:46:09', '2020-01-15 10:46:09', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=545', 0, 'ait-item', '', 0),
(546, 1, '2020-01-15 10:46:17', '2020-01-15 10:46:17', '', 'mother earths', '', 'publish', 'closed', 'closed', '', 'mother-earths', '', '', '2020-01-15 10:46:17', '2020-01-15 10:46:17', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=546', 0, 'ait-item', '', 0),
(547, 1, '2020-01-15 10:25:35', '2020-01-15 10:25:35', '', 'leef industries', '', 'publish', 'closed', 'closed', '', 'leef-industries', '', '', '2020-01-15 10:25:35', '2020-01-15 10:25:35', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=547', 0, 'ait-item', '', 0),
(548, 1, '2020-01-15 10:25:45', '2020-01-15 10:25:45', '', 'thcsd', '', 'publish', 'closed', 'closed', '', 'thcsd', '', '', '2020-01-15 10:25:45', '2020-01-15 10:25:45', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=548', 0, 'ait-item', '', 0),
(549, 1, '2020-01-14 20:23:52', '2020-01-14 20:23:52', '', 'thcsd', '', 'inherit', 'closed', 'closed', '', '548-revision-v1', '', '', '2020-01-14 20:23:52', '2020-01-14 20:23:52', '', 548, 'https://your420map.com/web/2020/01/14/548-revision-v1/', 0, 'revision', '', 0),
(550, 1, '2020-01-15 10:25:27', '2020-01-15 10:25:27', '', 'slauson super clinic', '', 'publish', 'closed', 'closed', '', 'slauson-super-clinic', '', '', '2020-01-15 10:25:27', '2020-01-15 10:25:27', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=550', 0, 'ait-item', '', 0),
(551, 1, '2020-01-15 10:25:06', '2020-01-15 10:25:06', '', 'Modern Buds', '', 'publish', 'closed', 'closed', '', 'modern-buds', '', '', '2020-01-15 10:25:06', '2020-01-15 10:25:06', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=551', 0, 'ait-item', '', 0),
(552, 1, '2020-01-15 10:25:18', '2020-01-15 10:25:18', '', 'Highway 29 Health Care', '', 'publish', 'closed', 'closed', '', 'highway-29-health-care', '', '', '2020-01-15 10:25:18', '2020-01-15 10:25:18', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=552', 0, 'ait-item', '', 0),
(553, 1, '2020-01-15 10:24:39', '2020-01-15 10:24:39', '', 'WHTC', '', 'publish', 'closed', 'closed', '', 'whtc', '', '', '2020-01-15 10:24:39', '2020-01-15 10:24:39', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=553', 0, 'ait-item', '', 0),
(554, 1, '2020-01-15 10:24:49', '2020-01-15 10:24:49', '', 'Lifted Remedies', '', 'publish', 'closed', 'closed', '', 'lifted-remedies', '', '', '2020-01-15 10:24:49', '2020-01-15 10:24:49', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=554', 0, 'ait-item', '', 0),
(555, 1, '2020-01-14 20:23:54', '2020-01-14 20:23:54', '', 'Dank House', '', 'inherit', 'closed', 'closed', '', '481-revision-v1', '', '', '2020-01-14 20:23:54', '2020-01-14 20:23:54', '', 481, 'https://your420map.com/web/2020/01/14/481-revision-v1/', 0, 'revision', '', 0),
(556, 1, '2020-01-15 10:24:58', '2020-01-15 10:24:58', '', 'Medford Meds', '', 'publish', 'closed', 'closed', '', 'medford-meds', '', '', '2020-01-15 10:24:58', '2020-01-15 10:24:58', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=556', 0, 'ait-item', '', 0),
(557, 1, '2020-01-15 10:20:55', '2020-01-15 10:20:55', '', 'one plant', '', 'publish', 'closed', 'closed', '', 'one-plant', '', '', '2020-01-15 10:20:55', '2020-01-15 10:20:55', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=557', 0, 'ait-item', '', 0),
(558, 1, '2020-01-14 20:23:54', '2020-01-14 20:23:54', '', 'one plant', '', 'inherit', 'closed', 'closed', '', '557-revision-v1', '', '', '2020-01-14 20:23:54', '2020-01-14 20:23:54', '', 557, 'https://your420map.com/web/2020/01/14/557-revision-v1/', 0, 'revision', '', 0),
(559, 1, '2020-01-15 10:21:15', '2020-01-15 10:21:15', '', 'FOOTHILL HEALTH AND WELLNESS', '', 'publish', 'closed', 'closed', '', 'foothill-health-and-wellness', '', '', '2020-01-15 10:21:15', '2020-01-15 10:21:15', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=559', 0, 'ait-item', '', 0),
(560, 1, '2020-01-15 10:21:24', '2020-01-15 10:21:24', '', 'High Tides', '', 'publish', 'closed', 'closed', '', 'high-tides', '', '', '2020-01-15 10:21:24', '2020-01-15 10:21:24', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=560', 0, 'ait-item', '', 0),
(561, 1, '2020-01-15 10:23:50', '2020-01-15 10:23:50', '', 'Green Goat', '', 'publish', 'closed', 'closed', '', 'green-goat', '', '', '2020-01-15 10:23:50', '2020-01-15 10:23:50', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=561', 0, 'ait-item', '', 0),
(562, 1, '2020-01-15 10:21:33', '2020-01-15 10:21:33', '', 'Bakersfield Best 20 Cap', '', 'publish', 'closed', 'closed', '', 'bakersfield-best-20-cap', '', '', '2020-01-15 10:21:33', '2020-01-15 10:21:33', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=562', 0, 'ait-item', '', 0),
(563, 1, '2020-01-15 10:21:03', '2020-01-15 10:21:03', '', 'hikei', '', 'publish', 'closed', 'closed', '', 'hikei', '', '', '2020-01-15 10:21:03', '2020-01-15 10:21:03', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=563', 0, 'ait-item', '', 0),
(564, 1, '2020-01-15 10:23:59', '2020-01-15 10:23:59', '', 'Rite Greens LA', '', 'publish', 'closed', 'closed', '', 'rite-greens-la', '', '', '2020-01-15 10:23:59', '2020-01-15 10:23:59', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=564', 0, 'ait-item', '', 0),
(565, 1, '2020-01-15 10:24:08', '2020-01-15 10:24:08', '', 'kush temple', '', 'publish', 'closed', 'closed', '', 'kush-temple', '', '', '2020-01-15 10:24:08', '2020-01-15 10:24:08', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=565', 0, 'ait-item', '', 0),
(566, 1, '2020-01-15 10:24:16', '2020-01-15 10:24:16', '', 'KANA COMPANY', '', 'publish', 'closed', 'closed', '', 'kana-company', '', '', '2020-01-15 10:24:16', '2020-01-15 10:24:16', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=566', 0, 'ait-item', '', 0),
(567, 1, '2020-01-15 10:01:12', '2020-01-15 10:01:12', '', 'jaydens journey', '', 'publish', 'closed', 'closed', '', 'jaydens-journey', '', '', '2020-01-15 10:01:12', '2020-01-15 10:01:12', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=567', 0, 'ait-item', '', 0),
(568, 1, '2020-01-14 20:23:55', '2020-01-14 20:23:55', '', 'jaydens journey', '', 'inherit', 'closed', 'closed', '', '567-revision-v1', '', '', '2020-01-14 20:23:55', '2020-01-14 20:23:55', '', 567, 'https://your420map.com/web/2020/01/14/567-revision-v1/', 0, 'revision', '', 0),
(569, 1, '2020-01-15 10:15:59', '2020-01-15 10:15:59', '', 'shangri la care', '', 'publish', 'closed', 'closed', '', 'shangri-la-care', '', '', '2020-01-15 10:15:59', '2020-01-15 10:15:59', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=569', 0, 'ait-item', '', 0),
(570, 1, '2020-01-15 10:15:18', '2020-01-15 10:15:18', '', 'sespe creek', '', 'publish', 'closed', 'closed', '', 'sespe-creek', '', '', '2020-01-15 10:15:18', '2020-01-15 10:15:18', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=570', 0, 'ait-item', '', 0),
(571, 1, '2020-01-15 10:20:36', '2020-01-15 10:20:36', '', 'METROPOLITAN', '', 'publish', 'closed', 'closed', '', 'metropolitan', '', '', '2020-01-15 10:20:36', '2020-01-15 10:20:36', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=571', 0, 'ait-item', '', 0),
(572, 1, '2020-01-15 10:15:35', '2020-01-15 10:15:35', '', 'ojai greens', '', 'publish', 'closed', 'closed', '', 'ojai-greens', '', '', '2020-01-15 10:15:35', '2020-01-15 10:15:35', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=572', 0, 'ait-item', '', 0),
(573, 1, '2020-01-14 20:23:55', '2020-01-14 20:23:55', '', 'ojai greens', '', 'inherit', 'closed', 'closed', '', '572-revision-v1', '', '', '2020-01-14 20:23:55', '2020-01-14 20:23:55', '', 572, 'https://your420map.com/web/2020/01/14/572-revision-v1/', 0, 'revision', '', 0),
(574, 1, '2020-01-15 10:15:26', '2020-01-15 10:15:26', '', 'Urban Society', '', 'publish', 'closed', 'closed', '', 'urban-society', '', '', '2020-01-15 10:15:26', '2020-01-15 10:15:26', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=574', 0, 'ait-item', '', 0),
(575, 1, '2020-01-15 10:15:47', '2020-01-15 10:15:47', '', 'Chula Vista Kush', '', 'publish', 'closed', 'closed', '', 'chula-vista-kush', '', '', '2020-01-15 10:15:47', '2020-01-15 10:15:47', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=575', 0, 'ait-item', '', 0),
(576, 1, '2020-01-15 10:16:24', '2020-01-15 10:16:24', '', 'Rose Collective', '', 'publish', 'closed', 'closed', '', 'rose-collective', '', '', '2020-01-15 10:16:24', '2020-01-15 10:16:24', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=576', 0, 'ait-item', '', 0),
(577, 1, '2020-01-15 10:16:12', '2020-01-15 10:16:12', '', 'ALL NATURAL', '', 'publish', 'closed', 'closed', '', 'all-natural', '', '', '2020-01-15 10:16:12', '2020-01-15 10:16:12', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=577', 0, 'ait-item', '', 0),
(578, 1, '2020-01-15 10:14:51', '2020-01-15 10:14:51', '', 'Oz N Bounce', '', 'publish', 'closed', 'closed', '', 'oz-n-bounce', '', '', '2020-01-15 10:14:51', '2020-01-15 10:14:51', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=578', 0, 'ait-item', '', 0),
(579, 1, '2020-01-15 10:15:08', '2020-01-15 10:15:08', '', 'CBD A1 SNACK SHOP', '', 'publish', 'closed', 'closed', '', 'cbd-a1-snack-shop', '', '', '2020-01-15 10:15:08', '2020-01-15 10:15:08', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=579', 0, 'ait-item', '', 0),
(580, 1, '2020-01-15 10:20:19', '2020-01-15 10:20:19', '', 'nirvana health clinic', '', 'publish', 'closed', 'closed', '', 'nirvana-health-clinic', '', '', '2020-01-15 10:20:19', '2020-01-15 10:20:19', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=580', 0, 'ait-item', '', 0),
(581, 1, '2020-01-15 10:20:46', '2020-01-15 10:20:46', '', 'F Street', '', 'publish', 'closed', 'closed', '', 'f-street', '', '', '2020-01-15 10:20:46', '2020-01-15 10:20:46', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=581', 0, 'ait-item', '', 0),
(582, 1, '2020-01-15 10:20:26', '2020-01-15 10:20:26', '', 'Angel City Wellness', '', 'publish', 'closed', 'closed', '', 'angel-city-wellness', '', '', '2020-01-15 10:20:26', '2020-01-15 10:20:26', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=582', 0, 'ait-item', '', 0),
(583, 1, '2020-01-15 10:09:37', '2020-01-15 10:09:37', '', 'Gold 20 Cap', '', 'publish', 'closed', 'closed', '', 'gold-20-cap', '', '', '2020-01-15 10:09:37', '2020-01-15 10:09:37', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=583', 0, 'ait-item', '', 0),
(584, 1, '2020-01-15 10:09:28', '2020-01-15 10:09:28', '', 'the green cross', '', 'publish', 'closed', 'closed', '', 'the-green-cross', '', '', '2020-01-15 10:09:28', '2020-01-15 10:09:28', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=584', 0, 'ait-item', '', 0),
(585, 1, '2020-01-15 10:09:48', '2020-01-15 10:09:48', '', 'Rolling Loud', '', 'publish', 'closed', 'closed', '', 'rolling-loud', '', '', '2020-01-15 10:09:48', '2020-01-15 10:09:48', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=585', 0, 'ait-item', '', 0),
(586, 1, '2020-01-15 10:10:06', '2020-01-15 10:10:06', '', 'Green Highway', '', 'publish', 'closed', 'closed', '', 'green-highway', '', '', '2020-01-15 10:10:06', '2020-01-15 10:10:06', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=586', 0, 'ait-item', '', 0),
(587, 1, '2020-01-15 10:09:55', '2020-01-15 10:09:55', '', 'Firehouse Buds', '', 'publish', 'closed', 'closed', '', 'firehouse-buds', '', '', '2020-01-15 10:09:55', '2020-01-15 10:09:55', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=587', 0, 'ait-item', '', 0),
(588, 1, '2020-01-15 10:10:16', '2020-01-15 10:10:16', '', 'Kind Brothers', '', 'publish', 'closed', 'closed', '', 'kind-brothers', '', '', '2020-01-15 10:10:16', '2020-01-15 10:10:16', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=588', 0, 'ait-item', '', 0),
(589, 1, '2020-01-15 10:07:56', '2020-01-15 10:07:56', '', 'G Spot 25 Cap', '', 'publish', 'closed', 'closed', '', 'g-spot-25-cap', '', '', '2020-01-15 10:07:56', '2020-01-15 10:07:56', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=589', 0, 'ait-item', '', 0),
(590, 1, '2020-01-15 10:09:18', '2020-01-15 10:09:18', '', 'BARC', '', 'publish', 'closed', 'closed', '', 'barc', '', '', '2020-01-15 10:09:18', '2020-01-15 10:09:18', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=590', 0, 'ait-item', '', 0),
(591, 1, '2020-01-15 10:14:07', '2020-01-15 10:14:07', '', 'Jamestown Yuma', '', 'publish', 'closed', 'closed', '', 'jamestown-yuma', '', '', '2020-01-15 10:17:51', '2020-01-15 10:17:51', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=591', 0, 'ait-item', '', 0),
(592, 1, '2020-01-15 10:13:56', '2020-01-15 10:13:56', '', 'Lakeside Herbal', '', 'publish', 'closed', 'closed', '', 'lakeside-herbal', '', '', '2020-01-15 10:13:56', '2020-01-15 10:13:56', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=592', 0, 'ait-item', '', 0),
(593, 1, '2020-01-15 10:10:51', '2020-01-15 10:10:51', '', 'Gas House', '', 'publish', 'closed', 'closed', '', 'gas-house', '', '', '2020-01-15 10:10:51', '2020-01-15 10:10:51', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=593', 0, 'ait-item', '', 0),
(594, 1, '2020-01-15 10:10:42', '2020-01-15 10:10:42', '', 'leaf and liom', '', 'publish', 'closed', 'closed', '', 'leaf-and-liom', '', '', '2020-01-15 10:10:42', '2020-01-15 10:10:42', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=594', 0, 'ait-item', '', 0),
(595, 1, '2020-01-15 10:14:14', '2020-01-15 10:14:14', '', 'Weedmart', '', 'publish', 'closed', 'closed', '', 'weedmart', '', '', '2020-01-15 10:14:14', '2020-01-15 10:14:14', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=595', 0, 'ait-item', '', 0),
(596, 1, '2020-01-15 10:14:35', '2020-01-15 10:14:35', '', 'blck label', '', 'publish', 'closed', 'closed', '', 'blck-label', '', '', '2020-01-15 10:14:35', '2020-01-15 10:14:35', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=596', 0, 'ait-item', '', 0),
(597, 1, '2020-01-15 10:14:27', '2020-01-15 10:14:27', '', 'Sol De Mendocino', '', 'publish', 'closed', 'closed', '', 'sol-de-mendocino', '', '', '2020-02-02 18:04:48', '2020-02-02 18:04:48', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=597', 3, 'ait-item', '', 0),
(598, 1, '2020-01-15 10:11:11', '2020-01-15 10:11:11', '', 'Dank Depot', '', 'publish', 'closed', 'closed', '', 'dank-depot', '', '', '2020-01-15 10:11:11', '2020-01-15 10:11:11', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=598', 0, 'ait-item', '', 0),
(599, 1, '2020-01-15 10:14:43', '2020-01-15 10:14:43', '', 'columbia care california', '', 'publish', 'closed', 'closed', '', 'columbia-care-california', '', '', '2020-01-15 10:14:43', '2020-01-15 10:14:43', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=599', 0, 'ait-item', '', 0),
(600, 1, '2020-01-15 10:13:44', '2020-01-15 10:13:44', '', 'honest choice', '', 'publish', 'closed', 'closed', '', 'honest-choice', '', '', '2020-01-15 10:13:44', '2020-01-15 10:13:44', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=600', 0, 'ait-item', '', 0),
(602, 1, '2020-01-15 10:06:25', '2020-01-15 10:06:25', '', 'bloom room collective', '', 'publish', 'closed', 'closed', '', 'bloom-room-collective', '', '', '2020-01-15 10:06:25', '2020-01-15 10:06:25', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=602', 0, 'ait-item', '', 0),
(603, 1, '2020-01-15 10:06:14', '2020-01-15 10:06:14', '', 'DC HOLITIC', '', 'publish', 'closed', 'closed', '', 'dc-holitic', '', '', '2020-01-15 10:06:14', '2020-01-15 10:06:14', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=603', 0, 'ait-item', '', 0),
(604, 1, '2020-01-15 10:07:04', '2020-01-15 10:07:04', '', 'empire health wellness', '', 'publish', 'closed', 'closed', '', 'empire-health-wellness', '', '', '2020-01-15 10:07:04', '2020-01-15 10:07:04', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=604', 0, 'ait-item', '', 0),
(605, 1, '2020-01-15 10:06:39', '2020-01-15 10:06:39', '', 'empire health and wellness', '', 'publish', 'closed', 'closed', '', 'empire-health-and-wellness', '', '', '2020-01-15 10:06:39', '2020-01-15 10:06:39', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=605', 0, 'ait-item', '', 0),
(606, 1, '2020-01-14 20:23:58', '2020-01-14 20:23:58', '', 'empire health and wellness', '', 'inherit', 'closed', 'closed', '', '605-revision-v1', '', '', '2020-01-14 20:23:58', '2020-01-14 20:23:58', '', 605, 'https://your420map.com/web/2020/01/14/605-revision-v1/', 0, 'revision', '', 0),
(607, 1, '2020-01-15 10:06:54', '2020-01-15 10:06:54', '', 'Weed Depot', '', 'publish', 'closed', 'closed', '', 'weed-depot', '', '', '2020-01-15 10:06:54', '2020-01-15 10:06:54', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=607', 0, 'ait-item', '', 0),
(608, 1, '2020-01-15 10:06:46', '2020-01-15 10:06:46', '', 'GREEN EARTH COLLECTIVE', '', 'publish', 'closed', 'closed', '', 'green-earth-collective', '', '', '2020-01-15 10:06:46', '2020-01-15 10:06:46', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=608', 0, 'ait-item', '', 0),
(609, 1, '2020-01-15 10:07:13', '2020-01-15 10:07:13', '', 'Compton 25 Cap', '', 'publish', 'closed', 'closed', '', 'compton-25-cap', '', '', '2020-01-15 10:07:13', '2020-01-15 10:07:13', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=609', 0, 'ait-item', '', 0),
(610, 1, '2020-01-15 10:07:23', '2020-01-15 10:07:23', '', 'East La Collective', '', 'publish', 'closed', 'closed', '', 'east-la-collective', '', '', '2020-01-15 10:07:23', '2020-01-15 10:07:23', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=610', 0, 'ait-item', '', 0),
(611, 1, '2020-01-15 10:07:44', '2020-01-15 10:07:44', '', 'mary janes', '', 'publish', 'closed', 'closed', '', 'mary-janes', '', '', '2020-01-15 10:07:44', '2020-01-15 10:07:44', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=611', 0, 'ait-item', '', 0),
(612, 1, '2020-01-15 10:07:33', '2020-01-15 10:07:33', '', 'secret gardens 20 cap', '', 'publish', 'closed', 'closed', '', 'secret-gardens-20-cap', '', '', '2020-01-15 10:07:33', '2020-01-15 10:07:33', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=612', 0, 'ait-item', '', 0),
(613, 1, '2020-01-15 10:04:41', '2020-01-15 10:04:41', '', 'secret gardens', '', 'publish', 'closed', 'closed', '', 'secret-gardens', '', '', '2020-01-15 10:04:41', '2020-01-15 10:04:41', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=613', 0, 'ait-item', '', 0),
(614, 1, '2020-01-15 10:01:48', '2020-01-15 10:01:48', '', 'Kush Klub', '', 'publish', 'closed', 'closed', '', 'kush-klub', '', '', '2020-01-15 10:01:48', '2020-01-15 10:01:48', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=614', 0, 'ait-item', '', 0),
(615, 1, '2020-01-15 10:01:39', '2020-01-15 10:01:39', '', 'Down Under Industries', '', 'publish', 'closed', 'closed', '', 'down-under-industries', '', '', '2020-01-15 10:01:39', '2020-01-15 10:01:39', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=615', 0, 'ait-item', '', 0),
(616, 1, '2020-01-15 10:01:31', '2020-01-15 10:01:31', '', 'hps', '', 'publish', 'closed', 'closed', '', 'hps', '', '', '2020-01-15 10:01:31', '2020-01-15 10:01:31', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=616', 0, 'ait-item', '', 0),
(617, 1, '2020-01-15 10:01:59', '2020-01-15 10:01:59', '', 'Infinite Wellness', '', 'publish', 'closed', 'closed', '', 'infinite-wellness', '', '', '2020-01-15 10:01:59', '2020-01-15 10:01:59', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=617', 0, 'ait-item', '', 0),
(618, 1, '2020-01-15 10:02:09', '2020-01-15 10:02:09', '', 'dankilicious 15 cap', '', 'publish', 'closed', 'closed', '', 'dankilicious-15-cap', '', '', '2020-01-15 10:02:09', '2020-01-15 10:02:09', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=618', 0, 'ait-item', '', 0),
(619, 1, '2020-01-15 09:56:56', '2020-01-15 09:56:56', '', 'the pottery', '', 'publish', 'closed', 'closed', '', 'the-pottery', '', '', '2020-01-15 09:56:56', '2020-01-15 09:56:56', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=619', 0, 'ait-item', '', 0),
(620, 1, '2020-01-15 09:57:05', '2020-01-15 09:57:05', '', 'quees on dragons', '', 'publish', 'closed', 'closed', '', 'quees-on-dragons', '', '', '2020-01-15 09:57:05', '2020-01-15 09:57:05', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=620', 0, 'ait-item', '', 0),
(621, 1, '2020-01-15 09:56:44', '2020-01-15 09:56:44', '', 'That Loud 20 Cap', '', 'publish', 'closed', 'closed', '', 'that-loud-20-cap', '', '', '2020-01-15 09:56:44', '2020-01-15 09:56:44', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=621', 0, 'ait-item', '', 0),
(622, 1, '2020-01-15 10:00:40', '2020-01-15 10:00:40', '', 'Xclusive Wellness', '', 'publish', 'closed', 'closed', '', 'xclusive-wellness', '', '', '2020-01-15 10:00:40', '2020-01-15 10:00:40', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=622', 0, 'ait-item', '', 0),
(623, 1, '2020-01-15 10:00:51', '2020-01-15 10:00:51', '', 'East of Eden', '', 'publish', 'closed', 'closed', '', 'east-of-eden', '', '', '2020-01-19 19:04:00', '2020-01-19 19:04:00', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=623', 5, 'ait-item', '', 0),
(624, 1, '2020-01-15 10:00:31', '2020-01-15 10:00:31', '', '515 broadway', '', 'publish', 'closed', 'closed', '', '515-broadway', '', '', '2020-01-15 10:00:31', '2020-01-15 10:00:31', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=624', 0, 'ait-item', '', 0),
(625, 1, '2020-01-15 10:01:00', '2020-01-15 10:01:00', '', 'AV Remedies', '', 'publish', 'closed', 'closed', '', 'av-remedies', '', '', '2020-01-15 10:01:00', '2020-01-15 10:01:00', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=625', 0, 'ait-item', '', 0),
(626, 1, '2020-01-15 10:02:40', '2020-01-15 10:02:40', '', 'hollyweed dispensary', '', 'publish', 'closed', 'closed', '', 'hollyweed-dispensary', '', '', '2020-01-15 10:02:40', '2020-01-15 10:02:40', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=626', 0, 'ait-item', '', 0),
(627, 1, '2020-01-15 10:02:30', '2020-01-15 10:02:30', '', 'PROPER WELLNESS', '', 'publish', 'closed', 'closed', '', 'proper-wellness', '', '', '2020-01-15 10:02:30', '2020-01-15 10:02:30', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=627', 0, 'ait-item', '', 0),
(628, 1, '2020-01-15 10:02:18', '2020-01-15 10:02:18', '', '110 Cooperative 30 Cap', '', 'publish', 'closed', 'closed', '', '110-cooperative-30-cap', '', '', '2020-01-15 10:02:18', '2020-01-15 10:02:18', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=628', 0, 'ait-item', '', 0),
(629, 1, '2020-01-15 10:04:34', '2020-01-15 10:04:34', '', 'wheelhouse cannabis', '', 'publish', 'closed', 'closed', '', 'wheelhouse-cannabis', '', '', '2020-01-15 10:04:34', '2020-01-15 10:04:34', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=629', 0, 'ait-item', '', 0),
(630, 1, '2020-01-15 09:57:28', '2020-01-15 09:57:28', '', 'mission organics', '', 'publish', 'closed', 'closed', '', 'mission-organics', '', '', '2020-01-15 09:57:28', '2020-01-15 09:57:28', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=630', 0, 'ait-item', '', 0),
(631, 1, '2020-01-15 09:57:16', '2020-01-15 09:57:16', '', 'apothecarium', '', 'publish', 'closed', 'closed', '', 'apothecarium', '', '', '2020-01-15 09:57:16', '2020-01-15 09:57:16', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=631', 0, 'ait-item', '', 0),
(632, 1, '2020-01-15 09:55:36', '2020-01-15 09:55:36', '', 'Redwood Herbal Alliance', '', 'publish', 'closed', 'closed', '', 'redwood-herbal-alliance', '', '', '2020-01-15 09:55:36', '2020-01-15 09:55:36', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=632', 0, 'ait-item', '', 0),
(633, 1, '2020-01-15 09:55:55', '2020-01-15 09:55:55', '', 'nrc collective', '', 'publish', 'closed', 'closed', '', 'nrc-collective', '', '', '2020-01-15 09:55:55', '2020-01-15 09:55:55', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=633', 0, 'ait-item', '', 0),
(634, 1, '2020-01-15 09:55:46', '2020-01-15 09:55:46', '', 'The High Note', '', 'publish', 'closed', 'closed', '', 'the-high-note', '', '', '2020-01-15 09:55:46', '2020-01-15 09:55:46', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=634', 0, 'ait-item', '', 0),
(635, 1, '2020-01-15 09:56:05', '2020-01-15 09:56:05', '', 'Azusa Herbal Center', '', 'publish', 'closed', 'closed', '', 'azusa-herbal-center', '', '', '2020-01-15 09:56:05', '2020-01-15 09:56:05', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=635', 0, 'ait-item', '', 0),
(636, 1, '2020-01-14 20:24:01', '2020-01-14 20:24:01', '', 'Azusa Herbal Center', '', 'inherit', 'closed', 'closed', '', '635-revision-v1', '', '', '2020-01-14 20:24:01', '2020-01-14 20:24:01', '', 635, 'https://your420map.com/web/2020/01/14/635-revision-v1/', 0, 'revision', '', 0),
(637, 1, '2020-01-15 09:56:23', '2020-01-15 09:56:23', '', 'KindPeoples- Ocean Street', '', 'publish', 'closed', 'closed', '', 'kindpeoples-ocean-street', '', '', '2020-01-15 09:56:23', '2020-01-15 09:56:23', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=637', 0, 'ait-item', '', 0),
(638, 1, '2020-01-15 09:56:13', '2020-01-15 09:56:13', '', 'THE SHOP WH', '', 'publish', 'closed', 'closed', '', 'the-shop-wh', '', '', '2020-01-15 09:56:13', '2020-01-15 09:56:13', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=638', 0, 'ait-item', '', 0),
(639, 1, '2020-01-15 09:56:32', '2020-01-15 09:56:32', '', 'leave it to nature', '', 'publish', 'closed', 'closed', '', 'leave-it-to-nature', '', '', '2020-01-15 09:56:32', '2020-01-15 09:56:32', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=639', 0, 'ait-item', '', 0),
(640, 1, '2020-01-14 20:24:01', '2020-01-14 20:24:01', '', 'The High Note', '', 'inherit', 'closed', 'closed', '', '634-revision-v1', '', '', '2020-01-14 20:24:01', '2020-01-14 20:24:01', '', 634, 'https://your420map.com/web/2020/01/14/634-revision-v1/', 0, 'revision', '', 0),
(641, 1, '2020-01-15 09:50:31', '2020-01-15 09:50:31', '', 'PURE LIFE', '', 'publish', 'closed', 'closed', '', 'pure-life', '', '', '2020-01-15 09:50:31', '2020-01-15 09:50:31', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=641', 0, 'ait-item', '', 0),
(642, 1, '2020-01-15 09:50:18', '2020-01-15 09:50:18', '', 'alhambra collective', '', 'publish', 'closed', 'closed', '', 'alhambra-collective', '', '', '2020-01-15 09:50:18', '2020-01-15 09:50:18', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=642', 0, 'ait-item', '', 0),
(643, 1, '2020-01-14 20:24:02', '2020-01-14 20:24:02', '', 'alhambra collective', '', 'inherit', 'closed', 'closed', '', '642-revision-v1', '', '', '2020-01-14 20:24:02', '2020-01-14 20:24:02', '', 642, 'https://your420map.com/web/2020/01/14/642-revision-v1/', 0, 'revision', '', 0),
(644, 1, '2020-01-15 09:51:00', '2020-01-15 09:51:00', '', 'quality care collective', '', 'publish', 'closed', 'closed', '', 'quality-care-collective', '', '', '2020-01-15 09:51:00', '2020-01-15 09:51:00', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=644', 0, 'ait-item', '', 0),
(645, 1, '2020-01-15 09:51:13', '2020-01-15 09:51:13', '', 'Cannabal City Collective', '', 'publish', 'closed', 'closed', '', 'cannabal-city-collective', '', '', '2020-01-15 09:51:13', '2020-01-15 09:51:13', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=645', 0, 'ait-item', '', 0),
(646, 1, '2020-01-14 20:24:02', '2020-01-14 20:24:02', '', 'LA Kush', '', 'inherit', 'closed', 'closed', '', '351-revision-v1', '', '', '2020-01-14 20:24:02', '2020-01-14 20:24:02', '', 351, 'https://your420map.com/web/2020/01/14/351-revision-v1/', 0, 'revision', '', 0),
(647, 1, '2020-01-15 09:50:51', '2020-01-15 09:50:51', '', 'True 20 Cap', '', 'publish', 'closed', 'closed', '', 'true-20-cap', '', '', '2020-01-15 09:50:51', '2020-01-15 09:50:51', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=647', 0, 'ait-item', '', 0),
(648, 1, '2020-01-15 09:50:42', '2020-01-15 09:50:42', '', 'green door collective 25', '', 'publish', 'closed', 'closed', '', 'green-door-collective-25', '', '', '2020-01-15 09:50:42', '2020-01-15 09:50:42', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=648', 0, 'ait-item', '', 0),
(649, 1, '2020-01-15 09:43:52', '2020-01-15 09:43:52', '', 'indigenous blendz', '', 'publish', 'closed', 'closed', '', 'indigenous-blendz', '', '', '2020-01-15 09:43:52', '2020-01-15 09:43:52', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=649', 0, 'ait-item', '', 0),
(650, 1, '2020-01-15 09:43:21', '2020-01-15 09:43:21', '', 'Green Stop', '', 'publish', 'closed', 'closed', '', 'green-stop', '', '', '2020-01-15 09:43:21', '2020-01-15 09:43:21', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=650', 0, 'ait-item', '', 0),
(651, 1, '2020-01-15 09:43:40', '2020-01-15 09:43:40', '', 'Savage 420', '', 'publish', 'closed', 'closed', '', 'savage-420', '', '', '2020-01-15 09:43:40', '2020-01-15 09:43:40', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=651', 0, 'ait-item', '', 0),
(652, 1, '2020-01-15 09:43:30', '2020-01-15 09:43:30', '', 'King\'s Crew', '', 'publish', 'closed', 'closed', '', 'kings-crew', '', '', '2020-01-15 09:43:30', '2020-01-15 09:43:30', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=652', 0, 'ait-item', '', 0),
(653, 1, '2020-01-15 09:44:04', '2020-01-15 09:44:04', '', 'melrose place 25 cap', '', 'publish', 'closed', 'closed', '', 'melrose-place-25-cap', '', '', '2020-01-15 09:44:04', '2020-01-15 09:44:04', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=653', 0, 'ait-item', '', 0),
(654, 1, '2020-01-15 09:48:00', '2020-01-15 09:48:00', '', 'Euclid Medical Center', '', 'publish', 'closed', 'closed', '', 'euclid-medical-center', '', '', '2020-01-15 09:48:00', '2020-01-15 09:48:00', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=654', 0, 'ait-item', '', 0),
(655, 1, '2020-01-15 09:47:08', '2020-01-15 09:47:08', '', 'Cali Emerald Care', '', 'publish', 'closed', 'closed', '', 'cali-emerald-care', '', '', '2020-01-15 09:47:08', '2020-01-15 09:47:08', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=655', 0, 'ait-item', '', 0),
(656, 1, '2020-01-15 09:44:25', '2020-01-15 09:44:25', '', 'Green Gold Cultivators', '', 'publish', 'closed', 'closed', '', 'green-gold-cultivators', '', '', '2020-01-15 09:44:25', '2020-01-15 09:44:25', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=656', 0, 'ait-item', '', 0),
(657, 1, '2020-01-15 09:47:29', '2020-01-15 09:47:29', '', 'Elevation 2477', '', 'publish', 'closed', 'closed', '', 'elevation-2477', '', '', '2020-01-15 09:47:29', '2020-01-15 09:47:29', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=657', 0, 'ait-item', '', 0),
(658, 1, '2020-01-15 09:47:17', '2020-01-15 09:47:17', '', 'peoples remedy oakdale', '', 'publish', 'closed', 'closed', '', 'peoples-remedy-oakdale', '', '', '2020-01-15 09:47:17', '2020-01-15 09:47:17', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=658', 0, 'ait-item', '', 0),
(659, 1, '2020-01-15 09:48:19', '2020-01-15 09:48:19', '', 'Mecca Mid City', '', 'publish', 'closed', 'closed', '', 'mecca-mid-city', '', '', '2020-01-15 09:48:19', '2020-01-15 09:48:19', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=659', 0, 'ait-item', '', 0),
(660, 1, '2020-01-15 09:49:34', '2020-01-15 09:49:34', '', 'ohana cannabis co', '', 'publish', 'closed', 'closed', '', 'ohana-cannabis-co', '', '', '2020-01-15 09:49:34', '2020-01-15 09:49:34', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=660', 0, 'ait-item', '', 0),
(661, 1, '2020-01-14 20:24:03', '2020-01-14 20:24:03', '', 'ohana cannabis co', '', 'inherit', 'closed', 'closed', '', '660-revision-v1', '', '', '2020-01-14 20:24:03', '2020-01-14 20:24:03', '', 660, 'https://your420map.com/web/2020/01/14/660-revision-v1/', 0, 'revision', '', 0),
(662, 1, '2020-01-15 09:49:22', '2020-01-15 09:49:22', '', 'blum oakland', '', 'publish', 'closed', 'closed', '', 'blum-oakland', '', '', '2020-01-15 09:49:22', '2020-01-15 09:49:22', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=662', 0, 'ait-item', '', 0),
(663, 1, '2020-01-15 09:48:51', '2020-01-15 09:48:51', '', 'SANTA BARBARA CARE CENTER', '', 'publish', 'closed', 'closed', '', 'santa-barbara-care-center', '', '', '2020-01-15 09:48:51', '2020-01-15 09:48:51', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=663', 0, 'ait-item', '', 0),
(664, 1, '2020-01-15 09:49:11', '2020-01-15 09:49:11', '', 'Cookies LA', '', 'publish', 'closed', 'closed', '', 'cookies-la', '', '', '2020-01-15 09:49:11', '2020-01-15 09:49:11', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=664', 0, 'ait-item', '', 0),
(665, 1, '2020-01-15 09:48:59', '2020-01-15 09:48:59', '', 'crenshaw church of herbs', '', 'publish', 'closed', 'closed', '', 'crenshaw-church-of-herbs', '', '', '2020-01-15 09:48:59', '2020-01-15 09:48:59', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=665', 0, 'ait-item', '', 0),
(666, 1, '2020-01-15 09:50:05', '2020-01-15 09:50:05', '', 'long beach wellness center', '', 'publish', 'closed', 'closed', '', 'long-beach-wellness-center', '', '', '2020-01-15 09:50:05', '2020-01-15 09:50:05', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=666', 0, 'ait-item', '', 0),
(667, 1, '2020-01-15 09:49:54', '2020-01-15 09:49:54', '', 'ORGANIC GREENS', '', 'publish', 'closed', 'closed', '', 'organic-greens', '', '', '2020-01-15 09:49:54', '2020-01-15 09:49:54', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=667', 0, 'ait-item', '', 0),
(668, 1, '2020-01-15 09:49:45', '2020-01-15 09:49:45', '', 'Uniyed Health Care Center (UHCC)', '', 'publish', 'closed', 'closed', '', 'uniyed-health-care-center-uhcc', '', '', '2020-01-15 09:49:45', '2020-01-15 09:49:45', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=668', 0, 'ait-item', '', 0),
(669, 1, '2020-01-14 20:24:03', '2020-01-14 20:24:03', '', 'la cannabis co', '', 'inherit', 'closed', 'closed', '', '290-revision-v1', '', '', '2020-01-14 20:24:03', '2020-01-14 20:24:03', '', 290, 'https://your420map.com/web/2020/01/14/290-revision-v1/', 0, 'revision', '', 0),
(670, 1, '2020-01-15 09:42:33', '2020-01-15 09:42:33', '', 'East La Cannabis', '', 'publish', 'closed', 'closed', '', 'east-la-cannabis', '', '', '2020-01-15 09:42:33', '2020-01-15 09:42:33', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=670', 0, 'ait-item', '', 0),
(671, 1, '2020-01-15 09:42:20', '2020-01-15 09:42:20', '', 'Tree Club', '', 'publish', 'closed', 'closed', '', 'tree-club', '', '', '2020-01-15 09:42:20', '2020-01-15 09:42:20', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=671', 0, 'ait-item', '', 0),
(672, 1, '2020-01-15 09:42:10', '2020-01-15 09:42:10', '', 'Firehouse 365', '', 'publish', 'closed', 'closed', '', 'firehouse-365', '', '', '2020-01-15 09:42:10', '2020-01-15 09:42:10', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=672', 0, 'ait-item', '', 0),
(673, 1, '2020-01-14 20:24:05', '2020-01-14 20:24:05', '', 'Sweet Flower', '', 'inherit', 'closed', 'closed', '', '156-revision-v1', '', '', '2020-01-14 20:24:05', '2020-01-14 20:24:05', '', 156, 'https://your420map.com/web/2020/01/14/156-revision-v1/', 0, 'revision', '', 0),
(674, 1, '2020-01-15 09:42:55', '2020-01-15 09:42:55', '', 'Clique Cannabis', '', 'publish', 'closed', 'closed', '', 'clique-cannabis', '', '', '2020-01-15 09:42:55', '2020-01-15 09:42:55', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=674', 0, 'ait-item', '', 0),
(675, 1, '2020-01-15 09:42:44', '2020-01-15 09:42:44', '', 'RELEAF MEDS', '', 'publish', 'closed', 'closed', '', 'releaf-meds', '', '', '2020-01-15 09:42:44', '2020-01-15 09:42:44', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=675', 0, 'ait-item', '', 0),
(676, 1, '2020-01-15 09:43:02', '2020-01-15 09:43:02', '', 'Cloud 20', '', 'publish', 'closed', 'closed', '', 'cloud-20', '', '', '2020-01-15 09:43:02', '2020-01-15 09:43:02', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=676', 0, 'ait-item', '', 0),
(677, 1, '2020-01-15 09:39:12', '2020-01-15 09:39:12', '', 'Omnia Industry', '', 'publish', 'closed', 'closed', '', 'omnia-industry', '', '', '2020-01-15 09:39:12', '2020-01-15 09:39:12', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=677', 0, 'ait-item', '', 0),
(679, 1, '2020-01-15 09:38:47', '2020-01-15 09:38:47', '', 'elevated minds', '', 'publish', 'closed', 'closed', '', 'elevated-minds', '', '', '2020-01-15 09:38:47', '2020-01-15 09:38:47', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=679', 0, 'ait-item', '', 0),
(680, 1, '2020-01-15 09:39:47', '2020-01-15 09:39:47', '', 'The Originals Factory & Weed Shop', '', 'publish', 'closed', 'closed', '', 'the-originals-factory-weed-shop', '', '', '2020-01-15 09:39:47', '2020-01-15 09:39:47', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=680', 0, 'ait-item', '', 0),
(681, 1, '2020-01-15 09:42:00', '2020-01-15 09:42:00', '', 'Dank Stop 20 Cap', '', 'publish', 'closed', 'closed', '', 'dank-stop-20-cap', '', '', '2020-01-15 09:42:00', '2020-01-15 09:42:00', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=681', 0, 'ait-item', '', 0),
(682, 1, '2020-01-15 09:39:37', '2020-01-15 09:39:37', '', '25 Cap Goblin Kingz', '', 'publish', 'closed', 'closed', '', '25-cap-goblin-kingz', '', '', '2020-01-15 09:39:37', '2020-01-15 09:39:37', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=682', 0, 'ait-item', '', 0),
(683, 1, '2020-01-15 09:39:22', '2020-01-15 09:39:22', '', 'Green Gorillaz', '', 'publish', 'closed', 'closed', '', 'green-gorillaz', '', '', '2020-01-15 09:39:22', '2020-01-15 09:39:22', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=683', 0, 'ait-item', '', 0),
(684, 1, '2020-01-15 09:39:57', '2020-01-15 09:39:57', '', 'The Jackpot', '', 'publish', 'closed', 'closed', '', 'the-jackpot', '', '', '2020-01-15 09:39:57', '2020-01-15 09:39:57', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=684', 0, 'ait-item', '', 0),
(685, 1, '2020-01-15 09:41:42', '2020-01-15 09:41:42', '', '420 Xpress', '', 'publish', 'closed', 'closed', '', '420-xpress', '', '', '2020-01-15 09:41:42', '2020-01-15 09:41:42', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=685', 0, 'ait-item', '', 0),
(686, 1, '2020-01-15 09:41:52', '2020-01-15 09:41:52', '', 'california cannabis melrose', '', 'publish', 'closed', 'closed', '', 'california-cannabis-melrose', '', '', '2020-01-15 09:41:52', '2020-01-15 09:41:52', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=686', 0, 'ait-item', '', 0),
(687, 1, '2020-01-14 20:24:06', '2020-01-14 20:24:06', '', 'california cannabis melrose', '', 'inherit', 'closed', 'closed', '', '686-revision-v1', '', '', '2020-01-14 20:24:06', '2020-01-14 20:24:06', '', 686, 'https://your420map.com/web/2020/01/14/686-revision-v1/', 0, 'revision', '', 0),
(688, 1, '2020-01-14 20:24:06', '2020-01-14 20:24:06', '', 'urbn Leaf', '', 'inherit', 'closed', 'closed', '', '94-revision-v1', '', '', '2020-01-14 20:24:06', '2020-01-14 20:24:06', '', 94, 'https://your420map.com/web/2020/01/14/94-revision-v1/', 0, 'revision', '', 0),
(689, 1, '2020-01-15 09:40:08', '2020-01-15 09:40:08', '', 'Connected Cannabis Co', '', 'publish', 'closed', 'closed', '', 'connected-cannabis-co', '', '', '2020-01-15 09:40:08', '2020-01-15 09:40:08', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=689', 0, 'ait-item', '', 0),
(690, 1, '2020-01-15 09:35:58', '2020-01-15 09:35:58', '', 'atomic budz', '', 'publish', 'closed', 'closed', '', 'atomic-budz', '', '', '2020-01-15 09:35:58', '2020-01-15 09:35:58', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=690', 0, 'ait-item', '', 0),
(691, 1, '2020-01-15 09:36:47', '2020-01-15 09:36:47', '', 'green cross pharma', '', 'publish', 'closed', 'closed', '', 'green-cross-pharma', '', '', '2020-01-15 09:36:47', '2020-01-15 09:36:47', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=691', 0, 'ait-item', '', 0),
(692, 1, '2020-01-14 20:24:07', '2020-01-14 20:24:07', '', 'green cross pharma', '', 'inherit', 'closed', 'closed', '', '691-revision-v1', '', '', '2020-01-14 20:24:07', '2020-01-14 20:24:07', '', 691, 'https://your420map.com/web/2020/01/14/691-revision-v1/', 0, 'revision', '', 0),
(693, 1, '2020-01-15 09:35:50', '2020-01-15 09:35:50', '', 'westcoastcannabis club', '', 'publish', 'closed', 'closed', '', 'westcoastcannabis-club', '', '', '2020-01-15 09:35:50', '2020-01-15 09:35:50', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=693', 0, 'ait-item', '', 0),
(694, 1, '2020-01-15 09:35:38', '2020-01-15 09:35:38', '', 'bare dispensary', '', 'publish', 'closed', 'closed', '', 'bare-dispensary', '', '', '2020-01-15 09:35:38', '2020-01-15 09:35:38', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=694', 0, 'ait-item', '', 0),
(695, 1, '2020-01-15 09:36:56', '2020-01-15 09:36:56', '', 'OG Central', '', 'publish', 'closed', 'closed', '', 'og-central', '', '', '2020-01-15 09:36:56', '2020-01-15 09:36:56', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=695', 0, 'ait-item', '', 0),
(696, 1, '2020-01-15 09:36:12', '2020-01-15 09:36:12', '', 'Blue Mountain Collective', '', 'publish', 'closed', 'closed', '', 'blue-mountain-collective', '', '', '2020-01-15 09:36:12', '2020-01-15 09:36:12', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=696', 0, 'ait-item', '', 0);
INSERT INTO `wpir_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(697, 1, '2020-01-15 09:36:37', '2020-01-15 09:36:37', '', 'TAKOMA WELLNESS', '', 'publish', 'closed', 'closed', '', 'takoma-wellness', '', '', '2020-01-15 09:36:37', '2020-01-15 09:36:37', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=697', 0, 'ait-item', '', 0),
(698, 1, '2020-01-15 09:36:23', '2020-01-15 09:36:23', '', 'leaf and lion', '', 'publish', 'closed', 'closed', '', 'leaf-and-lion', '', '', '2020-01-15 09:36:23', '2020-01-15 09:36:23', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=698', 0, 'ait-item', '', 0),
(699, 1, '2020-01-15 09:34:35', '2020-01-15 09:34:35', '', 'blunts and more', '', 'publish', 'closed', 'closed', '', 'blunts-and-more', '', '', '2020-01-15 09:34:35', '2020-01-15 09:34:35', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=699', 0, 'ait-item', '', 0),
(700, 1, '2020-01-15 09:35:01', '2020-01-15 09:35:01', '', 'BLUNTS', '', 'publish', 'closed', 'closed', '', 'blunts', '', '', '2020-01-15 09:35:01', '2020-01-15 09:35:01', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=700', 0, 'ait-item', '', 0),
(701, 1, '2020-01-15 09:34:47', '2020-01-15 09:34:47', '', 'cana farms', '', 'publish', 'closed', 'closed', '', 'cana-farms', '', '', '2020-01-15 09:34:47', '2020-01-15 09:34:47', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=701', 0, 'ait-item', '', 0),
(702, 1, '2020-01-14 20:24:08', '2020-01-14 20:24:08', '', 'cana farms', '', 'inherit', 'closed', 'closed', '', '701-revision-v1', '', '', '2020-01-14 20:24:08', '2020-01-14 20:24:08', '', 701, 'https://your420map.com/web/2020/01/14/701-revision-v1/', 0, 'revision', '', 0),
(703, 1, '2020-01-15 09:35:16', '2020-01-15 09:35:16', '', 'the reseda spot', '', 'publish', 'closed', 'closed', '', 'the-reseda-spot', '', '', '2020-01-15 09:35:16', '2020-01-15 09:35:16', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=703', 0, 'ait-item', '', 0),
(704, 1, '2020-01-15 09:35:29', '2020-01-15 09:35:29', '', 'WeedWay Cannabis Delivery', '', 'publish', 'closed', 'closed', '', 'weedway-cannabis-delivery', '', '', '2020-01-15 09:35:29', '2020-01-15 09:35:29', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=704', 0, 'ait-item', '', 0),
(705, 1, '2020-01-15 09:29:10', '2020-01-15 09:29:10', '', 'HOLLYWOOD HIGH GRADE', '', 'publish', 'closed', 'closed', '', 'hollywood-high-grade', '', '', '2020-01-15 09:29:10', '2020-01-15 09:29:10', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=705', 0, 'ait-item', '', 0),
(706, 1, '2020-01-14 20:24:09', '2020-01-14 20:24:09', '', 'HOLLYWOOD HIGH GRADE', '', 'inherit', 'closed', 'closed', '', '705-revision-v1', '', '', '2020-01-14 20:24:09', '2020-01-14 20:24:09', '', 705, 'https://your420map.com/web/2020/01/14/705-revision-v1/', 0, 'revision', '', 0),
(707, 1, '2020-01-15 09:27:41', '2020-01-15 09:27:41', '', 'have a heart oaklad', '', 'publish', 'closed', 'closed', '', 'have-a-heart-oaklad', '', '', '2020-01-15 09:27:41', '2020-01-15 09:27:41', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=707', 0, 'ait-item', '', 0),
(708, 1, '2020-01-14 20:24:09', '2020-01-14 20:24:09', '', 'Harvest HOC', '', 'inherit', 'closed', 'closed', '', '452-revision-v1', '', '', '2020-01-14 20:24:09', '2020-01-14 20:24:09', '', 452, 'https://your420map.com/web/2020/01/14/452-revision-v1/', 0, 'revision', '', 0),
(709, 1, '2020-01-15 09:28:58', '2020-01-15 09:28:58', '', 'HHC HEALTHY HERBAL CARE', '', 'publish', 'closed', 'closed', '', 'hhc-healthy-herbal-care', '', '', '2020-01-15 09:28:58', '2020-01-15 09:28:58', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=709', 0, 'ait-item', '', 0),
(710, 1, '2020-01-15 09:29:50', '2020-01-15 09:29:50', '', 'HHC', '', 'publish', 'closed', 'closed', '', 'hhc', '', '', '2020-01-15 09:29:50', '2020-01-15 09:29:50', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=710', 0, 'ait-item', '', 0),
(711, 1, '2020-01-15 09:29:40', '2020-01-15 09:29:40', '', 'mankind', '', 'publish', 'closed', 'closed', '', 'mankind', '', '', '2020-01-15 09:29:40', '2020-01-15 09:29:40', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=711', 0, 'ait-item', '', 0),
(712, 1, '2020-01-15 09:29:30', '2020-01-15 09:29:30', '', 'mankind disopensary', '', 'publish', 'closed', 'closed', '', 'mankind-disopensary', '', '', '2020-01-15 09:29:30', '2020-01-15 09:29:30', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=712', 0, 'ait-item', '', 0),
(713, 1, '2020-01-15 09:31:11', '2020-01-15 09:31:11', '', 'MANKIND DISPENSARY', '', 'publish', 'closed', 'closed', '', 'mankind-dispensary', '', '', '2020-01-15 09:31:11', '2020-01-15 09:31:11', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=713', 0, 'ait-item', '', 0),
(714, 1, '2020-01-15 09:31:00', '2020-01-15 09:31:00', '', 'Foothills Wellness Center- Pre ICO', '', 'publish', 'closed', 'closed', '', 'foothills-wellness-center-pre-ico', '', '', '2020-01-15 09:31:00', '2020-01-15 09:31:00', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=714', 0, 'ait-item', '', 0),
(715, 1, '2020-01-15 09:30:48', '2020-01-15 09:30:48', '', 'Azusa Green World', '', 'publish', 'closed', 'closed', '', 'azusa-green-world', '', '', '2020-01-15 09:30:48', '2020-01-15 09:30:48', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=715', 0, 'ait-item', '', 0),
(716, 1, '2020-01-15 09:30:01', '2020-01-15 09:30:01', '', 'mr nice guy', '', 'publish', 'closed', 'closed', '', 'mr-nice-guy', '', '', '2020-01-15 09:30:01', '2020-01-15 09:30:01', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=716', 0, 'ait-item', '', 0),
(717, 1, '2020-01-15 09:30:34', '2020-01-15 09:30:34', '', 'tradecraft farms', '', 'publish', 'closed', 'closed', '', 'tradecraft-farms', '', '', '2020-01-15 09:30:34', '2020-01-15 09:30:34', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=717', 0, 'ait-item', '', 0),
(718, 1, '2020-01-15 09:30:22', '2020-01-15 09:30:22', '', 'HP Greens', '', 'publish', 'closed', 'closed', '', 'hp-greens', '', '', '2020-01-15 09:30:22', '2020-01-15 09:30:22', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=718', 0, 'ait-item', '', 0),
(719, 1, '2020-01-15 09:30:11', '2020-01-15 09:30:11', '', 'royal highness', '', 'publish', 'closed', 'closed', '', 'royal-highness', '', '', '2020-01-15 09:30:11', '2020-01-15 09:30:11', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=719', 0, 'ait-item', '', 0),
(720, 1, '2020-01-15 09:31:25', '2020-01-15 09:31:25', '', '25 CAP HNH HOLISTIC', '', 'publish', 'closed', 'closed', '', '25-cap-hnh-holistic', '', '', '2020-01-15 09:31:25', '2020-01-15 09:31:25', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=720', 0, 'ait-item', '', 0),
(721, 1, '2020-01-15 09:33:58', '2020-01-15 09:33:58', '', 'the leaf el paseo', '', 'publish', 'closed', 'closed', '', 'the-leaf-el-paseo', '', '', '2020-01-15 09:33:58', '2020-01-15 09:33:58', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=721', 0, 'ait-item', '', 0),
(722, 1, '2020-01-15 09:31:39', '2020-01-15 09:31:39', '', 'California Cannabis Crenshaw', '', 'publish', 'closed', 'closed', '', 'california-cannabis-ccrenshaw', '', '', '2020-01-19 20:26:28', '2020-01-19 20:26:28', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=722', 0, 'ait-item', '', 0),
(723, 1, '2020-01-15 09:33:47', '2020-01-15 09:33:47', '', 'Green Temple', '', 'publish', 'closed', 'closed', '', 'green-temple', '', '', '2020-01-15 09:33:47', '2020-01-15 09:33:47', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=723', 0, 'ait-item', '', 0),
(724, 1, '2020-01-15 09:32:02', '2020-01-15 09:32:02', '', 'CBD Wellness Studio', '', 'publish', 'closed', 'closed', '', 'cbd-wellness-studio', '', '', '2020-01-15 09:32:02', '2020-01-15 09:32:02', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=724', 0, 'ait-item', '', 0),
(725, 1, '2020-01-15 09:31:52', '2020-01-15 09:31:52', '', 'west coast cannabis club', '', 'publish', 'closed', 'closed', '', 'west-coast-cannabis-club', '', '', '2020-01-15 09:31:52', '2020-01-15 09:31:52', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=725', 0, 'ait-item', '', 0),
(726, 1, '2020-01-15 09:33:37', '2020-01-15 09:33:37', '', 'Breaking Bud', '', 'publish', 'closed', 'closed', '', 'breaking-bud', '', '', '2020-01-15 09:33:37', '2020-01-15 09:33:37', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=726', 0, 'ait-item', '', 0),
(727, 1, '2020-01-15 09:34:24', '2020-01-15 09:34:24', '', 'Weed 4 Less 15 Cap', '', 'publish', 'closed', 'closed', '', 'weed-4-less-15-cap', '', '', '2020-01-15 09:34:24', '2020-01-15 09:34:24', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=727', 0, 'ait-item', '', 0),
(728, 1, '2020-01-15 09:34:10', '2020-01-15 09:34:10', '', 'merica cannabis company', '', 'publish', 'closed', 'closed', '', 'merica-cannabis-company', '', '', '2020-01-15 09:34:10', '2020-01-15 09:34:10', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=728', 0, 'ait-item', '', 0),
(729, 1, '2020-01-15 09:27:30', '2020-01-15 09:27:30', '', 'PURPLE LOTUS', '', 'publish', 'closed', 'closed', '', 'purple-lotus', '', '', '2020-01-15 09:27:30', '2020-01-15 09:27:30', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=729', 0, 'ait-item', '', 0),
(730, 1, '2020-01-15 09:26:57', '2020-01-15 09:26:57', '', 'Green Ghost', '', 'publish', 'closed', 'closed', '', 'green-ghost', '', '', '2020-01-15 09:26:57', '2020-01-15 09:26:57', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=730', 0, 'ait-item', '', 0),
(731, 1, '2020-01-15 09:27:19', '2020-01-15 09:27:19', '', 'GW inc', '', 'publish', 'closed', 'closed', '', 'gw-inc', '', '', '2020-01-15 09:27:19', '2020-01-15 09:27:19', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=731', 0, 'ait-item', '', 0),
(732, 1, '2020-01-15 09:27:08', '2020-01-15 09:27:08', '', 'the og collective', '', 'publish', 'closed', 'closed', '', 'the-og-collective', '', '', '2020-01-15 09:27:08', '2020-01-15 09:27:08', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=732', 0, 'ait-item', '', 0),
(733, 1, '2020-01-14 20:24:11', '2020-01-14 20:24:11', '', 'project cannabis', '', 'inherit', 'closed', 'closed', '', '281-revision-v1', '', '', '2020-01-14 20:24:11', '2020-01-14 20:24:11', '', 281, 'https://your420map.com/web/2020/01/14/281-revision-v1/', 0, 'revision', '', 0),
(734, 1, '2020-01-15 09:22:32', '2020-01-15 09:22:32', '', 'Central Hotbox', '', 'publish', 'closed', 'closed', '', 'central-hotbox', '', '', '2020-01-15 09:22:32', '2020-01-15 09:22:32', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=734', 0, 'ait-item', '', 0),
(735, 1, '2020-01-15 09:22:22', '2020-01-15 09:22:22', '', 'Zen Garden Wellness', '', 'publish', 'closed', 'closed', '', 'zen-garden-wellness', '', '', '2020-01-15 09:22:22', '2020-01-15 09:22:22', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=735', 0, 'ait-item', '', 0),
(736, 1, '2020-01-15 09:22:43', '2020-01-15 09:22:43', '', 'SEMILLA HRC', '', 'publish', 'closed', 'closed', '', 'semilla-hrc', '', '', '2020-01-15 09:22:43', '2020-01-15 09:22:43', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=736', 0, 'ait-item', '', 0),
(737, 1, '2020-01-14 20:24:11', '2020-01-14 20:24:11', '', 'SEMILLA HRC', '', 'inherit', 'closed', 'closed', '', '736-revision-v1', '', '', '2020-01-14 20:24:11', '2020-01-14 20:24:11', '', 736, 'https://your420map.com/web/2020/01/14/736-revision-v1/', 0, 'revision', '', 0),
(738, 1, '2020-01-15 09:25:20', '2020-01-15 09:25:20', '', 'GREEN LIGHT DISTRICT', '', 'publish', 'closed', 'closed', '', 'green-light-district', '', '', '2020-01-15 09:25:20', '2020-01-15 09:25:20', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=738', 0, 'ait-item', '', 0),
(739, 1, '2020-01-14 20:24:11', '2020-01-14 20:24:11', '', 'green light district', '', 'inherit', 'closed', 'closed', '', '738-revision-v1', '', '', '2020-01-14 20:24:11', '2020-01-14 20:24:11', '', 738, 'https://your420map.com/web/2020/01/14/738-revision-v1/', 0, 'revision', '', 0),
(740, 1, '2020-01-14 20:24:11', '2020-01-14 20:24:11', '', 'GREEN LIGHT DISTRICT', '', 'inherit', 'closed', 'closed', '', '738-revision-v1', '', '', '2020-01-14 20:24:11', '2020-01-14 20:24:11', '', 738, 'https://your420map.com/web/2020/01/14/738-revision-v1/', 0, 'revision', '', 0),
(741, 1, '2020-01-15 09:22:56', '2020-01-15 09:22:56', '', 'GREEN EARTH FARMACIE', '', 'publish', 'closed', 'closed', '', 'green-earth-farmacie', '', '', '2020-01-15 09:22:56', '2020-01-15 09:22:56', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=741', 0, 'ait-item', '', 0),
(742, 1, '2020-01-15 09:25:45', '2020-01-15 09:25:45', '', 'Namaste High', '', 'publish', 'closed', 'closed', '', 'namaste-high', '', '', '2020-01-15 09:25:45', '2020-01-15 09:25:45', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=742', 0, 'ait-item', '', 0),
(743, 1, '2020-01-15 09:21:41', '2020-01-15 09:21:41', '', 'the 420 lounge', '', 'publish', 'closed', 'closed', '', 'the-420-lounge', '', '', '2020-01-15 09:21:41', '2020-01-15 09:21:41', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=743', 0, 'ait-item', '', 0),
(744, 1, '2020-01-15 09:25:33', '2020-01-15 09:25:33', '', 'LA cbd', '', 'publish', 'closed', 'closed', '', 'la-cbd', '', '', '2020-01-15 09:25:33', '2020-01-15 09:25:33', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=744', 0, 'ait-item', '', 0),
(745, 1, '2020-01-15 09:21:28', '2020-01-15 09:21:28', '', 'pasadena flight club', '', 'publish', 'closed', 'closed', '', 'pasadena-flight-club', '', '', '2020-01-15 09:21:28', '2020-01-15 09:21:28', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=745', 0, 'ait-item', '', 0),
(746, 1, '2020-01-15 09:21:49', '2020-01-15 09:21:49', '', 'ahhsweho', '', 'publish', 'closed', 'closed', '', 'ahhsweho', '', '', '2020-01-15 09:21:50', '2020-01-15 09:21:50', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=746', 0, 'ait-item', '', 0),
(747, 1, '2020-01-15 09:25:59', '2020-01-15 09:25:59', '', 'Picos Finest', '', 'publish', 'closed', 'closed', '', 'picos-finest', '', '', '2020-01-15 09:25:59', '2020-01-15 09:25:59', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=747', 0, 'ait-item', '', 0),
(748, 1, '2020-01-15 09:26:30', '2020-01-15 09:26:30', '', 'Best of Buddha', '', 'publish', 'closed', 'closed', '', 'best-of-buddha', '', '', '2020-01-15 09:26:30', '2020-01-15 09:26:30', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=748', 0, 'ait-item', '', 0),
(749, 1, '2020-01-15 09:21:59', '2020-01-15 09:21:59', '', 'OMG Avalon 20 Cap Collective', '', 'publish', 'closed', 'closed', '', 'omg-avalon-20-cap-collective', '', '', '2020-01-15 09:21:59', '2020-01-15 09:21:59', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=749', 0, 'ait-item', '', 0),
(750, 1, '2020-01-15 09:26:19', '2020-01-15 09:26:19', '', 'he roots dispensary', '', 'publish', 'closed', 'closed', '', 'he-roots-dispensary', '', '', '2020-01-15 09:26:19', '2020-01-15 09:26:19', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=750', 0, 'ait-item', '', 0),
(751, 1, '2020-01-15 09:26:48', '2020-01-15 09:26:48', '', 'VIBE BY CALIFRONIA', '', 'publish', 'closed', 'closed', '', 'vibe-by-califronia', '', '', '2020-01-15 09:26:48', '2020-01-15 09:26:48', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=751', 0, 'ait-item', '', 0),
(752, 1, '2020-01-15 09:25:07', '2020-01-15 09:25:07', '', 'Natural Aid Cannabis Dispensary', '', 'publish', 'closed', 'closed', '', 'natural-aid-cannabis-dispensary', '', '', '2020-01-15 09:25:07', '2020-01-15 09:25:07', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=752', 0, 'ait-item', '', 0),
(753, 1, '2020-01-15 09:26:38', '2020-01-15 09:26:38', '', 'Out Co', '', 'publish', 'closed', 'closed', '', 'out-co', '', '', '2020-01-15 09:26:38', '2020-01-15 09:26:38', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=753', 0, 'ait-item', '', 0),
(754, 1, '2020-01-15 09:24:58', '2020-01-15 09:24:58', '', 'Supreme 20 Cap', '', 'publish', 'closed', 'closed', '', 'supreme-20-cap', '', '', '2020-01-15 09:24:58', '2020-01-15 09:24:58', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=754', 0, 'ait-item', '', 0),
(755, 1, '2020-01-14 20:24:12', '2020-01-14 20:24:12', '', 'sweet flower', '', 'inherit', 'closed', 'closed', '', '156-revision-v1', '', '', '2020-01-14 20:24:12', '2020-01-14 20:24:12', '', 156, 'https://your420map.com/web/2020/01/14/156-revision-v1/', 0, 'revision', '', 0),
(756, 1, '2020-01-15 09:21:16', '2020-01-15 09:21:16', '', 'The Hook', '', 'publish', 'closed', 'closed', '', 'the-hook', '', '', '2020-01-15 09:21:16', '2020-01-15 09:21:16', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=756', 0, 'ait-item', '', 0),
(757, 1, '2020-01-15 09:17:40', '2020-01-15 09:17:40', '', 'strains', '', 'publish', 'closed', 'closed', '', 'strains', '', '', '2020-01-15 09:17:40', '2020-01-15 09:17:40', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=757', 0, 'ait-item', '', 0),
(758, 1, '2020-01-15 09:17:28', '2020-01-15 09:17:28', '', 'strains dispenary', '', 'publish', 'closed', 'closed', '', 'strains-dispenary', '', '', '2020-01-15 09:17:28', '2020-01-15 09:17:28', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=758', 0, 'ait-item', '', 0),
(759, 1, '2020-01-15 09:19:03', '2020-01-15 09:19:03', '', 'strains dispensary', '', 'publish', 'closed', 'closed', '', 'strains-dispensary', '', '', '2020-01-15 09:19:03', '2020-01-15 09:19:03', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=759', 0, 'ait-item', '', 0),
(760, 1, '2020-01-14 20:24:13', '2020-01-14 20:24:13', '', 'strains', '', 'inherit', 'closed', 'closed', '', '757-revision-v1', '', '', '2020-01-14 20:24:13', '2020-01-14 20:24:13', '', 757, 'https://your420map.com/web/2020/01/14/757-revision-v1/', 0, 'revision', '', 0),
(761, 1, '2020-01-14 20:24:13', '2020-01-14 20:24:13', '', 'strains dispenary', '', 'inherit', 'closed', 'closed', '', '758-revision-v1', '', '', '2020-01-14 20:24:13', '2020-01-14 20:24:13', '', 758, 'https://your420map.com/web/2020/01/14/758-revision-v1/', 0, 'revision', '', 0),
(762, 1, '2020-01-15 09:18:06', '2020-01-15 09:18:06', '', 'HP Wellness', '', 'publish', 'closed', 'closed', '', 'hp-wellness', '', '', '2020-01-15 09:18:06', '2020-01-15 09:18:06', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=762', 0, 'ait-item', '', 0),
(763, 1, '2020-01-15 09:18:49', '2020-01-15 09:18:49', '', 'Los Angeles Farmers', '', 'publish', 'closed', 'closed', '', 'los-angeles-farmers', '', '', '2020-01-15 09:18:49', '2020-01-15 09:18:49', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=763', 0, 'ait-item', '', 0),
(764, 1, '2020-01-15 09:18:19', '2020-01-15 09:18:19', '', 'DELTA 9 THC 21+', '', 'publish', 'closed', 'closed', '', 'delta-9-thc-21', '', '', '2020-01-15 09:18:19', '2020-01-15 09:18:19', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=764', 0, 'ait-item', '', 0),
(765, 1, '2020-01-15 09:18:34', '2020-01-15 09:18:34', '', 'The Vine', '', 'publish', 'closed', 'closed', '', 'the-vine', '', '', '2020-01-15 09:18:34', '2020-01-15 09:18:34', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=765', 0, 'ait-item', '', 0),
(766, 1, '2020-01-15 09:19:19', '2020-01-15 09:19:19', '', 'sundial collevitce', '', 'publish', 'closed', 'closed', '', 'sundial-collevitce', '', '', '2020-01-15 09:19:19', '2020-01-15 09:19:19', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=766', 0, 'ait-item', '', 0),
(767, 1, '2020-01-15 09:19:40', '2020-01-15 09:19:40', '', 'the green eaasy', '', 'publish', 'closed', 'closed', '', 'the-green-eaasy', '', '', '2020-01-15 09:19:40', '2020-01-15 09:19:40', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=767', 0, 'ait-item', '', 0),
(768, 1, '2020-01-15 09:12:01', '2020-01-15 09:12:01', '', 'medigreen cannabis clinic', '', 'publish', 'closed', 'closed', '', 'medigreen-cannabis-clinic', '', '', '2020-01-15 09:12:01', '2020-01-15 09:12:01', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=768', 0, 'ait-item', '', 0),
(769, 1, '2020-01-15 09:13:52', '2020-01-15 09:13:52', '', 'fire house 64', '', 'publish', 'closed', 'closed', '', 'fire-house-64', '', '', '2020-01-15 09:13:52', '2020-01-15 09:13:52', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=769', 0, 'ait-item', '', 0),
(770, 1, '2020-01-15 09:16:44', '2020-01-15 09:16:44', '', 'laxcc 21+', '', 'publish', 'closed', 'closed', '', 'laxcc-21', '', '', '2020-01-15 09:16:44', '2020-01-15 09:16:44', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=770', 0, 'ait-item', '', 0),
(771, 1, '2020-01-15 09:17:04', '2020-01-15 09:17:04', '', 'prime leaf', '', 'publish', 'closed', 'closed', '', 'prime-leaf', '', '', '2020-01-15 09:17:04', '2020-01-15 09:17:04', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=771', 0, 'ait-item', '', 0),
(772, 1, '2020-01-15 09:19:55', '2020-01-15 09:19:55', '', 'cookies melrose', '', 'publish', 'closed', 'closed', '', 'cookies-melrose', '', '', '2020-01-15 09:19:55', '2020-01-15 09:19:55', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=772', 0, 'ait-item', '', 0),
(773, 1, '2020-01-14 20:24:13', '2020-01-14 20:24:13', '', 'Buddha Company', '', 'inherit', 'closed', 'closed', '', '394-revision-v1', '', '', '2020-01-14 20:24:13', '2020-01-14 20:24:13', '', 394, 'https://your420map.com/web/2020/01/14/394-revision-v1/', 0, 'revision', '', 0),
(774, 1, '2020-01-15 09:12:15', '2020-01-15 09:12:15', '', 'green city collective', '', 'publish', 'closed', 'closed', '', 'green-city-collective', '', '', '2020-01-15 09:12:15', '2020-01-15 09:12:15', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=774', 0, 'ait-item', '', 0),
(775, 1, '2020-01-15 09:14:23', '2020-01-15 09:14:23', '', 'Unified Patient Alliance', '', 'publish', 'closed', 'closed', '', 'unified-patient-alliance', '', '', '2020-01-15 09:14:23', '2020-01-15 09:14:23', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=775', 0, 'ait-item', '', 0),
(776, 1, '2020-01-15 09:14:08', '2020-01-15 09:14:08', '', 'coachella lighthouse', '', 'publish', 'closed', 'closed', '', 'coachella-lighthouse', '', '', '2020-01-15 09:14:08', '2020-01-15 09:14:08', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=776', 0, 'ait-item', '', 0),
(777, 1, '2020-01-15 09:14:51', '2020-01-15 09:14:51', '', 'Lights Out 20 Cap', '', 'publish', 'closed', 'closed', '', 'lights-out-20-cap', '', '', '2020-01-15 09:14:51', '2020-01-15 09:14:51', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=777', 0, 'ait-item', '', 0),
(778, 1, '2020-01-15 09:12:37', '2020-01-15 09:12:37', '', 'zen healing west hollywood', '', 'publish', 'closed', 'closed', '', 'zen-healing-west-hollywood', '', '', '2020-01-15 09:12:37', '2020-01-15 09:12:37', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=778', 0, 'ait-item', '', 0),
(779, 1, '2020-01-15 09:14:37', '2020-01-15 09:14:37', '', 'Culver City Associates', '', 'publish', 'closed', 'closed', '', 'culver-city-associates', '', '', '2020-01-15 09:14:37', '2020-01-15 09:14:37', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=779', 0, 'ait-item', '', 0),
(780, 1, '2020-01-15 09:17:18', '2020-01-15 09:17:18', '', 'the artist tree', '', 'publish', 'closed', 'closed', '', 'the-artist-tree', '', '', '2020-01-15 09:17:18', '2020-01-15 09:17:18', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=780', 0, 'ait-item', '', 0),
(781, 1, '2020-01-14 20:41:20', '2020-01-14 20:41:20', '', 'Dank Bank 20 Cap Collective', '', 'publish', 'closed', 'closed', '', 'dank-bank-20-cap-collective', '', '', '2020-01-14 20:41:20', '2020-01-14 20:41:20', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=781', 0, 'ait-item', '', 0),
(782, 1, '2020-01-14 20:41:12', '2020-01-14 20:41:12', '', 'westside cllctv`', '', 'publish', 'closed', 'closed', '', 'westside-cllctv', '', '', '2020-01-14 20:41:12', '2020-01-14 20:41:12', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=782', 0, 'ait-item', '', 0),
(783, 1, '2020-01-15 09:06:39', '2020-01-15 09:06:39', '', 'NuLeaf NV', '', 'publish', 'closed', 'closed', '', 'nuleaf-nv', '', '', '2020-01-15 09:06:39', '2020-01-15 09:06:39', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=783', 0, 'ait-item', '', 0),
(784, 1, '2020-01-15 09:08:18', '2020-01-15 09:08:18', '', 'Mr Steal Your Patients $19 Cap', '', 'publish', 'closed', 'closed', '', 'mr-steal-your-patients-19-cap', '', '', '2020-01-15 09:08:18', '2020-01-15 09:08:18', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=784', 0, 'ait-item', '', 0),
(785, 1, '2020-01-15 09:11:44', '2020-01-15 09:11:44', '', 'LA Collective', '', 'publish', 'closed', 'closed', '', 'la-collective', '', '', '2020-01-15 09:11:44', '2020-01-15 09:11:44', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=785', 0, 'ait-item', '', 0),
(786, 1, '2020-01-15 09:07:30', '2020-01-15 09:07:30', '', 'OG Top Shop', '', 'publish', 'closed', 'closed', '', 'og-top-shop', '', '', '2020-01-15 09:07:30', '2020-01-15 09:07:30', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=786', 0, 'ait-item', '', 0),
(787, 1, '2020-01-15 09:10:50', '2020-01-15 09:10:50', '', 'la mesa green', '', 'publish', 'closed', 'closed', '', 'la-mesa-green', '', '', '2020-01-15 09:10:50', '2020-01-15 09:10:50', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=787', 0, 'ait-item', '', 0),
(788, 1, '2020-01-15 09:10:23', '2020-01-15 09:10:23', '', 'balboa ave cooperative', '', 'publish', 'closed', 'closed', '', 'balboa-ave-cooperative', '', '', '2020-01-15 09:10:23', '2020-01-15 09:10:23', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=788', 0, 'ait-item', '', 0),
(789, 1, '2020-01-14 20:40:17', '2020-01-14 20:40:17', '', 'Balboa Collective', '', 'publish', 'closed', 'closed', '', 'balboa-collective', '', '', '2020-01-14 20:40:17', '2020-01-14 20:40:17', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=789', 0, 'ait-item', '', 0),
(790, 1, '2020-01-14 20:40:26', '2020-01-14 20:40:26', '', 'Zen LA', '', 'publish', 'closed', 'closed', '', 'zen-la', '', '', '2020-01-14 20:40:26', '2020-01-14 20:40:26', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=790', 0, 'ait-item', '', 0),
(791, 1, '2020-01-14 20:38:52', '2020-01-14 20:38:52', '', 'Vermont 30 Cap', '', 'publish', 'closed', 'closed', '', 'vermont-30-cap', '', '', '2020-01-14 20:38:52', '2020-01-14 20:38:52', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=791', 0, 'ait-item', '', 0),
(792, 1, '2020-01-14 20:39:14', '2020-01-14 20:39:14', '', 'Westside Meds', '', 'publish', 'closed', 'closed', '', 'westside-meds', '', '', '2020-01-14 20:39:14', '2020-01-14 20:39:14', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=792', 0, 'ait-item', '', 0),
(793, 1, '2020-01-14 20:38:58', '2020-01-14 20:38:58', '', 'new amsterdam naturals', '', 'publish', 'closed', 'closed', '', 'new-amsterdam-naturals', '', '', '2020-01-14 20:38:58', '2020-01-14 20:38:58', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=793', 0, 'ait-item', '', 0),
(794, 1, '2020-01-14 20:24:15', '2020-01-14 20:24:15', '', 'new amsterdam naturals', '', 'inherit', 'closed', 'closed', '', '793-revision-v1', '', '', '2020-01-14 20:24:15', '2020-01-14 20:24:15', '', 793, 'https://your420map.com/web/2020/01/14/793-revision-v1/', 0, 'revision', '', 0),
(795, 1, '2020-01-14 20:39:06', '2020-01-14 20:39:06', '', 'New Amsterdam', '', 'publish', 'closed', 'closed', '', 'new-amsterdam', '', '', '2020-01-14 20:39:06', '2020-01-14 20:39:06', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=795', 0, 'ait-item', '', 0),
(796, 1, '2020-01-14 20:24:15', '2020-01-14 20:24:15', '', 'New Amsterdam', '', 'inherit', 'closed', 'closed', '', '795-revision-v1', '', '', '2020-01-14 20:24:15', '2020-01-14 20:24:15', '', 795, 'https://your420map.com/web/2020/01/14/795-revision-v1/', 0, 'revision', '', 0),
(797, 1, '2020-01-14 20:39:23', '2020-01-14 20:39:23', '', 'Medicine Woman', '', 'publish', 'closed', 'closed', '', 'medicine-woman', '', '', '2020-01-14 20:39:23', '2020-01-14 20:39:23', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=797', 0, 'ait-item', '', 0),
(798, 1, '2020-01-14 20:40:33', '2020-01-14 20:40:33', '', 'Santa Cruz Naturals- Aptos', '', 'publish', 'closed', 'closed', '', 'santa-cruz-naturals-aptos', '', '', '2020-01-14 20:40:33', '2020-01-14 20:40:33', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=798', 0, 'ait-item', '', 0),
(799, 1, '2020-01-14 20:40:04', '2020-01-14 20:40:04', '', 'Normandie Medical Center', '', 'publish', 'closed', 'closed', '', 'normandie-medical-center', '', '', '2020-01-14 20:40:04', '2020-01-14 20:40:04', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=799', 0, 'ait-item', '', 0),
(800, 1, '2020-01-14 20:40:55', '2020-01-14 20:40:55', '', 'natural remedies hollyweed', '', 'publish', 'closed', 'closed', '', 'natural-remedies-hollyweed', '', '', '2020-01-14 20:40:55', '2020-01-14 20:40:55', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=800', 0, 'ait-item', '', 0),
(801, 1, '2020-01-14 20:40:47', '2020-01-14 20:40:47', '', 'DTPG', '', 'publish', 'closed', 'closed', '', 'dtpg', '', '', '2020-01-14 20:40:47', '2020-01-14 20:40:47', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=801', 0, 'ait-item', '', 0),
(802, 1, '2020-01-14 20:41:03', '2020-01-14 20:41:03', '', 'Broadway LA Pharmacy- 30 Cap', '', 'publish', 'closed', 'closed', '', 'broadway-la-pharmacy-30-cap', '', '', '2020-01-14 20:41:03', '2020-01-14 20:41:03', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=802', 0, 'ait-item', '', 0),
(803, 1, '2020-01-14 20:40:41', '2020-01-14 20:40:41', '', 'Kind Farms', '', 'publish', 'closed', 'closed', '', 'kind-farms', '', '', '2020-01-14 20:40:41', '2020-01-14 20:40:41', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=803', 0, 'ait-item', '', 0),
(804, 1, '2020-01-14 20:39:32', '2020-01-14 20:39:32', '', 'kush depot spring valley', '', 'publish', 'closed', 'closed', '', 'kush-depot-spring-valley', '', '', '2020-01-14 20:39:32', '2020-01-14 20:39:32', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=804', 0, 'ait-item', '', 0),
(805, 1, '2020-01-14 20:39:56', '2020-01-14 20:39:56', '', 'DELI', '', 'publish', 'closed', 'closed', '', 'deli', '', '', '2020-01-14 20:39:56', '2020-01-14 20:39:56', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=805', 0, 'ait-item', '', 0),
(806, 1, '2020-01-14 20:38:42', '2020-01-14 20:38:42', '', 'Urthleaf', '', 'publish', 'closed', 'closed', '', 'urthleaf', '', '', '2020-01-14 20:38:42', '2020-01-14 20:38:42', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=806', 0, 'ait-item', '', 0),
(807, 1, '2020-01-14 20:40:10', '2020-01-14 20:40:10', '', 'Broadway Meds', '', 'publish', 'closed', 'closed', '', 'broadway-meds', '', '', '2020-01-14 20:40:10', '2020-01-14 20:40:10', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=807', 0, 'ait-item', '', 0),
(808, 1, '2020-01-14 20:39:40', '2020-01-14 20:39:40', '', 'Venice Medical Center', '', 'publish', 'closed', 'closed', '', 'venice-medical-center', '', '', '2020-01-14 20:39:40', '2020-01-14 20:39:40', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=808', 0, 'ait-item', '', 0),
(809, 1, '2020-01-14 20:39:47', '2020-01-14 20:39:47', '', 'the plug', '', 'publish', 'closed', 'closed', '', 'the-plug', '', '', '2020-01-14 20:39:47', '2020-01-14 20:39:47', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=809', 0, 'ait-item', '', 0),
(810, 1, '2020-01-14 20:36:18', '2020-01-14 20:36:18', '', 'EMPIRE TWIN PALMS', '', 'publish', 'closed', 'closed', '', 'empire-twin-palms', '', '', '2020-01-14 20:36:18', '2020-01-14 20:36:18', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=810', 0, 'ait-item', '', 0),
(811, 1, '2020-01-14 20:24:15', '2020-01-14 20:24:15', '', 'empire twin palms', '', 'inherit', 'closed', 'closed', '', '810-revision-v1', '', '', '2020-01-14 20:24:15', '2020-01-14 20:24:15', '', 810, 'https://your420map.com/web/2020/01/14/810-revision-v1/', 0, 'revision', '', 0),
(812, 1, '2020-01-14 20:24:16', '2020-01-14 20:24:16', '', 'EMPIRE TWIN PALMS', '', 'inherit', 'closed', 'closed', '', '810-revision-v1', '', '', '2020-01-14 20:24:16', '2020-01-14 20:24:16', '', 810, 'https://your420map.com/web/2020/01/14/810-revision-v1/', 0, 'revision', '', 0),
(813, 1, '2020-01-14 20:35:05', '2020-01-14 20:35:05', '', 'ELEMENTAL WELLNESS', '', 'publish', 'closed', 'closed', '', 'elemental-wellness', '', '', '2020-01-14 20:35:05', '2020-01-14 20:35:05', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=813', 0, 'ait-item', '', 0),
(814, 1, '2020-01-14 20:38:26', '2020-01-14 20:38:26', '', 'high supply', '', 'publish', 'closed', 'closed', '', 'high-supply', '', '', '2020-01-14 20:38:26', '2020-01-14 20:38:26', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=814', 0, 'ait-item', '', 0),
(815, 1, '2020-01-14 20:36:04', '2020-01-14 20:36:04', '', 'per bloom', '', 'publish', 'closed', 'closed', '', 'per-bloom', '', '', '2020-01-14 20:36:04', '2020-01-14 20:36:04', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=815', 0, 'ait-item', '', 0),
(816, 1, '2020-01-14 20:35:41', '2020-01-14 20:35:41', '', 'Nature Healing Center', '', 'publish', 'closed', 'closed', '', 'nature-healing-center', '', '', '2020-01-14 20:35:41', '2020-01-14 20:35:41', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=816', 0, 'ait-item', '', 0),
(817, 1, '2020-01-14 20:35:52', '2020-01-14 20:35:52', '', 'CANNAWAVE', '', 'publish', 'closed', 'closed', '', 'cannawave', '', '', '2020-01-14 20:35:52', '2020-01-14 20:35:52', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=817', 0, 'ait-item', '', 0),
(818, 1, '2020-01-14 20:38:34', '2020-01-14 20:38:34', '', 'B & B', '', 'publish', 'closed', 'closed', '', 'b-b', '', '', '2020-01-14 20:38:34', '2020-01-14 20:38:34', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=818', 0, 'ait-item', '', 0),
(1235, 1, '2020-01-15 12:12:32', '2020-01-15 12:12:32', '', 'big o relief', '', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2020-01-15 12:12:32', '2020-01-15 12:12:32', '', 322, 'https://your420map.com/web/2020/01/15/322-revision-v1/', 0, 'revision', '', 0),
(821, 1, '2020-01-14 20:30:32', '2020-01-14 20:30:32', '', 'VUR-JER', '', 'publish', 'closed', 'closed', '', 'vur-jer', '', '', '2020-01-14 20:30:32', '2020-01-14 20:30:32', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=821', 0, 'ait-item', '', 0),
(822, 1, '2020-01-14 20:34:03', '2020-01-14 20:34:03', '', 'ENCASA', '', 'publish', 'closed', 'closed', '', 'encasa', '', '', '2020-01-14 20:34:03', '2020-01-14 20:34:03', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=822', 0, 'ait-item', '', 0),
(823, 1, '2020-01-14 20:34:52', '2020-01-14 20:34:52', '', 'dispensario 420', '', 'publish', 'closed', 'closed', '', 'dispensario-420', '', '', '2020-01-14 20:34:52', '2020-01-14 20:34:52', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=823', 0, 'ait-item', '', 0),
(824, 1, '2020-01-14 20:34:15', '2020-01-14 20:34:15', '', 'WEEDCO', '', 'publish', 'closed', 'closed', '', 'weedco', '', '', '2020-01-19 20:56:45', '2020-01-19 20:56:45', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=824', 0, 'ait-item', '', 0),
(825, 1, '2020-01-14 20:34:27', '2020-01-14 20:34:27', '', 'ALTERNATIVE NATURAL', '', 'publish', 'closed', 'closed', '', 'alternative-natural', '', '', '2020-01-14 20:34:27', '2020-01-14 20:34:27', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=825', 0, 'ait-item', '', 0),
(826, 1, '2020-01-14 20:24:17', '2020-01-14 20:24:17', '', 'FIRST MEDICAL CANNABIS', '', 'publish', 'closed', 'closed', '', 'first-medical-cannabis', '', '', '2020-01-14 20:29:35', '2020-01-14 20:29:35', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=826', 0, 'ait-item', '', 0),
(827, 1, '2020-01-14 20:34:40', '2020-01-14 20:34:40', '', 'green flowers', '', 'publish', 'closed', 'closed', '', 'green-flowers', '', '', '2020-01-14 20:34:40', '2020-01-14 20:34:40', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=827', 0, 'ait-item', '', 0),
(828, 1, '2020-01-14 20:33:37', '2020-01-14 20:33:37', '', 'family dispensary', '', 'publish', 'closed', 'closed', '', 'family-dispensary', '', '', '2020-01-14 20:33:37', '2020-01-14 20:33:37', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=828', 0, 'ait-item', '', 0),
(829, 1, '2020-01-14 20:33:51', '2020-01-14 20:33:51', '', 'CANNACITY CLINIC', '', 'publish', 'closed', 'closed', '', 'cannacity-clinic', '', '', '2020-01-14 20:33:51', '2020-01-14 20:33:51', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=829', 0, 'ait-item', '', 0),
(830, 1, '2020-01-14 20:24:17', '2020-01-14 20:24:17', '', 'CANNACITY CLINIC', '', 'inherit', 'closed', 'closed', '', '829-revision-v1', '', '', '2020-01-14 20:24:17', '2020-01-14 20:24:17', '', 829, 'https://your420map.com/web/2020/01/14/829-revision-v1/', 0, 'revision', '', 0),
(831, 1, '2020-01-14 20:26:15', '2020-01-14 20:26:15', '', 'FIRST MEDICAL CANNABIS', '', 'inherit', 'closed', 'closed', '', '826-revision-v1', '', '', '2020-01-14 20:26:15', '2020-01-14 20:26:15', '', 826, 'https://your420map.com/web/2020/01/14/826-revision-v1/', 0, 'revision', '', 0),
(1234, 1, '2020-01-15 12:12:23', '2020-01-15 12:12:23', '', 'pomona green gardens', '', 'inherit', 'closed', 'closed', '', '321-revision-v1', '', '', '2020-01-15 12:12:23', '2020-01-15 12:12:23', '', 321, 'https://your420map.com/web/2020/01/15/321-revision-v1/', 0, 'revision', '', 0),
(833, 1, '2020-01-14 20:30:32', '2020-01-14 20:30:32', '', 'VUR-JER', '', 'inherit', 'closed', 'closed', '', '821-revision-v1', '', '', '2020-01-14 20:30:32', '2020-01-14 20:30:32', '', 821, 'https://your420map.com/web/2020/01/14/821-revision-v1/', 0, 'revision', '', 0),
(1236, 1, '2020-01-15 12:12:38', '2020-01-15 12:12:38', '', 'circle of hope', '', 'inherit', 'closed', 'closed', '', '320-revision-v1', '', '', '2020-01-15 12:12:38', '2020-01-15 12:12:38', '', 320, 'https://your420map.com/web/2020/01/15/320-revision-v1/', 0, 'revision', '', 0),
(835, 1, '2020-01-14 20:33:37', '2020-01-14 20:33:37', '', 'family dispensary', '', 'inherit', 'closed', 'closed', '', '828-revision-v1', '', '', '2020-01-14 20:33:37', '2020-01-14 20:33:37', '', 828, 'https://your420map.com/web/2020/01/14/828-revision-v1/', 0, 'revision', '', 0),
(836, 1, '2020-01-14 20:34:03', '2020-01-14 20:34:03', '', 'ENCASA', '', 'inherit', 'closed', 'closed', '', '822-revision-v1', '', '', '2020-01-14 20:34:03', '2020-01-14 20:34:03', '', 822, 'https://your420map.com/web/2020/01/14/822-revision-v1/', 0, 'revision', '', 0),
(837, 1, '2020-01-14 20:34:15', '2020-01-14 20:34:15', '', 'WEEDCO', '', 'inherit', 'closed', 'closed', '', '824-revision-v1', '', '', '2020-01-14 20:34:15', '2020-01-14 20:34:15', '', 824, 'https://your420map.com/web/2020/01/14/824-revision-v1/', 0, 'revision', '', 0),
(838, 1, '2020-01-14 20:34:27', '2020-01-14 20:34:27', '', 'ALTERNATIVE NATURAL', '', 'inherit', 'closed', 'closed', '', '825-revision-v1', '', '', '2020-01-14 20:34:27', '2020-01-14 20:34:27', '', 825, 'https://your420map.com/web/2020/01/14/825-revision-v1/', 0, 'revision', '', 0),
(839, 1, '2020-01-14 20:34:40', '2020-01-14 20:34:40', '', 'green flowers', '', 'inherit', 'closed', 'closed', '', '827-revision-v1', '', '', '2020-01-14 20:34:40', '2020-01-14 20:34:40', '', 827, 'https://your420map.com/web/2020/01/14/827-revision-v1/', 0, 'revision', '', 0),
(840, 1, '2020-01-14 20:34:52', '2020-01-14 20:34:52', '', 'dispensario 420', '', 'inherit', 'closed', 'closed', '', '823-revision-v1', '', '', '2020-01-14 20:34:52', '2020-01-14 20:34:52', '', 823, 'https://your420map.com/web/2020/01/14/823-revision-v1/', 0, 'revision', '', 0),
(841, 1, '2020-01-14 20:35:05', '2020-01-14 20:35:05', '', 'ELEMENTAL WELLNESS', '', 'inherit', 'closed', 'closed', '', '813-revision-v1', '', '', '2020-01-14 20:35:05', '2020-01-14 20:35:05', '', 813, 'https://your420map.com/web/2020/01/14/813-revision-v1/', 0, 'revision', '', 0),
(842, 1, '2020-01-14 20:35:41', '2020-01-14 20:35:41', '', 'Nature Healing Center', '', 'inherit', 'closed', 'closed', '', '816-revision-v1', '', '', '2020-01-14 20:35:41', '2020-01-14 20:35:41', '', 816, 'https://your420map.com/web/2020/01/14/816-revision-v1/', 0, 'revision', '', 0),
(843, 1, '2020-01-14 20:35:52', '2020-01-14 20:35:52', '', 'CANNAWAVE', '', 'inherit', 'closed', 'closed', '', '817-revision-v1', '', '', '2020-01-14 20:35:52', '2020-01-14 20:35:52', '', 817, 'https://your420map.com/web/2020/01/14/817-revision-v1/', 0, 'revision', '', 0),
(844, 1, '2020-01-14 20:36:04', '2020-01-14 20:36:04', '', 'per bloom', '', 'inherit', 'closed', 'closed', '', '815-revision-v1', '', '', '2020-01-14 20:36:04', '2020-01-14 20:36:04', '', 815, 'https://your420map.com/web/2020/01/14/815-revision-v1/', 0, 'revision', '', 0),
(845, 1, '2020-01-14 20:38:26', '2020-01-14 20:38:26', '', 'high supply', '', 'inherit', 'closed', 'closed', '', '814-revision-v1', '', '', '2020-01-14 20:38:26', '2020-01-14 20:38:26', '', 814, 'https://your420map.com/web/2020/01/14/814-revision-v1/', 0, 'revision', '', 0),
(846, 1, '2020-01-14 20:38:34', '2020-01-14 20:38:34', '', 'B & B', '', 'inherit', 'closed', 'closed', '', '818-revision-v1', '', '', '2020-01-14 20:38:34', '2020-01-14 20:38:34', '', 818, 'https://your420map.com/web/2020/01/14/818-revision-v1/', 0, 'revision', '', 0),
(847, 1, '2020-01-14 20:38:42', '2020-01-14 20:38:42', '', 'Urthleaf', '', 'inherit', 'closed', 'closed', '', '806-revision-v1', '', '', '2020-01-14 20:38:42', '2020-01-14 20:38:42', '', 806, 'https://your420map.com/web/2020/01/14/806-revision-v1/', 0, 'revision', '', 0),
(848, 1, '2020-01-14 20:38:52', '2020-01-14 20:38:52', '', 'Vermont 30 Cap', '', 'inherit', 'closed', 'closed', '', '791-revision-v1', '', '', '2020-01-14 20:38:52', '2020-01-14 20:38:52', '', 791, 'https://your420map.com/web/2020/01/14/791-revision-v1/', 0, 'revision', '', 0),
(849, 1, '2020-01-14 20:39:14', '2020-01-14 20:39:14', '', 'Westside Meds', '', 'inherit', 'closed', 'closed', '', '792-revision-v1', '', '', '2020-01-14 20:39:14', '2020-01-14 20:39:14', '', 792, 'https://your420map.com/web/2020/01/14/792-revision-v1/', 0, 'revision', '', 0),
(850, 1, '2020-01-14 20:39:23', '2020-01-14 20:39:23', '', 'Medicine Woman', '', 'inherit', 'closed', 'closed', '', '797-revision-v1', '', '', '2020-01-14 20:39:23', '2020-01-14 20:39:23', '', 797, 'https://your420map.com/web/2020/01/14/797-revision-v1/', 0, 'revision', '', 0),
(851, 1, '2020-01-14 20:39:32', '2020-01-14 20:39:32', '', 'kush depot spring valley', '', 'inherit', 'closed', 'closed', '', '804-revision-v1', '', '', '2020-01-14 20:39:32', '2020-01-14 20:39:32', '', 804, 'https://your420map.com/web/2020/01/14/804-revision-v1/', 0, 'revision', '', 0),
(852, 1, '2020-01-14 20:39:40', '2020-01-14 20:39:40', '', 'Venice Medical Center', '', 'inherit', 'closed', 'closed', '', '808-revision-v1', '', '', '2020-01-14 20:39:40', '2020-01-14 20:39:40', '', 808, 'https://your420map.com/web/2020/01/14/808-revision-v1/', 0, 'revision', '', 0),
(853, 1, '2020-01-14 20:39:47', '2020-01-14 20:39:47', '', 'the plug', '', 'inherit', 'closed', 'closed', '', '809-revision-v1', '', '', '2020-01-14 20:39:47', '2020-01-14 20:39:47', '', 809, 'https://your420map.com/web/2020/01/14/809-revision-v1/', 0, 'revision', '', 0),
(854, 1, '2020-01-14 20:39:56', '2020-01-14 20:39:56', '', 'DELI', '', 'inherit', 'closed', 'closed', '', '805-revision-v1', '', '', '2020-01-14 20:39:56', '2020-01-14 20:39:56', '', 805, 'https://your420map.com/web/2020/01/14/805-revision-v1/', 0, 'revision', '', 0),
(855, 1, '2020-01-14 20:40:04', '2020-01-14 20:40:04', '', 'Normandie Medical Center', '', 'inherit', 'closed', 'closed', '', '799-revision-v1', '', '', '2020-01-14 20:40:04', '2020-01-14 20:40:04', '', 799, 'https://your420map.com/web/2020/01/14/799-revision-v1/', 0, 'revision', '', 0),
(856, 1, '2020-01-14 20:40:10', '2020-01-14 20:40:10', '', 'Broadway Meds', '', 'inherit', 'closed', 'closed', '', '807-revision-v1', '', '', '2020-01-14 20:40:10', '2020-01-14 20:40:10', '', 807, 'https://your420map.com/web/2020/01/14/807-revision-v1/', 0, 'revision', '', 0),
(857, 1, '2020-01-14 20:40:17', '2020-01-14 20:40:17', '', 'Balboa Collective', '', 'inherit', 'closed', 'closed', '', '789-revision-v1', '', '', '2020-01-14 20:40:17', '2020-01-14 20:40:17', '', 789, 'https://your420map.com/web/2020/01/14/789-revision-v1/', 0, 'revision', '', 0),
(858, 1, '2020-01-14 20:40:26', '2020-01-14 20:40:26', '', 'Zen LA', '', 'inherit', 'closed', 'closed', '', '790-revision-v1', '', '', '2020-01-14 20:40:26', '2020-01-14 20:40:26', '', 790, 'https://your420map.com/web/2020/01/14/790-revision-v1/', 0, 'revision', '', 0),
(859, 1, '2020-01-14 20:40:33', '2020-01-14 20:40:33', '', 'Santa Cruz Naturals- Aptos', '', 'inherit', 'closed', 'closed', '', '798-revision-v1', '', '', '2020-01-14 20:40:33', '2020-01-14 20:40:33', '', 798, 'https://your420map.com/web/2020/01/14/798-revision-v1/', 0, 'revision', '', 0),
(860, 1, '2020-01-14 20:40:41', '2020-01-14 20:40:41', '', 'Kind Farms', '', 'inherit', 'closed', 'closed', '', '803-revision-v1', '', '', '2020-01-14 20:40:41', '2020-01-14 20:40:41', '', 803, 'https://your420map.com/web/2020/01/14/803-revision-v1/', 0, 'revision', '', 0),
(861, 1, '2020-01-14 20:40:47', '2020-01-14 20:40:47', '', 'DTPG', '', 'inherit', 'closed', 'closed', '', '801-revision-v1', '', '', '2020-01-14 20:40:47', '2020-01-14 20:40:47', '', 801, 'https://your420map.com/web/2020/01/14/801-revision-v1/', 0, 'revision', '', 0),
(862, 1, '2020-01-14 20:40:55', '2020-01-14 20:40:55', '', 'natural remedies hollyweed', '', 'inherit', 'closed', 'closed', '', '800-revision-v1', '', '', '2020-01-14 20:40:55', '2020-01-14 20:40:55', '', 800, 'https://your420map.com/web/2020/01/14/800-revision-v1/', 0, 'revision', '', 0),
(863, 1, '2020-01-14 20:41:03', '2020-01-14 20:41:03', '', 'Broadway LA Pharmacy- 30 Cap', '', 'inherit', 'closed', 'closed', '', '802-revision-v1', '', '', '2020-01-14 20:41:03', '2020-01-14 20:41:03', '', 802, 'https://your420map.com/web/2020/01/14/802-revision-v1/', 0, 'revision', '', 0),
(864, 1, '2020-01-14 20:41:12', '2020-01-14 20:41:12', '', 'westside cllctv`', '', 'inherit', 'closed', 'closed', '', '782-revision-v1', '', '', '2020-01-14 20:41:12', '2020-01-14 20:41:12', '', 782, 'https://your420map.com/web/2020/01/14/782-revision-v1/', 0, 'revision', '', 0),
(865, 1, '2020-01-14 20:41:20', '2020-01-14 20:41:20', '', 'Dank Bank 20 Cap Collective', '', 'inherit', 'closed', 'closed', '', '781-revision-v1', '', '', '2020-01-14 20:41:20', '2020-01-14 20:41:20', '', 781, 'https://your420map.com/web/2020/01/14/781-revision-v1/', 0, 'revision', '', 0),
(868, 1, '2020-01-15 08:32:11', '2020-01-15 08:32:11', 'For that old school flavour and body.', 'Godfather OG', '', 'publish', 'closed', 'closed', '', 'godfather-og', '', '', '2020-01-15 08:32:11', '2020-01-15 08:32:11', '', 0, 'https://your420map.com/web/?post_type=ait-food-menu&#038;p=868', 0, 'ait-food-menu', '', 0),
(869, 1, '2020-01-15 08:31:58', '2020-01-15 08:31:58', '', 'godfather', '', 'inherit', 'closed', 'closed', '', 'godfather', '', '', '2020-01-15 08:31:58', '2020-01-15 08:31:58', '', 868, 'https://your420map.com/web/wp-content/uploads/2020/01/godfather.jpeg', 0, 'attachment', 'image/jpeg', 0),
(870, 1, '2020-01-15 08:56:50', '2020-01-15 08:56:50', 'The most <span style=\"color: #ff00ff;\">heavenly</span> cookie you\'ll try.', 'Macadamia Kush Cookies', '', 'publish', 'closed', 'closed', '', 'macadamia-kush-cookies', '', '', '2020-01-15 08:56:50', '2020-01-15 08:56:50', '', 0, 'https://your420map.com/web/?post_type=ait-food-menu&#038;p=870', 0, 'ait-food-menu', '', 0),
(871, 1, '2020-01-15 08:56:38', '2020-01-15 08:56:38', '', 'white-chocolate-macadamia-nut-cookies-1-600x900', '', 'inherit', 'closed', 'closed', '', 'white-chocolate-macadamia-nut-cookies-1-600x900', '', '', '2020-01-15 08:56:38', '2020-01-15 08:56:38', '', 870, 'https://your420map.com/web/wp-content/uploads/2020/01/white-chocolate-macadamia-nut-cookies-1-600x900-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(872, 1, '2020-01-15 09:06:39', '2020-01-15 09:06:39', '', 'NuLeaf NV', '', 'inherit', 'closed', 'closed', '', '783-revision-v1', '', '', '2020-01-15 09:06:39', '2020-01-15 09:06:39', '', 783, 'https://your420map.com/web/2020/01/15/783-revision-v1/', 0, 'revision', '', 0),
(873, 1, '2020-01-15 09:07:30', '2020-01-15 09:07:30', '', 'OG Top Shop', '', 'inherit', 'closed', 'closed', '', '786-revision-v1', '', '', '2020-01-15 09:07:30', '2020-01-15 09:07:30', '', 786, 'https://your420map.com/web/2020/01/15/786-revision-v1/', 0, 'revision', '', 0),
(874, 1, '2020-01-15 09:08:18', '2020-01-15 09:08:18', '', 'Mr Steal Your Patients $19 Cap', '', 'inherit', 'closed', 'closed', '', '784-revision-v1', '', '', '2020-01-15 09:08:18', '2020-01-15 09:08:18', '', 784, 'https://your420map.com/web/2020/01/15/784-revision-v1/', 0, 'revision', '', 0),
(875, 1, '2020-01-15 09:10:23', '2020-01-15 09:10:23', '', 'balboa ave cooperative', '', 'inherit', 'closed', 'closed', '', '788-revision-v1', '', '', '2020-01-15 09:10:23', '2020-01-15 09:10:23', '', 788, 'https://your420map.com/web/2020/01/15/788-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpir_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(876, 1, '2020-01-15 09:10:50', '2020-01-15 09:10:50', '', 'la mesa green', '', 'inherit', 'closed', 'closed', '', '787-revision-v1', '', '', '2020-01-15 09:10:50', '2020-01-15 09:10:50', '', 787, 'https://your420map.com/web/2020/01/15/787-revision-v1/', 0, 'revision', '', 0),
(877, 1, '2020-01-15 09:11:44', '2020-01-15 09:11:44', '', 'LA Collective', '', 'inherit', 'closed', 'closed', '', '785-revision-v1', '', '', '2020-01-15 09:11:44', '2020-01-15 09:11:44', '', 785, 'https://your420map.com/web/2020/01/15/785-revision-v1/', 0, 'revision', '', 0),
(878, 1, '2020-01-15 09:12:01', '2020-01-15 09:12:01', '', 'medigreen cannabis clinic', '', 'inherit', 'closed', 'closed', '', '768-revision-v1', '', '', '2020-01-15 09:12:01', '2020-01-15 09:12:01', '', 768, 'https://your420map.com/web/2020/01/15/768-revision-v1/', 0, 'revision', '', 0),
(879, 1, '2020-01-15 09:12:15', '2020-01-15 09:12:15', '', 'green city collective', '', 'inherit', 'closed', 'closed', '', '774-revision-v1', '', '', '2020-01-15 09:12:15', '2020-01-15 09:12:15', '', 774, 'https://your420map.com/web/2020/01/15/774-revision-v1/', 0, 'revision', '', 0),
(880, 1, '2020-01-15 09:12:37', '2020-01-15 09:12:37', '', 'zen healing west hollywood', '', 'inherit', 'closed', 'closed', '', '778-revision-v1', '', '', '2020-01-15 09:12:37', '2020-01-15 09:12:37', '', 778, 'https://your420map.com/web/2020/01/15/778-revision-v1/', 0, 'revision', '', 0),
(881, 1, '2020-01-15 09:13:52', '2020-01-15 09:13:52', '', 'fire house 64', '', 'inherit', 'closed', 'closed', '', '769-revision-v1', '', '', '2020-01-15 09:13:52', '2020-01-15 09:13:52', '', 769, 'https://your420map.com/web/2020/01/15/769-revision-v1/', 0, 'revision', '', 0),
(882, 1, '2020-01-15 09:14:08', '2020-01-15 09:14:08', '', 'coachella lighthouse', '', 'inherit', 'closed', 'closed', '', '776-revision-v1', '', '', '2020-01-15 09:14:08', '2020-01-15 09:14:08', '', 776, 'https://your420map.com/web/2020/01/15/776-revision-v1/', 0, 'revision', '', 0),
(883, 1, '2020-01-15 09:14:23', '2020-01-15 09:14:23', '', 'Unified Patient Alliance', '', 'inherit', 'closed', 'closed', '', '775-revision-v1', '', '', '2020-01-15 09:14:23', '2020-01-15 09:14:23', '', 775, 'https://your420map.com/web/2020/01/15/775-revision-v1/', 0, 'revision', '', 0),
(884, 1, '2020-01-15 09:14:37', '2020-01-15 09:14:37', '', 'Culver City Associates', '', 'inherit', 'closed', 'closed', '', '779-revision-v1', '', '', '2020-01-15 09:14:37', '2020-01-15 09:14:37', '', 779, 'https://your420map.com/web/2020/01/15/779-revision-v1/', 0, 'revision', '', 0),
(885, 1, '2020-01-15 09:14:51', '2020-01-15 09:14:51', '', 'Lights Out 20 Cap', '', 'inherit', 'closed', 'closed', '', '777-revision-v1', '', '', '2020-01-15 09:14:51', '2020-01-15 09:14:51', '', 777, 'https://your420map.com/web/2020/01/15/777-revision-v1/', 0, 'revision', '', 0),
(886, 1, '2020-01-15 09:16:44', '2020-01-15 09:16:44', '', 'laxcc 21+', '', 'inherit', 'closed', 'closed', '', '770-revision-v1', '', '', '2020-01-15 09:16:44', '2020-01-15 09:16:44', '', 770, 'https://your420map.com/web/2020/01/15/770-revision-v1/', 0, 'revision', '', 0),
(887, 1, '2020-01-15 09:17:04', '2020-01-15 09:17:04', '', 'prime leaf', '', 'inherit', 'closed', 'closed', '', '771-revision-v1', '', '', '2020-01-15 09:17:04', '2020-01-15 09:17:04', '', 771, 'https://your420map.com/web/2020/01/15/771-revision-v1/', 0, 'revision', '', 0),
(888, 1, '2020-01-15 09:17:18', '2020-01-15 09:17:18', '', 'the artist tree', '', 'inherit', 'closed', 'closed', '', '780-revision-v1', '', '', '2020-01-15 09:17:18', '2020-01-15 09:17:18', '', 780, 'https://your420map.com/web/2020/01/15/780-revision-v1/', 0, 'revision', '', 0),
(889, 1, '2020-01-15 09:18:06', '2020-01-15 09:18:06', '', 'HP Wellness', '', 'inherit', 'closed', 'closed', '', '762-revision-v1', '', '', '2020-01-15 09:18:06', '2020-01-15 09:18:06', '', 762, 'https://your420map.com/web/2020/01/15/762-revision-v1/', 0, 'revision', '', 0),
(890, 1, '2020-01-15 09:18:19', '2020-01-15 09:18:19', '', 'DELTA 9 THC 21+', '', 'inherit', 'closed', 'closed', '', '764-revision-v1', '', '', '2020-01-15 09:18:19', '2020-01-15 09:18:19', '', 764, 'https://your420map.com/web/2020/01/15/764-revision-v1/', 0, 'revision', '', 0),
(891, 1, '2020-01-15 09:18:34', '2020-01-15 09:18:34', '', 'The Vine', '', 'inherit', 'closed', 'closed', '', '765-revision-v1', '', '', '2020-01-15 09:18:34', '2020-01-15 09:18:34', '', 765, 'https://your420map.com/web/2020/01/15/765-revision-v1/', 0, 'revision', '', 0),
(892, 1, '2020-01-15 09:18:49', '2020-01-15 09:18:49', '', 'Los Angeles Farmers', '', 'inherit', 'closed', 'closed', '', '763-revision-v1', '', '', '2020-01-15 09:18:49', '2020-01-15 09:18:49', '', 763, 'https://your420map.com/web/2020/01/15/763-revision-v1/', 0, 'revision', '', 0),
(893, 1, '2020-01-15 09:19:03', '2020-01-15 09:19:03', '', 'strains dispensary', '', 'inherit', 'closed', 'closed', '', '759-revision-v1', '', '', '2020-01-15 09:19:03', '2020-01-15 09:19:03', '', 759, 'https://your420map.com/web/2020/01/15/759-revision-v1/', 0, 'revision', '', 0),
(894, 1, '2020-01-15 09:19:19', '2020-01-15 09:19:19', '', 'sundial collevitce', '', 'inherit', 'closed', 'closed', '', '766-revision-v1', '', '', '2020-01-15 09:19:19', '2020-01-15 09:19:19', '', 766, 'https://your420map.com/web/2020/01/15/766-revision-v1/', 0, 'revision', '', 0),
(895, 1, '2020-01-15 09:19:40', '2020-01-15 09:19:40', '', 'the green eaasy', '', 'inherit', 'closed', 'closed', '', '767-revision-v1', '', '', '2020-01-15 09:19:40', '2020-01-15 09:19:40', '', 767, 'https://your420map.com/web/2020/01/15/767-revision-v1/', 0, 'revision', '', 0),
(896, 1, '2020-01-15 09:19:55', '2020-01-15 09:19:55', '', 'cookies melrose', '', 'inherit', 'closed', 'closed', '', '772-revision-v1', '', '', '2020-01-15 09:19:55', '2020-01-15 09:19:55', '', 772, 'https://your420map.com/web/2020/01/15/772-revision-v1/', 0, 'revision', '', 0),
(897, 1, '2020-01-15 09:21:16', '2020-01-15 09:21:16', '', 'The Hook', '', 'inherit', 'closed', 'closed', '', '756-revision-v1', '', '', '2020-01-15 09:21:16', '2020-01-15 09:21:16', '', 756, 'https://your420map.com/web/2020/01/15/756-revision-v1/', 0, 'revision', '', 0),
(898, 1, '2020-01-15 09:21:28', '2020-01-15 09:21:28', '', 'pasadena flight club', '', 'inherit', 'closed', 'closed', '', '745-revision-v1', '', '', '2020-01-15 09:21:28', '2020-01-15 09:21:28', '', 745, 'https://your420map.com/web/2020/01/15/745-revision-v1/', 0, 'revision', '', 0),
(899, 1, '2020-01-15 09:21:41', '2020-01-15 09:21:41', '', 'the 420 lounge', '', 'inherit', 'closed', 'closed', '', '743-revision-v1', '', '', '2020-01-15 09:21:41', '2020-01-15 09:21:41', '', 743, 'https://your420map.com/web/2020/01/15/743-revision-v1/', 0, 'revision', '', 0),
(900, 1, '2020-01-15 09:21:50', '2020-01-15 09:21:50', '', 'ahhsweho', '', 'inherit', 'closed', 'closed', '', '746-revision-v1', '', '', '2020-01-15 09:21:50', '2020-01-15 09:21:50', '', 746, 'https://your420map.com/web/2020/01/15/746-revision-v1/', 0, 'revision', '', 0),
(901, 1, '2020-01-15 09:21:59', '2020-01-15 09:21:59', '', 'OMG Avalon 20 Cap Collective', '', 'inherit', 'closed', 'closed', '', '749-revision-v1', '', '', '2020-01-15 09:21:59', '2020-01-15 09:21:59', '', 749, 'https://your420map.com/web/2020/01/15/749-revision-v1/', 0, 'revision', '', 0),
(902, 1, '2020-01-15 09:22:22', '2020-01-15 09:22:22', '', 'Zen Garden Wellness', '', 'inherit', 'closed', 'closed', '', '735-revision-v1', '', '', '2020-01-15 09:22:22', '2020-01-15 09:22:22', '', 735, 'https://your420map.com/web/2020/01/15/735-revision-v1/', 0, 'revision', '', 0),
(903, 1, '2020-01-15 09:22:32', '2020-01-15 09:22:32', '', 'Central Hotbox', '', 'inherit', 'closed', 'closed', '', '734-revision-v1', '', '', '2020-01-15 09:22:32', '2020-01-15 09:22:32', '', 734, 'https://your420map.com/web/2020/01/15/734-revision-v1/', 0, 'revision', '', 0),
(904, 1, '2020-01-15 09:22:56', '2020-01-15 09:22:56', '', 'GREEN EARTH FARMACIE', '', 'inherit', 'closed', 'closed', '', '741-revision-v1', '', '', '2020-01-15 09:22:56', '2020-01-15 09:22:56', '', 741, 'https://your420map.com/web/2020/01/15/741-revision-v1/', 0, 'revision', '', 0),
(905, 1, '2020-01-15 09:24:58', '2020-01-15 09:24:58', '', 'Supreme 20 Cap', '', 'inherit', 'closed', 'closed', '', '754-revision-v1', '', '', '2020-01-15 09:24:58', '2020-01-15 09:24:58', '', 754, 'https://your420map.com/web/2020/01/15/754-revision-v1/', 0, 'revision', '', 0),
(906, 1, '2020-01-15 09:25:07', '2020-01-15 09:25:07', '', 'Natural Aid Cannabis Dispensary', '', 'inherit', 'closed', 'closed', '', '752-revision-v1', '', '', '2020-01-15 09:25:07', '2020-01-15 09:25:07', '', 752, 'https://your420map.com/web/2020/01/15/752-revision-v1/', 0, 'revision', '', 0),
(907, 1, '2020-01-15 09:25:33', '2020-01-15 09:25:33', '', 'LA cbd', '', 'inherit', 'closed', 'closed', '', '744-revision-v1', '', '', '2020-01-15 09:25:33', '2020-01-15 09:25:33', '', 744, 'https://your420map.com/web/2020/01/15/744-revision-v1/', 0, 'revision', '', 0),
(908, 1, '2020-01-15 09:25:45', '2020-01-15 09:25:45', '', 'Namaste High', '', 'inherit', 'closed', 'closed', '', '742-revision-v1', '', '', '2020-01-15 09:25:45', '2020-01-15 09:25:45', '', 742, 'https://your420map.com/web/2020/01/15/742-revision-v1/', 0, 'revision', '', 0),
(909, 1, '2020-01-15 09:25:59', '2020-01-15 09:25:59', '', 'Picos Finest', '', 'inherit', 'closed', 'closed', '', '747-revision-v1', '', '', '2020-01-15 09:25:59', '2020-01-15 09:25:59', '', 747, 'https://your420map.com/web/2020/01/15/747-revision-v1/', 0, 'revision', '', 0),
(910, 1, '2020-01-15 09:26:19', '2020-01-15 09:26:19', '', 'he roots dispensary', '', 'inherit', 'closed', 'closed', '', '750-revision-v1', '', '', '2020-01-15 09:26:19', '2020-01-15 09:26:19', '', 750, 'https://your420map.com/web/2020/01/15/750-revision-v1/', 0, 'revision', '', 0),
(911, 1, '2020-01-15 09:26:30', '2020-01-15 09:26:30', '', 'Best of Buddha', '', 'inherit', 'closed', 'closed', '', '748-revision-v1', '', '', '2020-01-15 09:26:30', '2020-01-15 09:26:30', '', 748, 'https://your420map.com/web/2020/01/15/748-revision-v1/', 0, 'revision', '', 0),
(912, 1, '2020-01-15 09:26:38', '2020-01-15 09:26:38', '', 'Out Co', '', 'inherit', 'closed', 'closed', '', '753-revision-v1', '', '', '2020-01-15 09:26:38', '2020-01-15 09:26:38', '', 753, 'https://your420map.com/web/2020/01/15/753-revision-v1/', 0, 'revision', '', 0),
(913, 1, '2020-01-15 09:26:48', '2020-01-15 09:26:48', '', 'VIBE BY CALIFRONIA', '', 'inherit', 'closed', 'closed', '', '751-revision-v1', '', '', '2020-01-15 09:26:48', '2020-01-15 09:26:48', '', 751, 'https://your420map.com/web/2020/01/15/751-revision-v1/', 0, 'revision', '', 0),
(914, 1, '2020-01-15 09:26:57', '2020-01-15 09:26:57', '', 'Green Ghost', '', 'inherit', 'closed', 'closed', '', '730-revision-v1', '', '', '2020-01-15 09:26:57', '2020-01-15 09:26:57', '', 730, 'https://your420map.com/web/2020/01/15/730-revision-v1/', 0, 'revision', '', 0),
(915, 1, '2020-01-15 09:27:08', '2020-01-15 09:27:08', '', 'the og collective', '', 'inherit', 'closed', 'closed', '', '732-revision-v1', '', '', '2020-01-15 09:27:08', '2020-01-15 09:27:08', '', 732, 'https://your420map.com/web/2020/01/15/732-revision-v1/', 0, 'revision', '', 0),
(916, 1, '2020-01-15 09:27:19', '2020-01-15 09:27:19', '', 'GW inc', '', 'inherit', 'closed', 'closed', '', '731-revision-v1', '', '', '2020-01-15 09:27:19', '2020-01-15 09:27:19', '', 731, 'https://your420map.com/web/2020/01/15/731-revision-v1/', 0, 'revision', '', 0),
(917, 1, '2020-01-15 09:27:30', '2020-01-15 09:27:30', '', 'PURPLE LOTUS', '', 'inherit', 'closed', 'closed', '', '729-revision-v1', '', '', '2020-01-15 09:27:30', '2020-01-15 09:27:30', '', 729, 'https://your420map.com/web/2020/01/15/729-revision-v1/', 0, 'revision', '', 0),
(918, 1, '2020-01-15 09:27:41', '2020-01-15 09:27:41', '', 'have a heart oaklad', '', 'inherit', 'closed', 'closed', '', '707-revision-v1', '', '', '2020-01-15 09:27:41', '2020-01-15 09:27:41', '', 707, 'https://your420map.com/web/2020/01/15/707-revision-v1/', 0, 'revision', '', 0),
(919, 1, '2020-01-15 09:28:58', '2020-01-15 09:28:58', '', 'HHC HEALTHY HERBAL CARE', '', 'inherit', 'closed', 'closed', '', '709-revision-v1', '', '', '2020-01-15 09:28:58', '2020-01-15 09:28:58', '', 709, 'https://your420map.com/web/2020/01/15/709-revision-v1/', 0, 'revision', '', 0),
(920, 1, '2020-01-15 09:29:30', '2020-01-15 09:29:30', '', 'mankind disopensary', '', 'inherit', 'closed', 'closed', '', '712-revision-v1', '', '', '2020-01-15 09:29:30', '2020-01-15 09:29:30', '', 712, 'https://your420map.com/web/2020/01/15/712-revision-v1/', 0, 'revision', '', 0),
(921, 1, '2020-01-15 09:29:40', '2020-01-15 09:29:40', '', 'mankind', '', 'inherit', 'closed', 'closed', '', '711-revision-v1', '', '', '2020-01-15 09:29:40', '2020-01-15 09:29:40', '', 711, 'https://your420map.com/web/2020/01/15/711-revision-v1/', 0, 'revision', '', 0),
(922, 1, '2020-01-15 09:29:50', '2020-01-15 09:29:50', '', 'HHC', '', 'inherit', 'closed', 'closed', '', '710-revision-v1', '', '', '2020-01-15 09:29:50', '2020-01-15 09:29:50', '', 710, 'https://your420map.com/web/2020/01/15/710-revision-v1/', 0, 'revision', '', 0),
(923, 1, '2020-01-15 09:30:01', '2020-01-15 09:30:01', '', 'mr nice guy', '', 'inherit', 'closed', 'closed', '', '716-revision-v1', '', '', '2020-01-15 09:30:01', '2020-01-15 09:30:01', '', 716, 'https://your420map.com/web/2020/01/15/716-revision-v1/', 0, 'revision', '', 0),
(924, 1, '2020-01-15 09:30:11', '2020-01-15 09:30:11', '', 'royal highness', '', 'inherit', 'closed', 'closed', '', '719-revision-v1', '', '', '2020-01-15 09:30:11', '2020-01-15 09:30:11', '', 719, 'https://your420map.com/web/2020/01/15/719-revision-v1/', 0, 'revision', '', 0),
(925, 1, '2020-01-15 09:30:22', '2020-01-15 09:30:22', '', 'HP Greens', '', 'inherit', 'closed', 'closed', '', '718-revision-v1', '', '', '2020-01-15 09:30:22', '2020-01-15 09:30:22', '', 718, 'https://your420map.com/web/2020/01/15/718-revision-v1/', 0, 'revision', '', 0),
(926, 1, '2020-01-15 09:30:34', '2020-01-15 09:30:34', '', 'tradecraft farms', '', 'inherit', 'closed', 'closed', '', '717-revision-v1', '', '', '2020-01-15 09:30:34', '2020-01-15 09:30:34', '', 717, 'https://your420map.com/web/2020/01/15/717-revision-v1/', 0, 'revision', '', 0),
(927, 1, '2020-01-15 09:30:48', '2020-01-15 09:30:48', '', 'Azusa Green World', '', 'inherit', 'closed', 'closed', '', '715-revision-v1', '', '', '2020-01-15 09:30:48', '2020-01-15 09:30:48', '', 715, 'https://your420map.com/web/2020/01/15/715-revision-v1/', 0, 'revision', '', 0),
(928, 1, '2020-01-15 09:31:00', '2020-01-15 09:31:00', '', 'Foothills Wellness Center- Pre ICO', '', 'inherit', 'closed', 'closed', '', '714-revision-v1', '', '', '2020-01-15 09:31:00', '2020-01-15 09:31:00', '', 714, 'https://your420map.com/web/2020/01/15/714-revision-v1/', 0, 'revision', '', 0),
(929, 1, '2020-01-15 09:31:11', '2020-01-15 09:31:11', '', 'MANKIND DISPENSARY', '', 'inherit', 'closed', 'closed', '', '713-revision-v1', '', '', '2020-01-15 09:31:11', '2020-01-15 09:31:11', '', 713, 'https://your420map.com/web/2020/01/15/713-revision-v1/', 0, 'revision', '', 0),
(930, 1, '2020-01-15 09:31:25', '2020-01-15 09:31:25', '', '25 CAP HNH HOLISTIC', '', 'inherit', 'closed', 'closed', '', '720-revision-v1', '', '', '2020-01-15 09:31:25', '2020-01-15 09:31:25', '', 720, 'https://your420map.com/web/2020/01/15/720-revision-v1/', 0, 'revision', '', 0),
(931, 1, '2020-01-15 09:31:39', '2020-01-15 09:31:39', '', 'california cannabis ccrenshaw', '', 'inherit', 'closed', 'closed', '', '722-revision-v1', '', '', '2020-01-15 09:31:39', '2020-01-15 09:31:39', '', 722, 'https://your420map.com/web/2020/01/15/722-revision-v1/', 0, 'revision', '', 0),
(932, 1, '2020-01-15 09:31:52', '2020-01-15 09:31:52', '', 'west coast cannabis club', '', 'inherit', 'closed', 'closed', '', '725-revision-v1', '', '', '2020-01-15 09:31:52', '2020-01-15 09:31:52', '', 725, 'https://your420map.com/web/2020/01/15/725-revision-v1/', 0, 'revision', '', 0),
(933, 1, '2020-01-15 09:32:02', '2020-01-15 09:32:02', '', 'CBD Wellness Studio', '', 'inherit', 'closed', 'closed', '', '724-revision-v1', '', '', '2020-01-15 09:32:02', '2020-01-15 09:32:02', '', 724, 'https://your420map.com/web/2020/01/15/724-revision-v1/', 0, 'revision', '', 0),
(934, 1, '2020-01-15 09:33:37', '2020-01-15 09:33:37', '', 'Breaking Bud', '', 'inherit', 'closed', 'closed', '', '726-revision-v1', '', '', '2020-01-15 09:33:37', '2020-01-15 09:33:37', '', 726, 'https://your420map.com/web/2020/01/15/726-revision-v1/', 0, 'revision', '', 0),
(935, 1, '2020-01-15 09:33:47', '2020-01-15 09:33:47', '', 'Green Temple', '', 'inherit', 'closed', 'closed', '', '723-revision-v1', '', '', '2020-01-15 09:33:47', '2020-01-15 09:33:47', '', 723, 'https://your420map.com/web/2020/01/15/723-revision-v1/', 0, 'revision', '', 0),
(936, 1, '2020-01-15 09:33:58', '2020-01-15 09:33:58', '', 'the leaf el paseo', '', 'inherit', 'closed', 'closed', '', '721-revision-v1', '', '', '2020-01-15 09:33:58', '2020-01-15 09:33:58', '', 721, 'https://your420map.com/web/2020/01/15/721-revision-v1/', 0, 'revision', '', 0),
(937, 1, '2020-01-15 09:34:10', '2020-01-15 09:34:10', '', 'merica cannabis company', '', 'inherit', 'closed', 'closed', '', '728-revision-v1', '', '', '2020-01-15 09:34:10', '2020-01-15 09:34:10', '', 728, 'https://your420map.com/web/2020/01/15/728-revision-v1/', 0, 'revision', '', 0),
(938, 1, '2020-01-15 09:34:24', '2020-01-15 09:34:24', '', 'Weed 4 Less 15 Cap', '', 'inherit', 'closed', 'closed', '', '727-revision-v1', '', '', '2020-01-15 09:34:24', '2020-01-15 09:34:24', '', 727, 'https://your420map.com/web/2020/01/15/727-revision-v1/', 0, 'revision', '', 0),
(939, 1, '2020-01-15 09:34:35', '2020-01-15 09:34:35', '', 'blunts and more', '', 'inherit', 'closed', 'closed', '', '699-revision-v1', '', '', '2020-01-15 09:34:35', '2020-01-15 09:34:35', '', 699, 'https://your420map.com/web/2020/01/15/699-revision-v1/', 0, 'revision', '', 0),
(940, 1, '2020-01-15 09:35:01', '2020-01-15 09:35:01', '', 'BLUNTS', '', 'inherit', 'closed', 'closed', '', '700-revision-v1', '', '', '2020-01-15 09:35:01', '2020-01-15 09:35:01', '', 700, 'https://your420map.com/web/2020/01/15/700-revision-v1/', 0, 'revision', '', 0),
(941, 1, '2020-01-15 09:35:16', '2020-01-15 09:35:16', '', 'the reseda spot', '', 'inherit', 'closed', 'closed', '', '703-revision-v1', '', '', '2020-01-15 09:35:16', '2020-01-15 09:35:16', '', 703, 'https://your420map.com/web/2020/01/15/703-revision-v1/', 0, 'revision', '', 0),
(942, 1, '2020-01-15 09:35:29', '2020-01-15 09:35:29', '', 'WeedWay Cannabis Delivery', '', 'inherit', 'closed', 'closed', '', '704-revision-v1', '', '', '2020-01-15 09:35:29', '2020-01-15 09:35:29', '', 704, 'https://your420map.com/web/2020/01/15/704-revision-v1/', 0, 'revision', '', 0),
(943, 1, '2020-01-15 09:35:38', '2020-01-15 09:35:38', '', 'bare dispensary', '', 'inherit', 'closed', 'closed', '', '694-revision-v1', '', '', '2020-01-15 09:35:38', '2020-01-15 09:35:38', '', 694, 'https://your420map.com/web/2020/01/15/694-revision-v1/', 0, 'revision', '', 0),
(944, 1, '2020-01-15 09:35:50', '2020-01-15 09:35:50', '', 'westcoastcannabis club', '', 'inherit', 'closed', 'closed', '', '693-revision-v1', '', '', '2020-01-15 09:35:50', '2020-01-15 09:35:50', '', 693, 'https://your420map.com/web/2020/01/15/693-revision-v1/', 0, 'revision', '', 0),
(945, 1, '2020-01-15 09:35:58', '2020-01-15 09:35:58', '', 'atomic budz', '', 'inherit', 'closed', 'closed', '', '690-revision-v1', '', '', '2020-01-15 09:35:58', '2020-01-15 09:35:58', '', 690, 'https://your420map.com/web/2020/01/15/690-revision-v1/', 0, 'revision', '', 0),
(946, 1, '2020-01-15 09:36:12', '2020-01-15 09:36:12', '', 'Blue Mountain Collective', '', 'inherit', 'closed', 'closed', '', '696-revision-v1', '', '', '2020-01-15 09:36:12', '2020-01-15 09:36:12', '', 696, 'https://your420map.com/web/2020/01/15/696-revision-v1/', 0, 'revision', '', 0),
(947, 1, '2020-01-15 09:36:23', '2020-01-15 09:36:23', '', 'leaf and lion', '', 'inherit', 'closed', 'closed', '', '698-revision-v1', '', '', '2020-01-15 09:36:23', '2020-01-15 09:36:23', '', 698, 'https://your420map.com/web/2020/01/15/698-revision-v1/', 0, 'revision', '', 0),
(948, 1, '2020-01-15 09:36:37', '2020-01-15 09:36:37', '', 'TAKOMA WELLNESS', '', 'inherit', 'closed', 'closed', '', '697-revision-v1', '', '', '2020-01-15 09:36:37', '2020-01-15 09:36:37', '', 697, 'https://your420map.com/web/2020/01/15/697-revision-v1/', 0, 'revision', '', 0),
(949, 1, '2020-01-15 09:36:56', '2020-01-15 09:36:56', '', 'OG Central', '', 'inherit', 'closed', 'closed', '', '695-revision-v1', '', '', '2020-01-15 09:36:56', '2020-01-15 09:36:56', '', 695, 'https://your420map.com/web/2020/01/15/695-revision-v1/', 0, 'revision', '', 0),
(950, 1, '2020-01-15 09:38:47', '2020-01-15 09:38:47', '', 'elevated minds', '', 'inherit', 'closed', 'closed', '', '679-revision-v1', '', '', '2020-01-15 09:38:47', '2020-01-15 09:38:47', '', 679, 'https://your420map.com/web/2020/01/15/679-revision-v1/', 0, 'revision', '', 0),
(951, 1, '2020-01-15 09:38:59', '2020-01-15 09:38:59', '', 'green pearl', '', 'inherit', 'closed', 'closed', '', '678-revision-v1', '', '', '2020-01-15 09:38:59', '2020-01-15 09:38:59', '', 678, 'https://your420map.com/web/2020/01/15/678-revision-v1/', 0, 'revision', '', 0),
(952, 1, '2020-01-15 09:39:12', '2020-01-15 09:39:12', '', 'Omnia Industry', '', 'inherit', 'closed', 'closed', '', '677-revision-v1', '', '', '2020-01-15 09:39:12', '2020-01-15 09:39:12', '', 677, 'https://your420map.com/web/2020/01/15/677-revision-v1/', 0, 'revision', '', 0),
(953, 1, '2020-01-15 09:39:22', '2020-01-15 09:39:22', '', 'Green Gorillaz', '', 'inherit', 'closed', 'closed', '', '683-revision-v1', '', '', '2020-01-15 09:39:22', '2020-01-15 09:39:22', '', 683, 'https://your420map.com/web/2020/01/15/683-revision-v1/', 0, 'revision', '', 0),
(954, 1, '2020-01-15 09:39:37', '2020-01-15 09:39:37', '', '25 Cap Goblin Kingz', '', 'inherit', 'closed', 'closed', '', '682-revision-v1', '', '', '2020-01-15 09:39:37', '2020-01-15 09:39:37', '', 682, 'https://your420map.com/web/2020/01/15/682-revision-v1/', 0, 'revision', '', 0),
(955, 1, '2020-01-15 09:39:47', '2020-01-15 09:39:47', '', 'The Originals Factory & Weed Shop', '', 'inherit', 'closed', 'closed', '', '680-revision-v1', '', '', '2020-01-15 09:39:47', '2020-01-15 09:39:47', '', 680, 'https://your420map.com/web/2020/01/15/680-revision-v1/', 0, 'revision', '', 0),
(956, 1, '2020-01-15 09:39:57', '2020-01-15 09:39:57', '', 'The Jackpot', '', 'inherit', 'closed', 'closed', '', '684-revision-v1', '', '', '2020-01-15 09:39:57', '2020-01-15 09:39:57', '', 684, 'https://your420map.com/web/2020/01/15/684-revision-v1/', 0, 'revision', '', 0),
(957, 1, '2020-01-15 09:40:08', '2020-01-15 09:40:08', '', 'Connected Cannabis Co', '', 'inherit', 'closed', 'closed', '', '689-revision-v1', '', '', '2020-01-15 09:40:08', '2020-01-15 09:40:08', '', 689, 'https://your420map.com/web/2020/01/15/689-revision-v1/', 0, 'revision', '', 0),
(958, 1, '2020-01-15 09:41:42', '2020-01-15 09:41:42', '', '420 Xpress', '', 'inherit', 'closed', 'closed', '', '685-revision-v1', '', '', '2020-01-15 09:41:42', '2020-01-15 09:41:42', '', 685, 'https://your420map.com/web/2020/01/15/685-revision-v1/', 0, 'revision', '', 0),
(959, 1, '2020-01-15 09:42:00', '2020-01-15 09:42:00', '', 'Dank Stop 20 Cap', '', 'inherit', 'closed', 'closed', '', '681-revision-v1', '', '', '2020-01-15 09:42:00', '2020-01-15 09:42:00', '', 681, 'https://your420map.com/web/2020/01/15/681-revision-v1/', 0, 'revision', '', 0),
(960, 1, '2020-01-15 09:42:10', '2020-01-15 09:42:10', '', 'Firehouse 365', '', 'inherit', 'closed', 'closed', '', '672-revision-v1', '', '', '2020-01-15 09:42:10', '2020-01-15 09:42:10', '', 672, 'https://your420map.com/web/2020/01/15/672-revision-v1/', 0, 'revision', '', 0),
(961, 1, '2020-01-15 09:42:20', '2020-01-15 09:42:20', '', 'Tree Club', '', 'inherit', 'closed', 'closed', '', '671-revision-v1', '', '', '2020-01-15 09:42:20', '2020-01-15 09:42:20', '', 671, 'https://your420map.com/web/2020/01/15/671-revision-v1/', 0, 'revision', '', 0),
(962, 1, '2020-01-15 09:42:33', '2020-01-15 09:42:33', '', 'East La Cannabis', '', 'inherit', 'closed', 'closed', '', '670-revision-v1', '', '', '2020-01-15 09:42:33', '2020-01-15 09:42:33', '', 670, 'https://your420map.com/web/2020/01/15/670-revision-v1/', 0, 'revision', '', 0),
(963, 1, '2020-01-15 09:42:44', '2020-01-15 09:42:44', '', 'RELEAF MEDS', '', 'inherit', 'closed', 'closed', '', '675-revision-v1', '', '', '2020-01-15 09:42:44', '2020-01-15 09:42:44', '', 675, 'https://your420map.com/web/2020/01/15/675-revision-v1/', 0, 'revision', '', 0),
(964, 1, '2020-01-15 09:42:55', '2020-01-15 09:42:55', '', 'Clique Cannabis', '', 'inherit', 'closed', 'closed', '', '674-revision-v1', '', '', '2020-01-15 09:42:55', '2020-01-15 09:42:55', '', 674, 'https://your420map.com/web/2020/01/15/674-revision-v1/', 0, 'revision', '', 0),
(965, 1, '2020-01-15 09:43:02', '2020-01-15 09:43:02', '', 'Cloud 20', '', 'inherit', 'closed', 'closed', '', '676-revision-v1', '', '', '2020-01-15 09:43:02', '2020-01-15 09:43:02', '', 676, 'https://your420map.com/web/2020/01/15/676-revision-v1/', 0, 'revision', '', 0),
(966, 1, '2020-01-15 09:43:21', '2020-01-15 09:43:21', '', 'Green Stop', '', 'inherit', 'closed', 'closed', '', '650-revision-v1', '', '', '2020-01-15 09:43:21', '2020-01-15 09:43:21', '', 650, 'https://your420map.com/web/2020/01/15/650-revision-v1/', 0, 'revision', '', 0),
(967, 1, '2020-01-15 09:43:30', '2020-01-15 09:43:30', '', 'King\'s Crew', '', 'inherit', 'closed', 'closed', '', '652-revision-v1', '', '', '2020-01-15 09:43:30', '2020-01-15 09:43:30', '', 652, 'https://your420map.com/web/2020/01/15/652-revision-v1/', 0, 'revision', '', 0),
(968, 1, '2020-01-15 09:43:40', '2020-01-15 09:43:40', '', 'Savage 420', '', 'inherit', 'closed', 'closed', '', '651-revision-v1', '', '', '2020-01-15 09:43:40', '2020-01-15 09:43:40', '', 651, 'https://your420map.com/web/2020/01/15/651-revision-v1/', 0, 'revision', '', 0),
(969, 1, '2020-01-15 09:43:52', '2020-01-15 09:43:52', '', 'indigenous blendz', '', 'inherit', 'closed', 'closed', '', '649-revision-v1', '', '', '2020-01-15 09:43:52', '2020-01-15 09:43:52', '', 649, 'https://your420map.com/web/2020/01/15/649-revision-v1/', 0, 'revision', '', 0),
(970, 1, '2020-01-15 09:44:04', '2020-01-15 09:44:04', '', 'melrose place 25 cap', '', 'inherit', 'closed', 'closed', '', '653-revision-v1', '', '', '2020-01-15 09:44:04', '2020-01-15 09:44:04', '', 653, 'https://your420map.com/web/2020/01/15/653-revision-v1/', 0, 'revision', '', 0),
(971, 1, '2020-01-15 09:44:25', '2020-01-15 09:44:25', '', 'Green Gold Cultivators', '', 'inherit', 'closed', 'closed', '', '656-revision-v1', '', '', '2020-01-15 09:44:25', '2020-01-15 09:44:25', '', 656, 'https://your420map.com/web/2020/01/15/656-revision-v1/', 0, 'revision', '', 0),
(972, 1, '2020-01-15 09:47:08', '2020-01-15 09:47:08', '', 'Cali Emerald Care', '', 'inherit', 'closed', 'closed', '', '655-revision-v1', '', '', '2020-01-15 09:47:08', '2020-01-15 09:47:08', '', 655, 'https://your420map.com/web/2020/01/15/655-revision-v1/', 0, 'revision', '', 0),
(973, 1, '2020-01-15 09:47:17', '2020-01-15 09:47:17', '', 'peoples remedy oakdale', '', 'inherit', 'closed', 'closed', '', '658-revision-v1', '', '', '2020-01-15 09:47:17', '2020-01-15 09:47:17', '', 658, 'https://your420map.com/web/2020/01/15/658-revision-v1/', 0, 'revision', '', 0),
(974, 1, '2020-01-15 09:47:29', '2020-01-15 09:47:29', '', 'Elevation 2477', '', 'inherit', 'closed', 'closed', '', '657-revision-v1', '', '', '2020-01-15 09:47:29', '2020-01-15 09:47:29', '', 657, 'https://your420map.com/web/2020/01/15/657-revision-v1/', 0, 'revision', '', 0),
(975, 1, '2020-01-15 09:48:00', '2020-01-15 09:48:00', '', 'Euclid Medical Center', '', 'inherit', 'closed', 'closed', '', '654-revision-v1', '', '', '2020-01-15 09:48:00', '2020-01-15 09:48:00', '', 654, 'https://your420map.com/web/2020/01/15/654-revision-v1/', 0, 'revision', '', 0),
(976, 1, '2020-01-15 09:48:19', '2020-01-15 09:48:19', '', 'Mecca Mid City', '', 'inherit', 'closed', 'closed', '', '659-revision-v1', '', '', '2020-01-15 09:48:19', '2020-01-15 09:48:19', '', 659, 'https://your420map.com/web/2020/01/15/659-revision-v1/', 0, 'revision', '', 0),
(977, 1, '2020-01-15 09:48:51', '2020-01-15 09:48:51', '', 'SANTA BARBARA CARE CENTER', '', 'inherit', 'closed', 'closed', '', '663-revision-v1', '', '', '2020-01-15 09:48:51', '2020-01-15 09:48:51', '', 663, 'https://your420map.com/web/2020/01/15/663-revision-v1/', 0, 'revision', '', 0),
(978, 1, '2020-01-15 09:48:59', '2020-01-15 09:48:59', '', 'crenshaw church of herbs', '', 'inherit', 'closed', 'closed', '', '665-revision-v1', '', '', '2020-01-15 09:48:59', '2020-01-15 09:48:59', '', 665, 'https://your420map.com/web/2020/01/15/665-revision-v1/', 0, 'revision', '', 0),
(979, 1, '2020-01-15 09:49:11', '2020-01-15 09:49:11', '', 'Cookies LA', '', 'inherit', 'closed', 'closed', '', '664-revision-v1', '', '', '2020-01-15 09:49:11', '2020-01-15 09:49:11', '', 664, 'https://your420map.com/web/2020/01/15/664-revision-v1/', 0, 'revision', '', 0),
(980, 1, '2020-01-15 09:49:22', '2020-01-15 09:49:22', '', 'blum oakland', '', 'inherit', 'closed', 'closed', '', '662-revision-v1', '', '', '2020-01-15 09:49:22', '2020-01-15 09:49:22', '', 662, 'https://your420map.com/web/2020/01/15/662-revision-v1/', 0, 'revision', '', 0),
(981, 1, '2020-01-15 09:49:45', '2020-01-15 09:49:45', '', 'Uniyed Health Care Center (UHCC)', '', 'inherit', 'closed', 'closed', '', '668-revision-v1', '', '', '2020-01-15 09:49:45', '2020-01-15 09:49:45', '', 668, 'https://your420map.com/web/2020/01/15/668-revision-v1/', 0, 'revision', '', 0),
(982, 1, '2020-01-15 09:49:54', '2020-01-15 09:49:54', '', 'ORGANIC GREENS', '', 'inherit', 'closed', 'closed', '', '667-revision-v1', '', '', '2020-01-15 09:49:54', '2020-01-15 09:49:54', '', 667, 'https://your420map.com/web/2020/01/15/667-revision-v1/', 0, 'revision', '', 0),
(983, 1, '2020-01-15 09:50:05', '2020-01-15 09:50:05', '', 'long beach wellness center', '', 'inherit', 'closed', 'closed', '', '666-revision-v1', '', '', '2020-01-15 09:50:05', '2020-01-15 09:50:05', '', 666, 'https://your420map.com/web/2020/01/15/666-revision-v1/', 0, 'revision', '', 0),
(984, 1, '2020-01-15 09:50:31', '2020-01-15 09:50:31', '', 'PURE LIFE', '', 'inherit', 'closed', 'closed', '', '641-revision-v1', '', '', '2020-01-15 09:50:31', '2020-01-15 09:50:31', '', 641, 'https://your420map.com/web/2020/01/15/641-revision-v1/', 0, 'revision', '', 0),
(985, 1, '2020-01-15 09:50:42', '2020-01-15 09:50:42', '', 'green door collective 25', '', 'inherit', 'closed', 'closed', '', '648-revision-v1', '', '', '2020-01-15 09:50:42', '2020-01-15 09:50:42', '', 648, 'https://your420map.com/web/2020/01/15/648-revision-v1/', 0, 'revision', '', 0),
(986, 1, '2020-01-15 09:50:51', '2020-01-15 09:50:51', '', 'True 20 Cap', '', 'inherit', 'closed', 'closed', '', '647-revision-v1', '', '', '2020-01-15 09:50:51', '2020-01-15 09:50:51', '', 647, 'https://your420map.com/web/2020/01/15/647-revision-v1/', 0, 'revision', '', 0),
(987, 1, '2020-01-15 09:51:00', '2020-01-15 09:51:00', '', 'quality care collective', '', 'inherit', 'closed', 'closed', '', '644-revision-v1', '', '', '2020-01-15 09:51:00', '2020-01-15 09:51:00', '', 644, 'https://your420map.com/web/2020/01/15/644-revision-v1/', 0, 'revision', '', 0),
(988, 1, '2020-01-15 09:51:13', '2020-01-15 09:51:13', '', 'Cannabal City Collective', '', 'inherit', 'closed', 'closed', '', '645-revision-v1', '', '', '2020-01-15 09:51:13', '2020-01-15 09:51:13', '', 645, 'https://your420map.com/web/2020/01/15/645-revision-v1/', 0, 'revision', '', 0),
(989, 1, '2020-01-15 09:55:36', '2020-01-15 09:55:36', '', 'Redwood Herbal Alliance', '', 'inherit', 'closed', 'closed', '', '632-revision-v1', '', '', '2020-01-15 09:55:36', '2020-01-15 09:55:36', '', 632, 'https://your420map.com/web/2020/01/15/632-revision-v1/', 0, 'revision', '', 0),
(990, 1, '2020-01-15 09:55:55', '2020-01-15 09:55:55', '', 'nrc collective', '', 'inherit', 'closed', 'closed', '', '633-revision-v1', '', '', '2020-01-15 09:55:55', '2020-01-15 09:55:55', '', 633, 'https://your420map.com/web/2020/01/15/633-revision-v1/', 0, 'revision', '', 0),
(991, 1, '2020-01-15 09:56:13', '2020-01-15 09:56:13', '', 'THE SHOP WH', '', 'inherit', 'closed', 'closed', '', '638-revision-v1', '', '', '2020-01-15 09:56:13', '2020-01-15 09:56:13', '', 638, 'https://your420map.com/web/2020/01/15/638-revision-v1/', 0, 'revision', '', 0),
(992, 1, '2020-01-15 09:56:23', '2020-01-15 09:56:23', '', 'KindPeoples- Ocean Street', '', 'inherit', 'closed', 'closed', '', '637-revision-v1', '', '', '2020-01-15 09:56:23', '2020-01-15 09:56:23', '', 637, 'https://your420map.com/web/2020/01/15/637-revision-v1/', 0, 'revision', '', 0),
(993, 1, '2020-01-15 09:56:32', '2020-01-15 09:56:32', '', 'leave it to nature', '', 'inherit', 'closed', 'closed', '', '639-revision-v1', '', '', '2020-01-15 09:56:32', '2020-01-15 09:56:32', '', 639, 'https://your420map.com/web/2020/01/15/639-revision-v1/', 0, 'revision', '', 0),
(994, 1, '2020-01-15 09:56:44', '2020-01-15 09:56:44', '', 'That Loud 20 Cap', '', 'inherit', 'closed', 'closed', '', '621-revision-v1', '', '', '2020-01-15 09:56:44', '2020-01-15 09:56:44', '', 621, 'https://your420map.com/web/2020/01/15/621-revision-v1/', 0, 'revision', '', 0),
(995, 1, '2020-01-15 09:56:56', '2020-01-15 09:56:56', '', 'the pottery', '', 'inherit', 'closed', 'closed', '', '619-revision-v1', '', '', '2020-01-15 09:56:56', '2020-01-15 09:56:56', '', 619, 'https://your420map.com/web/2020/01/15/619-revision-v1/', 0, 'revision', '', 0),
(996, 1, '2020-01-15 09:57:05', '2020-01-15 09:57:05', '', 'quees on dragons', '', 'inherit', 'closed', 'closed', '', '620-revision-v1', '', '', '2020-01-15 09:57:05', '2020-01-15 09:57:05', '', 620, 'https://your420map.com/web/2020/01/15/620-revision-v1/', 0, 'revision', '', 0),
(997, 1, '2020-01-15 09:57:16', '2020-01-15 09:57:16', '', 'apothecarium', '', 'inherit', 'closed', 'closed', '', '631-revision-v1', '', '', '2020-01-15 09:57:16', '2020-01-15 09:57:16', '', 631, 'https://your420map.com/web/2020/01/15/631-revision-v1/', 0, 'revision', '', 0),
(998, 1, '2020-01-15 09:57:28', '2020-01-15 09:57:28', '', 'mission organics', '', 'inherit', 'closed', 'closed', '', '630-revision-v1', '', '', '2020-01-15 09:57:28', '2020-01-15 09:57:28', '', 630, 'https://your420map.com/web/2020/01/15/630-revision-v1/', 0, 'revision', '', 0),
(999, 1, '2020-01-15 10:00:31', '2020-01-15 10:00:31', '', '515 broadway', '', 'inherit', 'closed', 'closed', '', '624-revision-v1', '', '', '2020-01-15 10:00:31', '2020-01-15 10:00:31', '', 624, 'https://your420map.com/web/2020/01/15/624-revision-v1/', 0, 'revision', '', 0),
(1000, 1, '2020-01-15 10:00:40', '2020-01-15 10:00:40', '', 'Xclusive Wellness', '', 'inherit', 'closed', 'closed', '', '622-revision-v1', '', '', '2020-01-15 10:00:40', '2020-01-15 10:00:40', '', 622, 'https://your420map.com/web/2020/01/15/622-revision-v1/', 0, 'revision', '', 0),
(1001, 1, '2020-01-15 10:00:51', '2020-01-15 10:00:51', '', 'east of eden', '', 'inherit', 'closed', 'closed', '', '623-revision-v1', '', '', '2020-01-15 10:00:51', '2020-01-15 10:00:51', '', 623, 'https://your420map.com/web/2020/01/15/623-revision-v1/', 0, 'revision', '', 0),
(1002, 1, '2020-01-15 10:01:00', '2020-01-15 10:01:00', '', 'AV Remedies', '', 'inherit', 'closed', 'closed', '', '625-revision-v1', '', '', '2020-01-15 10:01:00', '2020-01-15 10:01:00', '', 625, 'https://your420map.com/web/2020/01/15/625-revision-v1/', 0, 'revision', '', 0),
(1003, 1, '2020-01-15 10:01:31', '2020-01-15 10:01:31', '', 'hps', '', 'inherit', 'closed', 'closed', '', '616-revision-v1', '', '', '2020-01-15 10:01:31', '2020-01-15 10:01:31', '', 616, 'https://your420map.com/web/2020/01/15/616-revision-v1/', 0, 'revision', '', 0),
(1004, 1, '2020-01-15 10:01:39', '2020-01-15 10:01:39', '', 'Down Under Industries', '', 'inherit', 'closed', 'closed', '', '615-revision-v1', '', '', '2020-01-15 10:01:39', '2020-01-15 10:01:39', '', 615, 'https://your420map.com/web/2020/01/15/615-revision-v1/', 0, 'revision', '', 0),
(1005, 1, '2020-01-15 10:01:48', '2020-01-15 10:01:48', '', 'Kush Klub', '', 'inherit', 'closed', 'closed', '', '614-revision-v1', '', '', '2020-01-15 10:01:48', '2020-01-15 10:01:48', '', 614, 'https://your420map.com/web/2020/01/15/614-revision-v1/', 0, 'revision', '', 0),
(1006, 1, '2020-01-15 10:01:59', '2020-01-15 10:01:59', '', 'Infinite Wellness', '', 'inherit', 'closed', 'closed', '', '617-revision-v1', '', '', '2020-01-15 10:01:59', '2020-01-15 10:01:59', '', 617, 'https://your420map.com/web/2020/01/15/617-revision-v1/', 0, 'revision', '', 0),
(1007, 1, '2020-01-15 10:02:09', '2020-01-15 10:02:09', '', 'dankilicious 15 cap', '', 'inherit', 'closed', 'closed', '', '618-revision-v1', '', '', '2020-01-15 10:02:09', '2020-01-15 10:02:09', '', 618, 'https://your420map.com/web/2020/01/15/618-revision-v1/', 0, 'revision', '', 0),
(1008, 1, '2020-01-15 10:02:18', '2020-01-15 10:02:18', '', '110 Cooperative 30 Cap', '', 'inherit', 'closed', 'closed', '', '628-revision-v1', '', '', '2020-01-15 10:02:18', '2020-01-15 10:02:18', '', 628, 'https://your420map.com/web/2020/01/15/628-revision-v1/', 0, 'revision', '', 0),
(1009, 1, '2020-01-15 10:02:30', '2020-01-15 10:02:30', '', 'PROPER WELLNESS', '', 'inherit', 'closed', 'closed', '', '627-revision-v1', '', '', '2020-01-15 10:02:30', '2020-01-15 10:02:30', '', 627, 'https://your420map.com/web/2020/01/15/627-revision-v1/', 0, 'revision', '', 0),
(1010, 1, '2020-01-15 10:02:40', '2020-01-15 10:02:40', '', 'hollyweed dispensary', '', 'inherit', 'closed', 'closed', '', '626-revision-v1', '', '', '2020-01-15 10:02:40', '2020-01-15 10:02:40', '', 626, 'https://your420map.com/web/2020/01/15/626-revision-v1/', 0, 'revision', '', 0),
(1011, 1, '2020-01-15 10:04:34', '2020-01-15 10:04:34', '', 'wheelhouse cannabis', '', 'inherit', 'closed', 'closed', '', '629-revision-v1', '', '', '2020-01-15 10:04:34', '2020-01-15 10:04:34', '', 629, 'https://your420map.com/web/2020/01/15/629-revision-v1/', 0, 'revision', '', 0),
(1012, 1, '2020-01-15 10:04:41', '2020-01-15 10:04:41', '', 'secret gardens', '', 'inherit', 'closed', 'closed', '', '613-revision-v1', '', '', '2020-01-15 10:04:41', '2020-01-15 10:04:41', '', 613, 'https://your420map.com/web/2020/01/15/613-revision-v1/', 0, 'revision', '', 0),
(1013, 1, '2020-01-15 10:06:14', '2020-01-15 10:06:14', '', 'DC HOLITIC', '', 'inherit', 'closed', 'closed', '', '603-revision-v1', '', '', '2020-01-15 10:06:14', '2020-01-15 10:06:14', '', 603, 'https://your420map.com/web/2020/01/15/603-revision-v1/', 0, 'revision', '', 0),
(1014, 1, '2020-01-15 10:06:25', '2020-01-15 10:06:25', '', 'bloom room collective', '', 'inherit', 'closed', 'closed', '', '602-revision-v1', '', '', '2020-01-15 10:06:25', '2020-01-15 10:06:25', '', 602, 'https://your420map.com/web/2020/01/15/602-revision-v1/', 0, 'revision', '', 0),
(1015, 1, '2020-01-15 10:06:46', '2020-01-15 10:06:46', '', 'GREEN EARTH COLLECTIVE', '', 'inherit', 'closed', 'closed', '', '608-revision-v1', '', '', '2020-01-15 10:06:46', '2020-01-15 10:06:46', '', 608, 'https://your420map.com/web/2020/01/15/608-revision-v1/', 0, 'revision', '', 0),
(1016, 1, '2020-01-15 10:06:54', '2020-01-15 10:06:54', '', 'Weed Depot', '', 'inherit', 'closed', 'closed', '', '607-revision-v1', '', '', '2020-01-15 10:06:54', '2020-01-15 10:06:54', '', 607, 'https://your420map.com/web/2020/01/15/607-revision-v1/', 0, 'revision', '', 0),
(1017, 1, '2020-01-15 10:07:04', '2020-01-15 10:07:04', '', 'empire health wellness', '', 'inherit', 'closed', 'closed', '', '604-revision-v1', '', '', '2020-01-15 10:07:04', '2020-01-15 10:07:04', '', 604, 'https://your420map.com/web/2020/01/15/604-revision-v1/', 0, 'revision', '', 0),
(1018, 1, '2020-01-15 10:07:13', '2020-01-15 10:07:13', '', 'Compton 25 Cap', '', 'inherit', 'closed', 'closed', '', '609-revision-v1', '', '', '2020-01-15 10:07:13', '2020-01-15 10:07:13', '', 609, 'https://your420map.com/web/2020/01/15/609-revision-v1/', 0, 'revision', '', 0),
(1019, 1, '2020-01-15 10:07:23', '2020-01-15 10:07:23', '', 'East La Collective', '', 'inherit', 'closed', 'closed', '', '610-revision-v1', '', '', '2020-01-15 10:07:23', '2020-01-15 10:07:23', '', 610, 'https://your420map.com/web/2020/01/15/610-revision-v1/', 0, 'revision', '', 0),
(1020, 1, '2020-01-15 10:07:33', '2020-01-15 10:07:33', '', 'secret gardens 20 cap', '', 'inherit', 'closed', 'closed', '', '612-revision-v1', '', '', '2020-01-15 10:07:33', '2020-01-15 10:07:33', '', 612, 'https://your420map.com/web/2020/01/15/612-revision-v1/', 0, 'revision', '', 0),
(1021, 1, '2020-01-15 10:07:44', '2020-01-15 10:07:44', '', 'mary janes', '', 'inherit', 'closed', 'closed', '', '611-revision-v1', '', '', '2020-01-15 10:07:44', '2020-01-15 10:07:44', '', 611, 'https://your420map.com/web/2020/01/15/611-revision-v1/', 0, 'revision', '', 0),
(1022, 1, '2020-01-15 10:07:56', '2020-01-15 10:07:56', '', 'G Spot 25 Cap', '', 'inherit', 'closed', 'closed', '', '589-revision-v1', '', '', '2020-01-15 10:07:56', '2020-01-15 10:07:56', '', 589, 'https://your420map.com/web/2020/01/15/589-revision-v1/', 0, 'revision', '', 0),
(1023, 1, '2020-01-15 10:09:18', '2020-01-15 10:09:18', '', 'BARC', '', 'inherit', 'closed', 'closed', '', '590-revision-v1', '', '', '2020-01-15 10:09:18', '2020-01-15 10:09:18', '', 590, 'https://your420map.com/web/2020/01/15/590-revision-v1/', 0, 'revision', '', 0),
(1024, 1, '2020-01-15 10:09:28', '2020-01-15 10:09:28', '', 'the green cross', '', 'inherit', 'closed', 'closed', '', '584-revision-v1', '', '', '2020-01-15 10:09:28', '2020-01-15 10:09:28', '', 584, 'https://your420map.com/web/2020/01/15/584-revision-v1/', 0, 'revision', '', 0),
(1025, 1, '2020-01-15 10:09:37', '2020-01-15 10:09:37', '', 'Gold 20 Cap', '', 'inherit', 'closed', 'closed', '', '583-revision-v1', '', '', '2020-01-15 10:09:37', '2020-01-15 10:09:37', '', 583, 'https://your420map.com/web/2020/01/15/583-revision-v1/', 0, 'revision', '', 0),
(1026, 1, '2020-01-15 10:09:48', '2020-01-15 10:09:48', '', 'Rolling Loud', '', 'inherit', 'closed', 'closed', '', '585-revision-v1', '', '', '2020-01-15 10:09:48', '2020-01-15 10:09:48', '', 585, 'https://your420map.com/web/2020/01/15/585-revision-v1/', 0, 'revision', '', 0),
(1027, 1, '2020-01-15 10:09:55', '2020-01-15 10:09:55', '', 'Firehouse Buds', '', 'inherit', 'closed', 'closed', '', '587-revision-v1', '', '', '2020-01-15 10:09:55', '2020-01-15 10:09:55', '', 587, 'https://your420map.com/web/2020/01/15/587-revision-v1/', 0, 'revision', '', 0),
(1028, 1, '2020-01-15 10:10:06', '2020-01-15 10:10:06', '', 'Green Highway', '', 'inherit', 'closed', 'closed', '', '586-revision-v1', '', '', '2020-01-15 10:10:06', '2020-01-15 10:10:06', '', 586, 'https://your420map.com/web/2020/01/15/586-revision-v1/', 0, 'revision', '', 0),
(1029, 1, '2020-01-15 10:10:16', '2020-01-15 10:10:16', '', 'Kind Brothers', '', 'inherit', 'closed', 'closed', '', '588-revision-v1', '', '', '2020-01-15 10:10:16', '2020-01-15 10:10:16', '', 588, 'https://your420map.com/web/2020/01/15/588-revision-v1/', 0, 'revision', '', 0),
(1030, 1, '2020-01-15 10:10:42', '2020-01-15 10:10:42', '', 'leaf and liom', '', 'inherit', 'closed', 'closed', '', '594-revision-v1', '', '', '2020-01-15 10:10:42', '2020-01-15 10:10:42', '', 594, 'https://your420map.com/web/2020/01/15/594-revision-v1/', 0, 'revision', '', 0),
(1031, 1, '2020-01-15 10:10:51', '2020-01-15 10:10:51', '', 'Gas House', '', 'inherit', 'closed', 'closed', '', '593-revision-v1', '', '', '2020-01-15 10:10:51', '2020-01-15 10:10:51', '', 593, 'https://your420map.com/web/2020/01/15/593-revision-v1/', 0, 'revision', '', 0),
(1032, 1, '2020-01-15 10:11:11', '2020-01-15 10:11:11', '', 'Dank Depot', '', 'inherit', 'closed', 'closed', '', '598-revision-v1', '', '', '2020-01-15 10:11:11', '2020-01-15 10:11:11', '', 598, 'https://your420map.com/web/2020/01/15/598-revision-v1/', 0, 'revision', '', 0),
(1033, 1, '2020-01-15 10:13:44', '2020-01-15 10:13:44', '', 'honest choice', '', 'inherit', 'closed', 'closed', '', '600-revision-v1', '', '', '2020-01-15 10:13:44', '2020-01-15 10:13:44', '', 600, 'https://your420map.com/web/2020/01/15/600-revision-v1/', 0, 'revision', '', 0),
(1034, 1, '2020-01-15 10:13:56', '2020-01-15 10:13:56', '', 'Lakeside Herbal', '', 'inherit', 'closed', 'closed', '', '592-revision-v1', '', '', '2020-01-15 10:13:56', '2020-01-15 10:13:56', '', 592, 'https://your420map.com/web/2020/01/15/592-revision-v1/', 0, 'revision', '', 0),
(1035, 1, '2020-01-15 10:14:07', '2020-01-15 10:14:07', '', 'Jamestown Yuma', '', 'inherit', 'closed', 'closed', '', '591-revision-v1', '', '', '2020-01-15 10:14:07', '2020-01-15 10:14:07', '', 591, 'https://your420map.com/web/2020/01/15/591-revision-v1/', 0, 'revision', '', 0),
(1036, 1, '2020-01-15 10:14:14', '2020-01-15 10:14:14', '', 'Weedmart', '', 'inherit', 'closed', 'closed', '', '595-revision-v1', '', '', '2020-01-15 10:14:14', '2020-01-15 10:14:14', '', 595, 'https://your420map.com/web/2020/01/15/595-revision-v1/', 0, 'revision', '', 0),
(1037, 1, '2020-01-15 10:14:27', '2020-01-15 10:14:27', '', 'sol de mendocino', '', 'inherit', 'closed', 'closed', '', '597-revision-v1', '', '', '2020-01-15 10:14:27', '2020-01-15 10:14:27', '', 597, 'https://your420map.com/web/2020/01/15/597-revision-v1/', 0, 'revision', '', 0),
(1038, 1, '2020-01-15 10:14:35', '2020-01-15 10:14:35', '', 'blck label', '', 'inherit', 'closed', 'closed', '', '596-revision-v1', '', '', '2020-01-15 10:14:35', '2020-01-15 10:14:35', '', 596, 'https://your420map.com/web/2020/01/15/596-revision-v1/', 0, 'revision', '', 0),
(1039, 1, '2020-01-15 10:14:43', '2020-01-15 10:14:43', '', 'columbia care california', '', 'inherit', 'closed', 'closed', '', '599-revision-v1', '', '', '2020-01-15 10:14:43', '2020-01-15 10:14:43', '', 599, 'https://your420map.com/web/2020/01/15/599-revision-v1/', 0, 'revision', '', 0),
(1040, 1, '2020-01-15 10:14:51', '2020-01-15 10:14:51', '', 'Oz N Bounce', '', 'inherit', 'closed', 'closed', '', '578-revision-v1', '', '', '2020-01-15 10:14:51', '2020-01-15 10:14:51', '', 578, 'https://your420map.com/web/2020/01/15/578-revision-v1/', 0, 'revision', '', 0),
(1041, 1, '2020-01-15 10:15:08', '2020-01-15 10:15:08', '', 'CBD A1 SNACK SHOP', '', 'inherit', 'closed', 'closed', '', '579-revision-v1', '', '', '2020-01-15 10:15:08', '2020-01-15 10:15:08', '', 579, 'https://your420map.com/web/2020/01/15/579-revision-v1/', 0, 'revision', '', 0),
(1042, 1, '2020-01-15 10:15:18', '2020-01-15 10:15:18', '', 'sespe creek', '', 'inherit', 'closed', 'closed', '', '570-revision-v1', '', '', '2020-01-15 10:15:18', '2020-01-15 10:15:18', '', 570, 'https://your420map.com/web/2020/01/15/570-revision-v1/', 0, 'revision', '', 0),
(1043, 1, '2020-01-15 10:15:26', '2020-01-15 10:15:26', '', 'Urban Society', '', 'inherit', 'closed', 'closed', '', '574-revision-v1', '', '', '2020-01-15 10:15:26', '2020-01-15 10:15:26', '', 574, 'https://your420map.com/web/2020/01/15/574-revision-v1/', 0, 'revision', '', 0),
(1044, 1, '2020-01-15 10:15:47', '2020-01-15 10:15:47', '', 'Chula Vista Kush', '', 'inherit', 'closed', 'closed', '', '575-revision-v1', '', '', '2020-01-15 10:15:47', '2020-01-15 10:15:47', '', 575, 'https://your420map.com/web/2020/01/15/575-revision-v1/', 0, 'revision', '', 0),
(1045, 1, '2020-01-15 10:15:59', '2020-01-15 10:15:59', '', 'shangri la care', '', 'inherit', 'closed', 'closed', '', '569-revision-v1', '', '', '2020-01-15 10:15:59', '2020-01-15 10:15:59', '', 569, 'https://your420map.com/web/2020/01/15/569-revision-v1/', 0, 'revision', '', 0),
(1046, 1, '2020-01-15 10:16:12', '2020-01-15 10:16:12', '', 'ALL NATURAL', '', 'inherit', 'closed', 'closed', '', '577-revision-v1', '', '', '2020-01-15 10:16:12', '2020-01-15 10:16:12', '', 577, 'https://your420map.com/web/2020/01/15/577-revision-v1/', 0, 'revision', '', 0),
(1047, 1, '2020-01-15 10:16:24', '2020-01-15 10:16:24', '', 'Rose Collective', '', 'inherit', 'closed', 'closed', '', '576-revision-v1', '', '', '2020-01-15 10:16:24', '2020-01-15 10:16:24', '', 576, 'https://your420map.com/web/2020/01/15/576-revision-v1/', 0, 'revision', '', 0),
(1048, 1, '2020-01-15 10:20:19', '2020-01-15 10:20:19', '', 'nirvana health clinic', '', 'inherit', 'closed', 'closed', '', '580-revision-v1', '', '', '2020-01-15 10:20:19', '2020-01-15 10:20:19', '', 580, 'https://your420map.com/web/2020/01/15/580-revision-v1/', 0, 'revision', '', 0),
(1049, 1, '2020-01-15 10:20:26', '2020-01-15 10:20:26', '', 'Angel City Wellness', '', 'inherit', 'closed', 'closed', '', '582-revision-v1', '', '', '2020-01-15 10:20:26', '2020-01-15 10:20:26', '', 582, 'https://your420map.com/web/2020/01/15/582-revision-v1/', 0, 'revision', '', 0),
(1050, 1, '2020-01-15 10:20:36', '2020-01-15 10:20:36', '', 'METROPOLITAN', '', 'inherit', 'closed', 'closed', '', '571-revision-v1', '', '', '2020-01-15 10:20:36', '2020-01-15 10:20:36', '', 571, 'https://your420map.com/web/2020/01/15/571-revision-v1/', 0, 'revision', '', 0),
(1051, 1, '2020-01-15 10:20:46', '2020-01-15 10:20:46', '', 'F Street', '', 'inherit', 'closed', 'closed', '', '581-revision-v1', '', '', '2020-01-15 10:20:46', '2020-01-15 10:20:46', '', 581, 'https://your420map.com/web/2020/01/15/581-revision-v1/', 0, 'revision', '', 0),
(1052, 1, '2020-01-15 10:21:03', '2020-01-15 10:21:03', '', 'hikei', '', 'inherit', 'closed', 'closed', '', '563-revision-v1', '', '', '2020-01-15 10:21:03', '2020-01-15 10:21:03', '', 563, 'https://your420map.com/web/2020/01/15/563-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpir_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1053, 1, '2020-01-15 10:21:15', '2020-01-15 10:21:15', '', 'FOOTHILL HEALTH AND WELLNESS', '', 'inherit', 'closed', 'closed', '', '559-revision-v1', '', '', '2020-01-15 10:21:15', '2020-01-15 10:21:15', '', 559, 'https://your420map.com/web/2020/01/15/559-revision-v1/', 0, 'revision', '', 0),
(1054, 1, '2020-01-15 10:21:24', '2020-01-15 10:21:24', '', 'High Tides', '', 'inherit', 'closed', 'closed', '', '560-revision-v1', '', '', '2020-01-15 10:21:24', '2020-01-15 10:21:24', '', 560, 'https://your420map.com/web/2020/01/15/560-revision-v1/', 0, 'revision', '', 0),
(1055, 1, '2020-01-15 10:21:33', '2020-01-15 10:21:33', '', 'Bakersfield Best 20 Cap', '', 'inherit', 'closed', 'closed', '', '562-revision-v1', '', '', '2020-01-15 10:21:33', '2020-01-15 10:21:33', '', 562, 'https://your420map.com/web/2020/01/15/562-revision-v1/', 0, 'revision', '', 0),
(1056, 1, '2020-01-15 10:23:50', '2020-01-15 10:23:50', '', 'Green Goat', '', 'inherit', 'closed', 'closed', '', '561-revision-v1', '', '', '2020-01-15 10:23:50', '2020-01-15 10:23:50', '', 561, 'https://your420map.com/web/2020/01/15/561-revision-v1/', 0, 'revision', '', 0),
(1057, 1, '2020-01-15 10:23:59', '2020-01-15 10:23:59', '', 'Rite Greens LA', '', 'inherit', 'closed', 'closed', '', '564-revision-v1', '', '', '2020-01-15 10:23:59', '2020-01-15 10:23:59', '', 564, 'https://your420map.com/web/2020/01/15/564-revision-v1/', 0, 'revision', '', 0),
(1058, 1, '2020-01-15 10:24:08', '2020-01-15 10:24:08', '', 'kush temple', '', 'inherit', 'closed', 'closed', '', '565-revision-v1', '', '', '2020-01-15 10:24:08', '2020-01-15 10:24:08', '', 565, 'https://your420map.com/web/2020/01/15/565-revision-v1/', 0, 'revision', '', 0),
(1059, 1, '2020-01-15 10:24:16', '2020-01-15 10:24:16', '', 'KANA COMPANY', '', 'inherit', 'closed', 'closed', '', '566-revision-v1', '', '', '2020-01-15 10:24:16', '2020-01-15 10:24:16', '', 566, 'https://your420map.com/web/2020/01/15/566-revision-v1/', 0, 'revision', '', 0),
(1060, 1, '2020-01-15 10:24:39', '2020-01-15 10:24:39', '', 'WHTC', '', 'inherit', 'closed', 'closed', '', '553-revision-v1', '', '', '2020-01-15 10:24:39', '2020-01-15 10:24:39', '', 553, 'https://your420map.com/web/2020/01/15/553-revision-v1/', 0, 'revision', '', 0),
(1061, 1, '2020-01-15 10:24:49', '2020-01-15 10:24:49', '', 'Lifted Remedies', '', 'inherit', 'closed', 'closed', '', '554-revision-v1', '', '', '2020-01-15 10:24:49', '2020-01-15 10:24:49', '', 554, 'https://your420map.com/web/2020/01/15/554-revision-v1/', 0, 'revision', '', 0),
(1062, 1, '2020-01-15 10:24:58', '2020-01-15 10:24:58', '', 'Medford Meds', '', 'inherit', 'closed', 'closed', '', '556-revision-v1', '', '', '2020-01-15 10:24:58', '2020-01-15 10:24:58', '', 556, 'https://your420map.com/web/2020/01/15/556-revision-v1/', 0, 'revision', '', 0),
(1063, 1, '2020-01-15 10:25:06', '2020-01-15 10:25:06', '', 'Modern Buds', '', 'inherit', 'closed', 'closed', '', '551-revision-v1', '', '', '2020-01-15 10:25:06', '2020-01-15 10:25:06', '', 551, 'https://your420map.com/web/2020/01/15/551-revision-v1/', 0, 'revision', '', 0),
(1064, 1, '2020-01-15 10:25:18', '2020-01-15 10:25:18', '', 'Highway 29 Health Care', '', 'inherit', 'closed', 'closed', '', '552-revision-v1', '', '', '2020-01-15 10:25:18', '2020-01-15 10:25:18', '', 552, 'https://your420map.com/web/2020/01/15/552-revision-v1/', 0, 'revision', '', 0),
(1065, 1, '2020-01-15 10:25:27', '2020-01-15 10:25:27', '', 'slauson super clinic', '', 'inherit', 'closed', 'closed', '', '550-revision-v1', '', '', '2020-01-15 10:25:27', '2020-01-15 10:25:27', '', 550, 'https://your420map.com/web/2020/01/15/550-revision-v1/', 0, 'revision', '', 0),
(1066, 1, '2020-01-15 10:25:35', '2020-01-15 10:25:35', '', 'leef industries', '', 'inherit', 'closed', 'closed', '', '547-revision-v1', '', '', '2020-01-15 10:25:35', '2020-01-15 10:25:35', '', 547, 'https://your420map.com/web/2020/01/15/547-revision-v1/', 0, 'revision', '', 0),
(1067, 1, '2020-01-15 10:25:56', '2020-01-15 10:25:56', '', 'ascent', '', 'inherit', 'closed', 'closed', '', '524-revision-v1', '', '', '2020-01-15 10:25:56', '2020-01-15 10:25:56', '', 524, 'https://your420map.com/web/2020/01/15/524-revision-v1/', 0, 'revision', '', 0),
(1068, 1, '2020-01-15 10:26:13', '2020-01-15 10:26:13', '', 'ascent', '', 'inherit', 'closed', 'closed', '', '524-autosave-v1', '', '', '2020-01-15 10:26:13', '2020-01-15 10:26:13', '', 524, 'https://your420map.com/web/2020/01/15/524-autosave-v1/', 0, 'revision', '', 0),
(1069, 1, '2020-01-15 10:40:28', '2020-01-15 10:40:28', '', 'Sonoma Medicinal Herbs', '', 'inherit', 'closed', 'closed', '', '525-revision-v1', '', '', '2020-01-15 10:40:28', '2020-01-15 10:40:28', '', 525, 'https://your420map.com/web/2020/01/15/525-revision-v1/', 0, 'revision', '', 0),
(1070, 1, '2020-01-15 10:40:40', '2020-01-15 10:40:40', '', 'medallion', '', 'inherit', 'closed', 'closed', '', '526-revision-v1', '', '', '2020-01-15 10:40:40', '2020-01-15 10:40:40', '', 526, 'https://your420map.com/web/2020/01/15/526-revision-v1/', 0, 'revision', '', 0),
(1071, 1, '2020-01-15 10:40:49', '2020-01-15 10:40:49', '', 'showgrow long beach', '', 'inherit', 'closed', 'closed', '', '527-revision-v1', '', '', '2020-01-15 10:40:49', '2020-01-15 10:40:49', '', 527, 'https://your420map.com/web/2020/01/15/527-revision-v1/', 0, 'revision', '', 0),
(1072, 1, '2020-01-15 10:41:07', '2020-01-15 10:41:07', '', 'Urban Greens Collective', '', 'inherit', 'closed', 'closed', '', '529-revision-v1', '', '', '2020-01-15 10:41:07', '2020-01-15 10:41:07', '', 529, 'https://your420map.com/web/2020/01/15/529-revision-v1/', 0, 'revision', '', 0),
(1073, 1, '2020-01-15 10:41:19', '2020-01-15 10:41:19', '', 'taheo wellness center', '', 'inherit', 'closed', 'closed', '', '530-revision-v1', '', '', '2020-01-15 10:41:19', '2020-01-15 10:41:19', '', 530, 'https://your420map.com/web/2020/01/15/530-revision-v1/', 0, 'revision', '', 0),
(1074, 1, '2020-01-15 10:41:33', '2020-01-15 10:41:33', '', 'golden state', '', 'inherit', 'closed', 'closed', '', '531-revision-v1', '', '', '2020-01-15 10:41:33', '2020-01-15 10:41:33', '', 531, 'https://your420map.com/web/2020/01/15/531-revision-v1/', 0, 'revision', '', 0),
(1075, 1, '2020-01-15 10:41:43', '2020-01-15 10:41:43', '', 'apothekare', '', 'inherit', 'closed', 'closed', '', '533-revision-v1', '', '', '2020-01-15 10:41:43', '2020-01-15 10:41:43', '', 533, 'https://your420map.com/web/2020/01/15/533-revision-v1/', 0, 'revision', '', 0),
(1076, 1, '2020-01-15 10:41:54', '2020-01-15 10:41:54', '', 'Jah Healing Kemetic Temple of the Divine Church South Gate', '', 'inherit', 'closed', 'closed', '', '534-revision-v1', '', '', '2020-01-15 10:41:54', '2020-01-15 10:41:54', '', 534, 'https://your420map.com/web/2020/01/15/534-revision-v1/', 0, 'revision', '', 0),
(1077, 1, '2020-01-15 10:42:18', '2020-01-15 10:42:18', '', 'Exotics', '', 'inherit', 'closed', 'closed', '', '537-revision-v1', '', '', '2020-01-15 10:42:18', '2020-01-15 10:42:18', '', 537, 'https://your420map.com/web/2020/01/15/537-revision-v1/', 0, 'revision', '', 0),
(1078, 1, '2020-01-15 10:42:30', '2020-01-15 10:42:30', '', 'Fire Factory', '', 'inherit', 'closed', 'closed', '', '538-revision-v1', '', '', '2020-01-15 10:42:30', '2020-01-15 10:42:30', '', 538, 'https://your420map.com/web/2020/01/15/538-revision-v1/', 0, 'revision', '', 0),
(1079, 1, '2020-01-15 10:42:54', '2020-01-15 10:42:54', '', 'coachella valley green dragon', '', 'inherit', 'closed', 'closed', '', '539-revision-v1', '', '', '2020-01-15 10:42:54', '2020-01-15 10:42:54', '', 539, 'https://your420map.com/web/2020/01/15/539-revision-v1/', 0, 'revision', '', 0),
(1080, 1, '2020-01-15 10:43:04', '2020-01-15 10:43:04', '', 'safeport cannabis', '', 'inherit', 'closed', 'closed', '', '540-revision-v1', '', '', '2020-01-15 10:43:04', '2020-01-15 10:43:04', '', 540, 'https://your420map.com/web/2020/01/15/540-revision-v1/', 0, 'revision', '', 0),
(1081, 1, '2020-01-15 10:45:31', '2020-01-15 10:45:31', '', 'Cloud 99', '', 'inherit', 'closed', 'closed', '', '541-revision-v1', '', '', '2020-01-15 10:45:31', '2020-01-15 10:45:31', '', 541, 'https://your420map.com/web/2020/01/15/541-revision-v1/', 0, 'revision', '', 0),
(1082, 1, '2020-01-15 10:45:39', '2020-01-15 10:45:39', '', 'Better Health Group', '', 'inherit', 'closed', 'closed', '', '542-revision-v1', '', '', '2020-01-15 10:45:39', '2020-01-15 10:45:39', '', 542, 'https://your420map.com/web/2020/01/15/542-revision-v1/', 0, 'revision', '', 0),
(1083, 1, '2020-01-15 10:45:51', '2020-01-15 10:45:51', '', 'Universal Collective', '', 'inherit', 'closed', 'closed', '', '543-revision-v1', '', '', '2020-01-15 10:45:51', '2020-01-15 10:45:51', '', 543, 'https://your420map.com/web/2020/01/15/543-revision-v1/', 0, 'revision', '', 0),
(1084, 1, '2020-01-15 10:46:01', '2020-01-15 10:46:01', '', 'TLC', '', 'inherit', 'closed', 'closed', '', '544-revision-v1', '', '', '2020-01-15 10:46:01', '2020-01-15 10:46:01', '', 544, 'https://your420map.com/web/2020/01/15/544-revision-v1/', 0, 'revision', '', 0),
(1085, 1, '2020-01-15 10:46:09', '2020-01-15 10:46:09', '', 'Treehouse', '', 'inherit', 'closed', 'closed', '', '545-revision-v1', '', '', '2020-01-15 10:46:09', '2020-01-15 10:46:09', '', 545, 'https://your420map.com/web/2020/01/15/545-revision-v1/', 0, 'revision', '', 0),
(1086, 1, '2020-01-15 10:46:17', '2020-01-15 10:46:17', '', 'mother earths', '', 'inherit', 'closed', 'closed', '', '546-revision-v1', '', '', '2020-01-15 10:46:17', '2020-01-15 10:46:17', '', 546, 'https://your420map.com/web/2020/01/15/546-revision-v1/', 0, 'revision', '', 0),
(1087, 1, '2020-01-15 10:46:25', '2020-01-15 10:46:25', '', 'Hemp Hop Station', '', 'inherit', 'closed', 'closed', '', '512-revision-v1', '', '', '2020-01-15 10:46:25', '2020-01-15 10:46:25', '', 512, 'https://your420map.com/web/2020/01/15/512-revision-v1/', 0, 'revision', '', 0),
(1088, 1, '2020-01-15 10:46:33', '2020-01-15 10:46:33', '', '7 stars holitic healing center', '', 'inherit', 'closed', 'closed', '', '513-revision-v1', '', '', '2020-01-15 10:46:33', '2020-01-15 10:46:33', '', 513, 'https://your420map.com/web/2020/01/15/513-revision-v1/', 0, 'revision', '', 0),
(1089, 1, '2020-01-15 10:46:43', '2020-01-15 10:46:43', '', '7 star holistic', '', 'inherit', 'closed', 'closed', '', '514-revision-v1', '', '', '2020-01-15 10:46:43', '2020-01-15 10:46:43', '', 514, 'https://your420map.com/web/2020/01/15/514-revision-v1/', 0, 'revision', '', 0),
(1090, 1, '2020-01-15 10:46:52', '2020-01-15 10:46:52', '', 'the spot', '', 'inherit', 'closed', 'closed', '', '515-revision-v1', '', '', '2020-01-15 10:46:52', '2020-01-15 10:46:52', '', 515, 'https://your420map.com/web/2020/01/15/515-revision-v1/', 0, 'revision', '', 0),
(1091, 1, '2020-01-15 10:47:04', '2020-01-15 10:47:04', '', 'Five Star', '', 'inherit', 'closed', 'closed', '', '516-revision-v1', '', '', '2020-01-15 10:47:04', '2020-01-15 10:47:04', '', 516, 'https://your420map.com/web/2020/01/15/516-revision-v1/', 0, 'revision', '', 0),
(1092, 1, '2020-01-15 10:47:16', '2020-01-15 10:47:16', '', 'The Rabbit Hole', '', 'inherit', 'closed', 'closed', '', '517-revision-v1', '', '', '2020-01-15 10:47:16', '2020-01-15 10:47:16', '', 517, 'https://your420map.com/web/2020/01/15/517-revision-v1/', 0, 'revision', '', 0),
(1093, 1, '2020-01-15 10:47:25', '2020-01-15 10:47:25', '', 'National City Greens', '', 'inherit', 'closed', 'closed', '', '518-revision-v1', '', '', '2020-01-15 10:47:25', '2020-01-15 10:47:25', '', 518, 'https://your420map.com/web/2020/01/15/518-revision-v1/', 0, 'revision', '', 0),
(1094, 1, '2020-01-15 10:47:37', '2020-01-15 10:47:37', '', 'green corner bakery', '', 'inherit', 'closed', 'closed', '', '519-revision-v1', '', '', '2020-01-15 10:47:37', '2020-01-15 10:47:37', '', 519, 'https://your420map.com/web/2020/01/15/519-revision-v1/', 0, 'revision', '', 0),
(1095, 1, '2020-01-15 10:47:48', '2020-01-15 10:47:48', '', 'stiiizy nation', '', 'inherit', 'closed', 'closed', '', '520-revision-v1', '', '', '2020-01-15 10:47:48', '2020-01-15 10:47:48', '', 520, 'https://your420map.com/web/2020/01/15/520-revision-v1/', 0, 'revision', '', 0),
(1096, 1, '2020-01-15 10:48:33', '2020-01-15 10:48:33', '', 'Chula Vista Best Meds', '', 'inherit', 'closed', 'closed', '', '521-revision-v1', '', '', '2020-01-15 10:48:33', '2020-01-15 10:48:33', '', 521, 'https://your420map.com/web/2020/01/15/521-revision-v1/', 0, 'revision', '', 0),
(1097, 1, '2020-01-15 11:07:37', '2020-01-15 11:07:37', '', 'Brookhurst Greens', '', 'inherit', 'closed', 'closed', '', '522-revision-v1', '', '', '2020-01-15 11:07:37', '2020-01-15 11:07:37', '', 522, 'https://your420map.com/web/2020/01/15/522-revision-v1/', 0, 'revision', '', 0),
(1098, 1, '2020-01-15 11:07:45', '2020-01-15 11:07:45', '', 'super supreme', '', 'inherit', 'closed', 'closed', '', '523-revision-v1', '', '', '2020-01-15 11:07:45', '2020-01-15 11:07:45', '', 523, 'https://your420map.com/web/2020/01/15/523-revision-v1/', 0, 'revision', '', 0),
(1099, 1, '2020-01-15 11:08:24', '2020-01-15 11:08:24', '', 'LA GAS HOUSE', '', 'inherit', 'closed', 'closed', '', '496-revision-v1', '', '', '2020-01-15 11:08:24', '2020-01-15 11:08:24', '', 496, 'https://your420map.com/web/2020/01/15/496-revision-v1/', 0, 'revision', '', 0),
(1100, 1, '2020-01-15 11:08:34', '2020-01-15 11:08:34', '', 'CBCB', '', 'inherit', 'closed', 'closed', '', '497-revision-v1', '', '', '2020-01-15 11:08:34', '2020-01-15 11:08:34', '', 497, 'https://your420map.com/web/2020/01/15/497-revision-v1/', 0, 'revision', '', 0),
(1101, 1, '2020-01-15 11:08:43', '2020-01-15 11:08:43', '', 'OCGREENZ', '', 'inherit', 'closed', 'closed', '', '498-revision-v1', '', '', '2020-01-15 11:08:43', '2020-01-15 11:08:43', '', 498, 'https://your420map.com/web/2020/01/15/498-revision-v1/', 0, 'revision', '', 0),
(1102, 1, '2020-01-15 11:08:54', '2020-01-15 11:08:54', '', 'ECOCANN', '', 'inherit', 'closed', 'closed', '', '499-revision-v1', '', '', '2020-01-15 11:08:54', '2020-01-15 11:08:54', '', 499, 'https://your420map.com/web/2020/01/15/499-revision-v1/', 0, 'revision', '', 0),
(1103, 1, '2020-01-15 11:09:05', '2020-01-15 11:09:05', '', 'Compton Meds', '', 'inherit', 'closed', 'closed', '', '500-revision-v1', '', '', '2020-01-15 11:09:05', '2020-01-15 11:09:05', '', 500, 'https://your420map.com/web/2020/01/15/500-revision-v1/', 0, 'revision', '', 0),
(1104, 1, '2020-01-15 11:09:14', '2020-01-15 11:09:14', '', 'revolution emporium', '', 'inherit', 'closed', 'closed', '', '501-revision-v1', '', '', '2020-01-15 11:09:14', '2020-01-15 11:09:14', '', 501, 'https://your420map.com/web/2020/01/15/501-revision-v1/', 0, 'revision', '', 0),
(1105, 1, '2020-01-15 11:09:23', '2020-01-15 11:09:23', '', 'Revolution Emporium', '', 'inherit', 'closed', 'closed', '', '502-revision-v1', '', '', '2020-01-15 11:09:23', '2020-01-15 11:09:23', '', 502, 'https://your420map.com/web/2020/01/15/502-revision-v1/', 0, 'revision', '', 0),
(1106, 1, '2020-01-15 11:09:34', '2020-01-15 11:09:34', '', 'cannabis collective', '', 'inherit', 'closed', 'closed', '', '504-revision-v1', '', '', '2020-01-15 11:09:34', '2020-01-15 11:09:34', '', 504, 'https://your420map.com/web/2020/01/15/504-revision-v1/', 0, 'revision', '', 0),
(1107, 1, '2020-01-15 11:09:52', '2020-01-15 11:09:52', '', 'two rivers', '', 'inherit', 'closed', 'closed', '', '508-revision-v1', '', '', '2020-01-15 11:09:52', '2020-01-15 11:09:52', '', 508, 'https://your420map.com/web/2020/01/15/508-revision-v1/', 0, 'revision', '', 0),
(1108, 1, '2020-01-15 11:10:03', '2020-01-15 11:10:03', '', 'ISMOKE420', '', 'inherit', 'closed', 'closed', '', '510-revision-v1', '', '', '2020-01-15 11:10:03', '2020-01-15 11:10:03', '', 510, 'https://your420map.com/web/2020/01/15/510-revision-v1/', 0, 'revision', '', 0),
(1109, 1, '2020-01-15 11:10:17', '2020-01-15 11:10:17', '', 'ISMOKE420', '', 'inherit', 'closed', 'closed', '', '510-autosave-v1', '', '', '2020-01-15 11:10:17', '2020-01-15 11:10:17', '', 510, 'https://your420map.com/web/2020/01/15/510-autosave-v1/', 0, 'revision', '', 0),
(1110, 1, '2020-01-15 11:11:13', '2020-01-15 11:11:13', '', 'South Bay Mega Meds', '', 'inherit', 'closed', 'closed', '', '511-revision-v1', '', '', '2020-01-15 11:11:13', '2020-01-15 11:11:13', '', 511, 'https://your420map.com/web/2020/01/15/511-revision-v1/', 0, 'revision', '', 0),
(1111, 1, '2020-01-15 11:11:29', '2020-01-15 11:11:29', '', 'march and ash', '', 'inherit', 'closed', 'closed', '', '489-revision-v1', '', '', '2020-01-15 11:11:29', '2020-01-15 11:11:29', '', 489, 'https://your420map.com/web/2020/01/15/489-revision-v1/', 0, 'revision', '', 0),
(1112, 1, '2020-01-15 11:11:40', '2020-01-15 11:11:40', '', 'The Awakening Temple', '', 'inherit', 'closed', 'closed', '', '490-revision-v1', '', '', '2020-01-15 11:11:40', '2020-01-15 11:11:40', '', 490, 'https://your420map.com/web/2020/01/15/490-revision-v1/', 0, 'revision', '', 0),
(1113, 1, '2020-01-15 11:11:49', '2020-01-15 11:11:49', '', 'green remedy', '', 'inherit', 'closed', 'closed', '', '491-revision-v1', '', '', '2020-01-15 11:11:49', '2020-01-15 11:11:49', '', 491, 'https://your420map.com/web/2020/01/15/491-revision-v1/', 0, 'revision', '', 0),
(1114, 1, '2020-01-15 11:11:59', '2020-01-15 11:11:59', '', 'GREENWOLF LA PRE ICO', '', 'inherit', 'closed', 'closed', '', '492-revision-v1', '', '', '2020-01-15 11:11:59', '2020-01-15 11:11:59', '', 492, 'https://your420map.com/web/2020/01/15/492-revision-v1/', 0, 'revision', '', 0),
(1115, 1, '2020-01-15 11:12:10', '2020-01-15 11:12:10', '', 'herbarium 66', '', 'inherit', 'closed', 'closed', '', '493-revision-v1', '', '', '2020-01-15 11:12:10', '2020-01-15 11:12:10', '', 493, 'https://your420map.com/web/2020/01/15/493-revision-v1/', 0, 'revision', '', 0),
(1116, 1, '2020-01-15 11:12:21', '2020-01-15 11:12:21', '', 'a therapeutic alternative', '', 'inherit', 'closed', 'closed', '', '494-revision-v1', '', '', '2020-01-15 11:12:21', '2020-01-15 11:12:21', '', 494, 'https://your420map.com/web/2020/01/15/494-revision-v1/', 0, 'revision', '', 0),
(1117, 1, '2020-01-15 11:12:32', '2020-01-15 11:12:32', '', 'Calaveras', '', 'inherit', 'closed', 'closed', '', '470-revision-v1', '', '', '2020-01-15 11:12:32', '2020-01-15 11:12:32', '', 470, 'https://your420map.com/web/2020/01/15/470-revision-v1/', 0, 'revision', '', 0),
(1118, 1, '2020-01-15 11:12:42', '2020-01-15 11:12:42', '', 'skunkmaster', '', 'inherit', 'closed', 'closed', '', '472-revision-v1', '', '', '2020-01-15 11:12:42', '2020-01-15 11:12:42', '', 472, 'https://your420map.com/web/2020/01/15/472-revision-v1/', 0, 'revision', '', 0),
(1119, 1, '2020-01-15 11:12:54', '2020-01-15 11:12:54', '', 'super buds', '', 'inherit', 'closed', 'closed', '', '473-revision-v1', '', '', '2020-01-15 11:12:54', '2020-01-15 11:12:54', '', 473, 'https://your420map.com/web/2020/01/15/473-revision-v1/', 0, 'revision', '', 0),
(1120, 1, '2020-01-15 11:13:19', '2020-01-15 11:13:19', '', 'HP Pharmacy', '', 'inherit', 'closed', 'closed', '', '479-revision-v1', '', '', '2020-01-15 11:13:19', '2020-01-15 11:13:19', '', 479, 'https://your420map.com/web/2020/01/15/479-revision-v1/', 0, 'revision', '', 0),
(1121, 1, '2020-01-15 11:13:32', '2020-01-15 11:13:32', '', 'dank house mds', '', 'inherit', 'closed', 'closed', '', '480-revision-v1', '', '', '2020-01-15 11:13:32', '2020-01-15 11:13:32', '', 480, 'https://your420map.com/web/2020/01/15/480-revision-v1/', 0, 'revision', '', 0),
(1122, 1, '2020-01-15 11:13:39', '2020-01-15 11:13:39', '', 'Mission Grown', '', 'inherit', 'closed', 'closed', '', '482-revision-v1', '', '', '2020-01-15 11:13:39', '2020-01-15 11:13:39', '', 482, 'https://your420map.com/web/2020/01/15/482-revision-v1/', 0, 'revision', '', 0),
(1123, 1, '2020-01-15 11:15:01', '2020-01-15 11:15:01', '', 'tvc', '', 'inherit', 'closed', 'closed', '', '483-revision-v1', '', '', '2020-01-15 11:15:01', '2020-01-15 11:15:01', '', 483, 'https://your420map.com/web/2020/01/15/483-revision-v1/', 0, 'revision', '', 0),
(1124, 1, '2020-01-15 11:15:12', '2020-01-15 11:15:12', '', 'pico gardens', '', 'inherit', 'closed', 'closed', '', '484-revision-v1', '', '', '2020-01-15 11:15:12', '2020-01-15 11:15:12', '', 484, 'https://your420map.com/web/2020/01/15/484-revision-v1/', 0, 'revision', '', 0),
(1125, 1, '2020-01-15 11:15:22', '2020-01-15 11:15:22', '', 'go green', '', 'inherit', 'closed', 'closed', '', '485-revision-v1', '', '', '2020-01-15 11:15:22', '2020-01-15 11:15:22', '', 485, 'https://your420map.com/web/2020/01/15/485-revision-v1/', 0, 'revision', '', 0),
(1126, 1, '2020-01-15 11:15:42', '2020-01-15 11:15:42', '', 'cathedral city cre collective', '', 'inherit', 'closed', 'closed', '', '488-revision-v1', '', '', '2020-01-15 11:15:42', '2020-01-15 11:15:42', '', 488, 'https://your420map.com/web/2020/01/15/488-revision-v1/', 0, 'revision', '', 0),
(1127, 1, '2020-01-15 11:15:51', '2020-01-15 11:15:51', '', 'FAM', '', 'inherit', 'closed', 'closed', '', '443-revision-v1', '', '', '2020-01-15 11:15:51', '2020-01-15 11:15:51', '', 443, 'https://your420map.com/web/2020/01/15/443-revision-v1/', 0, 'revision', '', 0),
(1128, 1, '2020-01-15 11:15:59', '2020-01-15 11:15:59', '', 'Sonoma Patient Group', '', 'inherit', 'closed', 'closed', '', '444-revision-v1', '', '', '2020-01-15 11:15:59', '2020-01-15 11:15:59', '', 444, 'https://your420map.com/web/2020/01/15/444-revision-v1/', 0, 'revision', '', 0),
(1129, 1, '2020-01-15 11:16:29', '2020-01-15 11:16:29', '', 'eco cannabos', '', 'inherit', 'closed', 'closed', '', '449-revision-v1', '', '', '2020-01-15 11:16:29', '2020-01-15 11:16:29', '', 449, 'https://your420map.com/web/2020/01/15/449-revision-v1/', 0, 'revision', '', 0),
(1130, 1, '2020-01-15 11:16:38', '2020-01-15 11:16:38', '', 'Garden OF FAITH', '', 'inherit', 'closed', 'closed', '', '450-revision-v1', '', '', '2020-01-15 11:16:38', '2020-01-15 11:16:38', '', 450, 'https://your420map.com/web/2020/01/15/450-revision-v1/', 0, 'revision', '', 0),
(1131, 1, '2020-01-15 11:16:50', '2020-01-15 11:16:50', '', 'elevated san fran', '', 'inherit', 'closed', 'closed', '', '451-revision-v1', '', '', '2020-01-15 11:16:50', '2020-01-15 11:16:50', '', 451, 'https://your420map.com/web/2020/01/15/451-revision-v1/', 0, 'revision', '', 0),
(1132, 1, '2020-01-15 11:16:59', '2020-01-15 11:16:59', '', 'Hi-Fidelity', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2020-01-15 11:16:59', '2020-01-15 11:16:59', '', 453, 'https://your420map.com/web/2020/01/15/453-revision-v1/', 0, 'revision', '', 0),
(1133, 1, '2020-01-15 11:17:09', '2020-01-15 11:17:09', '', 'One Stop Shop', '', 'inherit', 'closed', 'closed', '', '454-revision-v1', '', '', '2020-01-15 11:17:09', '2020-01-15 11:17:09', '', 454, 'https://your420map.com/web/2020/01/15/454-revision-v1/', 0, 'revision', '', 0),
(1134, 1, '2020-01-15 11:17:20', '2020-01-15 11:17:20', '', 'CBD Stop', '', 'inherit', 'closed', 'closed', '', '455-revision-v1', '', '', '2020-01-15 11:17:20', '2020-01-15 11:17:20', '', 455, 'https://your420map.com/web/2020/01/15/455-revision-v1/', 0, 'revision', '', 0),
(1135, 1, '2020-01-15 11:17:31', '2020-01-15 11:17:31', '', 'Backyard Greens', '', 'inherit', 'closed', 'closed', '', '456-revision-v1', '', '', '2020-01-15 11:17:31', '2020-01-15 11:17:31', '', 456, 'https://your420map.com/web/2020/01/15/456-revision-v1/', 0, 'revision', '', 0),
(1136, 1, '2020-01-15 11:19:40', '2020-01-15 11:19:40', '', 'purple star', '', 'inherit', 'closed', 'closed', '', '459-revision-v1', '', '', '2020-01-15 11:19:40', '2020-01-15 11:19:40', '', 459, 'https://your420map.com/web/2020/01/15/459-revision-v1/', 0, 'revision', '', 0),
(1137, 1, '2020-01-15 11:19:47', '2020-01-15 11:19:47', '', 'university 20 cap', '', 'inherit', 'closed', 'closed', '', '460-revision-v1', '', '', '2020-01-15 11:19:47', '2020-01-15 11:19:47', '', 460, 'https://your420map.com/web/2020/01/15/460-revision-v1/', 0, 'revision', '', 0),
(1138, 1, '2020-01-15 11:19:55', '2020-01-15 11:19:55', '', 'cornerstore wellness', '', 'inherit', 'closed', 'closed', '', '461-revision-v1', '', '', '2020-01-15 11:19:55', '2020-01-15 11:19:55', '', 461, 'https://your420map.com/web/2020/01/15/461-revision-v1/', 0, 'revision', '', 0),
(1139, 1, '2020-01-15 11:20:03', '2020-01-15 11:20:03', '', 'CORNERSTONE WELLNESS', '', 'inherit', 'closed', 'closed', '', '462-revision-v1', '', '', '2020-01-15 11:20:03', '2020-01-15 11:20:03', '', 462, 'https://your420map.com/web/2020/01/15/462-revision-v1/', 0, 'revision', '', 0),
(1140, 1, '2020-01-15 11:20:12', '2020-01-15 11:20:12', '', '123 Broadway', '', 'inherit', 'closed', 'closed', '', '463-revision-v1', '', '', '2020-01-15 11:20:12', '2020-01-15 11:20:12', '', 463, 'https://your420map.com/web/2020/01/15/463-revision-v1/', 0, 'revision', '', 0),
(1141, 1, '2020-01-15 11:20:20', '2020-01-15 11:20:20', '', 'Patients Care Collective', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2020-01-15 11:20:20', '2020-01-15 11:20:20', '', 464, 'https://your420map.com/web/2020/01/15/464-revision-v1/', 0, 'revision', '', 0),
(1142, 1, '2020-01-15 11:20:30', '2020-01-15 11:20:30', '', 'EVOLV Cannabis', '', 'inherit', 'closed', 'closed', '', '465-revision-v1', '', '', '2020-01-15 11:20:30', '2020-01-15 11:20:30', '', 465, 'https://your420map.com/web/2020/01/15/465-revision-v1/', 0, 'revision', '', 0),
(1143, 1, '2020-01-15 11:20:38', '2020-01-15 11:20:38', '', 'LEAF BETTER', '', 'inherit', 'closed', 'closed', '', '466-revision-v1', '', '', '2020-01-15 11:20:38', '2020-01-15 11:20:38', '', 466, 'https://your420map.com/web/2020/01/15/466-revision-v1/', 0, 'revision', '', 0),
(1144, 1, '2020-01-15 11:20:47', '2020-01-15 11:20:47', '', 'OG Compton', '', 'inherit', 'closed', 'closed', '', '467-revision-v1', '', '', '2020-01-15 11:20:47', '2020-01-15 11:20:47', '', 467, 'https://your420map.com/web/2020/01/15/467-revision-v1/', 0, 'revision', '', 0),
(1145, 1, '2020-01-15 11:20:56', '2020-01-15 11:20:56', '', 'Sundialed Ukiah', '', 'inherit', 'closed', 'closed', '', '468-revision-v1', '', '', '2020-01-15 11:20:56', '2020-01-15 11:20:56', '', 468, 'https://your420map.com/web/2020/01/15/468-revision-v1/', 0, 'revision', '', 0),
(1146, 1, '2020-01-15 11:21:05', '2020-01-15 11:21:05', '', 'kaneh bosm healing ministry', '', 'inherit', 'closed', 'closed', '', '469-revision-v1', '', '', '2020-01-15 11:21:05', '2020-01-15 11:21:05', '', 469, 'https://your420map.com/web/2020/01/15/469-revision-v1/', 0, 'revision', '', 0),
(1147, 1, '2020-01-15 11:21:24', '2020-01-15 11:21:24', '', 'Weed Warehouse', '', 'inherit', 'closed', 'closed', '', '441-revision-v1', '', '', '2020-01-15 11:21:24', '2020-01-15 11:21:24', '', 441, 'https://your420map.com/web/2020/01/15/441-revision-v1/', 0, 'revision', '', 0),
(1148, 1, '2020-01-15 11:21:33', '2020-01-15 11:21:33', '', 'delta health', '', 'inherit', 'closed', 'closed', '', '442-revision-v1', '', '', '2020-01-15 11:21:33', '2020-01-15 11:21:33', '', 442, 'https://your420map.com/web/2020/01/15/442-revision-v1/', 0, 'revision', '', 0),
(1149, 1, '2020-01-15 11:24:50', '2020-01-15 11:24:50', '', 'Huntington Park Collective', '', 'inherit', 'closed', 'closed', '', '413-revision-v1', '', '', '2020-01-15 11:24:50', '2020-01-15 11:24:50', '', 413, 'https://your420map.com/web/2020/01/15/413-revision-v1/', 0, 'revision', '', 0),
(1150, 1, '2020-01-15 11:24:58', '2020-01-15 11:24:58', '', 'strain balboa', '', 'inherit', 'closed', 'closed', '', '414-revision-v1', '', '', '2020-01-15 11:24:58', '2020-01-15 11:24:58', '', 414, 'https://your420map.com/web/2020/01/15/414-revision-v1/', 0, 'revision', '', 0),
(1151, 1, '2020-01-15 11:25:11', '2020-01-15 11:25:11', '', 'lake forest healing center', '', 'inherit', 'closed', 'closed', '', '417-revision-v1', '', '', '2020-01-15 11:25:11', '2020-01-15 11:25:11', '', 417, 'https://your420map.com/web/2020/01/15/417-revision-v1/', 0, 'revision', '', 0),
(1152, 1, '2020-01-15 11:25:19', '2020-01-15 11:25:19', '', 'h street patient care', '', 'inherit', 'closed', 'closed', '', '418-revision-v1', '', '', '2020-01-15 11:25:19', '2020-01-15 11:25:19', '', 418, 'https://your420map.com/web/2020/01/15/418-revision-v1/', 0, 'revision', '', 0),
(1153, 1, '2020-01-15 11:25:29', '2020-01-15 11:25:29', '', 'City Compassionate Caregivers', '', 'inherit', 'closed', 'closed', '', '420-revision-v1', '', '', '2020-01-15 11:25:29', '2020-01-15 11:25:29', '', 420, 'https://your420map.com/web/2020/01/15/420-revision-v1/', 0, 'revision', '', 0),
(1154, 1, '2020-01-15 11:25:42', '2020-01-15 11:25:42', '', 'Rose Garden', '', 'inherit', 'closed', 'closed', '', '421-revision-v1', '', '', '2020-01-15 11:25:42', '2020-01-15 11:25:42', '', 421, 'https://your420map.com/web/2020/01/15/421-revision-v1/', 0, 'revision', '', 0),
(1155, 1, '2020-01-15 11:25:51', '2020-01-15 11:25:51', '', 'phog center', '', 'inherit', 'closed', 'closed', '', '422-revision-v1', '', '', '2020-01-15 11:25:51', '2020-01-15 11:25:51', '', 422, 'https://your420map.com/web/2020/01/15/422-revision-v1/', 0, 'revision', '', 0),
(1156, 1, '2020-01-15 11:26:05', '2020-01-15 11:26:05', '', 'Firestone 20 Cap', '', 'inherit', 'closed', 'closed', '', '423-revision-v1', '', '', '2020-01-15 11:26:05', '2020-01-15 11:26:05', '', 423, 'https://your420map.com/web/2020/01/15/423-revision-v1/', 0, 'revision', '', 0),
(1157, 1, '2020-01-15 11:26:13', '2020-01-15 11:26:13', '', 'SCF', '', 'inherit', 'closed', 'closed', '', '424-revision-v1', '', '', '2020-01-15 11:26:13', '2020-01-15 11:26:13', '', 424, 'https://your420map.com/web/2020/01/15/424-revision-v1/', 0, 'revision', '', 0),
(1158, 1, '2020-01-15 11:26:20', '2020-01-15 11:26:20', '', 'MILE HIGH', '', 'inherit', 'closed', 'closed', '', '425-revision-v1', '', '', '2020-01-15 11:26:20', '2020-01-15 11:26:20', '', 425, 'https://your420map.com/web/2020/01/15/425-revision-v1/', 0, 'revision', '', 0),
(1159, 1, '2020-01-15 11:26:30', '2020-01-15 11:26:30', '', 'Santa Cryz Mountain Herbs', '', 'inherit', 'closed', 'closed', '', '426-revision-v1', '', '', '2020-01-15 11:26:30', '2020-01-15 11:26:30', '', 426, 'https://your420map.com/web/2020/01/15/426-revision-v1/', 0, 'revision', '', 0),
(1160, 1, '2020-01-15 11:26:37', '2020-01-15 11:26:37', '', 'South Bay Church', '', 'inherit', 'closed', 'closed', '', '427-revision-v1', '', '', '2020-01-15 11:26:37', '2020-01-15 11:26:37', '', 427, 'https://your420map.com/web/2020/01/15/427-revision-v1/', 0, 'revision', '', 0),
(1161, 1, '2020-01-15 11:26:57', '2020-01-15 11:26:57', '', 'Supreme Remedies', '', 'inherit', 'closed', 'closed', '', '430-revision-v1', '', '', '2020-01-15 11:26:57', '2020-01-15 11:26:57', '', 430, 'https://your420map.com/web/2020/01/15/430-revision-v1/', 0, 'revision', '', 0),
(1162, 1, '2020-01-15 11:29:21', '2020-01-15 11:29:21', '', '8th or Better', '', 'inherit', 'closed', 'closed', '', '431-revision-v1', '', '', '2020-01-15 11:29:21', '2020-01-15 11:29:21', '', 431, 'https://your420map.com/web/2020/01/15/431-revision-v1/', 0, 'revision', '', 0),
(1163, 1, '2020-01-15 11:29:28', '2020-01-15 11:29:28', '', 'Berkeley Patients Group', '', 'inherit', 'closed', 'closed', '', '432-revision-v1', '', '', '2020-01-15 11:29:28', '2020-01-15 11:29:28', '', 432, 'https://your420map.com/web/2020/01/15/432-revision-v1/', 0, 'revision', '', 0),
(1164, 1, '2020-01-15 11:29:38', '2020-01-15 11:29:38', '', 'daily releaf', '', 'inherit', 'closed', 'closed', '', '433-revision-v1', '', '', '2020-01-15 11:29:38', '2020-01-15 11:29:38', '', 433, 'https://your420map.com/web/2020/01/15/433-revision-v1/', 0, 'revision', '', 0),
(1165, 1, '2020-01-15 11:29:45', '2020-01-15 11:29:45', '', 'pomonas green', '', 'inherit', 'closed', 'closed', '', '434-revision-v1', '', '', '2020-01-15 11:29:45', '2020-01-15 11:29:45', '', 434, 'https://your420map.com/web/2020/01/15/434-revision-v1/', 0, 'revision', '', 0),
(1166, 1, '2020-01-15 11:29:56', '2020-01-15 11:29:56', '', 'Wake N Bake', '', 'inherit', 'closed', 'closed', '', '438-revision-v1', '', '', '2020-01-15 11:29:56', '2020-01-15 11:29:56', '', 438, 'https://your420map.com/web/2020/01/15/438-revision-v1/', 0, 'revision', '', 0),
(1167, 1, '2020-01-15 11:30:05', '2020-01-15 11:30:05', '', 'fair oaks', '', 'inherit', 'closed', 'closed', '', '410-revision-v1', '', '', '2020-01-15 11:30:05', '2020-01-15 11:30:05', '', 410, 'https://your420map.com/web/2020/01/15/410-revision-v1/', 0, 'revision', '', 0),
(1168, 1, '2020-01-15 11:30:14', '2020-01-15 11:30:14', '', 'manchester remedy', '', 'inherit', 'closed', 'closed', '', '411-revision-v1', '', '', '2020-01-15 11:30:14', '2020-01-15 11:30:14', '', 411, 'https://your420map.com/web/2020/01/15/411-revision-v1/', 0, 'revision', '', 0),
(1169, 1, '2020-01-15 11:30:25', '2020-01-15 11:30:25', '', 'the plug 20 cap', '', 'inherit', 'closed', 'closed', '', '412-revision-v1', '', '', '2020-01-15 11:30:25', '2020-01-15 11:30:25', '', 412, 'https://your420map.com/web/2020/01/15/412-revision-v1/', 0, 'revision', '', 0),
(1170, 1, '2020-01-15 11:30:34', '2020-01-15 11:30:34', '', 'Harbor Holy Fire', '', 'inherit', 'closed', 'closed', '', '400-revision-v1', '', '', '2020-01-15 11:30:34', '2020-01-15 11:30:34', '', 400, 'https://your420map.com/web/2020/01/15/400-revision-v1/', 0, 'revision', '', 0),
(1171, 1, '2020-01-15 11:30:43', '2020-01-15 11:30:43', '', 'Univerde One Love', '', 'inherit', 'closed', 'closed', '', '401-revision-v1', '', '', '2020-01-15 11:30:43', '2020-01-15 11:30:43', '', 401, 'https://your420map.com/web/2020/01/15/401-revision-v1/', 0, 'revision', '', 0),
(1172, 1, '2020-01-15 11:30:51', '2020-01-15 11:30:51', '', 'CANNBIS COLLECTIVE', '', 'inherit', 'closed', 'closed', '', '403-revision-v1', '', '', '2020-01-15 11:30:51', '2020-01-15 11:30:51', '', 403, 'https://your420map.com/web/2020/01/15/403-revision-v1/', 0, 'revision', '', 0),
(1173, 1, '2020-01-15 11:31:01', '2020-01-15 11:31:01', '', 'walgreens', '', 'inherit', 'closed', 'closed', '', '404-revision-v1', '', '', '2020-01-15 11:31:01', '2020-01-15 11:31:01', '', 404, 'https://your420map.com/web/2020/01/15/404-revision-v1/', 0, 'revision', '', 0),
(1174, 1, '2020-01-15 11:31:13', '2020-01-15 11:31:13', '', 'lytt', '', 'inherit', 'closed', 'closed', '', '405-revision-v1', '', '', '2020-01-15 11:31:13', '2020-01-15 11:31:13', '', 405, 'https://your420map.com/web/2020/01/15/405-revision-v1/', 0, 'revision', '', 0),
(1175, 1, '2020-01-15 11:31:21', '2020-01-15 11:31:21', '', 'Cloud 8th', '', 'inherit', 'closed', 'closed', '', '406-revision-v1', '', '', '2020-01-15 11:31:21', '2020-01-15 11:31:21', '', 406, 'https://your420map.com/web/2020/01/15/406-revision-v1/', 0, 'revision', '', 0),
(1176, 1, '2020-01-15 11:31:30', '2020-01-15 11:31:30', '', 'Compton Cure', '', 'inherit', 'closed', 'closed', '', '407-revision-v1', '', '', '2020-01-15 11:31:30', '2020-01-15 11:31:30', '', 407, 'https://your420map.com/web/2020/01/15/407-revision-v1/', 0, 'revision', '', 0),
(1177, 1, '2020-01-15 11:33:13', '2020-01-15 11:33:13', '', '2one2', '', 'inherit', 'closed', 'closed', '', '408-revision-v1', '', '', '2020-01-15 11:33:13', '2020-01-15 11:33:13', '', 408, 'https://your420map.com/web/2020/01/15/408-revision-v1/', 0, 'revision', '', 0),
(1178, 1, '2020-01-15 11:33:23', '2020-01-15 11:33:23', '', 'Davis Cannabis Co', '', 'inherit', 'closed', 'closed', '', '409-revision-v1', '', '', '2020-01-15 11:33:23', '2020-01-15 11:33:23', '', 409, 'https://your420map.com/web/2020/01/15/409-revision-v1/', 0, 'revision', '', 0),
(1179, 1, '2020-01-15 11:33:33', '2020-01-15 11:33:33', '', 'Dank Trees', '', 'inherit', 'closed', 'closed', '', '396-revision-v1', '', '', '2020-01-15 11:33:33', '2020-01-15 11:33:33', '', 396, 'https://your420map.com/web/2020/01/15/396-revision-v1/', 0, 'revision', '', 0),
(1180, 1, '2020-01-15 11:33:42', '2020-01-15 11:33:42', '', 'Westpoint Medicinal', '', 'inherit', 'closed', 'closed', '', '397-revision-v1', '', '', '2020-01-15 11:33:42', '2020-01-15 11:33:42', '', 397, 'https://your420map.com/web/2020/01/15/397-revision-v1/', 0, 'revision', '', 0),
(1181, 1, '2020-01-15 11:33:51', '2020-01-15 11:33:51', '', 'westpoint', '', 'inherit', 'closed', 'closed', '', '398-revision-v1', '', '', '2020-01-15 11:33:51', '2020-01-15 11:33:51', '', 398, 'https://your420map.com/web/2020/01/15/398-revision-v1/', 0, 'revision', '', 0),
(1182, 1, '2020-01-15 11:34:00', '2020-01-15 11:34:00', '', 'purelife', '', 'inherit', 'closed', 'closed', '', '399-revision-v1', '', '', '2020-01-15 11:34:00', '2020-01-15 11:34:00', '', 399, 'https://your420map.com/web/2020/01/15/399-revision-v1/', 0, 'revision', '', 0),
(1183, 1, '2020-01-15 11:34:10', '2020-01-15 11:34:10', '', 'NUG', '', 'inherit', 'closed', 'closed', '', '380-revision-v1', '', '', '2020-01-15 11:34:10', '2020-01-15 11:34:10', '', 380, 'https://your420map.com/web/2020/01/15/380-revision-v1/', 0, 'revision', '', 0),
(1184, 1, '2020-01-15 11:34:32', '2020-01-15 11:34:32', '', 'retry ministy', '', 'inherit', 'closed', 'closed', '', '381-revision-v1', '', '', '2020-01-15 11:34:32', '2020-01-15 11:34:32', '', 381, 'https://your420map.com/web/2020/01/15/381-revision-v1/', 0, 'revision', '', 0),
(1185, 1, '2020-01-15 11:34:41', '2020-01-15 11:34:41', '', 'cloud nation', '', 'inherit', 'closed', 'closed', '', '382-revision-v1', '', '', '2020-01-15 11:34:41', '2020-01-15 11:34:41', '', 382, 'https://your420map.com/web/2020/01/15/382-revision-v1/', 0, 'revision', '', 0),
(1186, 1, '2020-01-15 11:34:51', '2020-01-15 11:34:51', '', 'the station', '', 'inherit', 'closed', 'closed', '', '384-revision-v1', '', '', '2020-01-15 11:34:51', '2020-01-15 11:34:51', '', 384, 'https://your420map.com/web/2020/01/15/384-revision-v1/', 0, 'revision', '', 0),
(1187, 1, '2020-01-15 11:35:01', '2020-01-15 11:35:01', '', 'the kind center', '', 'inherit', 'closed', 'closed', '', '383-revision-v1', '', '', '2020-01-15 11:35:01', '2020-01-15 11:35:01', '', 383, 'https://your420map.com/web/2020/01/15/383-revision-v1/', 0, 'revision', '', 0),
(1188, 1, '2020-01-15 11:35:12', '2020-01-15 11:35:12', '', 'Life Enhancement Services', '', 'inherit', 'closed', 'closed', '', '385-revision-v1', '', '', '2020-01-15 11:35:12', '2020-01-15 11:35:12', '', 385, 'https://your420map.com/web/2020/01/15/385-revision-v1/', 0, 'revision', '', 0),
(1189, 1, '2020-01-15 11:35:25', '2020-01-15 11:35:25', '', 'blue fire', '', 'inherit', 'closed', 'closed', '', '386-revision-v1', '', '', '2020-01-15 11:35:25', '2020-01-15 11:35:25', '', 386, 'https://your420map.com/web/2020/01/15/386-revision-v1/', 0, 'revision', '', 0),
(1190, 1, '2020-01-15 11:35:47', '2020-01-15 11:35:47', '', 'Long Lodge Tribal Enterprises', '', 'inherit', 'closed', 'closed', '', '389-revision-v1', '', '', '2020-01-15 11:35:47', '2020-01-15 11:35:47', '', 389, 'https://your420map.com/web/2020/01/15/389-revision-v1/', 0, 'revision', '', 0),
(1191, 1, '2020-01-15 11:36:00', '2020-01-15 11:36:00', '', 'High Society Welness Center', '', 'inherit', 'closed', 'closed', '', '390-revision-v1', '', '', '2020-01-15 11:36:00', '2020-01-15 11:36:00', '', 390, 'https://your420map.com/web/2020/01/15/390-revision-v1/', 0, 'revision', '', 0),
(1192, 1, '2020-01-15 11:36:11', '2020-01-15 11:36:11', '', 'ANACOSTIA', '', 'inherit', 'closed', 'closed', '', '392-revision-v1', '', '', '2020-01-15 11:36:11', '2020-01-15 11:36:11', '', 392, 'https://your420map.com/web/2020/01/15/392-revision-v1/', 0, 'revision', '', 0),
(1193, 1, '2020-01-15 11:38:27', '2020-01-15 11:38:27', '', 'doctors', '', 'inherit', 'closed', 'closed', '', '395-revision-v1', '', '', '2020-01-15 11:38:27', '2020-01-15 11:38:27', '', 395, 'https://your420map.com/web/2020/01/15/395-revision-v1/', 0, 'revision', '', 0),
(1194, 1, '2020-01-15 11:38:34', '2020-01-15 11:38:34', '', 'rollin exotics', '', 'inherit', 'closed', 'closed', '', '393-revision-v1', '', '', '2020-01-15 11:38:34', '2020-01-15 11:38:34', '', 393, 'https://your420map.com/web/2020/01/15/393-revision-v1/', 0, 'revision', '', 0),
(1195, 1, '2020-01-15 11:39:06', '2020-01-15 11:39:06', '', 'cloud 9', '', 'inherit', 'closed', 'closed', '', '359-revision-v1', '', '', '2020-01-15 11:39:06', '2020-01-15 11:39:06', '', 359, 'https://your420map.com/web/2020/01/15/359-revision-v1/', 0, 'revision', '', 0),
(1196, 1, '2020-01-15 11:39:23', '2020-01-15 11:39:23', '', '5g bank', '', 'inherit', 'closed', 'closed', '', '362-revision-v1', '', '', '2020-01-15 11:39:23', '2020-01-15 11:39:23', '', 362, 'https://your420map.com/web/2020/01/15/362-revision-v1/', 0, 'revision', '', 0),
(1197, 1, '2020-01-15 11:39:34', '2020-01-15 11:39:34', '', 'bud king', '', 'inherit', 'closed', 'closed', '', '363-revision-v1', '', '', '2020-01-15 11:39:34', '2020-01-15 11:39:34', '', 363, 'https://your420map.com/web/2020/01/15/363-revision-v1/', 0, 'revision', '', 0),
(1198, 1, '2020-01-15 11:39:43', '2020-01-15 11:39:43', '', 'mission hillsPC', '', 'inherit', 'closed', 'closed', '', '364-revision-v1', '', '', '2020-01-15 11:39:43', '2020-01-15 11:39:43', '', 364, 'https://your420map.com/web/2020/01/15/364-revision-v1/', 0, 'revision', '', 0),
(1199, 1, '2020-01-15 11:39:52', '2020-01-15 11:39:52', '', 'RDC syndicate', '', 'inherit', 'closed', 'closed', '', '365-revision-v1', '', '', '2020-01-15 11:39:52', '2020-01-15 11:39:52', '', 365, 'https://your420map.com/web/2020/01/15/365-revision-v1/', 0, 'revision', '', 0),
(1200, 1, '2020-01-15 11:40:03', '2020-01-15 11:40:03', '', 'CPR', '', 'inherit', 'closed', 'closed', '', '366-revision-v1', '', '', '2020-01-15 11:40:03', '2020-01-15 11:40:03', '', 366, 'https://your420map.com/web/2020/01/15/366-revision-v1/', 0, 'revision', '', 0),
(1201, 1, '2020-01-15 11:40:13', '2020-01-15 11:40:13', '', 'ogx the hemp co', '', 'inherit', 'closed', 'closed', '', '367-revision-v1', '', '', '2020-01-15 11:40:13', '2020-01-15 11:40:13', '', 367, 'https://your420map.com/web/2020/01/15/367-revision-v1/', 0, 'revision', '', 0),
(1202, 1, '2020-01-15 11:40:23', '2020-01-15 11:40:23', '', 'Dr Doolittle', '', 'inherit', 'closed', 'closed', '', '368-revision-v1', '', '', '2020-01-15 11:40:23', '2020-01-15 11:40:23', '', 368, 'https://your420map.com/web/2020/01/15/368-revision-v1/', 0, 'revision', '', 0),
(1203, 1, '2020-01-15 11:40:32', '2020-01-15 11:40:32', '', 'Crestmore Smoke House', '', 'inherit', 'closed', 'closed', '', '369-revision-v1', '', '', '2020-01-15 11:40:32', '2020-01-15 11:40:32', '', 369, 'https://your420map.com/web/2020/01/15/369-revision-v1/', 0, 'revision', '', 0),
(1204, 1, '2020-01-15 11:40:41', '2020-01-15 11:40:41', '', 'OC', '', 'inherit', 'closed', 'closed', '', '370-revision-v1', '', '', '2020-01-15 11:40:41', '2020-01-15 11:40:41', '', 370, 'https://your420map.com/web/2020/01/15/370-revision-v1/', 0, 'revision', '', 0),
(1205, 1, '2020-01-15 11:40:52', '2020-01-15 11:40:52', '', 'cali connoisseur club', '', 'inherit', 'closed', 'closed', '', '371-revision-v1', '', '', '2020-01-15 11:40:52', '2020-01-15 11:40:52', '', 371, 'https://your420map.com/web/2020/01/15/371-revision-v1/', 0, 'revision', '', 0),
(1206, 1, '2020-01-15 11:41:11', '2020-01-15 11:41:11', '', 'cali connoisseur', '', 'inherit', 'closed', 'closed', '', '372-revision-v1', '', '', '2020-01-15 11:41:11', '2020-01-15 11:41:11', '', 372, 'https://your420map.com/web/2020/01/15/372-revision-v1/', 0, 'revision', '', 0),
(1207, 1, '2020-01-15 11:41:21', '2020-01-15 11:41:21', '', 'Compassionate Heart', '', 'inherit', 'closed', 'closed', '', '374-revision-v1', '', '', '2020-01-15 11:41:21', '2020-01-15 11:41:21', '', 374, 'https://your420map.com/web/2020/01/15/374-revision-v1/', 0, 'revision', '', 0),
(1208, 1, '2020-01-15 11:51:32', '2020-01-15 11:51:32', '', 'HHC Plus', '', 'inherit', 'closed', 'closed', '', '377-revision-v1', '', '', '2020-01-15 11:51:32', '2020-01-15 11:51:32', '', 377, 'https://your420map.com/web/2020/01/15/377-revision-v1/', 0, 'revision', '', 0),
(1209, 1, '2020-01-15 11:51:41', '2020-01-15 11:51:41', '', 'BLUM SAN LEANDRO', '', 'inherit', 'closed', 'closed', '', '378-revision-v1', '', '', '2020-01-15 11:51:41', '2020-01-15 11:51:41', '', 378, 'https://your420map.com/web/2020/01/15/378-revision-v1/', 0, 'revision', '', 0),
(1210, 1, '2020-01-15 11:51:49', '2020-01-15 11:51:49', '', 'rowland trees', '', 'inherit', 'closed', 'closed', '', '379-revision-v1', '', '', '2020-01-15 11:51:49', '2020-01-15 11:51:49', '', 379, 'https://your420map.com/web/2020/01/15/379-revision-v1/', 0, 'revision', '', 0),
(1211, 1, '2020-01-15 11:51:57', '2020-01-15 11:51:57', '', 'Flora Terra', '', 'inherit', 'closed', 'closed', '', '352-revision-v1', '', '', '2020-01-15 11:51:57', '2020-01-15 11:51:57', '', 352, 'https://your420map.com/web/2020/01/15/352-revision-v1/', 0, 'revision', '', 0),
(1212, 1, '2020-01-15 11:52:06', '2020-01-15 11:52:06', '', 'Compton Flight Club', '', 'inherit', 'closed', 'closed', '', '353-revision-v1', '', '', '2020-01-15 11:52:06', '2020-01-15 11:52:06', '', 353, 'https://your420map.com/web/2020/01/15/353-revision-v1/', 0, 'revision', '', 0),
(1213, 1, '2020-01-15 11:52:13', '2020-01-15 11:52:13', '', 'holistic alternatove inc', '', 'inherit', 'closed', 'closed', '', '354-revision-v1', '', '', '2020-01-15 11:52:13', '2020-01-15 11:52:13', '', 354, 'https://your420map.com/web/2020/01/15/354-revision-v1/', 0, 'revision', '', 0),
(1214, 1, '2020-01-15 11:52:21', '2020-01-15 11:52:21', '', 'the healing touch', '', 'inherit', 'closed', 'closed', '', '348-revision-v1', '', '', '2020-01-15 11:52:21', '2020-01-15 11:52:21', '', 348, 'https://your420map.com/web/2020/01/15/348-revision-v1/', 0, 'revision', '', 0),
(1215, 1, '2020-01-15 11:52:30', '2020-01-15 11:52:30', '', 'HEALING TOUCH', '', 'inherit', 'closed', 'closed', '', '349-revision-v1', '', '', '2020-01-15 11:52:30', '2020-01-15 11:52:30', '', 349, 'https://your420map.com/web/2020/01/15/349-revision-v1/', 0, 'revision', '', 0),
(1216, 1, '2020-01-15 11:52:40', '2020-01-15 11:52:40', '', 'HERBAN LEGENDS', '', 'inherit', 'closed', 'closed', '', '345-revision-v1', '', '', '2020-01-15 11:52:40', '2020-01-15 11:52:40', '', 345, 'https://your420map.com/web/2020/01/15/345-revision-v1/', 0, 'revision', '', 0),
(1217, 1, '2020-01-15 11:52:51', '2020-01-15 11:52:51', '', '20 Collective', '', 'inherit', 'closed', 'closed', '', '346-revision-v1', '', '', '2020-01-15 11:52:51', '2020-01-15 11:52:51', '', 346, 'https://your420map.com/web/2020/01/15/346-revision-v1/', 0, 'revision', '', 0),
(1218, 1, '2020-01-15 11:53:00', '2020-01-15 11:53:00', '', 'DRAGINFLY WELLNESS CENTER', '', 'inherit', 'closed', 'closed', '', '347-revision-v1', '', '', '2020-01-15 11:53:00', '2020-01-15 11:53:00', '', 347, 'https://your420map.com/web/2020/01/15/347-revision-v1/', 0, 'revision', '', 0),
(1219, 1, '2020-01-15 11:53:10', '2020-01-15 11:53:10', '', 'Green Buds', '', 'inherit', 'closed', 'closed', '', '350-revision-v1', '', '', '2020-01-15 11:53:10', '2020-01-15 11:53:10', '', 350, 'https://your420map.com/web/2020/01/15/350-revision-v1/', 0, 'revision', '', 0),
(1220, 1, '2020-01-15 11:58:06', '2020-01-15 11:58:06', '', 'Venice Kush', '', 'inherit', 'closed', 'closed', '', '324-revision-v1', '', '', '2020-01-15 11:58:06', '2020-01-15 11:58:06', '', 324, 'https://your420map.com/web/2020/01/15/324-revision-v1/', 0, 'revision', '', 0),
(1221, 1, '2020-01-15 11:58:14', '2020-01-15 11:58:14', '', 'yes i cann pr', '', 'inherit', 'closed', 'closed', '', '331-revision-v1', '', '', '2020-01-15 11:58:14', '2020-01-15 11:58:14', '', 331, 'https://your420map.com/web/2020/01/15/331-revision-v1/', 0, 'revision', '', 0),
(1222, 1, '2020-01-15 11:58:23', '2020-01-15 11:58:23', '', 'NACCC', '', 'inherit', 'closed', 'closed', '', '329-revision-v1', '', '', '2020-01-15 11:58:23', '2020-01-15 11:58:23', '', 329, 'https://your420map.com/web/2020/01/15/329-revision-v1/', 0, 'revision', '', 0),
(1223, 1, '2020-01-15 11:58:32', '2020-01-15 11:58:32', '', 'Cali Releaf CareGivers', '', 'inherit', 'closed', 'closed', '', '325-revision-v1', '', '', '2020-01-15 11:58:32', '2020-01-15 11:58:32', '', 325, 'https://your420map.com/web/2020/01/15/325-revision-v1/', 0, 'revision', '', 0),
(1224, 1, '2020-01-15 11:58:41', '2020-01-15 11:58:41', '', 'cookies', '', 'inherit', 'closed', 'closed', '', '323-revision-v1', '', '', '2020-01-15 11:58:41', '2020-01-15 11:58:41', '', 323, 'https://your420map.com/web/2020/01/15/323-revision-v1/', 0, 'revision', '', 0),
(1225, 1, '2020-01-15 11:58:50', '2020-01-15 11:58:50', '', 'NACC', '', 'inherit', 'closed', 'closed', '', '327-revision-v1', '', '', '2020-01-15 11:58:50', '2020-01-15 11:58:50', '', 327, 'https://your420map.com/web/2020/01/15/327-revision-v1/', 0, 'revision', '', 0),
(1226, 1, '2020-01-15 11:59:01', '2020-01-15 11:59:01', '', 'The Green Goddess Collective', '', 'inherit', 'closed', 'closed', '', '326-revision-v1', '', '', '2020-01-15 11:59:01', '2020-01-15 11:59:01', '', 326, 'https://your420map.com/web/2020/01/15/326-revision-v1/', 0, 'revision', '', 0),
(1227, 1, '2020-01-15 11:59:10', '2020-01-15 11:59:10', '', 'LB collective', '', 'inherit', 'closed', 'closed', '', '332-revision-v1', '', '', '2020-01-15 11:59:10', '2020-01-15 11:59:10', '', 332, 'https://your420map.com/web/2020/01/15/332-revision-v1/', 0, 'revision', '', 0),
(1228, 1, '2020-01-15 11:59:35', '2020-01-15 11:59:35', '', 'lights out wellness', '', 'inherit', 'closed', 'closed', '', '335-revision-v1', '', '', '2020-01-15 11:59:35', '2020-01-15 11:59:35', '', 335, 'https://your420map.com/web/2020/01/15/335-revision-v1/', 0, 'revision', '', 0),
(1229, 1, '2020-01-15 11:59:48', '2020-01-15 11:59:48', '', 'JET ROOM', '', 'inherit', 'closed', 'closed', '', '336-revision-v1', '', '', '2020-01-15 11:59:48', '2020-01-15 11:59:48', '', 336, 'https://your420map.com/web/2020/01/15/336-revision-v1/', 0, 'revision', '', 0),
(1230, 1, '2020-01-15 12:00:04', '2020-01-15 12:00:04', '', 'HAZEL', '', 'inherit', 'closed', 'closed', '', '337-revision-v1', '', '', '2020-01-15 12:00:04', '2020-01-15 12:00:04', '', 337, 'https://your420map.com/web/2020/01/15/337-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpir_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1231, 1, '2020-01-15 12:00:19', '2020-01-15 12:00:19', '', 'The Circle', '', 'inherit', 'closed', 'closed', '', '338-revision-v1', '', '', '2020-01-15 12:00:19', '2020-01-15 12:00:19', '', 338, 'https://your420map.com/web/2020/01/15/338-revision-v1/', 0, 'revision', '', 0),
(1232, 1, '2020-01-15 12:00:32', '2020-01-15 12:00:32', '', 'SOVERIGN', '', 'inherit', 'closed', 'closed', '', '339-revision-v1', '', '', '2020-01-15 12:00:32', '2020-01-15 12:00:32', '', 339, 'https://your420map.com/web/2020/01/15/339-revision-v1/', 0, 'revision', '', 0),
(1233, 1, '2020-01-15 12:09:21', '2020-01-15 12:09:21', '', 'SINSEMILLA', '', 'inherit', 'closed', 'closed', '', '344-revision-v1', '', '', '2020-01-15 12:09:21', '2020-01-15 12:09:21', '', 344, 'https://your420map.com/web/2020/01/15/344-revision-v1/', 0, 'revision', '', 0),
(1237, 1, '2020-01-15 12:12:47', '2020-01-15 12:12:47', '', 'A Shelf Above The Rest', '', 'inherit', 'closed', 'closed', '', '319-revision-v1', '', '', '2020-01-15 12:12:47', '2020-01-15 12:12:47', '', 319, 'https://your420map.com/web/2020/01/15/319-revision-v1/', 0, 'revision', '', 0),
(1238, 1, '2020-01-15 12:12:56', '2020-01-15 12:12:56', '', 'Azusas Finest', '', 'inherit', 'closed', 'closed', '', '318-revision-v1', '', '', '2020-01-15 12:12:56', '2020-01-15 12:12:56', '', 318, 'https://your420map.com/web/2020/01/15/318-revision-v1/', 0, 'revision', '', 0),
(1239, 1, '2020-01-15 12:13:03', '2020-01-15 12:13:03', '', 'kush 20 house', '', 'inherit', 'closed', 'closed', '', '310-revision-v1', '', '', '2020-01-15 12:13:03', '2020-01-15 12:13:03', '', 310, 'https://your420map.com/web/2020/01/15/310-revision-v1/', 0, 'revision', '', 0),
(1240, 1, '2020-01-15 12:13:10', '2020-01-15 12:13:10', '', 'Lotus Vault', '', 'inherit', 'closed', 'closed', '', '311-revision-v1', '', '', '2020-01-15 12:13:10', '2020-01-15 12:13:10', '', 311, 'https://your420map.com/web/2020/01/15/311-revision-v1/', 0, 'revision', '', 0),
(1241, 1, '2020-01-15 12:13:18', '2020-01-15 12:13:18', '', 'peoples remedy ptterson', '', 'inherit', 'closed', 'closed', '', '312-revision-v1', '', '', '2020-01-15 12:13:18', '2020-01-15 12:13:18', '', 312, 'https://your420map.com/web/2020/01/15/312-revision-v1/', 0, 'revision', '', 0),
(1242, 1, '2020-01-15 12:13:26', '2020-01-15 12:13:26', '', 'Green Cross of Torrance', '', 'inherit', 'closed', 'closed', '', '313-revision-v1', '', '', '2020-01-15 12:13:26', '2020-01-15 12:13:26', '', 313, 'https://your420map.com/web/2020/01/15/313-revision-v1/', 0, 'revision', '', 0),
(1243, 1, '2020-01-15 12:13:44', '2020-01-15 12:13:44', '', 'Chronic Connect', '', 'inherit', 'closed', 'closed', '', '317-revision-v1', '', '', '2020-01-15 12:13:44', '2020-01-15 12:13:44', '', 317, 'https://your420map.com/web/2020/01/15/317-revision-v1/', 0, 'revision', '', 0),
(1244, 1, '2020-01-15 12:14:01', '2020-01-15 12:14:01', '', 'CLUB CHRINIS', '', 'inherit', 'closed', 'closed', '', '295-revision-v1', '', '', '2020-01-15 12:14:01', '2020-01-15 12:14:01', '', 295, 'https://your420map.com/web/2020/01/15/295-revision-v1/', 0, 'revision', '', 0),
(1245, 1, '2020-01-15 12:14:20', '2020-01-15 12:14:20', '', 'Gardena Gardens', '', 'inherit', 'closed', 'closed', '', '299-revision-v1', '', '', '2020-01-15 12:14:20', '2020-01-15 12:14:20', '', 299, 'https://your420map.com/web/2020/01/15/299-revision-v1/', 0, 'revision', '', 0),
(1246, 1, '2020-01-15 12:14:28', '2020-01-15 12:14:28', '', 'weden', '', 'inherit', 'closed', 'closed', '', '300-revision-v1', '', '', '2020-01-15 12:14:28', '2020-01-15 12:14:28', '', 300, 'https://your420map.com/web/2020/01/15/300-revision-v1/', 0, 'revision', '', 0),
(1247, 1, '2020-01-15 12:14:45', '2020-01-15 12:14:45', '', 'Casa De Flor', '', 'inherit', 'closed', 'closed', '', '303-revision-v1', '', '', '2020-01-15 12:14:45', '2020-01-15 12:14:45', '', 303, 'https://your420map.com/web/2020/01/15/303-revision-v1/', 0, 'revision', '', 0),
(1248, 1, '2020-01-15 12:16:20', '2020-01-15 12:16:20', '', 'AROMA', '', 'inherit', 'closed', 'closed', '', '304-revision-v1', '', '', '2020-01-15 12:16:20', '2020-01-15 12:16:20', '', 304, 'https://your420map.com/web/2020/01/15/304-revision-v1/', 0, 'revision', '', 0),
(1249, 1, '2020-01-15 12:16:28', '2020-01-15 12:16:28', '', 'HSC', '', 'inherit', 'closed', 'closed', '', '305-revision-v1', '', '', '2020-01-15 12:16:28', '2020-01-15 12:16:28', '', 305, 'https://your420map.com/web/2020/01/15/305-revision-v1/', 0, 'revision', '', 0),
(1250, 1, '2020-01-15 12:16:35', '2020-01-15 12:16:35', '', 'California Collective Care', '', 'inherit', 'closed', 'closed', '', '306-revision-v1', '', '', '2020-01-15 12:16:35', '2020-01-15 12:16:35', '', 306, 'https://your420map.com/web/2020/01/15/306-revision-v1/', 0, 'revision', '', 0),
(1251, 1, '2020-01-15 12:16:44', '2020-01-15 12:16:44', '', 'CAL GREEN', '', 'inherit', 'closed', 'closed', '', '307-revision-v1', '', '', '2020-01-15 12:16:44', '2020-01-15 12:16:44', '', 307, 'https://your420map.com/web/2020/01/15/307-revision-v1/', 0, 'revision', '', 0),
(1252, 1, '2020-01-15 12:16:53', '2020-01-15 12:16:53', '', 'The 710 Club', '', 'inherit', 'closed', 'closed', '', '308-revision-v1', '', '', '2020-01-15 12:16:53', '2020-01-15 12:16:53', '', 308, 'https://your420map.com/web/2020/01/15/308-revision-v1/', 0, 'revision', '', 0),
(1253, 1, '2020-01-15 12:17:02', '2020-01-15 12:17:02', '', 'Rose Buds 20 Cap', '', 'inherit', 'closed', 'closed', '', '309-revision-v1', '', '', '2020-01-15 12:17:02', '2020-01-15 12:17:02', '', 309, 'https://your420map.com/web/2020/01/15/309-revision-v1/', 0, 'revision', '', 0),
(1254, 1, '2020-01-15 12:17:21', '2020-01-15 12:17:21', '', 'West Coast holistic Center', '', 'inherit', 'closed', 'closed', '', '275-revision-v1', '', '', '2020-01-15 12:17:21', '2020-01-15 12:17:21', '', 275, 'https://your420map.com/web/2020/01/15/275-revision-v1/', 0, 'revision', '', 0),
(1255, 1, '2020-01-15 12:17:34', '2020-01-15 12:17:34', '', '530 cannabis', '', 'inherit', 'closed', 'closed', '', '276-revision-v1', '', '', '2020-01-15 12:17:34', '2020-01-15 12:17:34', '', 276, 'https://your420map.com/web/2020/01/15/276-revision-v1/', 0, 'revision', '', 0),
(1256, 1, '2020-01-15 12:17:43', '0000-00-00 00:00:00', 'An Amazing Experience. The best money can buy.  Never disappointed.', 'JackSprat', '', 'publish', 'closed', 'closed', '', '', '', '', '2020-01-15 12:17:43', '0000-00-00 00:00:00', '', 0, 'https://your420map.com/web/?post_type=ait-review&p=1256', 0, 'ait-review', '', 0),
(1257, 1, '2020-01-15 12:17:49', '2020-01-15 12:17:49', '', 'Vibe by California', '', 'inherit', 'closed', 'closed', '', '277-revision-v1', '', '', '2020-01-15 12:17:49', '2020-01-15 12:17:49', '', 277, 'https://your420map.com/web/2020/01/15/277-revision-v1/', 0, 'revision', '', 0),
(1258, 1, '2020-01-15 12:18:00', '2020-01-15 12:18:00', '', 'holistic healing church', '', 'inherit', 'closed', 'closed', '', '278-revision-v1', '', '', '2020-01-15 12:18:00', '2020-01-15 12:18:00', '', 278, 'https://your420map.com/web/2020/01/15/278-revision-v1/', 0, 'revision', '', 0),
(1259, 1, '2020-01-15 12:18:09', '2020-01-15 12:18:09', '', 'Greenlight Discount Pharmacy Pre-ICO', '', 'inherit', 'closed', 'closed', '', '279-revision-v1', '', '', '2020-01-15 12:18:09', '2020-01-15 12:18:09', '', 279, 'https://your420map.com/web/2020/01/15/279-revision-v1/', 0, 'revision', '', 0),
(1260, 1, '2020-01-15 12:18:19', '2020-01-15 12:18:19', '', 'SATORI', '', 'inherit', 'closed', 'closed', '', '280-revision-v1', '', '', '2020-01-15 12:18:19', '2020-01-15 12:18:19', '', 280, 'https://your420map.com/web/2020/01/15/280-revision-v1/', 0, 'revision', '', 0),
(1261, 1, '2020-01-15 12:18:28', '2020-01-15 12:18:28', '', 'kush club', '', 'inherit', 'closed', 'closed', '', '282-revision-v1', '', '', '2020-01-15 12:18:28', '2020-01-15 12:18:28', '', 282, 'https://your420map.com/web/2020/01/15/282-revision-v1/', 0, 'revision', '', 0),
(1262, 1, '2020-01-15 12:18:38', '2020-01-15 12:18:38', '', 'The Lab', '', 'inherit', 'closed', 'closed', '', '283-revision-v1', '', '', '2020-01-15 12:18:38', '2020-01-15 12:18:38', '', 283, 'https://your420map.com/web/2020/01/15/283-revision-v1/', 0, 'revision', '', 0),
(1263, 1, '2020-01-15 12:18:46', '2020-01-15 12:18:46', '', 'Best Buds Whittier', '', 'inherit', 'closed', 'closed', '', '284-revision-v1', '', '', '2020-01-15 12:18:46', '2020-01-15 12:18:46', '', 284, 'https://your420map.com/web/2020/01/15/284-revision-v1/', 0, 'revision', '', 0),
(1264, 1, '2020-01-15 12:18:55', '2020-01-15 12:18:55', '', 'Loud 20 Cap', '', 'inherit', 'closed', 'closed', '', '285-revision-v1', '', '', '2020-01-15 12:18:55', '2020-01-15 12:18:55', '', 285, 'https://your420map.com/web/2020/01/15/285-revision-v1/', 0, 'revision', '', 0),
(1265, 1, '2020-01-15 12:19:02', '0000-00-00 00:00:00', 'Amazing Experience', 'JackSprat', '', 'pending', 'closed', 'closed', '', '', '', '', '2020-01-15 12:19:02', '0000-00-00 00:00:00', '', 0, 'https://your420map.com/web/?post_type=ait-review&p=1265', 0, 'ait-review', '', 0),
(1266, 1, '2020-01-15 12:19:06', '2020-01-15 12:19:06', '', 'church of walnut', '', 'inherit', 'closed', 'closed', '', '286-revision-v1', '', '', '2020-01-15 12:19:06', '2020-01-15 12:19:06', '', 286, 'https://your420map.com/web/2020/01/15/286-revision-v1/', 0, 'revision', '', 0),
(1267, 1, '2020-01-15 12:21:18', '2020-01-15 12:21:18', '', 'Straight Up 20', '', 'inherit', 'closed', 'closed', '', '287-revision-v1', '', '', '2020-01-15 12:21:18', '2020-01-15 12:21:18', '', 287, 'https://your420map.com/web/2020/01/15/287-revision-v1/', 0, 'revision', '', 0),
(1268, 1, '2020-01-15 12:21:25', '2020-01-15 12:21:25', '', 'CA Cannabis Soto', '', 'inherit', 'closed', 'closed', '', '288-revision-v1', '', '', '2020-01-15 12:21:25', '2020-01-15 12:21:25', '', 288, 'https://your420map.com/web/2020/01/15/288-revision-v1/', 0, 'revision', '', 0),
(1269, 1, '2020-01-15 12:21:33', '2020-01-15 12:21:33', '', 'Alternatives Dispensary- Santa Rosa', '', 'inherit', 'closed', 'closed', '', '289-revision-v1', '', '', '2020-01-15 12:21:33', '2020-01-15 12:21:33', '', 289, 'https://your420map.com/web/2020/01/15/289-revision-v1/', 0, 'revision', '', 0),
(1270, 1, '2020-01-15 12:21:45', '2020-01-15 12:21:45', '', 'Kana Co', '', 'inherit', 'closed', 'closed', '', '291-revision-v1', '', '', '2020-01-15 12:21:45', '2020-01-15 12:21:45', '', 291, 'https://your420map.com/web/2020/01/15/291-revision-v1/', 0, 'revision', '', 0),
(1271, 1, '2020-01-15 12:21:54', '2020-01-15 12:21:54', '', 'columbia care san juan', '', 'inherit', 'closed', 'closed', '', '292-revision-v1', '', '', '2020-01-15 12:21:54', '2020-01-15 12:21:54', '', 292, 'https://your420map.com/web/2020/01/15/292-revision-v1/', 0, 'revision', '', 0),
(1272, 1, '2020-01-15 12:22:02', '2020-01-15 12:22:02', '', 'Infinity Medical Alliance', '', 'inherit', 'closed', 'closed', '', '293-revision-v1', '', '', '2020-01-15 12:22:02', '2020-01-15 12:22:02', '', 293, 'https://your420map.com/web/2020/01/15/293-revision-v1/', 0, 'revision', '', 0),
(1273, 1, '2020-01-15 12:22:11', '2020-01-15 12:22:11', '', 'Wonderland', '', 'inherit', 'closed', 'closed', '', '264-revision-v1', '', '', '2020-01-15 12:22:11', '2020-01-15 12:22:11', '', 264, 'https://your420map.com/web/2020/01/15/264-revision-v1/', 0, 'revision', '', 0),
(1274, 1, '2020-01-15 12:22:20', '2020-01-15 12:22:20', '', 'Chill Supply Co', '', 'inherit', 'closed', 'closed', '', '265-revision-v1', '', '', '2020-01-15 12:22:20', '2020-01-15 12:22:20', '', 265, 'https://your420map.com/web/2020/01/15/265-revision-v1/', 0, 'revision', '', 0),
(1275, 1, '2020-01-15 12:22:28', '2020-01-15 12:22:28', '', 'chronic pain releaf center', '', 'inherit', 'closed', 'closed', '', '266-revision-v1', '', '', '2020-01-15 12:22:28', '2020-01-15 12:22:28', '', 266, 'https://your420map.com/web/2020/01/15/266-revision-v1/', 0, 'revision', '', 0),
(1276, 1, '2020-01-15 12:22:46', '2020-01-15 12:22:46', '', 'Chronic Pain Releaf', '', 'inherit', 'closed', 'closed', '', '269-revision-v1', '', '', '2020-01-15 12:22:46', '2020-01-15 12:22:46', '', 269, 'https://your420map.com/web/2020/01/15/269-revision-v1/', 0, 'revision', '', 0),
(1277, 1, '2020-01-15 12:22:56', '2020-01-15 12:22:56', '', 'perfect union', '', 'inherit', 'closed', 'closed', '', '270-revision-v1', '', '', '2020-01-15 12:22:56', '2020-01-15 12:22:56', '', 270, 'https://your420map.com/web/2020/01/15/270-revision-v1/', 0, 'revision', '', 0),
(1278, 1, '2020-01-15 12:23:06', '2020-01-15 12:23:06', '', 'Golden Leaf', '', 'inherit', 'closed', 'closed', '', '271-revision-v1', '', '', '2020-01-15 12:23:06', '2020-01-15 12:23:06', '', 271, 'https://your420map.com/web/2020/01/15/271-revision-v1/', 0, 'revision', '', 0),
(1279, 1, '2020-01-15 12:23:17', '2020-01-15 12:23:17', '', 'mmd hollywood', '', 'inherit', 'closed', 'closed', '', '272-revision-v1', '', '', '2020-01-15 12:23:17', '2020-01-15 12:23:17', '', 272, 'https://your420map.com/web/2020/01/15/272-revision-v1/', 0, 'revision', '', 0),
(1280, 1, '2020-01-15 12:23:26', '2020-01-15 12:23:26', '', 'DLC', '', 'inherit', 'closed', 'closed', '', '251-revision-v1', '', '', '2020-01-15 12:23:26', '2020-01-15 12:23:26', '', 251, 'https://your420map.com/web/2020/01/15/251-revision-v1/', 0, 'revision', '', 0),
(1281, 1, '2020-01-15 12:23:44', '2020-01-15 12:23:44', '', 'Clearlake Wellness Center', '', 'inherit', 'closed', 'closed', '', '254-revision-v1', '', '', '2020-01-15 12:23:44', '2020-01-15 12:23:44', '', 254, 'https://your420map.com/web/2020/01/15/254-revision-v1/', 0, 'revision', '', 0),
(1282, 1, '2020-01-15 12:25:02', '2020-01-15 12:25:02', '', 'D&M Compassion', '', 'inherit', 'closed', 'closed', '', '255-revision-v1', '', '', '2020-01-15 12:25:02', '2020-01-15 12:25:02', '', 255, 'https://your420map.com/web/2020/01/15/255-revision-v1/', 0, 'revision', '', 0),
(1283, 1, '2020-01-15 12:25:08', '2020-01-15 12:25:08', '', 'Kush Garden Collective', '', 'inherit', 'closed', 'closed', '', '256-revision-v1', '', '', '2020-01-15 12:25:08', '2020-01-15 12:25:08', '', 256, 'https://your420map.com/web/2020/01/15/256-revision-v1/', 0, 'revision', '', 0),
(1284, 1, '2020-01-15 12:25:16', '2020-01-15 12:25:16', '', 'VALLEY HERBAL', '', 'inherit', 'closed', 'closed', '', '257-revision-v1', '', '', '2020-01-15 12:25:16', '2020-01-15 12:25:16', '', 257, 'https://your420map.com/web/2020/01/15/257-revision-v1/', 0, 'revision', '', 0),
(1285, 1, '2020-01-15 12:25:25', '2020-01-15 12:25:25', '', 'Whittier Top Shop', '', 'inherit', 'closed', 'closed', '', '258-revision-v1', '', '', '2020-01-15 12:25:25', '2020-01-15 12:25:25', '', 258, 'https://your420map.com/web/2020/01/15/258-revision-v1/', 0, 'revision', '', 0),
(1286, 1, '2020-01-15 12:25:37', '2020-01-15 12:25:37', '', 'Grand Vista', '', 'inherit', 'closed', 'closed', '', '259-revision-v1', '', '', '2020-01-15 12:25:37', '2020-01-15 12:25:37', '', 259, 'https://your420map.com/web/2020/01/15/259-revision-v1/', 0, 'revision', '', 0),
(1287, 1, '2020-01-15 12:25:48', '2020-01-15 12:25:48', '', 'the reefinery', '', 'inherit', 'closed', 'closed', '', '260-revision-v1', '', '', '2020-01-15 12:25:48', '2020-01-15 12:25:48', '', 260, 'https://your420map.com/web/2020/01/15/260-revision-v1/', 0, 'revision', '', 0),
(1288, 1, '2020-01-15 12:25:56', '2020-01-15 12:25:56', '', 'OG Express', '', 'inherit', 'closed', 'closed', '', '261-revision-v1', '', '', '2020-01-15 12:25:56', '2020-01-15 12:25:56', '', 261, 'https://your420map.com/web/2020/01/15/261-revision-v1/', 0, 'revision', '', 0),
(1289, 1, '2020-01-15 12:26:06', '2020-01-15 12:26:06', '', 'GEC', '', 'inherit', 'closed', 'closed', '', '262-revision-v1', '', '', '2020-01-15 12:26:06', '2020-01-15 12:26:06', '', 262, 'https://your420map.com/web/2020/01/15/262-revision-v1/', 0, 'revision', '', 0),
(1290, 1, '2020-01-15 12:26:16', '2020-01-15 12:26:16', '', 'Citadel Church of Crenshaw', '', 'inherit', 'closed', 'closed', '', '263-revision-v1', '', '', '2020-01-15 12:26:16', '2020-01-15 12:26:16', '', 263, 'https://your420map.com/web/2020/01/15/263-revision-v1/', 0, 'revision', '', 0),
(1291, 1, '2020-01-15 12:26:25', '2020-01-15 12:26:25', '', 'Cana Sylmar', '', 'inherit', 'closed', 'closed', '', '235-revision-v1', '', '', '2020-01-15 12:26:25', '2020-01-15 12:26:25', '', 235, 'https://your420map.com/web/2020/01/15/235-revision-v1/', 0, 'revision', '', 0),
(1292, 1, '2020-01-15 12:29:07', '2020-01-15 12:29:07', '', 'the peoples remedy', '', 'inherit', 'closed', 'closed', '', '234-revision-v1', '', '', '2020-01-15 12:29:07', '2020-01-15 12:29:07', '', 234, 'https://your420map.com/web/2020/01/15/234-revision-v1/', 0, 'revision', '', 0),
(1293, 1, '2020-01-15 12:29:15', '2020-01-15 12:29:15', '', 'Weedier', '', 'inherit', 'closed', 'closed', '', '236-revision-v1', '', '', '2020-01-15 12:29:15', '2020-01-15 12:29:15', '', 236, 'https://your420map.com/web/2020/01/15/236-revision-v1/', 0, 'revision', '', 0),
(1294, 1, '2020-01-15 12:29:25', '2020-01-15 12:29:25', '', 'pals', '', 'inherit', 'closed', 'closed', '', '237-revision-v1', '', '', '2020-01-15 12:29:25', '2020-01-15 12:29:25', '', 237, 'https://your420map.com/web/2020/01/15/237-revision-v1/', 0, 'revision', '', 0),
(1295, 1, '2020-01-15 12:29:32', '2020-01-15 12:29:32', '', 'the hotbox in hawthorne', '', 'inherit', 'closed', 'closed', '', '238-revision-v1', '', '', '2020-01-15 12:29:32', '2020-01-15 12:29:32', '', 238, 'https://your420map.com/web/2020/01/15/238-revision-v1/', 0, 'revision', '', 0),
(1296, 1, '2020-01-15 12:29:41', '2020-01-15 12:29:41', '', 'the hot box in hawthorne', '', 'inherit', 'closed', 'closed', '', '239-revision-v1', '', '', '2020-01-15 12:29:41', '2020-01-15 12:29:41', '', 239, 'https://your420map.com/web/2020/01/15/239-revision-v1/', 0, 'revision', '', 0),
(1297, 1, '2020-01-15 12:29:49', '2020-01-15 12:29:49', '', 'Emerald Pharms', '', 'inherit', 'closed', 'closed', '', '240-revision-v1', '', '', '2020-01-15 12:29:49', '2020-01-15 12:29:49', '', 240, 'https://your420map.com/web/2020/01/15/240-revision-v1/', 0, 'revision', '', 0),
(1298, 1, '2020-01-15 12:30:00', '2020-01-15 12:30:00', '', 'Tree Top LA', '', 'inherit', 'closed', 'closed', '', '241-revision-v1', '', '', '2020-01-15 12:30:00', '2020-01-15 12:30:00', '', 241, 'https://your420map.com/web/2020/01/15/241-revision-v1/', 0, 'revision', '', 0),
(1299, 1, '2020-01-15 12:30:08', '2020-01-15 12:30:08', '', 'The Dank Diary', '', 'inherit', 'closed', 'closed', '', '242-revision-v1', '', '', '2020-01-15 12:30:08', '2020-01-15 12:30:08', '', 242, 'https://your420map.com/web/2020/01/15/242-revision-v1/', 0, 'revision', '', 0),
(1300, 1, '2020-01-15 12:30:16', '2020-01-15 12:30:16', '', 'LEAFWELL', '', 'inherit', 'closed', 'closed', '', '243-revision-v1', '', '', '2020-01-15 12:30:16', '2020-01-15 12:30:16', '', 243, 'https://your420map.com/web/2020/01/15/243-revision-v1/', 0, 'revision', '', 0),
(1301, 1, '2020-01-15 12:30:23', '2020-01-15 12:30:23', '', 'THC', '', 'inherit', 'closed', 'closed', '', '244-revision-v1', '', '', '2020-01-15 12:30:23', '2020-01-15 12:30:23', '', 244, 'https://your420map.com/web/2020/01/15/244-revision-v1/', 0, 'revision', '', 0),
(1302, 1, '2020-01-15 12:30:33', '2020-01-15 12:30:33', '', 'Green Angel (Pre-ICO)', '', 'inherit', 'closed', 'closed', '', '245-revision-v1', '', '', '2020-01-15 12:30:33', '2020-01-15 12:30:33', '', 245, 'https://your420map.com/web/2020/01/15/245-revision-v1/', 0, 'revision', '', 0),
(1303, 1, '2020-01-15 12:30:41', '2020-01-15 12:30:41', '', 'HTP Group', '', 'inherit', 'closed', 'closed', '', '246-revision-v1', '', '', '2020-01-15 12:30:41', '2020-01-15 12:30:41', '', 246, 'https://your420map.com/web/2020/01/15/246-revision-v1/', 0, 'revision', '', 0),
(1304, 1, '2020-01-15 12:30:50', '2020-01-15 12:30:50', '', 'The Higher Path', '', 'inherit', 'closed', 'closed', '', '247-revision-v1', '', '', '2020-01-15 12:30:50', '2020-01-15 12:30:50', '', 247, 'https://your420map.com/web/2020/01/15/247-revision-v1/', 0, 'revision', '', 0),
(1305, 1, '2020-01-15 12:30:59', '2020-01-15 12:30:59', '', 'Greenbear 20 Cap', '', 'inherit', 'closed', 'closed', '', '248-revision-v1', '', '', '2020-01-15 12:30:59', '2020-01-15 12:30:59', '', 248, 'https://your420map.com/web/2020/01/15/248-revision-v1/', 0, 'revision', '', 0),
(1306, 1, '2020-01-15 12:31:08', '2020-01-15 12:31:08', '', 'Dosist', '', 'inherit', 'closed', 'closed', '', '249-revision-v1', '', '', '2020-01-15 12:31:08', '2020-01-15 12:31:08', '', 249, 'https://your420map.com/web/2020/01/15/249-revision-v1/', 0, 'revision', '', 0),
(1307, 1, '2020-01-15 12:31:18', '2020-01-15 12:31:18', '', 'kush cafe', '', 'inherit', 'closed', 'closed', '', '250-revision-v1', '', '', '2020-01-15 12:31:18', '2020-01-15 12:31:18', '', 250, 'https://your420map.com/web/2020/01/15/250-revision-v1/', 0, 'revision', '', 0),
(1308, 1, '2020-01-15 12:31:27', '2020-01-15 12:31:27', '', 'Shivas', '', 'inherit', 'closed', 'closed', '', '228-revision-v1', '', '', '2020-01-15 12:31:27', '2020-01-15 12:31:27', '', 228, 'https://your420map.com/web/2020/01/15/228-revision-v1/', 0, 'revision', '', 0),
(1309, 1, '2020-01-15 12:31:36', '2020-01-15 12:31:36', '', 'Serenity of Fullerton', '', 'inherit', 'closed', 'closed', '', '229-revision-v1', '', '', '2020-01-15 12:31:36', '2020-01-15 12:31:36', '', 229, 'https://your420map.com/web/2020/01/15/229-revision-v1/', 0, 'revision', '', 0),
(1310, 1, '2020-01-15 12:31:44', '2020-01-15 12:31:44', '', 'Marina Caregivers', '', 'inherit', 'closed', 'closed', '', '230-revision-v1', '', '', '2020-01-15 12:31:44', '2020-01-15 12:31:44', '', 230, 'https://your420map.com/web/2020/01/15/230-revision-v1/', 0, 'revision', '', 0),
(1311, 1, '2020-01-15 12:31:52', '2020-01-15 12:31:52', '', 'Atlanic Wave', '', 'inherit', 'closed', 'closed', '', '231-revision-v1', '', '', '2020-01-15 12:31:52', '2020-01-15 12:31:52', '', 231, 'https://your420map.com/web/2020/01/15/231-revision-v1/', 0, 'revision', '', 0),
(1312, 1, '2020-01-15 12:33:39', '2020-01-15 12:33:39', '', 'sccc', '', 'inherit', 'closed', 'closed', '', '232-revision-v1', '', '', '2020-01-15 12:33:39', '2020-01-15 12:33:39', '', 232, 'https://your420map.com/web/2020/01/15/232-revision-v1/', 0, 'revision', '', 0),
(1313, 1, '2020-01-15 12:33:46', '2020-01-15 12:33:46', '', 'peoples remedy', '', 'inherit', 'closed', 'closed', '', '233-revision-v1', '', '', '2020-01-15 12:33:46', '2020-01-15 12:33:46', '', 233, 'https://your420map.com/web/2020/01/15/233-revision-v1/', 0, 'revision', '', 0),
(1314, 1, '2020-01-15 12:34:11', '2020-01-15 12:34:11', '', 'PAC', '', 'inherit', 'closed', 'closed', '', '205-revision-v1', '', '', '2020-01-15 12:34:11', '2020-01-15 12:34:11', '', 205, 'https://your420map.com/web/2020/01/15/205-revision-v1/', 0, 'revision', '', 0),
(1315, 1, '2020-01-15 12:34:19', '2020-01-15 12:34:19', '', 'la brea gardens 25 cap', '', 'inherit', 'closed', 'closed', '', '207-revision-v1', '', '', '2020-01-15 12:34:19', '2020-01-15 12:34:19', '', 207, 'https://your420map.com/web/2020/01/15/207-revision-v1/', 0, 'revision', '', 0),
(1316, 1, '2020-01-15 12:34:26', '2020-01-15 12:34:26', '', 'sdrc', '', 'inherit', 'closed', 'closed', '', '208-revision-v1', '', '', '2020-01-15 12:34:26', '2020-01-15 12:34:26', '', 208, 'https://your420map.com/web/2020/01/15/208-revision-v1/', 0, 'revision', '', 0),
(1317, 1, '2020-01-15 12:34:34', '2020-01-15 12:34:34', '', 'Pacific Cannabis Church', '', 'inherit', 'closed', 'closed', '', '209-revision-v1', '', '', '2020-01-15 12:34:34', '2020-01-15 12:34:34', '', 209, 'https://your420map.com/web/2020/01/15/209-revision-v1/', 0, 'revision', '', 0),
(1318, 1, '2020-01-15 12:34:42', '2020-01-15 12:34:42', '', 'Strains Outta Compton', '', 'inherit', 'closed', 'closed', '', '210-revision-v1', '', '', '2020-01-15 12:34:42', '2020-01-15 12:34:42', '', 210, 'https://your420map.com/web/2020/01/15/210-revision-v1/', 0, 'revision', '', 0),
(1319, 1, '2020-01-15 12:34:50', '2020-01-15 12:34:50', '', 'sierra green', '', 'inherit', 'closed', 'closed', '', '211-revision-v1', '', '', '2020-01-15 12:34:50', '2020-01-15 12:34:50', '', 211, 'https://your420map.com/web/2020/01/15/211-revision-v1/', 0, 'revision', '', 0),
(1320, 1, '2020-01-15 12:34:58', '2020-01-15 12:34:58', '', 'Broadway 25 Cap', '', 'inherit', 'closed', 'closed', '', '212-revision-v1', '', '', '2020-01-15 12:34:58', '2020-01-15 12:34:58', '', 212, 'https://your420map.com/web/2020/01/15/212-revision-v1/', 0, 'revision', '', 0),
(1321, 1, '2020-01-15 12:35:07', '2020-01-15 12:35:07', '', 'organic health solutions', '', 'inherit', 'closed', 'closed', '', '213-revision-v1', '', '', '2020-01-15 12:35:07', '2020-01-15 12:35:07', '', 213, 'https://your420map.com/web/2020/01/15/213-revision-v1/', 0, 'revision', '', 0),
(1322, 1, '2020-01-15 12:35:15', '2020-01-15 12:35:15', '', 'Strainzzz on Slauson', '', 'inherit', 'closed', 'closed', '', '214-revision-v1', '', '', '2020-01-15 12:35:15', '2020-01-15 12:35:15', '', 214, 'https://your420map.com/web/2020/01/15/214-revision-v1/', 0, 'revision', '', 0),
(1323, 1, '2020-01-15 12:35:22', '2020-01-15 12:35:22', '', 'evergreen', '', 'inherit', 'closed', 'closed', '', '215-revision-v1', '', '', '2020-01-15 12:35:22', '2020-01-15 12:35:22', '', 215, 'https://your420map.com/web/2020/01/15/215-revision-v1/', 0, 'revision', '', 0),
(1324, 1, '2020-01-15 12:35:33', '2020-01-15 12:35:33', '', 'Torrance Healing Center', '', 'inherit', 'closed', 'closed', '', '216-revision-v1', '', '', '2020-01-15 12:35:33', '2020-01-15 12:35:33', '', 216, 'https://your420map.com/web/2020/01/15/216-revision-v1/', 0, 'revision', '', 0),
(1325, 1, '2020-01-15 12:35:42', '2020-01-15 12:35:42', '', 'Lit Co', '', 'inherit', 'closed', 'closed', '', '217-revision-v1', '', '', '2020-01-15 12:35:42', '2020-01-15 12:35:42', '', 217, 'https://your420map.com/web/2020/01/15/217-revision-v1/', 0, 'revision', '', 0),
(1326, 1, '2020-01-15 12:36:49', '2020-01-15 12:36:49', '', 'Whittier Hot Box Collective', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2020-01-15 12:36:49', '2020-01-15 12:36:49', '', 219, 'https://your420map.com/web/2020/01/15/219-revision-v1/', 0, 'revision', '', 0),
(1327, 1, '2020-01-15 12:36:58', '2020-01-15 12:36:58', '', 'Kush Caregivers', '', 'inherit', 'closed', 'closed', '', '220-revision-v1', '', '', '2020-01-15 12:36:58', '2020-01-15 12:36:58', '', 220, 'https://your420map.com/web/2020/01/15/220-revision-v1/', 0, 'revision', '', 0),
(1328, 1, '2020-01-15 12:37:06', '2020-01-15 12:37:06', '', 'hawthorne superbudz', '', 'inherit', 'closed', 'closed', '', '221-revision-v1', '', '', '2020-01-15 12:37:06', '2020-01-15 12:37:06', '', 221, 'https://your420map.com/web/2020/01/15/221-revision-v1/', 0, 'revision', '', 0),
(1329, 1, '2020-01-15 12:37:21', '2020-01-15 12:37:21', '', 'Nonstop 20 Spot', '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2020-01-15 12:37:21', '2020-01-15 12:37:21', '', 224, 'https://your420map.com/web/2020/01/15/224-revision-v1/', 0, 'revision', '', 0),
(1330, 1, '2020-01-15 12:37:29', '2020-01-15 12:37:29', '', 'Whittier Wonders', '', 'inherit', 'closed', 'closed', '', '225-revision-v1', '', '', '2020-01-15 12:37:29', '2020-01-15 12:37:29', '', 225, 'https://your420map.com/web/2020/01/15/225-revision-v1/', 0, 'revision', '', 0),
(1331, 1, '2020-01-15 12:37:37', '2020-01-15 12:37:37', '', 'Members Only Collective', '', 'inherit', 'closed', 'closed', '', '226-revision-v1', '', '', '2020-01-15 12:37:37', '2020-01-15 12:37:37', '', 226, 'https://your420map.com/web/2020/01/15/226-revision-v1/', 0, 'revision', '', 0),
(1332, 1, '2020-01-15 12:37:46', '2020-01-15 12:37:46', '', 'MMD', '', 'inherit', 'closed', 'closed', '', '227-revision-v1', '', '', '2020-01-15 12:37:46', '2020-01-15 12:37:46', '', 227, 'https://your420map.com/web/2020/01/15/227-revision-v1/', 0, 'revision', '', 0),
(1333, 1, '2020-01-15 12:37:54', '2020-01-15 12:37:54', '', 'urban pharm', '', 'inherit', 'closed', 'closed', '', '175-revision-v1', '', '', '2020-01-15 12:37:54', '2020-01-15 12:37:54', '', 175, 'https://your420map.com/web/2020/01/15/175-revision-v1/', 0, 'revision', '', 0),
(1334, 1, '2020-01-15 12:38:04', '2020-01-15 12:38:04', '', 'CAC', '', 'inherit', 'closed', 'closed', '', '176-revision-v1', '', '', '2020-01-15 12:38:04', '2020-01-15 12:38:04', '', 176, 'https://your420map.com/web/2020/01/15/176-revision-v1/', 0, 'revision', '', 0),
(1335, 1, '2020-01-15 12:38:12', '2020-01-15 12:38:12', '', 'cana harbor', '', 'inherit', 'closed', 'closed', '', '177-revision-v1', '', '', '2020-01-15 12:38:12', '2020-01-15 12:38:12', '', 177, 'https://your420map.com/web/2020/01/15/177-revision-v1/', 0, 'revision', '', 0),
(1336, 1, '2020-01-15 12:39:37', '2020-01-15 12:39:37', '', 'ERBA markets', '', 'inherit', 'closed', 'closed', '', '183-revision-v1', '', '', '2020-01-15 12:39:37', '2020-01-15 12:39:37', '', 183, 'https://your420map.com/web/2020/01/15/183-revision-v1/', 0, 'revision', '', 0),
(1337, 1, '2020-01-15 12:39:46', '2020-01-15 12:39:46', '', 'cana habor', '', 'inherit', 'closed', 'closed', '', '178-revision-v1', '', '', '2020-01-15 12:39:46', '2020-01-15 12:39:46', '', 178, 'https://your420map.com/web/2020/01/15/178-revision-v1/', 0, 'revision', '', 0),
(1338, 1, '2020-01-15 12:40:00', '2020-01-15 12:40:00', '', 'green leaf wellness', '', 'inherit', 'closed', 'closed', '', '179-revision-v1', '', '', '2020-01-15 12:40:00', '2020-01-15 12:40:00', '', 179, 'https://your420map.com/web/2020/01/15/179-revision-v1/', 0, 'revision', '', 0),
(1339, 1, '2020-01-15 12:40:14', '2020-01-15 12:40:14', '', 'Cannavine', '', 'inherit', 'closed', 'closed', '', '182-revision-v1', '', '', '2020-01-15 12:40:14', '2020-01-15 12:40:14', '', 182, 'https://your420map.com/web/2020/01/15/182-revision-v1/', 0, 'revision', '', 0),
(1340, 1, '2020-01-15 12:40:20', '2020-01-15 12:40:20', '', 'BASE LINE GREENS', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2020-01-15 12:40:20', '2020-01-15 12:40:20', '', 184, 'https://your420map.com/web/2020/01/15/184-revision-v1/', 0, 'revision', '', 0),
(1341, 1, '2020-01-15 12:40:34', '2020-01-15 12:40:34', '', 'phenos', '', 'inherit', 'closed', 'closed', '', '185-revision-v1', '', '', '2020-01-15 12:40:34', '2020-01-15 12:40:34', '', 185, 'https://your420map.com/web/2020/01/15/185-revision-v1/', 0, 'revision', '', 0),
(1342, 1, '2020-01-15 12:40:41', '2020-01-15 12:40:41', '', 'northstar holistic', '', 'inherit', 'closed', 'closed', '', '186-revision-v1', '', '', '2020-01-15 12:40:41', '2020-01-15 12:40:41', '', 186, 'https://your420map.com/web/2020/01/15/186-revision-v1/', 0, 'revision', '', 0),
(1343, 1, '2020-01-15 12:40:53', '2020-01-15 12:40:53', '', 'JAN HEALONG KEMETIC EMPLE OF DIVINE CHURCH', '', 'inherit', 'closed', 'closed', '', '187-revision-v1', '', '', '2020-01-15 12:40:53', '2020-01-15 12:40:53', '', 187, 'https://your420map.com/web/2020/01/15/187-revision-v1/', 0, 'revision', '', 0),
(1344, 1, '2020-01-15 12:40:56', '2020-01-15 12:40:56', '', 'Fly High Collective', '', 'inherit', 'closed', 'closed', '', '188-revision-v1', '', '', '2020-01-15 12:40:56', '2020-01-15 12:40:56', '', 188, 'https://your420map.com/web/2020/01/15/188-revision-v1/', 0, 'revision', '', 0),
(1345, 1, '2020-01-15 12:41:12', '2020-01-15 12:41:12', '', 'Hazy Bulldog Farms', '', 'inherit', 'closed', 'closed', '', '190-revision-v1', '', '', '2020-01-15 12:41:12', '2020-01-15 12:41:12', '', 190, 'https://your420map.com/web/2020/01/15/190-revision-v1/', 0, 'revision', '', 0),
(1346, 1, '2020-01-15 12:41:23', '2020-01-15 12:41:23', '', 'Green Lady', '', 'inherit', 'closed', 'closed', '', '192-revision-v1', '', '', '2020-01-15 12:41:23', '2020-01-15 12:41:23', '', 192, 'https://your420map.com/web/2020/01/15/192-revision-v1/', 0, 'revision', '', 0),
(1347, 1, '2020-01-15 12:41:30', '2020-01-15 12:41:30', '', 'Stash Studio City', '', 'inherit', 'closed', 'closed', '', '191-revision-v1', '', '', '2020-01-15 12:41:30', '2020-01-15 12:41:30', '', 191, 'https://your420map.com/web/2020/01/15/191-revision-v1/', 0, 'revision', '', 0),
(1348, 1, '2020-01-15 12:41:30', '2020-01-15 12:41:30', '', 'SFVPC', '', 'inherit', 'closed', 'closed', '', '193-revision-v1', '', '', '2020-01-15 12:41:30', '2020-01-15 12:41:30', '', 193, 'https://your420map.com/web/2020/01/15/193-revision-v1/', 0, 'revision', '', 0),
(1349, 1, '2020-01-15 12:41:52', '2020-01-15 12:41:52', '', 'Herbal Remedies Caregivers', '', 'inherit', 'closed', 'closed', '', '189-revision-v1', '', '', '2020-01-15 12:41:52', '2020-01-15 12:41:52', '', 189, 'https://your420map.com/web/2020/01/15/189-revision-v1/', 0, 'revision', '', 0),
(1350, 1, '2020-01-15 12:44:23', '2020-01-15 12:44:23', '', 'The Farmacy SB', '', 'inherit', 'closed', 'closed', '', '199-revision-v1', '', '', '2020-01-15 12:44:23', '2020-01-15 12:44:23', '', 199, 'https://your420map.com/web/2020/01/15/199-revision-v1/', 0, 'revision', '', 0),
(1351, 1, '2020-01-15 12:44:31', '2020-01-15 12:44:31', '', 'Chula Vista Greens', '', 'inherit', 'closed', 'closed', '', '195-revision-v1', '', '', '2020-01-15 12:44:31', '2020-01-15 12:44:31', '', 195, 'https://your420map.com/web/2020/01/15/195-revision-v1/', 0, 'revision', '', 0),
(1352, 1, '2020-01-15 12:44:57', '2020-01-15 12:44:57', '', 'The WEED- Powered by Project Cannabis', '', 'inherit', 'closed', 'closed', '', '154-revision-v1', '', '', '2020-01-15 12:44:57', '2020-01-15 12:44:57', '', 154, 'https://your420map.com/web/2020/01/15/154-revision-v1/', 0, 'revision', '', 0),
(1353, 1, '2020-01-15 12:45:08', '2020-01-15 12:45:08', '', 'greennamerica', '', 'inherit', 'closed', 'closed', '', '157-revision-v1', '', '', '2020-01-15 12:45:08', '2020-01-15 12:45:08', '', 157, 'https://your420map.com/web/2020/01/15/157-revision-v1/', 0, 'revision', '', 0),
(1354, 1, '2020-01-15 12:45:17', '2020-01-15 12:45:17', '', 'icthc', '', 'inherit', 'closed', 'closed', '', '153-revision-v1', '', '', '2020-01-15 12:45:17', '2020-01-15 12:45:17', '', 153, 'https://your420map.com/web/2020/01/15/153-revision-v1/', 0, 'revision', '', 0),
(1355, 1, '2020-01-15 12:45:26', '2020-01-15 12:45:26', '', 'cana cloud', '', 'inherit', 'closed', 'closed', '', '152-revision-v1', '', '', '2020-01-15 12:45:26', '2020-01-15 12:45:26', '', 152, 'https://your420map.com/web/2020/01/15/152-revision-v1/', 0, 'revision', '', 0),
(1356, 1, '2020-01-15 12:45:36', '2020-01-15 12:45:36', '', 'canna cloud', '', 'inherit', 'closed', 'closed', '', '150-revision-v1', '', '', '2020-01-15 12:45:36', '2020-01-15 12:45:36', '', 150, 'https://your420map.com/web/2020/01/15/150-revision-v1/', 0, 'revision', '', 0),
(1357, 1, '2020-01-15 12:45:47', '2020-01-15 12:45:47', '', 'Dixon Wellness', '', 'inherit', 'closed', 'closed', '', '149-revision-v1', '', '', '2020-01-15 12:45:47', '2020-01-15 12:45:47', '', 149, 'https://your420map.com/web/2020/01/15/149-revision-v1/', 0, 'revision', '', 0),
(1358, 1, '2020-01-15 12:46:06', '2020-01-15 12:46:06', '', 'DIXON WELLNESS COLLECTIVE', '', 'inherit', 'closed', 'closed', '', '148-revision-v1', '', '', '2020-01-15 12:46:06', '2020-01-15 12:46:06', '', 148, 'https://your420map.com/web/2020/01/15/148-revision-v1/', 0, 'revision', '', 0),
(1359, 1, '2020-01-15 12:46:16', '2020-01-15 12:46:16', '', 'TALLY', '', 'inherit', 'closed', 'closed', '', '147-revision-v1', '', '', '2020-01-15 12:46:16', '2020-01-15 12:46:16', '', 147, 'https://your420map.com/web/2020/01/15/147-revision-v1/', 0, 'revision', '', 0),
(1360, 1, '2020-01-15 12:46:25', '2020-01-15 12:46:25', '', 'HCMA- NC Co-Op, Inc.', '', 'inherit', 'closed', 'closed', '', '161-revision-v1', '', '', '2020-01-15 12:46:25', '2020-01-15 12:46:25', '', 161, 'https://your420map.com/web/2020/01/15/161-revision-v1/', 0, 'revision', '', 0),
(1361, 1, '2020-01-15 12:46:34', '2020-01-15 12:46:34', '', 'STRAIGHT GAS', '', 'inherit', 'closed', 'closed', '', '162-revision-v1', '', '', '2020-01-15 12:46:34', '2020-01-15 12:46:34', '', 162, 'https://your420map.com/web/2020/01/15/162-revision-v1/', 0, 'revision', '', 0),
(1362, 1, '2020-01-15 12:49:22', '2020-01-15 12:49:22', '', 'greenhouse collective', '', 'inherit', 'closed', 'closed', '', '194-revision-v1', '', '', '2020-01-15 12:49:22', '2020-01-15 12:49:22', '', 194, 'https://your420map.com/web/2020/01/15/194-revision-v1/', 0, 'revision', '', 0),
(1363, 1, '2020-01-15 12:49:30', '2020-01-15 12:49:30', '', 'canna clouds', '', 'inherit', 'closed', 'closed', '', '151-revision-v1', '', '', '2020-01-15 12:49:30', '2020-01-15 12:49:30', '', 151, 'https://your420map.com/web/2020/01/15/151-revision-v1/', 0, 'revision', '', 0),
(1364, 1, '2020-01-15 12:49:38', '2020-01-15 12:49:38', '', 'compassion union', '', 'inherit', 'closed', 'closed', '', '155-revision-v1', '', '', '2020-01-15 12:49:38', '2020-01-15 12:49:38', '', 155, 'https://your420map.com/web/2020/01/15/155-revision-v1/', 0, 'revision', '', 0),
(1365, 1, '2020-01-15 12:51:18', '2020-01-15 12:51:18', '', 'elevate lompoc', '', 'inherit', 'closed', 'closed', '', '160-revision-v1', '', '', '2020-01-15 12:51:18', '2020-01-15 12:51:18', '', 160, 'https://your420map.com/web/2020/01/15/160-revision-v1/', 0, 'revision', '', 0),
(1366, 1, '2020-01-15 12:51:24', '2020-01-15 12:51:24', '', 'AIRFIELD SUPPLY', '', 'inherit', 'closed', 'closed', '', '163-revision-v1', '', '', '2020-01-15 12:51:24', '2020-01-15 12:51:24', '', 163, 'https://your420map.com/web/2020/01/15/163-revision-v1/', 0, 'revision', '', 0),
(1367, 1, '2020-01-15 12:51:41', '2020-01-15 12:51:41', '', 'pmg', '', 'inherit', 'closed', 'closed', '', '167-revision-v1', '', '', '2020-01-15 12:51:41', '2020-01-15 12:51:41', '', 167, 'https://your420map.com/web/2020/01/15/167-revision-v1/', 0, 'revision', '', 0),
(1368, 1, '2020-01-15 12:51:51', '2020-01-15 12:51:51', '', 'downtown collective', '', 'inherit', 'closed', 'closed', '', '168-revision-v1', '', '', '2020-01-15 12:51:51', '2020-01-15 12:51:51', '', 168, 'https://your420map.com/web/2020/01/15/168-revision-v1/', 0, 'revision', '', 0),
(1369, 1, '2020-01-15 12:52:07', '2020-01-15 12:52:07', '', 'US BLOOM', '', 'inherit', 'closed', 'closed', '', '171-revision-v1', '', '', '2020-01-15 12:52:07', '2020-01-15 12:52:07', '', 171, 'https://your420map.com/web/2020/01/15/171-revision-v1/', 0, 'revision', '', 0),
(1370, 1, '2020-01-15 12:52:16', '2020-01-15 12:52:16', '', 'AIRFEILD SUPPLY CO', '', 'inherit', 'closed', 'closed', '', '166-revision-v1', '', '', '2020-01-15 12:52:16', '2020-01-15 12:52:16', '', 166, 'https://your420map.com/web/2020/01/15/166-revision-v1/', 0, 'revision', '', 0),
(1371, 1, '2020-01-15 12:52:24', '2020-01-15 12:52:24', '', 'CannaCruz', '', 'inherit', 'closed', 'closed', '', '146-revision-v1', '', '', '2020-01-15 12:52:24', '2020-01-15 12:52:24', '', 146, 'https://your420map.com/web/2020/01/15/146-revision-v1/', 0, 'revision', '', 0),
(1372, 1, '2020-01-15 12:52:33', '2020-01-15 12:52:33', '', 'Chula Vista Exotics', '', 'inherit', 'closed', 'closed', '', '145-revision-v1', '', '', '2020-01-15 12:52:33', '2020-01-15 12:52:33', '', 145, 'https://your420map.com/web/2020/01/15/145-revision-v1/', 0, 'revision', '', 0),
(1373, 1, '2020-01-15 12:52:41', '2020-01-15 12:52:41', '', 'CAPITAL CITY CARE', '', 'inherit', 'closed', 'closed', '', '132-revision-v1', '', '', '2020-01-15 12:52:41', '2020-01-15 12:52:41', '', 132, 'https://your420map.com/web/2020/01/15/132-revision-v1/', 0, 'revision', '', 0),
(1374, 1, '2020-01-15 12:52:49', '2020-01-15 12:52:49', '', 'Fullerton Church of Healing', '', 'inherit', 'closed', 'closed', '', '131-revision-v1', '', '', '2020-01-15 12:52:49', '2020-01-15 12:52:49', '', 131, 'https://your420map.com/web/2020/01/15/131-revision-v1/', 0, 'revision', '', 0),
(1375, 1, '2020-01-15 12:54:24', '2020-01-15 12:54:24', '', 'CannaSutra Pre-ICO', '', 'inherit', 'closed', 'closed', '', '128-revision-v1', '', '', '2020-01-15 12:54:24', '2020-01-15 12:54:24', '', 128, 'https://your420map.com/web/2020/01/15/128-revision-v1/', 0, 'revision', '', 0),
(1376, 1, '2020-01-15 12:54:31', '2020-01-15 12:54:31', '', 'rio vista farms', '', 'inherit', 'closed', 'closed', '', '117-revision-v1', '', '', '2020-01-15 12:54:31', '2020-01-15 12:54:31', '', 117, 'https://your420map.com/web/2020/01/15/117-revision-v1/', 0, 'revision', '', 0),
(1377, 1, '2020-01-15 12:54:39', '2020-01-15 12:54:39', '', 'RIO VISTA', '', 'inherit', 'closed', 'closed', '', '118-revision-v1', '', '', '2020-01-15 12:54:39', '2020-01-15 12:54:39', '', 118, 'https://your420map.com/web/2020/01/15/118-revision-v1/', 0, 'revision', '', 0),
(1378, 1, '2020-01-15 12:54:45', '2020-01-15 12:54:45', '', 'Sun Valley Caregivers', '', 'inherit', 'closed', 'closed', '', '119-revision-v1', '', '', '2020-01-15 12:54:45', '2020-01-15 12:54:45', '', 119, 'https://your420map.com/web/2020/01/15/119-revision-v1/', 0, 'revision', '', 0),
(1379, 1, '2020-01-15 12:54:53', '2020-01-15 12:54:53', '', 'West Cliff Wellness', '', 'inherit', 'closed', 'closed', '', '120-revision-v1', '', '', '2020-01-15 12:54:53', '2020-01-15 12:54:53', '', 120, 'https://your420map.com/web/2020/01/15/120-revision-v1/', 0, 'revision', '', 0),
(1380, 1, '2020-01-15 12:55:01', '2020-01-15 12:55:01', '', 'the dank gardens', '', 'inherit', 'closed', 'closed', '', '121-revision-v1', '', '', '2020-01-15 12:55:01', '2020-01-15 12:55:01', '', 121, 'https://your420map.com/web/2020/01/15/121-revision-v1/', 0, 'revision', '', 0),
(1381, 1, '2020-01-15 12:55:08', '2020-01-15 12:55:08', '', 'BUD AND WAX', '', 'inherit', 'closed', 'closed', '', '122-revision-v1', '', '', '2020-01-15 12:55:08', '2020-01-15 12:55:08', '', 122, 'https://your420map.com/web/2020/01/15/122-revision-v1/', 0, 'revision', '', 0),
(1382, 1, '2020-01-15 12:55:16', '2020-01-15 12:55:16', '', 'Reefside Dispensary', '', 'inherit', 'closed', 'closed', '', '123-revision-v1', '', '', '2020-01-15 12:55:16', '2020-01-15 12:55:16', '', 123, 'https://your420map.com/web/2020/01/15/123-revision-v1/', 0, 'revision', '', 0),
(1383, 1, '2020-01-15 12:55:34', '2020-01-15 12:55:34', '', 'Super Greens', '', 'inherit', 'closed', 'closed', '', '126-revision-v1', '', '', '2020-01-15 12:55:34', '2020-01-15 12:55:34', '', 126, 'https://your420map.com/web/2020/01/15/126-revision-v1/', 0, 'revision', '', 0),
(1384, 1, '2020-01-15 12:55:42', '2020-01-15 12:55:42', '', 'Mars Collective', '', 'inherit', 'closed', 'closed', '', '127-revision-v1', '', '', '2020-01-15 12:55:42', '2020-01-15 12:55:42', '', 127, 'https://your420map.com/web/2020/01/15/127-revision-v1/', 0, 'revision', '', 0),
(1385, 1, '2020-01-15 12:55:51', '2020-01-15 12:55:51', '', 'Flight Room 420', '', 'inherit', 'closed', 'closed', '', '129-revision-v1', '', '', '2020-01-15 12:55:51', '2020-01-15 12:55:51', '', 129, 'https://your420map.com/web/2020/01/15/129-revision-v1/', 0, 'revision', '', 0),
(1387, 1, '2020-01-15 12:57:52', '2020-01-15 12:57:52', '', 'Cloneville (CCSC)', '', 'inherit', 'closed', 'closed', '', '144-revision-v1', '', '', '2020-01-15 12:57:52', '2020-01-15 12:57:52', '', 144, 'https://your420map.com/web/2020/01/15/144-revision-v1/', 0, 'revision', '', 0),
(1388, 1, '2020-01-15 12:57:59', '2020-01-15 12:57:59', '', 'Azusa Healing Church', '', 'inherit', 'closed', 'closed', '', '133-revision-v1', '', '', '2020-01-15 12:57:59', '2020-01-15 12:57:59', '', 133, 'https://your420map.com/web/2020/01/15/133-revision-v1/', 0, 'revision', '', 0),
(1389, 1, '2020-01-15 12:58:08', '2020-01-15 12:58:08', '', 'Beach Center', '', 'inherit', 'closed', 'closed', '', '134-revision-v1', '', '', '2020-01-15 12:58:08', '2020-01-15 12:58:08', '', 134, 'https://your420map.com/web/2020/01/15/134-revision-v1/', 0, 'revision', '', 0),
(1390, 1, '2020-01-15 12:58:17', '2020-01-15 12:58:17', '', 'The High Way', '', 'inherit', 'closed', 'closed', '', '135-revision-v1', '', '', '2020-01-15 12:58:17', '2020-01-15 12:58:17', '', 135, 'https://your420map.com/web/2020/01/15/135-revision-v1/', 0, 'revision', '', 0),
(1391, 1, '2020-01-15 12:58:27', '2020-01-15 12:58:27', '', 'Save Greens', '', 'inherit', 'closed', 'closed', '', '136-revision-v1', '', '', '2020-01-15 12:58:27', '2020-01-15 12:58:27', '', 136, 'https://your420map.com/web/2020/01/15/136-revision-v1/', 0, 'revision', '', 0),
(1392, 1, '2020-01-15 12:58:36', '2020-01-15 12:58:36', '', 'HUMBOLT', '', 'inherit', 'closed', 'closed', '', '137-revision-v1', '', '', '2020-01-15 12:58:36', '2020-01-15 12:58:36', '', 137, 'https://your420map.com/web/2020/01/15/137-revision-v1/', 0, 'revision', '', 0),
(1393, 1, '2020-01-15 12:58:46', '2020-01-15 12:58:46', '', 'Scooters', '', 'inherit', 'closed', 'closed', '', '138-revision-v1', '', '', '2020-01-15 12:58:46', '2020-01-15 12:58:46', '', 138, 'https://your420map.com/web/2020/01/15/138-revision-v1/', 0, 'revision', '', 0),
(1394, 1, '2020-01-15 12:58:56', '2020-01-15 12:58:56', '', 'Fresh Greens', '', 'inherit', 'closed', 'closed', '', '141-revision-v1', '', '', '2020-01-15 12:58:56', '2020-01-15 12:58:56', '', 141, 'https://your420map.com/web/2020/01/15/141-revision-v1/', 0, 'revision', '', 0),
(1395, 1, '2020-01-15 12:59:06', '2020-01-15 12:59:06', '', 'Unity Church of Cannabis', '', 'inherit', 'closed', 'closed', '', '142-revision-v1', '', '', '2020-01-15 12:59:06', '2020-01-15 12:59:06', '', 142, 'https://your420map.com/web/2020/01/15/142-revision-v1/', 0, 'revision', '', 0),
(1396, 1, '2020-01-15 12:59:15', '2020-01-15 12:59:15', '', 'Green Garden Collective', '', 'inherit', 'closed', 'closed', '', '143-revision-v1', '', '', '2020-01-15 12:59:15', '2020-01-15 12:59:15', '', 143, 'https://your420map.com/web/2020/01/15/143-revision-v1/', 0, 'revision', '', 0),
(1397, 1, '2020-01-15 12:59:24', '2020-01-15 12:59:24', '', 'first class collective', '', 'inherit', 'closed', 'closed', '', '116-revision-v1', '', '', '2020-01-15 12:59:24', '2020-01-15 12:59:24', '', 116, 'https://your420map.com/web/2020/01/15/116-revision-v1/', 0, 'revision', '', 0),
(1398, 1, '2020-01-15 12:59:31', '2020-01-15 12:59:31', '', 'project cannabis noho', '', 'inherit', 'closed', 'closed', '', '115-revision-v1', '', '', '2020-01-15 12:59:31', '2020-01-15 12:59:31', '', 115, 'https://your420map.com/web/2020/01/15/115-revision-v1/', 0, 'revision', '', 0),
(1399, 1, '2020-01-15 13:01:46', '2020-01-15 13:01:46', '', 'The Lit Corner', '', 'inherit', 'closed', 'closed', '', '101-revision-v1', '', '', '2020-01-15 13:01:46', '2020-01-15 13:01:46', '', 101, 'https://your420map.com/web/2020/01/15/101-revision-v1/', 0, 'revision', '', 0),
(1400, 1, '2020-01-15 13:01:55', '2020-01-15 13:01:55', '', 'Green Gears 20 Cap', '', 'inherit', 'closed', 'closed', '', '114-revision-v1', '', '', '2020-01-15 13:01:55', '2020-01-15 13:01:55', '', 114, 'https://your420map.com/web/2020/01/15/114-revision-v1/', 0, 'revision', '', 0),
(1401, 1, '2020-01-15 13:02:02', '2020-01-15 13:02:02', '', 'ontario pharm', '', 'inherit', 'closed', 'closed', '', '113-revision-v1', '', '', '2020-01-15 13:02:02', '2020-01-15 13:02:02', '', 113, 'https://your420map.com/web/2020/01/15/113-revision-v1/', 0, 'revision', '', 0),
(1402, 1, '2020-01-15 13:02:13', '2020-01-15 13:02:13', '', 'Herbal Pain Relief Center', '', 'inherit', 'closed', 'closed', '', '112-revision-v1', '', '', '2020-01-15 13:02:13', '2020-01-15 13:02:13', '', 112, 'https://your420map.com/web/2020/01/15/112-revision-v1/', 0, 'revision', '', 0),
(1403, 1, '2020-01-15 13:02:20', '2020-01-15 13:02:20', '', 'Venice Connection', '', 'inherit', 'closed', 'closed', '', '111-revision-v1', '', '', '2020-01-15 13:02:20', '2020-01-15 13:02:20', '', 111, 'https://your420map.com/web/2020/01/15/111-revision-v1/', 0, 'revision', '', 0),
(1404, 1, '2020-01-15 13:02:28', '2020-01-15 13:02:28', '', 'Whittier Daily Greens', '', 'inherit', 'closed', 'closed', '', '110-revision-v1', '', '', '2020-01-15 13:02:28', '2020-01-15 13:02:28', '', 110, 'https://your420map.com/web/2020/01/15/110-revision-v1/', 0, 'revision', '', 0),
(1405, 1, '2020-01-15 13:02:36', '2020-01-15 13:02:36', '', 'Sticky Grove', '', 'inherit', 'closed', 'closed', '', '109-revision-v1', '', '', '2020-01-15 13:02:36', '2020-01-15 13:02:36', '', 109, 'https://your420map.com/web/2020/01/15/109-revision-v1/', 0, 'revision', '', 0),
(1406, 1, '2020-01-15 13:02:45', '2020-01-15 13:02:45', '', 'Hills of Green', '', 'inherit', 'closed', 'closed', '', '108-revision-v1', '', '', '2020-01-15 13:02:45', '2020-01-15 13:02:45', '', 108, 'https://your420map.com/web/2020/01/15/108-revision-v1/', 0, 'revision', '', 0),
(1407, 1, '2020-01-15 13:02:52', '2020-01-15 13:02:52', '', 'TORREY HOLISTOCS', '', 'inherit', 'closed', 'closed', '', '107-revision-v1', '', '', '2020-01-15 13:02:52', '2020-01-15 13:02:52', '', 107, 'https://your420map.com/web/2020/01/15/107-revision-v1/', 0, 'revision', '', 0),
(1408, 1, '2020-01-15 13:03:01', '2020-01-15 13:03:01', '', 'TORREY HOLISTICS', '', 'inherit', 'closed', 'closed', '', '106-revision-v1', '', '', '2020-01-15 13:03:01', '2020-01-15 13:03:01', '', 106, 'https://your420map.com/web/2020/01/15/106-revision-v1/', 0, 'revision', '', 0),
(1409, 1, '2020-01-15 13:03:13', '2020-01-15 13:03:13', '', 'euphoric', '', 'inherit', 'closed', 'closed', '', '105-revision-v1', '', '', '2020-01-15 13:03:13', '2020-01-15 13:03:13', '', 105, 'https://your420map.com/web/2020/01/15/105-revision-v1/', 0, 'revision', '', 0),
(1410, 1, '2020-01-15 13:03:23', '2020-01-15 13:03:23', '', 'Whittier Treehouse', '', 'inherit', 'closed', 'closed', '', '104-revision-v1', '', '', '2020-01-15 13:03:23', '2020-01-15 13:03:23', '', 104, 'https://your420map.com/web/2020/01/15/104-revision-v1/', 0, 'revision', '', 0),
(1411, 1, '2020-01-15 13:03:31', '2020-01-15 13:03:31', '', '805 Beach Breaks', '', 'inherit', 'closed', 'closed', '', '103-revision-v1', '', '', '2020-01-15 13:03:31', '2020-01-15 13:03:31', '', 103, 'https://your420map.com/web/2020/01/15/103-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpir_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1412, 1, '2020-01-15 13:03:40', '2020-01-15 13:03:40', '', 'exhalence', '', 'inherit', 'closed', 'closed', '', '102-revision-v1', '', '', '2020-01-15 13:03:40', '2020-01-15 13:03:40', '', 102, 'https://your420map.com/web/2020/01/15/102-revision-v1/', 0, 'revision', '', 0),
(1413, 1, '2020-01-15 13:05:08', '2020-01-15 13:05:08', '', 'emerald perspective', '', 'inherit', 'closed', 'closed', '', '85-revision-v1', '', '', '2020-01-15 13:05:08', '2020-01-15 13:05:08', '', 85, 'https://your420map.com/web/2020/01/15/85-revision-v1/', 0, 'revision', '', 0),
(1414, 1, '2020-01-15 13:05:16', '2020-01-15 13:05:16', '', 'the dispensary NV', '', 'inherit', 'closed', 'closed', '', '86-revision-v1', '', '', '2020-01-15 13:05:16', '2020-01-15 13:05:16', '', 86, 'https://your420map.com/web/2020/01/15/86-revision-v1/', 0, 'revision', '', 0),
(1415, 1, '2020-01-15 13:05:24', '2020-01-15 13:05:24', '', 'Bud Bar', '', 'inherit', 'closed', 'closed', '', '87-revision-v1', '', '', '2020-01-15 13:05:24', '2020-01-15 13:05:24', '', 87, 'https://your420map.com/web/2020/01/15/87-revision-v1/', 0, 'revision', '', 0),
(1416, 1, '2020-01-15 13:05:33', '2020-01-15 13:05:33', '', 'High Five Whittier', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2020-01-15 13:05:33', '2020-01-15 13:05:33', '', 88, 'https://your420map.com/web/2020/01/15/88-revision-v1/', 0, 'revision', '', 0),
(1417, 1, '2020-01-15 13:05:42', '2020-01-15 13:05:42', '', 'Redwood Coast Dispensary', '', 'inherit', 'closed', 'closed', '', '89-revision-v1', '', '', '2020-01-15 13:05:42', '2020-01-15 13:05:42', '', 89, 'https://your420map.com/web/2020/01/15/89-revision-v1/', 0, 'revision', '', 0),
(1418, 1, '2020-01-15 13:05:50', '2020-01-15 13:05:50', '', 'the bud factory', '', 'inherit', 'closed', 'closed', '', '90-revision-v1', '', '', '2020-01-15 13:05:50', '2020-01-15 13:05:50', '', 90, 'https://your420map.com/web/2020/01/15/90-revision-v1/', 0, 'revision', '', 0),
(1419, 1, '2020-01-15 13:05:58', '2020-01-15 13:05:58', '', 'ocean hye', '', 'inherit', 'closed', 'closed', '', '91-revision-v1', '', '', '2020-01-15 13:05:58', '2020-01-15 13:05:58', '', 91, 'https://your420map.com/web/2020/01/15/91-revision-v1/', 0, 'revision', '', 0),
(1420, 1, '2020-01-15 13:06:15', '2020-01-15 13:06:15', '', 'urban leaf', '', 'inherit', 'closed', 'closed', '', '95-revision-v1', '', '', '2020-01-15 13:06:15', '2020-01-15 13:06:15', '', 95, 'https://your420map.com/web/2020/01/15/95-revision-v1/', 0, 'revision', '', 0),
(1421, 1, '2020-01-15 13:06:25', '2020-01-15 13:06:25', '', 'URN LEAF', '', 'inherit', 'closed', 'closed', '', '97-revision-v1', '', '', '2020-01-15 13:06:25', '2020-01-15 13:06:25', '', 97, 'https://your420map.com/web/2020/01/15/97-revision-v1/', 0, 'revision', '', 0),
(1422, 1, '2020-01-15 13:06:33', '2020-01-15 13:06:33', '', '5 LEAVES', '', 'inherit', 'closed', 'closed', '', '98-revision-v1', '', '', '2020-01-15 13:06:33', '2020-01-15 13:06:33', '', 98, 'https://your420map.com/web/2020/01/15/98-revision-v1/', 0, 'revision', '', 0),
(1423, 1, '2020-01-15 13:06:43', '2020-01-15 13:06:43', '', 'SKyHigh', '', 'inherit', 'closed', 'closed', '', '99-revision-v1', '', '', '2020-01-15 13:06:43', '2020-01-15 13:06:43', '', 99, 'https://your420map.com/web/2020/01/15/99-revision-v1/', 0, 'revision', '', 0),
(1424, 1, '2020-01-15 13:06:56', '2020-01-15 13:06:56', '', 'smartweed', '', 'inherit', 'closed', 'closed', '', '100-revision-v1', '', '', '2020-01-15 13:06:56', '2020-01-15 13:06:56', '', 100, 'https://your420map.com/web/2020/01/15/100-revision-v1/', 0, 'revision', '', 0),
(1425, 1, '2020-01-16 10:39:06', '2020-01-16 10:39:06', 'This is another Featured Listing but this is number 2', '420 Station', '', 'publish', 'closed', 'closed', '', '420-station', '', '', '2020-01-16 10:39:13', '2020-01-16 10:39:13', '', 0, 'https://your420map.com/web/?post_type=ait-toggle&#038;p=1425', 2, 'ait-toggle', '', 0),
(1426, 1, '2020-01-19 18:51:52', '2020-01-19 18:51:52', 'Because We\'re Fire!', 'smartweed', '', 'inherit', 'closed', 'closed', '', '100-autosave-v1', '', '', '2020-01-19 18:51:52', '2020-01-19 18:51:52', '', 100, 'https://your420map.com/web/2020/01/18/100-autosave-v1/', 0, 'revision', '', 0),
(1427, 1, '2020-01-18 18:31:03', '2020-01-18 18:31:03', 'Because We\'re Fire!', 'smartweed', '', 'inherit', 'closed', 'closed', '', '100-revision-v1', '', '', '2020-01-18 18:31:03', '2020-01-18 18:31:03', '', 100, 'https://your420map.com/web/2020/01/18/100-revision-v1/', 0, 'revision', '', 0),
(1428, 1, '2020-01-19 17:53:33', '2020-01-19 17:53:33', '', '50green', '', 'inherit', 'closed', 'closed', '', '50green', '', '', '2020-01-19 17:53:33', '2020-01-19 17:53:33', '', 0, 'https://your420map.com/web/wp-content/uploads/2020/01/50green.jpg', 0, 'attachment', 'image/jpeg', 0),
(1429, 1, '2020-01-19 17:53:37', '2020-01-19 17:53:37', '', '50hsilver', '', 'inherit', 'closed', 'closed', '', '50hsilver', '', '', '2020-01-19 17:53:37', '2020-01-19 17:53:37', '', 0, 'https://your420map.com/web/wp-content/uploads/2020/01/50hsilver.png', 0, 'attachment', 'image/png', 0),
(1430, 1, '2020-01-19 17:53:41', '2020-01-19 17:53:41', '', '50wgreen', '', 'inherit', 'closed', 'closed', '', '50wgreen', '', '', '2020-01-19 17:53:41', '2020-01-19 17:53:41', '', 0, 'https://your420map.com/web/wp-content/uploads/2020/01/50wgreen.png', 0, 'attachment', 'image/png', 0),
(1431, 1, '2020-01-19 17:53:46', '2020-01-19 17:53:46', '', '50wsilver', '', 'inherit', 'closed', 'closed', '', '50wsilver', '', '', '2020-01-19 17:53:46', '2020-01-19 17:53:46', '', 0, 'https://your420map.com/web/wp-content/uploads/2020/01/50wsilver.png', 0, 'attachment', 'image/png', 0),
(1432, 1, '2020-01-19 17:53:49', '2020-01-19 17:53:49', '', '60hgold', '', 'inherit', 'closed', 'closed', '', '60hgold', '', '', '2020-01-19 17:53:49', '2020-01-19 17:53:49', '', 0, 'https://your420map.com/web/wp-content/uploads/2020/01/60hgold.png', 0, 'attachment', 'image/png', 0),
(1433, 1, '2020-01-19 17:53:53', '2020-01-19 17:53:53', '', '60wgold', '', 'inherit', 'closed', 'closed', '', '60wgold', '', '', '2020-01-19 17:53:53', '2020-01-19 17:53:53', '', 0, 'https://your420map.com/web/wp-content/uploads/2020/01/60wgold.png', 0, 'attachment', 'image/png', 0),
(1434, 1, '2020-01-19 17:53:57', '2020-01-19 17:53:57', '', '70Diamond', '', 'inherit', 'closed', 'closed', '', '70diamond', '', '', '2020-01-19 17:53:57', '2020-01-19 17:53:57', '', 0, 'https://your420map.com/web/wp-content/uploads/2020/01/70Diamond.png', 0, 'attachment', 'image/png', 0),
(1435, 1, '2020-01-19 17:54:02', '2020-01-19 17:54:02', '', '70hdiamond', '', 'inherit', 'closed', 'closed', '', '70hdiamond', '', '', '2020-01-19 17:54:02', '2020-01-19 17:54:02', '', 0, 'https://your420map.com/web/wp-content/uploads/2020/01/70hdiamond.png', 0, 'attachment', 'image/png', 0),
(1436, 1, '2020-01-19 17:54:05', '2020-01-19 17:54:05', '', '80Bdiam', '', 'inherit', 'closed', 'closed', '', '80bdiam', '', '', '2020-01-19 17:54:05', '2020-01-19 17:54:05', '', 0, 'https://your420map.com/web/wp-content/uploads/2020/01/80Bdiam.png', 0, 'attachment', 'image/png', 0),
(1437, 1, '2020-01-19 17:54:08', '2020-01-19 17:54:08', '', '80hbdiam', '', 'inherit', 'closed', 'closed', '', '80hbdiam', '', '', '2020-01-19 17:54:08', '2020-01-19 17:54:08', '', 0, 'https://your420map.com/web/wp-content/uploads/2020/01/80hbdiam.png', 0, 'attachment', 'image/png', 0),
(1439, 1, '2020-01-19 18:01:28', '2020-01-19 18:01:28', '', '1lastgreen', '', 'inherit', 'closed', 'closed', '', '1lastgreen', '', '', '2020-01-19 18:01:28', '2020-01-19 18:01:28', '', 0, 'https://your420map.com/web/wp-content/uploads/2020/01/1lastgreen.png', 0, 'attachment', 'image/png', 0),
(1440, 1, '2020-01-19 18:20:01', '2020-01-19 18:20:01', '', '1 (1)', '', 'inherit', 'closed', 'closed', '', '1-1', '', '', '2020-01-19 18:20:01', '2020-01-19 18:20:01', '', 118, 'https://your420map.com/web/wp-content/uploads/2020/01/1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1441, 1, '2020-01-19 18:20:05', '2020-01-19 18:20:05', '', '1 (2)', '', 'inherit', 'closed', 'closed', '', '1-2', '', '', '2020-01-19 18:20:05', '2020-01-19 18:20:05', '', 118, 'https://your420map.com/web/wp-content/uploads/2020/01/1-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(1442, 1, '2020-01-19 18:20:09', '2020-01-19 18:20:09', '', '1irGxHU', '', 'inherit', 'closed', 'closed', '', '1irgxhu', '', '', '2020-01-19 18:20:09', '2020-01-19 18:20:09', '', 118, 'https://your420map.com/web/wp-content/uploads/2020/01/1irGxHU.jpg', 0, 'attachment', 'image/jpeg', 0),
(1443, 1, '2020-01-19 18:20:14', '2020-01-19 18:20:14', '', 'farmp_0', '', 'inherit', 'closed', 'closed', '', 'farmp_0', '', '', '2020-01-19 18:20:14', '2020-01-19 18:20:14', '', 118, 'https://your420map.com/web/wp-content/uploads/2020/01/farmp_0.png', 0, 'attachment', 'image/png', 0),
(1444, 1, '2020-01-19 18:20:19', '2020-01-19 18:20:19', '', 'free-wallpaper-6', '', 'inherit', 'closed', 'closed', '', 'free-wallpaper-6', '', '', '2020-01-19 18:20:19', '2020-01-19 18:20:19', '', 118, 'https://your420map.com/web/wp-content/uploads/2020/01/free-wallpaper-6.jpg', 0, 'attachment', 'image/jpeg', 0),
(1445, 1, '2020-01-19 18:20:24', '2020-01-19 18:20:24', '', 'images', '', 'inherit', 'closed', 'closed', '', 'images', '', '', '2020-01-19 18:20:24', '2020-01-19 18:20:24', '', 118, 'https://your420map.com/web/wp-content/uploads/2020/01/images.jpg', 0, 'attachment', 'image/jpeg', 0),
(1446, 1, '2020-01-19 18:26:11', '2020-01-19 18:26:11', '', 'blue', '', 'inherit', 'closed', 'closed', '', 'blue', '', '', '2020-01-19 18:26:11', '2020-01-19 18:26:11', '', 0, 'https://your420map.com/web/wp-content/uploads/2020/01/blue.png', 0, 'attachment', 'image/png', 0),
(1447, 1, '2020-01-19 18:26:14', '2020-01-19 18:26:14', '', 'default', '', 'inherit', 'closed', 'closed', '', 'default', '', '', '2020-01-19 18:26:14', '2020-01-19 18:26:14', '', 0, 'https://your420map.com/web/wp-content/uploads/2020/01/default.png', 0, 'attachment', 'image/png', 0),
(1448, 1, '2020-01-19 18:37:40', '2020-01-19 18:37:40', '', '1greentry2', '', 'inherit', 'closed', 'closed', '', '1greentry2', '', '', '2020-01-19 18:37:40', '2020-01-19 18:37:40', '', 0, 'https://your420map.com/web/wp-content/uploads/2020/01/1greentry2.png', 0, 'attachment', 'image/png', 0),
(1449, 1, '2020-01-19 18:57:44', '2020-01-19 18:57:44', '', 'East of Eden', '', 'inherit', 'closed', 'closed', '', '623-revision-v1', '', '', '2020-01-19 18:57:44', '2020-01-19 18:57:44', '', 623, 'https://your420map.com/web/2020/01/19/623-revision-v1/', 0, 'revision', '', 0),
(1450, 1, '2020-01-19 19:00:04', '2020-01-19 19:00:04', '', 'Sol De Mendocino', '', 'inherit', 'closed', 'closed', '', '597-autosave-v1', '', '', '2020-01-19 19:00:04', '2020-01-19 19:00:04', '', 597, 'https://your420map.com/web/2020/01/19/597-autosave-v1/', 0, 'revision', '', 0),
(1451, 1, '2020-01-19 19:00:38', '2020-01-19 19:00:38', '', 'Sol De Mendocino', '', 'inherit', 'closed', 'closed', '', '597-revision-v1', '', '', '2020-01-19 19:00:38', '2020-01-19 19:00:38', '', 597, 'https://your420map.com/web/2020/01/19/597-revision-v1/', 0, 'revision', '', 0),
(1452, 1, '2020-01-19 20:25:39', '2020-01-19 20:25:39', '', 'California Cannabis Crenshaw', '', 'inherit', 'closed', 'closed', '', '722-autosave-v1', '', '', '2020-01-19 20:25:39', '2020-01-19 20:25:39', '', 722, 'https://your420map.com/web/2020/01/19/722-autosave-v1/', 0, 'revision', '', 0),
(1453, 1, '2020-01-19 20:26:27', '2020-01-19 20:26:27', '', 'California Cannabis Crenshaw', '', 'inherit', 'closed', 'closed', '', '722-revision-v1', '', '', '2020-01-19 20:26:27', '2020-01-19 20:26:27', '', 722, 'https://your420map.com/web/2020/01/19/722-revision-v1/', 0, 'revision', '', 0),
(1454, 1, '2020-01-19 20:56:07', '2020-01-19 20:56:07', '', '122', '', 'inherit', 'closed', 'closed', '', '122', '', '', '2020-01-19 20:56:07', '2020-01-19 20:56:07', '', 824, 'https://your420map.com/web/wp-content/uploads/2020/01/122.gif', 0, 'attachment', 'image/gif', 0),
(1455, 1, '2020-01-19 21:08:15', '2020-01-19 21:08:15', '', '155', '', 'inherit', 'closed', 'closed', '', '155', '', '', '2020-01-19 21:08:15', '2020-01-19 21:08:15', '', 194, 'https://your420map.com/web/wp-content/uploads/2020/01/155.gif', 0, 'attachment', 'image/gif', 0),
(1456, 1, '2020-01-19 21:08:24', '2020-01-19 21:08:24', '', '3dd6ff13da9118a595df92baf4b683ab', '', 'inherit', 'closed', 'closed', '', '3dd6ff13da9118a595df92baf4b683ab', '', '', '2020-01-19 21:08:24', '2020-01-19 21:08:24', '', 194, 'https://your420map.com/web/wp-content/uploads/2020/01/3dd6ff13da9118a595df92baf4b683ab.gif', 0, 'attachment', 'image/gif', 0),
(1457, 1, '2020-01-19 21:08:31', '2020-01-19 21:08:31', '', 'cannabis-love-01-s', '', 'inherit', 'closed', 'closed', '', 'cannabis-love-01-s', '', '', '2020-01-19 21:08:31', '2020-01-19 21:08:31', '', 194, 'https://your420map.com/web/wp-content/uploads/2020/01/cannabis-love-01-s.jpg', 0, 'attachment', 'image/jpeg', 0),
(1458, 1, '2020-01-19 21:08:35', '2020-01-19 21:08:35', '', '144', '', 'inherit', 'closed', 'closed', '', '144', '', '', '2020-01-19 21:08:35', '2020-01-19 21:08:35', '', 194, 'https://your420map.com/web/wp-content/uploads/2020/01/144.gif', 0, 'attachment', 'image/gif', 0),
(1459, 1, '2020-01-19 21:08:40', '2020-01-19 21:08:40', '', '133', '', 'inherit', 'closed', 'closed', '', '133', '', '', '2020-01-19 21:08:40', '2020-01-19 21:08:40', '', 194, 'https://your420map.com/web/wp-content/uploads/2020/01/133.gif', 0, 'attachment', 'image/gif', 0),
(1460, 1, '2020-01-20 16:32:36', '2020-01-20 16:32:36', '', 'BRANDSCL', '', 'inherit', 'closed', 'closed', '', 'brandscl', '', '', '2020-01-20 16:32:36', '2020-01-20 16:32:36', '', 0, 'https://your420map.com/web/wp-content/uploads/2020/01/BRANDSCL.png', 0, 'attachment', 'image/png', 0),
(1461, 1, '2020-01-20 16:44:27', '2020-01-20 16:44:27', '<p class=\"rhpdm\"><strong>Orange County Exclusives</strong></p>\r\n<p class=\"rhpdm\">An Exclusive collection of Exotic concentrates.\r\nQuality over Quantity!</p>', 'OC Exclusives', '', 'publish', 'closed', 'closed', '', 'oc-exclusives', '', '', '2020-01-20 17:07:58', '2020-01-20 17:07:58', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=1461', 0, 'ait-item', '', 0),
(1462, 1, '2020-01-20 16:39:49', '2020-01-20 16:39:49', '', '69244691_1363581577155916_5845215031158898688_n', '', 'inherit', 'closed', 'closed', '', '69244691_1363581577155916_5845215031158898688_n', '', '', '2020-01-20 16:39:49', '2020-01-20 16:39:49', '', 1461, 'https://your420map.com/web/wp-content/uploads/2020/01/69244691_1363581577155916_5845215031158898688_n.jpg', 0, 'attachment', 'image/jpeg', 0),
(1463, 1, '2020-01-20 16:41:39', '2020-01-20 16:41:39', '', '111', '', 'inherit', 'closed', 'closed', '', '111', '', '', '2020-01-20 16:41:39', '2020-01-20 16:41:39', '', 1461, 'https://your420map.com/web/wp-content/uploads/2020/01/111.jpg', 0, 'attachment', 'image/jpeg', 0),
(1464, 1, '2020-01-20 16:44:27', '2020-01-20 16:44:27', '<p class=\"rhpdm\"><strong>Orange County Exclusives</strong></p>\r\n<p class=\"rhpdm\">An Exclusive collection of Exotic concentrates.\r\nQuality over Quantity!</p>', 'OC Exclusives', '', 'inherit', 'closed', 'closed', '', '1461-revision-v1', '', '', '2020-01-20 16:44:27', '2020-01-20 16:44:27', '', 1461, 'https://your420map.com/web/2020/01/20/1461-revision-v1/', 0, 'revision', '', 0),
(1465, 1, '2020-01-20 17:18:08', '2020-01-20 17:18:08', '', 'SpaceMonkey', '', 'publish', 'closed', 'closed', '', 'space-monkey', '', '', '2020-01-20 17:22:41', '2020-01-20 17:22:41', '', 0, 'https://your420map.com/web/?post_type=ait-item&#038;p=1465', 0, 'ait-item', '', 0),
(1466, 1, '2020-01-20 17:18:08', '2020-01-20 17:18:08', '', 'SpaceMonkey', '', 'inherit', 'closed', 'closed', '', '1465-revision-v1', '', '', '2020-01-20 17:18:08', '2020-01-20 17:18:08', '', 1465, 'https://your420map.com/web/2020/01/20/1465-revision-v1/', 0, 'revision', '', 0),
(1467, 1, '2020-01-20 17:21:55', '2020-01-20 17:21:55', '', 'space-monkey-meds_logo', '', 'inherit', 'closed', 'closed', '', 'space-monkey-meds_logo', '', '', '2020-01-20 17:21:55', '2020-01-20 17:21:55', '', 1465, 'https://your420map.com/web/wp-content/uploads/2020/01/space-monkey-meds_logo.jpg', 0, 'attachment', 'image/jpeg', 0),
(1468, 1, '2020-01-20 17:22:31', '2020-01-20 17:22:31', '', 'Space-Monkey-Meds-Banner-Mobile', '', 'inherit', 'closed', 'closed', '', 'space-monkey-meds-banner-mobile', '', '', '2020-01-20 17:22:31', '2020-01-20 17:22:31', '', 1465, 'https://your420map.com/web/wp-content/uploads/2020/01/Space-Monkey-Meds-Banner-Mobile.jpg', 0, 'attachment', 'image/jpeg', 0),
(1472, 3, '2020-01-21 17:30:57', '2020-01-21 17:30:57', '', '15-720x380', '', 'inherit', 'closed', 'closed', '', '15-720x380', '', '', '2020-01-21 17:30:57', '2020-01-21 17:30:57', '', 1470, 'https://your420map.com/web/wp-content/uploads/2020/01/15-720x380-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1473, 3, '2020-01-21 17:31:06', '2020-01-21 17:31:06', '', 'Home-Bar-Cabral-1-1024x682', '', 'inherit', 'closed', 'closed', '', 'home-bar-cabral-1-1024x682', '', '', '2020-01-21 17:31:06', '2020-01-21 17:31:06', '', 1470, 'https://your420map.com/web/wp-content/uploads/2020/01/Home-Bar-Cabral-1-1024x682-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1474, 3, '2020-01-21 17:31:14', '2020-01-21 17:31:14', '', 'IMG_0465', '', 'inherit', 'closed', 'closed', '', 'img_0465', '', '', '2020-01-21 17:31:14', '2020-01-21 17:31:14', '', 1470, 'https://your420map.com/web/wp-content/uploads/2020/01/IMG_0465.jpg', 0, 'attachment', 'image/jpeg', 0),
(1475, 3, '2020-01-21 17:33:19', '2020-01-21 17:33:19', '', '177027906', '', 'inherit', 'closed', 'closed', '', '177027906', '', '', '2020-01-21 17:33:19', '2020-01-21 17:33:19', '', 1470, 'https://your420map.com/web/wp-content/uploads/2020/01/177027906.jpg', 0, 'attachment', 'image/jpeg', 0),
(1476, 3, '2020-01-21 17:33:22', '2020-01-21 17:33:22', '', 'Barco-1', '', 'inherit', 'closed', 'closed', '', 'barco-1', '', '', '2020-01-21 17:33:22', '2020-01-21 17:33:22', '', 1470, 'https://your420map.com/web/wp-content/uploads/2020/01/Barco-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1477, 3, '2020-01-21 17:33:25', '2020-01-21 17:33:25', '', 'download', '', 'inherit', 'closed', 'closed', '', 'download', '', '', '2020-01-21 17:33:25', '2020-01-21 17:33:25', '', 1470, 'https://your420map.com/web/wp-content/uploads/2020/01/download.jpg', 0, 'attachment', 'image/jpeg', 0),
(1478, 3, '2020-01-21 17:33:28', '2020-01-21 17:33:28', '', 'Home-Bar-Cabral-1-1024x682', '', 'inherit', 'closed', 'closed', '', 'home-bar-cabral-1-1024x682-2', '', '', '2020-01-21 17:33:28', '2020-01-21 17:33:28', '', 1470, 'https://your420map.com/web/wp-content/uploads/2020/01/Home-Bar-Cabral-1-1024x682-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(1479, 3, '2020-01-21 17:33:34', '2020-01-21 17:33:34', '', 'k27qhxj4sy911', '', 'inherit', 'closed', 'closed', '', 'k27qhxj4sy911', '', '', '2020-01-21 17:33:34', '2020-01-21 17:33:34', '', 1470, 'https://your420map.com/web/wp-content/uploads/2020/01/k27qhxj4sy911.jpg', 0, 'attachment', 'image/jpeg', 0),
(1480, 3, '2020-01-21 17:42:20', '2020-01-21 17:42:20', 'At the Church of Mary Jane we believe freedom is paramount in life.  Come express yourself and experience the freedom of the best buds in Chicago.  We are open 24/7.  Relax in the Jacuzzi with friends while enjoying your favorite vape from our vape bar.  one of our stunning poolside servers will keep your pipe lit.  Relax in our movie Lounge where every day there\'s a new movie running for your enjoyment with 3d and digital surround sound.  Hang in our gaming lounge or grab dinner in the cafe.  we have it all.', 'Church Of Mary Jane', 'Relax in our movie Lounge where every day there\'s a new movie running for your enjoyment with 3d and digital surround sound.  Hang in our gaming lounge or grab dinner in the cafe.  we have it all.', 'inherit', 'closed', 'closed', '', '1470-revision-v1', '', '', '2020-01-21 17:42:20', '2020-01-21 17:42:20', '', 1470, 'https://your420map.com/web/2020/01/21/1470-revision-v1/', 0, 'revision', '', 0),
(1485, 1, '2020-01-23 05:11:36', '0000-00-00 00:00:00', 'I like these guys! I wish they had a listing so I could see their menu :( ', 'itsjoepark', '', 'pending', 'closed', 'closed', '', '', '', '', '2020-01-23 05:11:36', '0000-00-00 00:00:00', '', 0, 'https://your420map.com/web/?post_type=ait-review&p=1485', 0, 'ait-review', '', 0),
(1490, 1, '2020-02-01 18:38:53', '2020-02-01 18:38:53', '', 'Master-Kush-367x367', '', 'inherit', 'closed', 'closed', '', 'master-kush-367x367', '', '', '2020-02-01 18:38:53', '2020-02-01 18:38:53', '', 0, 'https://your420map.com/web/wp-content/uploads/2020/02/Master-Kush-367x367-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1491, 1, '2020-02-01 18:38:57', '2020-02-01 18:38:57', '', 'LSD-Strain-367x367', '', 'inherit', 'closed', 'closed', '', 'lsd-strain-367x367', '', '', '2020-02-01 18:38:57', '2020-02-01 18:38:57', '', 0, 'https://your420map.com/web/wp-content/uploads/2020/02/LSD-Strain-367x367-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1492, 1, '2020-02-01 18:39:01', '2020-02-01 18:39:01', '', 'Khalifa-Kush-Strain-367x367', '', 'inherit', 'closed', 'closed', '', 'khalifa-kush-strain-367x367', '', '', '2020-02-01 18:39:01', '2020-02-01 18:39:01', '', 0, 'https://your420map.com/web/wp-content/uploads/2020/02/Khalifa-Kush-Strain-367x367-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1493, 1, '2020-02-01 18:39:04', '2020-02-01 18:39:04', '', 'Jack-Herer-Strain-367x367', '', 'inherit', 'closed', 'closed', '', 'jack-herer-strain-367x367', '', '', '2020-02-01 18:39:04', '2020-02-01 18:39:04', '', 0, 'https://your420map.com/web/wp-content/uploads/2020/02/Jack-Herer-Strain-367x367-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1494, 1, '2020-02-01 18:39:07', '2020-02-01 18:39:07', '', 'Grape-Kush-Strain-367x367', '', 'inherit', 'closed', 'closed', '', 'grape-kush-strain-367x367', '', '', '2020-02-01 18:39:07', '2020-02-01 18:39:07', '', 0, 'https://your420map.com/web/wp-content/uploads/2020/02/Grape-Kush-Strain-367x367-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1495, 1, '2020-02-01 18:39:11', '2020-02-01 18:39:11', '', 'Granddaddy-Purple-Kush-367x367', '', 'inherit', 'closed', 'closed', '', 'granddaddy-purple-kush-367x367', '', '', '2020-02-01 18:39:11', '2020-02-01 18:39:11', '', 0, 'https://your420map.com/web/wp-content/uploads/2020/02/Granddaddy-Purple-Kush-367x367-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1496, 1, '2020-02-01 18:39:14', '2020-02-01 18:39:14', '', 'godfather-OG-367x367', '', 'inherit', 'closed', 'closed', '', 'godfather-og-367x367', '', '', '2020-02-01 18:39:14', '2020-02-01 18:39:14', '', 0, 'https://your420map.com/web/wp-content/uploads/2020/02/godfather-OG-367x367-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1497, 1, '2020-02-01 18:39:19', '2020-02-01 18:39:19', '', 'Bubba-Kush-Strain', '', 'inherit', 'closed', 'closed', '', 'bubba-kush-strain', '', '', '2020-02-01 18:39:19', '2020-02-01 18:39:19', '', 0, 'https://your420map.com/web/wp-content/uploads/2020/02/Bubba-Kush-Strain.jpg', 0, 'attachment', 'image/jpeg', 0),
(1498, 1, '2020-02-01 18:39:29', '2020-02-01 18:39:29', '', 'AC-DC-Marijuana-Strain', '', 'inherit', 'closed', 'closed', '', 'ac-dc-marijuana-strain', '', '', '2020-02-01 18:39:29', '2020-02-01 18:39:29', '', 0, 'https://your420map.com/web/wp-content/uploads/2020/02/AC-DC-Marijuana-Strain.jpg', 0, 'attachment', 'image/jpeg', 0),
(1499, 1, '2020-02-01 19:14:52', '2020-02-01 19:14:52', '', 'Acapulco-Gold-Strain', '', 'inherit', 'closed', 'closed', '', 'acapulco-gold-strain', '', '', '2020-02-02 18:13:52', '2020-02-02 18:13:52', '', 0, 'https://your420map.com/web/wp-content/uploads/2020/02/Acapulco-Gold-Strain.jpg', 0, 'attachment', 'image/jpeg', 0),
(1500, 1, '2020-02-01 20:10:13', '2020-02-01 20:10:13', '', 'Cannabis-Banana-Bread-2-1', '', 'inherit', 'closed', 'closed', '', 'cannabis-banana-bread-2-1', '', '', '2020-02-01 20:10:13', '2020-02-01 20:10:13', '', 0, 'https://your420map.com/web/wp-content/uploads/2020/02/Cannabis-Banana-Bread-2-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1501, 1, '2020-02-01 20:18:25', '2020-02-01 20:18:25', '', 'EDIBLE-CANNA-OIL-510x340', '', 'inherit', 'closed', 'closed', '', 'edible-canna-oil-510x340', '', '', '2020-02-01 20:18:25', '2020-02-01 20:18:25', '', 0, 'https://your420map.com/web/wp-content/uploads/2020/02/EDIBLE-CANNA-OIL-510x340-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1502, 1, '2020-02-01 20:18:29', '2020-02-01 20:18:29', '', 'Cannabis-Joint-and-Muscle-Oil-for-Sale', '', 'inherit', 'closed', 'closed', '', 'cannabis-joint-and-muscle-oil-for-sale', '', '', '2020-02-01 20:18:29', '2020-02-01 20:18:29', '', 0, 'https://your420map.com/web/wp-content/uploads/2020/02/Cannabis-Joint-and-Muscle-Oil-for-Sale.jpg', 0, 'attachment', 'image/jpeg', 0),
(1504, 1, '2020-02-01 22:34:11', '2020-02-01 22:34:11', '', '7356ceb141ada319b5d0b45c3f051e2a', '', 'inherit', 'closed', 'closed', '', '7356ceb141ada319b5d0b45c3f051e2a', '', '', '2020-02-01 22:34:11', '2020-02-01 22:34:11', '', 0, 'https://your420map.com/web/wp-content/uploads/2020/02/7356ceb141ada319b5d0b45c3f051e2a.gif', 0, 'attachment', 'image/gif', 0),
(1505, 1, '2020-02-01 22:39:38', '2020-02-01 22:39:38', '', 'ezgif-3-f1ec5d2f227f', '', 'inherit', 'closed', 'closed', '', 'ezgif-3-f1ec5d2f227f', '', '', '2020-02-01 22:39:38', '2020-02-01 22:39:38', '', 0, 'https://your420map.com/web/wp-content/uploads/2020/02/ezgif-3-f1ec5d2f227f.gif', 0, 'attachment', 'image/gif', 0),
(1506, 1, '2020-02-02 18:06:44', '2020-02-02 18:06:44', 'Fresh from the bakery canibus infused Banana Bread.', 'CananaBread', '', 'publish', 'closed', 'closed', '', 'cananabread', '', '', '2020-02-02 18:06:44', '2020-02-02 18:06:44', '', 0, 'https://your420map.com/web/?post_type=ait-food-menu&#038;p=1506', 0, 'ait-food-menu', '', 0),
(1507, 1, '2020-02-02 18:03:47', '2020-02-02 18:03:47', 'Great for joint and muscle pain. 100% Organic', 'Canibus Oil', '', 'publish', 'closed', 'closed', '', 'canibus-oil', '', '', '2020-02-02 18:03:47', '2020-02-02 18:03:47', '', 0, 'https://your420map.com/web/?post_type=ait-food-menu&#038;p=1507', 0, 'ait-food-menu', '', 0),
(1509, 1, '2020-02-02 18:02:57', '2020-02-02 18:02:57', 'The one and only, Canna-Oil. High in CBD.', 'CANNA-OIL', '', 'publish', 'closed', 'closed', '', 'canna-oil', '', '', '2020-02-02 18:02:57', '2020-02-02 18:02:57', '', 0, 'https://your420map.com/web/?post_type=ait-food-menu&#038;p=1509', 0, 'ait-food-menu', '', 0),
(1511, 1, '2020-02-02 18:14:59', '2020-02-02 18:14:59', 'Heavy flavor, rich aroma.  <strong><span style=\"color: #800080;\">H</span><span style=\"color: #3366ff;\">I</span><span style=\"color: #00ff00;\">G</span><span style=\"color: #ff00ff;\">H</span><span style=\"color: #ff9900;\">l</span><span style=\"color: #00ccff;\">y</span></strong> <span style=\"color: #800080;\"><b> </b></span>recommended!', 'Acapulco Gold', '', 'publish', 'closed', 'closed', '', 'alco', '', '', '2020-02-02 18:14:59', '2020-02-02 18:14:59', '', 0, 'https://your420map.com/web/?post_type=ait-food-menu&#038;p=1511', 0, 'ait-food-menu', '', 0),
(1512, 1, '2020-02-02 18:22:23', '2020-02-02 18:22:23', 'Rock out!  <span style=\"color: #0000ff;\"><strong>ON SPECIAL!!!</strong></span> from Feb 2020\r\nBuy 1oz, <span style=\"color: #800080;\"><strong>get 5 grams free.</strong></span>', 'ACDC Marijuana', '', 'publish', 'closed', 'closed', '', 'acdc-marijuana', '', '', '2020-02-02 18:24:44', '2020-02-02 18:24:44', '', 0, 'https://your420map.com/web/?post_type=ait-food-menu&#038;p=1512', 0, 'ait-food-menu', '', 0),
(1513, 1, '2020-02-02 18:26:58', '2020-02-02 18:26:58', 'A Laid back strain. True Classic!', 'Bubba Kush', '', 'publish', 'closed', 'closed', '', 'bubba-kush-2', '', '', '2020-02-02 18:26:58', '2020-02-02 18:26:58', '', 0, 'https://your420map.com/web/?post_type=ait-food-menu&#038;p=1513', 0, 'ait-food-menu', '', 0),
(1514, 1, '2020-02-07 00:36:46', '0000-00-00 00:00:00', '5 star FIRE ', 'Itzjd', '', 'pending', 'closed', 'closed', '', '', '', '', '2020-02-07 00:36:46', '0000-00-00 00:00:00', '', 0, 'https://your420map.com/web/?post_type=ait-review&p=1514', 0, 'ait-review', '', 0);

-- --------------------------------------------------------

--
-- Table structure for table `wpir_revslider_css`
--

CREATE TABLE `wpir_revslider_css` (
  `id` int(9) NOT NULL,
  `handle` text NOT NULL,
  `settings` longtext DEFAULT NULL,
  `hover` longtext DEFAULT NULL,
  `advanced` longtext DEFAULT NULL,
  `params` longtext NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpir_revslider_css`
--

INSERT INTO `wpir_revslider_css` (`id`, `handle`, `settings`, `hover`, `advanced`, `params`) VALUES
(1, '.tp-caption.medium_grey', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"padding\":\"2px 4px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#888\"}'),
(2, '.tp-caption.small_text', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"14px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(3, '.tp-caption.medium_text', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(4, '.tp-caption.large_text', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(5, '.tp-caption.very_large_text', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\",\"letter-spacing\":\"-2px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(6, '.tp-caption.very_big_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#000\"}'),
(7, '.tp-caption.very_big_black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}', '{\"color\":\"#000\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#fff\"}'),
(8, '.tp-caption.modern_medium_fat', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#000\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(9, '.tp-caption.modern_medium_fat_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(10, '.tp-caption.modern_medium_light', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(11, '.tp-caption.modern_big_bluebg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"letter-spacing\":\"0\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#4e5b6c\"}'),
(12, '.tp-caption.modern_big_redbg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"padding-top\":\"1px\",\"letter-spacing\":\"0\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#de543e\"}'),
(13, '.tp-caption.modern_small_text_dark', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#555\",\"font-size\":\"14px\",\"line-height\":\"22px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(14, '.tp-caption.boxshadow', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"-moz-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"-webkit-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\"},\"hover\":\"\"}', '[]'),
(15, '.tp-caption.black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"#000\"}'),
(16, '.tp-caption.noshadow', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '[]'),
(17, '.tp-caption.thinheadline_dark', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),
(18, '.tp-caption.thintext_dark', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"26px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),
(19, '.tp-caption.largeblackbg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#000\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),
(20, '.tp-caption.largepinkbg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#db4360\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),
(21, '.tp-caption.largewhitebg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}', '{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#fff\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),
(22, '.tp-caption.largegreenbg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#67ae73\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),
(23, '.tp-caption.excerpt', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"-1.5px\",\"width\":\"150px\",\"white-space\":\"normal !important\",\"height\":\"auto\"},\"hover\":\"\"}', '{\"font-size\":\"36px\",\"line-height\":\"36px\",\"font-weight\":\"700\",\"font-family\":\"Arial\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"rgba(0, 0, 0, 1)\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px 4px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}'),
(24, '.tp-caption.large_bold_grey', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(25, '.tp-caption.medium_thin_grey', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"font-size\":\"34px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(26, '.tp-caption.small_thin_grey', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"font-size\":\"18px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(117, 117, 117)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(27, '.tp-caption.lightgrey_divider', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"width\":\"370px\",\"height\":\"3px\",\"background-position\":\"initial initial\",\"background-repeat\":\"initial initial\"},\"hover\":\"\"}', '{\"text-decoration\":\"none\",\"background-color\":\"rgba(235, 235, 235, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),
(28, '.tp-caption.large_bold_darkblue', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(29, '.tp-caption.medium_bg_darkblue', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(52, 73, 94)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(30, '.tp-caption.medium_bold_red', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(31, '.tp-caption.medium_light_red', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"21px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(32, '.tp-caption.medium_bg_red', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(227, 58, 12)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(33, '.tp-caption.medium_bold_orange', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(243, 156, 18)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(34, '.tp-caption.medium_bg_orange', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(243, 156, 18)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(35, '.tp-caption.grassfloor', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"width\":\"4000px\",\"height\":\"150px\"},\"hover\":\"\"}', '{\"text-decoration\":\"none\",\"background-color\":\"rgba(160, 179, 151, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),
(36, '.tp-caption.large_bold_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(37, '.tp-caption.medium_light_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(38, '.tp-caption.mediumlarge_light_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(39, '.tp-caption.mediumlarge_light_white_center', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px 0px 0px 0px\",\"text-align\":\"center\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(40, '.tp-caption.medium_bg_asbestos', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(127, 140, 141)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(41, '.tp-caption.medium_light_black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(42, '.tp-caption.large_bold_black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(43, '.tp-caption.mediumlarge_light_darkblue', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(44, '.tp-caption.small_light_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"17px\",\"line-height\":\"28px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(45, '.tp-caption.roundedimage', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),
(46, '.tp-caption.large_bg_black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(0, 0, 0)\",\"padding\":\"10px 20px 15px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(47, '.tp-caption.mediumwhitebg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(255, 255, 255)\",\"padding\":\"5px 15px 10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}'),
(48, '.tp-caption.MarkerDisplay', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ff0000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"font-style\":\"normal\",\"font-family\":\"Permanent Marker\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(49, '.tp-caption.Restaurant-Display', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"font-size\":\"120px\",\"line-height\":\"120px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(50, '.tp-caption.Restaurant-Cursive', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Nothing you could do\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(51, '.tp-caption.Restaurant-ScrollDownText', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(52, '.tp-caption.Restaurant-Description', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(53, '.tp-caption.Restaurant-Price', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(54, '.tp-caption.Restaurant-Menuitem', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Power2.easeInOut\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(55, '.tp-caption.Furniture-LogoText', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"160px\",\"line-height\":\"150px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(56, '.tp-caption.Furniture-Plus', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0.5\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"text-shadow\":\"none\",\"box-shadow\":\"rgba(0,0,0,0.1) 0 1px 3px\"},\"hover\":\"\"}', '{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"6px\",\"7px\",\"4px\",\"7px\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(57, '.tp-caption.Furniture-Title', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(58, '.tp-caption.Furniture-Subtitle', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(59, '.tp-caption.Gym-Display', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(60, '.tp-caption.Gym-Subline', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(61, '.tp-caption.Gym-SmallText', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"22\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(62, '.tp-caption.Fashion-SmallText', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"20px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(63, '.tp-caption.Fashion-BigDisplay', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(64, '.tp-caption.Fashion-TextBlock', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"40px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(65, '.tp-caption.Sports-Display', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"13px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(66, '.tp-caption.Sports-DisplayFat', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":[\"\"],\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(67, '.tp-caption.Sports-Subline', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"4px\"},\"hover\":\"\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"32px\",\"line-height\":\"32px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(68, '.tp-caption.Instagram-Caption', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(69, '.tp-caption.News-Title', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"60px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}');
INSERT INTO `wpir_revslider_css` (`id`, `handle`, `settings`, `hover`, `advanced`, `params`) VALUES
(70, '.tp-caption.News-Subtitle', '{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0px\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"300\",\"easing\":\"Power3.easeInOut\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"24px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(71, '.tp-caption.Photography-Display', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(72, '.tp-caption.Photography-Subline', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#777777\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(73, '.tp-caption.Photography-ImageHover', '{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"1000\",\"easing\":\"Power3.easeInOut\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(74, '.tp-caption.Photography-Menuitem', '{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#00ffde\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(75, '.tp-caption.Photography-Textblock', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(76, '.tp-caption.Photography-Subline-2', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(77, '.tp-caption.Photography-ImageHover2', '{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Back.easeOut\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Arial\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(78, '.tp-caption.WebProduct-Title', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#333333\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(79, '.tp-caption.WebProduct-SubTitle', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(80, '.tp-caption.WebProduct-Content', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(81, '.tp-caption.WebProduct-Menuitem', '{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#999999\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(82, '.tp-caption.WebProduct-Title-Light', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(83, '.tp-caption.WebProduct-SubTitle-Light', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}'),
(84, '.tp-caption.WebProduct-Content-Light', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}'),
(85, '.tp-caption.FatRounded', '{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"20px\",\"22px\",\"20px\",\"25px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.5\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(86, '.tp-caption.NotGeneric-Title', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"[object Object]\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-weight\":\"800\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 0px 10px 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(87, '.tp-caption.NotGeneric-SubTitle', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"4px\",\"text-align\":\"left\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(88, '.tp-caption.NotGeneric-CallToAction', '{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}', '{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 30px 10px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(89, '.tp-caption.NotGeneric-Icon', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"default\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}', '{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(90, '.tp-caption.NotGeneric-Menuitem', '{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}', '{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"27px 30px 27px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(91, '.tp-caption.MarkerStyle', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"text-align\":\"left\",\"0\":\"\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Permanent Marker\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(92, '.tp-caption.Gym-Menuitem', '{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(93, '.tp-caption.Newspaper-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#FFFFFF\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"17px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(94, '.tp-caption.Newspaper-Subtitle', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#a8d8ee\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(95, '.tp-caption.Newspaper-Title', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(96, '.tp-caption.Newspaper-Title-Centered', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"center\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(97, '.tp-caption.Hero-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(98, '.tp-caption.Video-Title', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(99, '.tp-caption.Video-SubTitle', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"12px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.35\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(100, '.tp-caption.NotGeneric-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}', '{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(101, '.tp-caption.NotGeneric-BigButton', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"27px\",\"30px\",\"27px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(102, '.tp-caption.WebProduct-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#333333\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"48px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0px\",\"40px\",\"0px\",\"40px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(103, '.tp-caption.Restaurant-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffe081\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#0a0a0a\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}');
INSERT INTO `wpir_revslider_css` (`id`, `handle`, `settings`, `hover`, `advanced`, `params`) VALUES
(104, '.tp-caption.Gym-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}', '{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#8bc027\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(105, '.tp-caption.Gym-Button-Light', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"0\",\"border-color\":\"#8bc027\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power2.easeInOut\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(106, '.tp-caption.Sports-Button-Light', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(107, '.tp-caption.Sports-Button-Red', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#db1c22\",\"background-transparency\":\"1\",\"border-color\":\"#db1c22\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(108, '.tp-caption.Photography-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}', '{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(109, '.tp-caption.Newspaper-Button-2', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}');

-- --------------------------------------------------------

--
-- Table structure for table `wpir_revslider_layer_animations`
--

CREATE TABLE `wpir_revslider_layer_animations` (
  `id` int(9) NOT NULL,
  `handle` text NOT NULL,
  `params` text NOT NULL,
  `settings` text DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wpir_revslider_navigations`
--

CREATE TABLE `wpir_revslider_navigations` (
  `id` int(9) NOT NULL,
  `name` varchar(191) NOT NULL,
  `handle` varchar(191) NOT NULL,
  `css` longtext NOT NULL,
  `markup` longtext NOT NULL,
  `settings` longtext DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wpir_revslider_sliders`
--

CREATE TABLE `wpir_revslider_sliders` (
  `id` int(9) NOT NULL,
  `title` tinytext NOT NULL,
  `alias` tinytext DEFAULT NULL,
  `params` longtext NOT NULL,
  `settings` text DEFAULT NULL,
  `type` varchar(191) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpir_revslider_sliders`
--

INSERT INTO `wpir_revslider_sliders` (`id`, `title`, `alias`, `params`, `settings`, `type`) VALUES
(1, 'Home', 'homepage', '{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-transient\":\"1200\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"instagram-hash-tag\":\"\",\"flickr-count\":\"\",\"flickr-transient\":\"1200\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-transient\":\"1200\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-transient\":\"1200\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"Home\",\"alias\":\"homepage\",\"shortcode\":\"[rev_slider alias=\\\\\\\"homepage\\\\\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"auto\",\"width\":\"1240\",\"height\":\"320\",\"width_notebook\":\"1024\",\"height_notebook\":\"288\",\"enable_custom_size_notebook\":\"on\",\"width_tablet\":\"778\",\"height_tablet\":\"600\",\"enable_custom_size_tablet\":\"on\",\"width_mobile\":\"480\",\"height_mobile\":\"620\",\"enable_custom_size_iphone\":\"on\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"off\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"slider_id\":\"home\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"contain\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_blur_start\":\"0\",\"def-kb_blur_end\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"blank\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"1\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"label_presetheight\":\"off\",\"waitforinit\":\"off\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progressbar_color\":\"rgba(0,0,0,0.15)\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"https:\\/\\/your420map.com\\/web\\/wp-content\\/uploads\\/2020\\/01\\/QBhCqL.jpg\",\"bg_fit\":\"contain\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"4\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"rtl_arrows\":\"off\",\"navigation_arrow_style\":\"navbar\",\"navigation_arrows_preset\":\"default\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"600\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"bottom\",\"leftarrow_offset_hor\":\"0\",\"leftarrow_offset_vert\":\"0\",\"leftarrow_position\":\"slider\",\"rightarrow_align_hor\":\"left\",\"rightarrow_align_vert\":\"bottom\",\"rightarrow_offset_hor\":\"40\",\"rightarrow_offset_vert\":\"0\",\"rightarrow_position\":\"slider\",\"enable_bullets\":\"off\",\"rtl_bullets\":\"off\",\"navigation_bullets_style\":\"round-old\",\"navigation_bullets_preset\":\"default\",\"ph-round-old-bullets-border-hover-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-border-hover-color-color-rgba\":\"#000000\",\"ph-round-old-bullets-back-hover-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-back-hover-color-color-rgba\":\"#ffffff\",\"ph-round-old-bullets-border-size-custom-def\":\"off\",\"ph-round-old-bullets-border-size-custom\":\"3\",\"ph-round-old-bullets-border-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-border-color-color-rgba\":\"rgba(255,255,255,0.9)\",\"ph-round-old-bullets-back-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-back-color-color-rgba\":\"#999999\",\"ph-round-old-bullets-bullet-size-custom-def\":\"off\",\"ph-round-old-bullets-bullet-size-custom\":\"12\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"true\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"on\",\"bullets_under_hidden\":\"600\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"30\",\"bullets_position\":\"slider\",\"enable_thumbnails\":\"off\",\"rtl_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_style\":\"navbar\",\"navigation_thumbs_preset\":\"default\",\"ph-navbar-thumbs-hbgb-color-rgba-def\":\"off\",\"ph-navbar-thumbs-hbgb-color-rgba\":\"#777777\",\"ph-navbar-thumbs-hovercolor-color-rgba-def\":\"off\",\"ph-navbar-thumbs-hovercolor-color-rgba\":\"#ffffff\",\"ph-navbar-thumbs-titlebg-color-rgba-def\":\"off\",\"ph-navbar-thumbs-titlebg-color-rgba\":\"rgba(255,255,255,0.81)\",\"ph-navbar-thumbs-bg-color-rgba-def\":\"off\",\"ph-navbar-thumbs-bg-color-rgba\":\"rgba(0,0,0,0.25)\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"vertical\",\"thumb_width\":\"50\",\"thumb_height\":\"50\",\"thumb_width_min\":\"50\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"on\",\"thumbs_under_hidden\":\"778\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"right\",\"thumbnails_align_vert\":\"center\",\"thumbnails_offset_hor\":\"20\",\"thumbnails_offset_vert\":\"0\",\"thumbnails_position\":\"slider\",\"enable_tabs\":\"off\",\"rtl_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_style\":\"\",\"navigation_tabs_preset\":\"default\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"tabs_position\":\"slider\",\"touchenabled\":\"off\",\"touchenabled_desktop\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"50\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"mousescroll_navigation_reverse\":\"default\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"showalllayers_carousel\":\"off\",\"carousel_easing\":\"Power3.easeInOut\",\"carousel_speed\":\"800\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"slidercenter\",\"parallax_speed\":\"2000\",\"parallax_bg_speed\":\"0\",\"parallax_ls_speed\":\"0\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"2\",\"parallax_level_2\":\"3\",\"parallax_level_3\":\"4\",\"parallax_level_4\":\"5\",\"parallax_level_5\":\"6\",\"parallax_level_6\":\"7\",\"parallax_level_7\":\"12\",\"parallax_level_8\":\"16\",\"parallax_level_9\":\"10\",\"parallax_level_10\":\"50\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"fade_scrolleffect\":\"off\",\"blur_scrolleffect\":\"off\",\"grayscale_scrolleffect\":\"off\",\"scrolleffect_maxblur\":\"10\",\"scrolleffect_bg\":\"off\",\"scrolleffect_layers\":\"off\",\"scrolleffect_parallax_layers\":\"off\",\"scrolleffect_static_layers\":\"off\",\"scrolleffect_static_parallax_layers\":\"off\",\"scrolleffect_direction\":\"both\",\"scrolleffect_tilt\":\"30\",\"scrolleffect_multiplicator\":\"1.3\",\"scrolleffect_multiplicator_layers\":\"1.3\",\"scrolleffect_off_mobile\":\"off\",\"lazy_load_type\":\"smart\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"allow_android_html5_autoplay\":\"off\",\"show_alternate_image\":\"\",\"ignore_height_changes\":\"off\",\"ignore_height_changes_px\":\"0\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"custom_css\":\"\",\"custom_javascript\":\"\"}', '{\"version\":5}', ''),
(2, 'Home2', 'home2', '{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-transient\":\"1200\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"instagram-hash-tag\":\"\",\"flickr-count\":\"\",\"flickr-transient\":\"1200\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-transient\":\"1200\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-transient\":\"1200\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"Home2\",\"alias\":\"home2\",\"shortcode\":\"[rev_slider alias=\\\\\\\"home2\\\\\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"fullwidth\",\"width\":\"1240\",\"height\":\"290\",\"width_notebook\":\"1024\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"off\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"off\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"off\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"on\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"slider_id\":\"\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_blur_start\":\"0\",\"def-kb_blur_end\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Overwrite Selected Settings on all Slides\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"label_presetheight\":\"off\",\"waitforinit\":\"off\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progressbar_color\":\"rgba(0,0,0,0.15)\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"0\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"rtl_arrows\":\"off\",\"navigation_arrow_style\":\"round\",\"navigation_arrows_preset\":\"default\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"leftarrow_position\":\"slider\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"rightarrow_position\":\"slider\",\"enable_bullets\":\"off\",\"rtl_bullets\":\"off\",\"navigation_bullets_style\":\"round\",\"navigation_bullets_preset\":\"default\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"bullets_position\":\"slider\",\"enable_thumbnails\":\"off\",\"rtl_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_style\":\"round\",\"navigation_thumbs_preset\":\"default\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"thumbnails_position\":\"slider\",\"enable_tabs\":\"off\",\"rtl_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_style\":\"round\",\"navigation_tabs_preset\":\"default\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"tabs_position\":\"slider\",\"touchenabled\":\"off\",\"touchenabled_desktop\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"1\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"mousescroll_navigation_reverse\":\"default\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"showalllayers_carousel\":\"off\",\"carousel_easing\":\"Power3.easeInOut\",\"carousel_speed\":\"800\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_bg_speed\":\"0\",\"parallax_ls_speed\":\"0\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"46\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"fade_scrolleffect\":\"off\",\"blur_scrolleffect\":\"off\",\"grayscale_scrolleffect\":\"off\",\"scrolleffect_maxblur\":\"10\",\"scrolleffect_bg\":\"off\",\"scrolleffect_layers\":\"off\",\"scrolleffect_parallax_layers\":\"off\",\"scrolleffect_static_layers\":\"off\",\"scrolleffect_static_parallax_layers\":\"off\",\"scrolleffect_direction\":\"both\",\"scrolleffect_tilt\":\"30\",\"scrolleffect_multiplicator\":\"1.3\",\"scrolleffect_multiplicator_layers\":\"1.3\",\"scrolleffect_off_mobile\":\"on\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"allow_android_html5_autoplay\":\"on\",\"show_alternate_image\":\"\",\"ignore_height_changes\":\"off\",\"ignore_height_changes_px\":\"0\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\"}', '{\"version\":5}', '');

-- --------------------------------------------------------

--
-- Table structure for table `wpir_revslider_slides`
--

CREATE TABLE `wpir_revslider_slides` (
  `id` int(9) NOT NULL,
  `slider_id` int(9) NOT NULL,
  `slide_order` int(11) NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpir_revslider_slides`
--

INSERT INTO `wpir_revslider_slides` (`id`, `slider_id`, `slide_order`, `params`, `layers`, `settings`) VALUES
(1, 1, 1, '{\"background_type\":\"youtube\",\"title\":\"Slide\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"bvWDfQsnx0s\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"00:20\",\"video_end_at\":\"\",\"video_loop\":\"loopandnoslidestop\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"100\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"media-filter-type\":\"earlybird\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"\",\"delay\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"notransition\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"https:\\/\\/img.youtube.com\\/vi\\/bvWDfQsnx0s\\/maxresdefault.jpg\",\"1\":\"Remove\",\"2\":\"Remove\",\"3\":\"Remove\",\"4\":\"Remove\",\"5\":\"Remove\",\"6\":\"Remove\",\"7\":\"Remove\",\"8\":\"Remove\",\"9\":\"Remove\",\"10\":\"Remove\",\"11\":\"Remove\",\"slide_parallax_level\":\"-\",\"12\":\"Remove\",\"ph-round-old-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-old-bullets-bullet-size-custom\":\"12\",\"ph-round-old-bullets-back-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-back-color-color-rgba\":\"#999999\",\"ph-round-old-bullets-border-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-border-color-color-rgba\":\"rgba(255,255,255,0.9)\",\"ph-round-old-bullets-border-size-custom-slide\":\"off\",\"ph-round-old-bullets-border-size-custom\":\"3\",\"ph-round-old-bullets-back-hover-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-back-hover-color-color-rgba\":\"#ffffff\",\"ph-round-old-bullets-border-hover-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-border-hover-color-color-rgba\":\"#000000\",\"ph-navbar-thumbs-bg-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-bg-color-rgba\":\"rgba(0,0,0,0.25)\",\"ph-navbar-thumbs-titlebg-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-titlebg-color-rgba\":\"rgba(255,255,255,0.81)\",\"ph-navbar-thumbs-hovercolor-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-hovercolor-color-rgba\":\"#ffffff\",\"ph-navbar-thumbs-hbgb-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-hbgb-color-rgba\":\"#777777\",\"13\":\"Remove\",\"14\":\"Remove\",\"15\":\"Remove\",\"16\":\"Remove\",\"17\":\"Remove\",\"18\":\"Remove\",\"19\":\"Remove\",\"20\":\"Remove\"}', '[{\"text\":\"Your Source For All Things 420!\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":10,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":10,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000.00030517578125,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"\",\"easing\":\"Power3.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":8690.00030517578125,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":-1,\"mobile\":0},\"top\":{\"desktop\":107,\"mobile\":-202},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Your Source For All ...\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"37px\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"465px\"},\"video_width\":{\"desktop\":\"480px\",\"mobile\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"mobile\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":601,\"height\":35,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"50px\",\"mobile\":\"30px\"},\"line-height\":{\"desktop\":\"60px\",\"mobile\":\"35px\"},\"font-weight\":{\"desktop\":\"700\",\"mobile\":\"700\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"0\",\"mobile\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\",\"mobile\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Open Sans\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#000000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":6,\"addedToStage\":true,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\"},{\"static_styles\":{\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"},\"font-size\":{\"desktop\":\"15px\",\"mobile\":\"15px\"},\"line-height\":{\"desktop\":\"15px\",\"mobile\":\"15px\"},\"font-weight\":{\"desktop\":\"500\",\"mobile\":\"500\"},\"letter-spacing\":{\"desktop\":\"\",\"mobile\":\"\"}},\"inline\":{\"idle\":{\"outline\":\"none\",\"box-shadow\":\"none\",\"box-sizing\":\"border-box\",\"-moz-box-sizing\":\"border-box\",\"-webkit-box-sizing\":\"border-box\"},\"hover\":{}},\"deformation\":{\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"font-family\":\"Raleway\",\"background-color\":\"#8bc027\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"border-color\":\"#000000\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-style\":\"solid\",\"icon-class\":\"fa-icon-chevron-right\",\"text-decoration\":\"none\",\"font-style\":\"normal\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"display\":\"block\",\"parallax\":\"-\"},\"deformation-hover\":{\"background-color\":\"#72a800\",\"color\":\"#ffffff\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"border-color\":\"#000000\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-style\":\"solid\",\"icon-class\":\"\",\"css_cursor\":\"pointer\",\"pointer_events\":\"auto\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"text-decoration\":\"none\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"300\",\"zindex\":\"auto\",\"easing\":\"Power1.easeInOut\"},\"text\":\"Start Searching<i class=\\\"fa-icon-chevron-right\\\"><\\/i>\",\"type\":\"button\",\"subtype\":\"roundbutton\",\"specialsettings\":{},\"alias\":\"Button\",\"style\":\"Gym-Button\",\"internal_class\":\"rev-btn rev-withicon\",\"resize-full\":false,\"resizeme\":false,\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"autolinebreak\":false,\"hover\":true,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":10,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":10,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000.00030517578125,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"\",\"easing\":\"Power3.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":8690.00030517578125,\"sfx_effect\":\"\"}},\"unique_id\":3,\"left\":{\"desktop\":505,\"mobile\":2},\"top\":{\"desktop\":205,\"mobile\":-136},\"isDemo\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"min_height\":\"40px\",\"video_width\":{\"desktop\":\"480px\",\"mobile\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"mobile\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"middle\"},\"hiddenunder\":false,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":217,\"height\":41,\"cover_mode\":\"custom\",\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"text-align\":{\"desktop\":\"left\",\"mobile\":\"left\"},\"zIndex\":7,\"addedToStage\":true,\"padding\":{\"desktop\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"mobile\":[\"13px\",\"35px\",\"13px\",\"35px\"]},\"layer_action\":{\"tooltip_event\":[\"click\"],\"action\":[\"link\"],\"image_link\":[\"https:\\/\\/your420map.com\\/web\\/?s=&category=&location-address=&a=true\"],\"link_open_in\":[\"_self\"],\"link_follow\":[\"follow\"],\"jump_to_slide\":[],\"scrollunder_offset\":[\"\"],\"action_easing\":[\"Linear.easeNone\"],\"action_speed\":[\"\"],\"actioncallback\":[\"\"],\"layer_target\":[\"backgroundvideo\"],\"link_type\":[\"jquery\"],\"action_delay\":[\"\"],\"toggle_layer_type\":[\"visible\"],\"toggle_class\":[\"\"]},\"parallax_layer_ddd_zlevel\":\"front\"}]', '\"\"'),
(2, 2, 1, '{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"100\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"38\",\"title\":\"Slide\",\"delay\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"https:\\/\\/your420map.com\\/web\\/wp-content\\/uploads\\/2020\\/01\\/QBhCqL.jpg\"}', '[]', '\"\"');

-- --------------------------------------------------------

--
-- Table structure for table `wpir_revslider_static_slides`
--

CREATE TABLE `wpir_revslider_static_slides` (
  `id` int(9) NOT NULL,
  `slider_id` int(9) NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpir_revslider_static_slides`
--

INSERT INTO `wpir_revslider_static_slides` (`id`, `slider_id`, `params`, `layers`, `settings`) VALUES
(1, 1, '{\"background_type\":\"trans\"}', '', '');

-- --------------------------------------------------------

--
-- Table structure for table `wpir_termmeta`
--

CREATE TABLE `wpir_termmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wpir_terms`
--

CREATE TABLE `wpir_terms` (
  `term_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpir_terms`
--

INSERT INTO `wpir_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorized', 'uncategorized', 0),
(2, 'Dispensaries', 'dispensaries', 0),
(3, 'Delivery Services', 'delivery', 0),
(26, 'Uncategorized', 'uncategorized', 0),
(5, 'Los Angeles', 'la', 0),
(6, 'California', 'california', 0),
(7, 'Orange Country', 'orange_county', 0),
(8, 'La Puente', 'la_puento', 0),
(9, 'Rowland Heights', 'rowland_heights', 0),
(10, 'Main', 'main', 0),
(11, 'Flower', 'flower', 0),
(12, 'Free Parking', 'parking', 0),
(13, 'WheelChair Access', 'wc-access', 0),
(14, 'Smoking Lounge', 'lounge', 0),
(15, 'Cafe', 'cafe', 0),
(16, 'Entertainment Room', 'ent-roon', 0),
(17, 'Organics', 'organics', 0),
(18, 'Cannibis', 'cannibis', 0),
(19, 'THC', 'thc', 0),
(20, 'CBD', 'cbd', 0),
(21, 'Hybrid', 'hybrid', 0),
(22, 'Kush', 'kush', 0),
(23, 'default', 'default', 0),
(24, 'Edible', 'edible1', 0),
(25, 'Concentrate', 'concentrate', 0),
(27, 'BLACK DIAMOND', 'black-diamond', 0),
(28, 'Black Diamond Listing', 'bd_dis', 0),
(29, 'Diamond Listing', 'diamlist', 0),
(30, 'Gold Listing', 'goldlist', 0),
(31, 'Silver LIsting', 'silverlist', 0),
(32, 'Green Listing', 'green', 0),
(33, 'Brands', 'brands', 0);

-- --------------------------------------------------------

--
-- Table structure for table `wpir_term_relationships`
--

CREATE TABLE `wpir_term_relationships` (
  `object_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `term_order` int(11) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpir_term_relationships`
--

INSERT INTO `wpir_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 1, 0),
(62, 28, 0),
(355, 26, 0),
(94, 26, 0),
(623, 29, 0),
(100, 28, 0),
(32, 6, 0),
(32, 9, 0),
(34, 6, 0),
(34, 5, 0),
(51, 10, 0),
(52, 10, 0),
(1511, 21, 0),
(62, 6, 0),
(62, 5, 0),
(75, 18, 0),
(75, 19, 0),
(75, 20, 0),
(75, 21, 0),
(75, 22, 0),
(866, 18, 0),
(866, 21, 0),
(866, 19, 0),
(783, 26, 0),
(786, 26, 0),
(784, 26, 0),
(788, 26, 0),
(787, 26, 0),
(785, 26, 0),
(768, 26, 0),
(774, 26, 0),
(778, 26, 0),
(769, 26, 0),
(776, 26, 0),
(775, 26, 0),
(779, 26, 0),
(777, 26, 0),
(770, 26, 0),
(771, 26, 0),
(780, 26, 0),
(758, 26, 0),
(757, 26, 0),
(394, 26, 0),
(762, 26, 0),
(764, 26, 0),
(765, 26, 0),
(763, 26, 0),
(759, 26, 0),
(766, 26, 0),
(767, 26, 0),
(772, 26, 0),
(156, 26, 0),
(756, 26, 0),
(745, 26, 0),
(743, 26, 0),
(746, 26, 0),
(749, 26, 0),
(281, 26, 0),
(735, 26, 0),
(734, 26, 0),
(736, 26, 0),
(741, 26, 0),
(754, 26, 0),
(752, 26, 0),
(738, 26, 0),
(744, 26, 0),
(742, 26, 0),
(747, 26, 0),
(750, 26, 0),
(748, 26, 0),
(753, 26, 0),
(751, 26, 0),
(730, 26, 0),
(732, 26, 0),
(731, 26, 0),
(729, 26, 0),
(707, 26, 0),
(709, 26, 0),
(705, 26, 0),
(452, 26, 0),
(712, 26, 0),
(711, 26, 0),
(710, 26, 0),
(716, 26, 0),
(719, 26, 0),
(718, 26, 0),
(717, 26, 0),
(715, 26, 0),
(714, 26, 0),
(713, 26, 0),
(720, 26, 0),
(455, 30, 0),
(725, 26, 0),
(724, 26, 0),
(726, 26, 0),
(723, 26, 0),
(721, 26, 0),
(728, 26, 0),
(727, 26, 0),
(699, 26, 0),
(701, 26, 0),
(700, 26, 0),
(703, 26, 0),
(704, 26, 0),
(694, 26, 0),
(693, 26, 0),
(690, 26, 0),
(696, 26, 0),
(698, 26, 0),
(697, 26, 0),
(691, 26, 0),
(695, 26, 0),
(34, 26, 0),
(679, 26, 0),
(678, 26, 0),
(677, 26, 0),
(683, 26, 0),
(682, 26, 0),
(680, 26, 0),
(684, 26, 0),
(689, 26, 0),
(685, 26, 0),
(686, 26, 0),
(681, 26, 0),
(672, 26, 0),
(671, 26, 0),
(670, 26, 0),
(675, 26, 0),
(674, 26, 0),
(676, 26, 0),
(290, 26, 0),
(650, 26, 0),
(652, 26, 0),
(651, 26, 0),
(649, 26, 0),
(653, 26, 0),
(656, 26, 0),
(655, 26, 0),
(658, 26, 0),
(657, 26, 0),
(654, 26, 0),
(659, 26, 0),
(663, 26, 0),
(665, 26, 0),
(664, 26, 0),
(662, 26, 0),
(660, 26, 0),
(668, 26, 0),
(667, 26, 0),
(666, 26, 0),
(642, 26, 0),
(641, 26, 0),
(648, 26, 0),
(647, 26, 0),
(644, 26, 0),
(645, 26, 0),
(351, 26, 0),
(632, 26, 0),
(634, 26, 0),
(633, 26, 0),
(635, 26, 0),
(638, 26, 0),
(637, 26, 0),
(639, 26, 0),
(621, 26, 0),
(619, 26, 0),
(620, 26, 0),
(631, 26, 0),
(630, 26, 0),
(624, 26, 0),
(622, 26, 0),
(141, 28, 0),
(625, 26, 0),
(567, 26, 0),
(436, 26, 0),
(616, 26, 0),
(615, 26, 0),
(614, 26, 0),
(617, 26, 0),
(618, 26, 0),
(628, 26, 0),
(627, 26, 0),
(626, 26, 0),
(629, 26, 0),
(613, 26, 0),
(603, 26, 0),
(602, 26, 0),
(605, 26, 0),
(608, 26, 0),
(607, 26, 0),
(604, 26, 0),
(609, 26, 0),
(610, 26, 0),
(612, 26, 0),
(611, 26, 0),
(589, 26, 0),
(590, 26, 0),
(584, 26, 0),
(583, 26, 0),
(585, 26, 0),
(587, 26, 0),
(586, 26, 0),
(588, 26, 0),
(594, 26, 0),
(593, 26, 0),
(598, 26, 0),
(600, 26, 0),
(592, 26, 0),
(591, 26, 0),
(595, 26, 0),
(441, 32, 0),
(596, 26, 0),
(599, 26, 0),
(578, 26, 0),
(579, 26, 0),
(570, 26, 0),
(574, 26, 0),
(572, 26, 0),
(575, 26, 0),
(569, 26, 0),
(577, 26, 0),
(576, 26, 0),
(580, 26, 0),
(582, 26, 0),
(571, 26, 0),
(581, 26, 0),
(557, 26, 0),
(563, 26, 0),
(559, 26, 0),
(560, 26, 0),
(562, 26, 0),
(561, 26, 0),
(564, 26, 0),
(565, 26, 0),
(566, 26, 0),
(481, 26, 0),
(553, 26, 0),
(554, 26, 0),
(556, 26, 0),
(551, 26, 0),
(552, 26, 0),
(550, 26, 0),
(547, 26, 0),
(548, 26, 0),
(524, 26, 0),
(525, 26, 0),
(526, 26, 0),
(527, 26, 0),
(528, 26, 0),
(529, 26, 0),
(530, 26, 0),
(531, 26, 0),
(533, 26, 0),
(534, 26, 0),
(535, 26, 0),
(537, 26, 0),
(722, 29, 0),
(539, 26, 0),
(540, 26, 0),
(541, 26, 0),
(542, 26, 0),
(543, 26, 0),
(544, 26, 0),
(545, 26, 0),
(546, 26, 0),
(512, 26, 0),
(513, 26, 0),
(514, 26, 0),
(515, 26, 0),
(516, 26, 0),
(517, 26, 0),
(518, 26, 0),
(519, 26, 0),
(520, 26, 0),
(521, 26, 0),
(522, 26, 0),
(523, 26, 0),
(198, 26, 0),
(402, 26, 0),
(471, 26, 0),
(496, 26, 0),
(497, 26, 0),
(498, 26, 0),
(499, 26, 0),
(500, 26, 0),
(501, 26, 0),
(502, 26, 0),
(504, 26, 0),
(505, 26, 0),
(508, 26, 0),
(510, 26, 0),
(511, 26, 0),
(489, 26, 0),
(490, 26, 0),
(491, 26, 0),
(492, 26, 0),
(493, 26, 0),
(494, 26, 0),
(470, 26, 0),
(472, 26, 0),
(473, 26, 0),
(474, 26, 0),
(477, 26, 0),
(479, 26, 0),
(480, 26, 0),
(482, 26, 0),
(483, 26, 0),
(484, 26, 0),
(485, 26, 0),
(486, 26, 0),
(488, 26, 0),
(443, 26, 0),
(444, 26, 0),
(445, 26, 0),
(447, 26, 0),
(449, 26, 0),
(450, 26, 0),
(451, 26, 0),
(453, 26, 0),
(454, 26, 0),
(136, 31, 0),
(456, 26, 0),
(457, 26, 0),
(459, 26, 0),
(460, 26, 0),
(461, 26, 0),
(462, 26, 0),
(463, 26, 0),
(464, 26, 0),
(465, 26, 0),
(466, 26, 0),
(467, 26, 0),
(468, 26, 0),
(469, 26, 0),
(437, 26, 0),
(211, 31, 0),
(442, 26, 0),
(139, 26, 0),
(413, 26, 0),
(414, 26, 0),
(415, 26, 0),
(417, 26, 0),
(418, 26, 0),
(420, 26, 0),
(421, 26, 0),
(422, 26, 0),
(824, 29, 0),
(424, 26, 0),
(425, 26, 0),
(426, 26, 0),
(427, 26, 0),
(428, 26, 0),
(430, 26, 0),
(431, 26, 0),
(432, 26, 0),
(433, 26, 0),
(434, 26, 0),
(438, 26, 0),
(410, 26, 0),
(411, 26, 0),
(412, 26, 0),
(400, 26, 0),
(401, 26, 0),
(403, 26, 0),
(404, 26, 0),
(405, 26, 0),
(406, 26, 0),
(407, 26, 0),
(408, 26, 0),
(409, 26, 0),
(396, 26, 0),
(397, 26, 0),
(398, 26, 0),
(399, 26, 0),
(380, 26, 0),
(196, 26, 0),
(381, 26, 0),
(382, 26, 0),
(384, 26, 0),
(383, 26, 0),
(385, 26, 0),
(386, 26, 0),
(387, 26, 0),
(389, 26, 0),
(390, 26, 0),
(392, 26, 0),
(395, 26, 0),
(1461, 33, 0),
(32, 26, 0),
(359, 26, 0),
(360, 26, 0),
(362, 26, 0),
(363, 26, 0),
(364, 26, 0),
(365, 26, 0),
(366, 26, 0),
(367, 26, 0),
(368, 26, 0),
(369, 26, 0),
(370, 26, 0),
(371, 26, 0),
(372, 26, 0),
(374, 26, 0),
(375, 26, 0),
(377, 26, 0),
(378, 26, 0),
(379, 26, 0),
(352, 26, 0),
(353, 26, 0),
(354, 26, 0),
(348, 26, 0),
(349, 26, 0),
(345, 26, 0),
(346, 26, 0),
(347, 26, 0),
(350, 26, 0),
(328, 26, 0),
(324, 26, 0),
(331, 26, 0),
(329, 26, 0),
(325, 26, 0),
(323, 26, 0),
(327, 26, 0),
(326, 26, 0),
(332, 26, 0),
(333, 26, 0),
(335, 26, 0),
(336, 26, 0),
(337, 26, 0),
(338, 26, 0),
(339, 26, 0),
(344, 26, 0),
(340, 26, 0),
(321, 26, 0),
(322, 26, 0),
(320, 26, 0),
(319, 26, 0),
(318, 26, 0),
(310, 26, 0),
(311, 26, 0),
(312, 26, 0),
(313, 26, 0),
(314, 26, 0),
(317, 26, 0),
(294, 26, 0),
(295, 26, 0),
(297, 26, 0),
(299, 26, 0),
(300, 26, 0),
(301, 26, 0),
(303, 26, 0),
(304, 26, 0),
(305, 26, 0),
(306, 26, 0),
(307, 26, 0),
(308, 26, 0),
(309, 26, 0),
(273, 26, 0),
(275, 26, 0),
(276, 26, 0),
(277, 26, 0),
(278, 26, 0),
(279, 26, 0),
(280, 26, 0),
(282, 26, 0),
(283, 26, 0),
(284, 26, 0),
(285, 26, 0),
(286, 26, 0),
(287, 26, 0),
(288, 26, 0),
(289, 26, 0),
(291, 26, 0),
(292, 26, 0),
(293, 26, 0),
(264, 26, 0),
(265, 26, 0),
(266, 26, 0),
(267, 26, 0),
(269, 26, 0),
(270, 26, 0),
(271, 26, 0),
(272, 26, 0),
(251, 26, 0),
(252, 26, 0),
(254, 26, 0),
(255, 26, 0),
(256, 26, 0),
(257, 26, 0),
(258, 26, 0),
(259, 26, 0),
(260, 26, 0),
(261, 26, 0),
(262, 26, 0),
(263, 26, 0),
(235, 26, 0),
(234, 26, 0),
(236, 26, 0),
(237, 26, 0),
(238, 26, 0),
(239, 26, 0),
(240, 26, 0),
(241, 26, 0),
(242, 26, 0),
(243, 26, 0),
(244, 26, 0),
(245, 26, 0),
(246, 26, 0),
(247, 26, 0),
(248, 26, 0),
(249, 26, 0),
(250, 26, 0),
(228, 26, 0),
(229, 26, 0),
(230, 26, 0),
(231, 26, 0),
(232, 26, 0),
(233, 26, 0),
(130, 26, 0),
(202, 26, 0),
(205, 26, 0),
(207, 26, 0),
(208, 26, 0),
(209, 26, 0),
(210, 26, 0),
(190, 2, 0),
(212, 26, 0),
(213, 26, 0),
(214, 26, 0),
(215, 26, 0),
(216, 26, 0),
(217, 26, 0),
(219, 26, 0),
(220, 26, 0),
(221, 26, 0),
(222, 26, 0),
(224, 26, 0),
(225, 26, 0),
(226, 26, 0),
(227, 26, 0),
(175, 26, 0),
(176, 26, 0),
(177, 26, 0),
(183, 26, 0),
(178, 26, 0),
(179, 26, 0),
(180, 26, 0),
(182, 26, 0),
(184, 26, 0),
(185, 26, 0),
(186, 26, 0),
(187, 26, 0),
(188, 26, 0),
(1465, 33, 0),
(192, 26, 0),
(191, 26, 0),
(193, 26, 0),
(189, 26, 0),
(200, 26, 0),
(199, 26, 0),
(195, 26, 0),
(173, 26, 0),
(158, 26, 0),
(154, 26, 0),
(157, 26, 0),
(153, 26, 0),
(152, 26, 0),
(150, 26, 0),
(149, 26, 0),
(148, 26, 0),
(147, 26, 0),
(161, 26, 0),
(162, 26, 0),
(393, 29, 0),
(151, 26, 0),
(155, 26, 0),
(160, 26, 0),
(163, 26, 0),
(164, 26, 0),
(167, 26, 0),
(168, 26, 0),
(169, 26, 0),
(171, 26, 0),
(166, 26, 0),
(146, 26, 0),
(145, 26, 0),
(132, 26, 0),
(131, 26, 0),
(128, 26, 0),
(117, 26, 0),
(194, 29, 0),
(119, 26, 0),
(120, 26, 0),
(121, 26, 0),
(122, 26, 0),
(123, 26, 0),
(124, 26, 0),
(126, 26, 0),
(127, 26, 0),
(129, 26, 0),
(144, 26, 0),
(133, 26, 0),
(134, 26, 0),
(135, 26, 0),
(423, 32, 0),
(137, 26, 0),
(138, 26, 0),
(538, 28, 0),
(142, 26, 0),
(143, 26, 0),
(116, 26, 0),
(115, 26, 0),
(101, 26, 0),
(114, 26, 0),
(113, 26, 0),
(112, 26, 0),
(111, 26, 0),
(110, 26, 0),
(109, 26, 0),
(108, 26, 0),
(107, 26, 0),
(106, 26, 0),
(105, 26, 0),
(104, 26, 0),
(103, 26, 0),
(102, 26, 0),
(85, 26, 0),
(86, 26, 0),
(87, 26, 0),
(88, 26, 0),
(89, 26, 0),
(90, 26, 0),
(91, 26, 0),
(92, 26, 0),
(95, 26, 0),
(97, 26, 0),
(98, 26, 0),
(99, 26, 0),
(118, 30, 0),
(61, 27, 0),
(1425, 27, 0),
(29, 26, 0),
(1506, 24, 0),
(1470, 32, 0),
(597, 32, 0),
(1511, 18, 0);

-- --------------------------------------------------------

--
-- Table structure for table `wpir_term_taxonomy`
--

CREATE TABLE `wpir_term_taxonomy` (
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpir_term_taxonomy`
--

INSERT INTO `wpir_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 1),
(2, 2, 'ait-items', '', 0, 1),
(3, 3, 'ait-items', '', 0, 0),
(26, 26, 'ait-items', '', 0, 604),
(5, 5, 'ait-locations', '', 6, 2),
(6, 6, 'ait-locations', '', 0, 3),
(7, 7, 'ait-locations', '', 6, 0),
(8, 8, 'ait-locations', '', 6, 0),
(9, 9, 'ait-locations', '', 6, 1),
(28, 28, 'ait-items', '', 2, 4),
(23, 23, 'ait-reviews', '', 0, 0),
(10, 10, 'nav_menu', '', 0, 2),
(11, 11, 'ait-food-menu-tags', '', 0, 0),
(12, 12, 'ait-items_filters', '', 0, 0),
(13, 13, 'ait-items_filters', '', 0, 0),
(14, 14, 'ait-items_filters', '', 0, 0),
(15, 15, 'ait-items_filters', '', 0, 0),
(16, 16, 'ait-items_filters', '', 0, 0),
(17, 17, 'ait-items_filters', '', 0, 0),
(18, 18, 'ait-food-menu-tags', '', 0, 3),
(19, 19, 'ait-food-menu-tags', '', 0, 2),
(20, 20, 'ait-food-menu-tags', '', 0, 1),
(21, 21, 'ait-food-menu-tags', '', 0, 3),
(22, 22, 'ait-food-menu-tags', '', 0, 1),
(24, 24, 'ait-food-menu-tags', '', 0, 1),
(25, 25, 'ait-food-menu-tags', '', 0, 0),
(27, 27, 'ait-toggles', 'black diamond items', 0, 2),
(29, 29, 'ait-items', '', 2, 5),
(30, 30, 'ait-items', '', 2, 2),
(31, 31, 'ait-items', '', 2, 2),
(32, 32, 'ait-items', '', 2, 4),
(33, 33, 'ait-items', '', 0, 2);

-- --------------------------------------------------------

--
-- Table structure for table `wpir_usermeta`
--

CREATE TABLE `wpir_usermeta` (
  `umeta_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpir_usermeta`
--

INSERT INTO `wpir_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'adminstrator'),
(2, 1, 'first_name', ''),
(3, 1, 'last_name', ''),
(4, 1, 'description', ''),
(5, 1, 'rich_editing', 'true'),
(6, 1, 'syntax_highlighting', 'true'),
(7, 1, 'comment_shortcuts', 'false'),
(8, 1, 'admin_color', 'fresh'),
(9, 1, 'use_ssl', '0'),
(10, 1, 'show_admin_bar_front', 'true'),
(11, 1, 'locale', ''),
(12, 1, 'wpir_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(13, 1, 'wpir_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', 'ait-pb-1,ait-pb-2,ait-pb-3,ait-pb-4,ait-pb-5,ait-pb-6,ait-pb-7,plugin_editor_notice'),
(15, 1, 'show_welcome_panel', '1'),
(153, 7, 'session_tokens', 'a:1:{s:64:\"6f44ca7126532cb31242eee925a4348def47564feb1550a5d1dd360c09c050b5\";a:4:{s:10:\"expiration\";i:1581208561;s:2:\"ip\";s:13:\"185.93.229.10\";s:2:\"ua\";s:126:\"Mozilla/5.0 (Linux; Android 8.1.0; SM-J260T1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.136 Mobile Safari/537.36\";s:5:\"login\";i:1581035761;}}'),
(152, 7, 'default_password_nag', ''),
(151, 7, 'package_name', 'cityguide_63911c36'),
(17, 1, 'wpir_user-settings', 'libraryContent=browse&posts_list_mode=list&align=center&imgsize=thumbnail&editor_expand=on&aittoggles_tab=pop&editor=tinymce'),
(18, 1, 'wpir_user-settings-time', '1580667295'),
(19, 1, 'wpir_dashboard_quick_press_last_post_id', '1487'),
(20, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:13:\"109.166.139.0\";}'),
(21, 1, 'tgmpa_dismissed_notice_ait-tgmpa', '1'),
(30, 2, 'nickname', 'DaniCami420'),
(31, 2, 'first_name', ''),
(32, 2, 'last_name', ''),
(33, 2, 'description', ''),
(34, 2, 'rich_editing', 'true'),
(22, 1, 'managenav-menuscolumnshidden', 'a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),
(23, 1, 'metaboxhidden_nav-menus', 'a:6:{i:0;s:22:\"add-post-type-ait-item\";i:1;s:12:\"add-post_tag\";i:2;s:21:\"add-ait-items_filters\";i:3;s:22:\"add-ait-food-menu-tags\";i:4;s:13:\"add-ait-items\";i:5;s:17:\"add-ait-locations\";}'),
(24, 1, 'nav_menu_recently_edited', '10'),
(25, 1, 'edit_ait-item_per_page', '200'),
(26, 1, 'meta-box-order_ait-item', 'a:3:{s:4:\"side\";s:53:\"submitdiv,ait-itemsdiv,ait-locationsdiv,pageparentdiv\";s:6:\"normal\";s:83:\"postexcerpt,commentstatusdiv,commentsdiv,slugdiv,mymetabox_revslider_0,postimagediv\";s:8:\"advanced\";s:196:\"ait-item-item-data-metabox,ait-item-item-author-metabox,ait-item-filters-options-metabox,ait-item-claim-listing-metabox,ait-item-food-options-metabox,ait-item-review-options-metabox,item-extension\";}'),
(27, 1, 'screen_layout_ait-item', '2'),
(28, 1, 'closedpostboxes_ait-item', 'a:0:{}'),
(29, 1, 'metaboxhidden_ait-item', 'a:0:{}'),
(67, 4, 'nickname', 'dlc'),
(68, 4, 'first_name', ''),
(69, 4, 'last_name', ''),
(70, 4, 'description', ''),
(71, 4, 'rich_editing', 'true'),
(72, 4, 'syntax_highlighting', 'true'),
(73, 4, 'comment_shortcuts', 'false'),
(74, 4, 'admin_color', 'fresh'),
(51, 3, 'comment_shortcuts', 'false'),
(35, 2, 'syntax_highlighting', 'true'),
(36, 2, 'comment_shortcuts', 'false'),
(37, 2, 'admin_color', 'fresh'),
(38, 2, 'use_ssl', '0'),
(39, 2, 'show_admin_bar_front', 'true'),
(40, 2, 'locale', ''),
(41, 2, 'wpir_capabilities', 'a:1:{s:18:\"cityguide_63911c36\";b:1;}'),
(42, 2, 'wpir_user_level', '0'),
(43, 2, 'package_activation_time', 'a:2:{s:4:\"role\";s:18:\"cityguide_63911c36\";s:4:\"time\";i:1579055804;}'),
(44, 2, 'package_name', 'cityguide_63911c36'),
(45, 3, 'nickname', 'JackSprat'),
(46, 3, 'first_name', ''),
(47, 3, 'last_name', ''),
(48, 3, 'description', ''),
(49, 3, 'rich_editing', 'true'),
(50, 3, 'syntax_highlighting', 'true'),
(52, 3, 'admin_color', 'fresh'),
(53, 3, 'use_ssl', '0'),
(54, 3, 'show_admin_bar_front', 'true'),
(55, 3, 'locale', ''),
(56, 3, 'wpir_capabilities', 'a:1:{s:10:\"subscriber\";b:1;}'),
(57, 3, 'wpir_user_level', '0'),
(58, 3, 'package_activation_time', 'a:2:{s:4:\"role\";s:18:\"cityguide_7c8003ef\";s:4:\"time\";i:1579468616;}'),
(59, 3, 'package_name', 'cityguide_7c8003ef'),
(80, 4, 'package_activation_time', 'a:2:{s:4:\"role\";s:18:\"cityguide_63911c36\";s:4:\"time\";i:1579512336;}'),
(81, 4, 'package_name', 'cityguide_63911c36'),
(60, 3, 'default_password_nag', ''),
(79, 4, 'wpir_user_level', '0'),
(75, 4, 'use_ssl', '0'),
(76, 4, 'show_admin_bar_front', 'true'),
(77, 4, 'locale', ''),
(78, 4, 'wpir_capabilities', 'a:1:{s:18:\"cityguide_63911c36\";b:1;}'),
(63, 1, 'closedpostboxes_ait-toggle', 'a:0:{}'),
(64, 1, 'metaboxhidden_ait-toggle', 'a:1:{i:0;s:7:\"slugdiv\";}'),
(150, 7, 'package_activation_time', 'a:2:{s:4:\"role\";s:18:\"cityguide_63911c36\";s:4:\"time\";i:1579714296;}'),
(149, 7, 'wpir_user_level', '10'),
(148, 7, 'wpir_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(147, 7, 'locale', ''),
(146, 7, 'show_admin_bar_front', 'true'),
(145, 7, 'use_ssl', '0'),
(144, 7, 'admin_color', 'midnight'),
(143, 7, 'comment_shortcuts', 'false'),
(142, 7, 'syntax_highlighting', 'true'),
(97, 3, 'wpir_user-settings', 'libraryContent=browse'),
(98, 3, 'wpir_user-settings-time', '1579627574'),
(105, 3, 'wpir_dashboard_quick_press_last_post_id', '1482'),
(106, 3, 'community-events-location', 'a:1:{s:2:\"ip\";s:13:\"109.166.138.0\";}'),
(141, 7, 'rich_editing', 'true'),
(140, 7, 'description', ''),
(137, 7, 'nickname', 'Itzjd'),
(136, 1, 'session_tokens', 'a:2:{s:64:\"a8192fc647be9e595ad24169fc0eaf15f139ef77f6c33c4adfffcf41a0166c57\";a:4:{s:10:\"expiration\";i:1580962389;s:2:\"ip\";s:13:\"185.93.230.10\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36\";s:5:\"login\";i:1580789589;}s:64:\"21411a5778e921d292a6ed280e2db3ed21e0f4addb0df0cdd36d8a77e62ee201\";a:4:{s:10:\"expiration\";i:1580998669;s:2:\"ip\";s:13:\"185.93.230.10\";s:2:\"ua\";s:118:\"Mozilla/5.0 (Linux; Android 9; Mi 9T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.136 Mobile Safari/537.36\";s:5:\"login\";i:1580825869;}}'),
(131, 1, 'loginizer_user_settings', 'a:2:{s:4:\"pref\";s:7:\"2fa_app\";s:10:\"app_enable\";i:1;}'),
(130, 1, 'loginizer_user_2fa_tmpkey', 'OVU5TzUwTkVSQg=='),
(138, 7, 'first_name', 'JD'),
(139, 7, 'last_name', ''),
(184, 9, 'nickname', 'snobrder9394'),
(185, 9, 'first_name', ''),
(186, 9, 'last_name', ''),
(187, 9, 'description', ''),
(188, 9, 'rich_editing', 'true'),
(189, 9, 'syntax_highlighting', 'true'),
(190, 9, 'comment_shortcuts', 'false'),
(191, 9, 'admin_color', 'fresh'),
(192, 9, 'use_ssl', '0'),
(193, 9, 'show_admin_bar_front', 'true'),
(194, 9, 'locale', ''),
(195, 9, 'wpir_capabilities', 'a:1:{s:18:\"cityguide_63911c36\";b:1;}'),
(196, 9, 'wpir_user_level', '0'),
(197, 9, 'package_activation_time', 'a:2:{s:4:\"role\";s:18:\"cityguide_63911c36\";s:4:\"time\";i:1581376391;}'),
(154, 7, 'loginizer_2fa_notice', '1579744753'),
(155, 7, 'community-events-location', 'a:1:{s:2:\"ip\";s:13:\"172.249.159.0\";}'),
(156, 7, 'closedpostboxes_dashboard', 'a:2:{i:0;s:18:\"dashboard_activity\";i:1;s:17:\"dashboard_primary\";}'),
(157, 7, 'metaboxhidden_dashboard', 'a:0:{}'),
(158, 8, 'nickname', 'itsjoepark'),
(159, 8, 'first_name', ''),
(160, 8, 'last_name', ''),
(161, 8, 'description', ''),
(162, 8, 'rich_editing', 'true'),
(163, 8, 'syntax_highlighting', 'true'),
(164, 8, 'comment_shortcuts', 'false'),
(165, 8, 'admin_color', 'fresh'),
(166, 8, 'use_ssl', '0'),
(167, 8, 'show_admin_bar_front', 'true'),
(168, 8, 'locale', ''),
(169, 8, 'wpir_capabilities', 'a:1:{s:18:\"cityguide_63911c36\";b:1;}'),
(170, 8, 'wpir_user_level', '0'),
(171, 8, 'package_activation_time', 'a:2:{s:4:\"role\";s:18:\"cityguide_63911c36\";s:4:\"time\";i:1579756111;}'),
(172, 8, 'package_name', 'cityguide_63911c36'),
(173, 8, 'default_password_nag', ''),
(174, 8, 'session_tokens', 'a:1:{s:64:\"1c7aafdef87e2a40380264f83619c9da8502f03077b5805c087473197fa352c0\";a:4:{s:10:\"expiration\";i:1580583537;s:2:\"ip\";s:13:\"192.88.134.10\";s:2:\"ua\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko/20100101 Firefox/72.0\";s:5:\"login\";i:1580410737;}}'),
(175, 8, 'loginizer_2fa_notice', '1579756234'),
(180, 1, 'closedpostboxes_ait-food-menu', 'a:1:{i:0;s:7:\"slugdiv\";}'),
(181, 1, 'metaboxhidden_ait-food-menu', 'a:0:{}'),
(198, 9, 'package_name', 'cityguide_63911c36');

-- --------------------------------------------------------

--
-- Table structure for table `wpir_users`
--

CREATE TABLE `wpir_users` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `user_login` varchar(60) NOT NULL DEFAULT '',
  `user_pass` varchar(255) NOT NULL DEFAULT '',
  `user_nicename` varchar(50) NOT NULL DEFAULT '',
  `user_email` varchar(100) NOT NULL DEFAULT '',
  `user_url` varchar(100) NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT 0,
  `display_name` varchar(250) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpir_users`
--

INSERT INTO `wpir_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'adminstrator', '$P$BsnvOkJFrdQ4nZRAVSepKyisrxWvWb/', 'adminstrator', 'admin@your420map.com', '', '2020-01-12 19:20:14', '1578897375:$P$BsKbijm5HwQPiWmaEfqYB1rz6qHXXp0', 0, 'adminstrator'),
(2, 'DaniCami420', '$P$BUbGsunYzLqZtGGc1q2DDwh9c5hnMJ1', 'danicami420', 'ddodgen@mac.com', '', '2020-01-15 02:36:44', '1579055804:$P$Bs.oDLssv1ltE8DD4TXAthu0BjdEmS0', 0, 'DaniCami420'),
(3, 'JackSprat', '$P$BP.ti8LyuYslUaGklxO7QB2EV20Pof0', 'jacksprat', 'cell@pfane.com', '', '2020-01-15 11:14:00', '', 0, 'JackSprat'),
(4, 'dlc', '$P$BDKppyNMa0n5t3TfQWTOzrLA21uy9C0', 'dlc', 'dlcic.420710@gmail.com', '', '2020-01-20 09:25:36', '1579512336:$P$BvTnJzpdpSniXaPu00uHIVvDoH/7Jq.', 0, 'dlc'),
(7, 'Itzjd', '$P$BrTTx5SXvvnZQ7lJuqXvWh5pVoSzdd0', 'itzjd', 'Jd@your420map.com', '', '2020-01-22 17:31:36', '', 0, 'Itzjd'),
(8, 'itsjoepark', '$P$BDhNdNFug8G/c1EwcFzWXbS6OhwXzV0', 'itsjoepark', 'joe@your420map.com', '', '2020-01-23 05:08:31', '', 0, 'itsjoepark'),
(9, 'snobrder9394', '$P$Bl89JQHms1jKUhzEwqpAmkCr5rahZU0', 'snobrder9394', 'josh@c21pen.co', '', '2020-02-10 23:13:11', '1581376391:$P$B9OXhv8c/eEuFXm2KPn318ECYzjyUD.', 0, 'snobrder9394');

--
-- Indexes for dumped tables
--

--
-- Indexes for table `crypto_files`
--
ALTER TABLE `crypto_files`
  ADD PRIMARY KEY (`fileID`),
  ADD KEY `fileTitle` (`fileTitle`),
  ADD KEY `active` (`active`),
  ADD KEY `fileName` (`fileName`),
  ADD KEY `fileUrl` (`fileUrl`),
  ADD KEY `fileSize` (`fileSize`),
  ADD KEY `priceUSD` (`priceUSD`),
  ADD KEY `priceCoin` (`priceCoin`),
  ADD KEY `priceLabel` (`priceLabel`),
  ADD KEY `purchases` (`purchases`),
  ADD KEY `userFormat` (`userFormat`),
  ADD KEY `expiryPeriod` (`expiryPeriod`),
  ADD KEY `lang` (`lang`),
  ADD KEY `defCoin` (`defCoin`),
  ADD KEY `defShow` (`defShow`),
  ADD KEY `image` (`image`),
  ADD KEY `imageWidth` (`imageWidth`),
  ADD KEY `priceShow` (`priceShow`),
  ADD KEY `paymentCnt` (`paymentCnt`),
  ADD KEY `paymentTime` (`paymentTime`),
  ADD KEY `updatetime` (`updatetime`),
  ADD KEY `createtime` (`createtime`);

--
-- Indexes for table `crypto_membership`
--
ALTER TABLE `crypto_membership`
  ADD PRIMARY KEY (`membID`),
  ADD KEY `userID` (`userID`),
  ADD KEY `paymentID` (`paymentID`),
  ADD KEY `startDate` (`startDate`),
  ADD KEY `endDate` (`endDate`),
  ADD KEY `disabled` (`disabled`),
  ADD KEY `recordCreated` (`recordCreated`);

--
-- Indexes for table `crypto_payments`
--
ALTER TABLE `crypto_payments`
  ADD PRIMARY KEY (`paymentID`),
  ADD KEY `boxID` (`boxID`),
  ADD KEY `boxType` (`boxType`),
  ADD KEY `userID` (`userID`),
  ADD KEY `countryID` (`countryID`),
  ADD KEY `orderID` (`orderID`),
  ADD KEY `amount` (`amount`),
  ADD KEY `amountUSD` (`amountUSD`),
  ADD KEY `coinLabel` (`coinLabel`),
  ADD KEY `unrecognised` (`unrecognised`),
  ADD KEY `addr` (`addr`),
  ADD KEY `txID` (`txID`),
  ADD KEY `txDate` (`txDate`),
  ADD KEY `txConfirmed` (`txConfirmed`),
  ADD KEY `txCheckDate` (`txCheckDate`),
  ADD KEY `processed` (`processed`),
  ADD KEY `processedDate` (`processedDate`),
  ADD KEY `recordCreated` (`recordCreated`),
  ADD KEY `key1` (`boxID`,`orderID`),
  ADD KEY `key2` (`boxID`,`orderID`,`userID`),
  ADD KEY `key3` (`boxID`,`orderID`,`userID`,`txID`);

--
-- Indexes for table `crypto_products`
--
ALTER TABLE `crypto_products`
  ADD PRIMARY KEY (`productID`),
  ADD KEY `productTitle` (`productTitle`),
  ADD KEY `active` (`active`),
  ADD KEY `priceUSD` (`priceUSD`),
  ADD KEY `priceCoin` (`priceCoin`),
  ADD KEY `priceLabel` (`priceLabel`),
  ADD KEY `purchases` (`purchases`),
  ADD KEY `expiryPeriod` (`expiryPeriod`),
  ADD KEY `lang` (`lang`),
  ADD KEY `defCoin` (`defCoin`),
  ADD KEY `defShow` (`defShow`),
  ADD KEY `emailUser` (`emailUser`),
  ADD KEY `emailAdmin` (`emailAdmin`),
  ADD KEY `paymentCnt` (`paymentCnt`),
  ADD KEY `paymentTime` (`paymentTime`),
  ADD KEY `updatetime` (`updatetime`),
  ADD KEY `createtime` (`createtime`);

--
-- Indexes for table `wpir_ait_eventspro_dates`
--
ALTER TABLE `wpir_ait_eventspro_dates`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `wpir_ait_foodmenu_dates`
--
ALTER TABLE `wpir_ait_foodmenu_dates`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `wpir_ait_item_foodmenus`
--
ALTER TABLE `wpir_ait_item_foodmenus`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `wpir_commentmeta`
--
ALTER TABLE `wpir_commentmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `comment_id` (`comment_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wpir_comments`
--
ALTER TABLE `wpir_comments`
  ADD PRIMARY KEY (`comment_ID`),
  ADD KEY `comment_post_ID` (`comment_post_ID`),
  ADD KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  ADD KEY `comment_date_gmt` (`comment_date_gmt`),
  ADD KEY `comment_parent` (`comment_parent`),
  ADD KEY `comment_author_email` (`comment_author_email`(10));

--
-- Indexes for table `wpir_links`
--
ALTER TABLE `wpir_links`
  ADD PRIMARY KEY (`link_id`),
  ADD KEY `link_visible` (`link_visible`);

--
-- Indexes for table `wpir_loginizer_logs`
--
ALTER TABLE `wpir_loginizer_logs`
  ADD UNIQUE KEY `ip` (`ip`);

--
-- Indexes for table `wpir_options`
--
ALTER TABLE `wpir_options`
  ADD PRIMARY KEY (`option_id`),
  ADD UNIQUE KEY `option_name` (`option_name`),
  ADD KEY `autoload` (`autoload`);

--
-- Indexes for table `wpir_postmeta`
--
ALTER TABLE `wpir_postmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wpir_posts`
--
ALTER TABLE `wpir_posts`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `post_name` (`post_name`(191)),
  ADD KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  ADD KEY `post_parent` (`post_parent`),
  ADD KEY `post_author` (`post_author`);

--
-- Indexes for table `wpir_revslider_css`
--
ALTER TABLE `wpir_revslider_css`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `wpir_revslider_layer_animations`
--
ALTER TABLE `wpir_revslider_layer_animations`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `wpir_revslider_navigations`
--
ALTER TABLE `wpir_revslider_navigations`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `wpir_revslider_sliders`
--
ALTER TABLE `wpir_revslider_sliders`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `wpir_revslider_slides`
--
ALTER TABLE `wpir_revslider_slides`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `wpir_revslider_static_slides`
--
ALTER TABLE `wpir_revslider_static_slides`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `wpir_termmeta`
--
ALTER TABLE `wpir_termmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `term_id` (`term_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wpir_terms`
--
ALTER TABLE `wpir_terms`
  ADD PRIMARY KEY (`term_id`),
  ADD KEY `slug` (`slug`(191)),
  ADD KEY `name` (`name`(191));

--
-- Indexes for table `wpir_term_relationships`
--
ALTER TABLE `wpir_term_relationships`
  ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  ADD KEY `term_taxonomy_id` (`term_taxonomy_id`);

--
-- Indexes for table `wpir_term_taxonomy`
--
ALTER TABLE `wpir_term_taxonomy`
  ADD PRIMARY KEY (`term_taxonomy_id`),
  ADD UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  ADD KEY `taxonomy` (`taxonomy`);

--
-- Indexes for table `wpir_usermeta`
--
ALTER TABLE `wpir_usermeta`
  ADD PRIMARY KEY (`umeta_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wpir_users`
--
ALTER TABLE `wpir_users`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `user_login_key` (`user_login`),
  ADD KEY `user_nicename` (`user_nicename`),
  ADD KEY `user_email` (`user_email`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `crypto_files`
--
ALTER TABLE `crypto_files`
  MODIFY `fileID` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `crypto_membership`
--
ALTER TABLE `crypto_membership`
  MODIFY `membID` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `crypto_payments`
--
ALTER TABLE `crypto_payments`
  MODIFY `paymentID` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `crypto_products`
--
ALTER TABLE `crypto_products`
  MODIFY `productID` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpir_ait_eventspro_dates`
--
ALTER TABLE `wpir_ait_eventspro_dates`
  MODIFY `id` mediumint(9) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpir_ait_foodmenu_dates`
--
ALTER TABLE `wpir_ait_foodmenu_dates`
  MODIFY `id` mediumint(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=24;

--
-- AUTO_INCREMENT for table `wpir_ait_item_foodmenus`
--
ALTER TABLE `wpir_ait_item_foodmenus`
  MODIFY `id` mediumint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;

--
-- AUTO_INCREMENT for table `wpir_commentmeta`
--
ALTER TABLE `wpir_commentmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpir_comments`
--
ALTER TABLE `wpir_comments`
  MODIFY `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `wpir_links`
--
ALTER TABLE `wpir_links`
  MODIFY `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpir_options`
--
ALTER TABLE `wpir_options`
  MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3218;

--
-- AUTO_INCREMENT for table `wpir_postmeta`
--
ALTER TABLE `wpir_postmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9743;

--
-- AUTO_INCREMENT for table `wpir_posts`
--
ALTER TABLE `wpir_posts`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1515;

--
-- AUTO_INCREMENT for table `wpir_revslider_css`
--
ALTER TABLE `wpir_revslider_css`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=110;

--
-- AUTO_INCREMENT for table `wpir_revslider_layer_animations`
--
ALTER TABLE `wpir_revslider_layer_animations`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpir_revslider_navigations`
--
ALTER TABLE `wpir_revslider_navigations`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpir_revslider_sliders`
--
ALTER TABLE `wpir_revslider_sliders`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `wpir_revslider_slides`
--
ALTER TABLE `wpir_revslider_slides`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `wpir_revslider_static_slides`
--
ALTER TABLE `wpir_revslider_static_slides`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `wpir_termmeta`
--
ALTER TABLE `wpir_termmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpir_terms`
--
ALTER TABLE `wpir_terms`
  MODIFY `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=34;

--
-- AUTO_INCREMENT for table `wpir_term_taxonomy`
--
ALTER TABLE `wpir_term_taxonomy`
  MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=34;

--
-- AUTO_INCREMENT for table `wpir_usermeta`
--
ALTER TABLE `wpir_usermeta`
  MODIFY `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=199;

--
-- AUTO_INCREMENT for table `wpir_users`
--
ALTER TABLE `wpir_users`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;
COMMIT;

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
