{
  "type": "Program",
  "start": 0,
  "end": 2140,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 74,
      "column": 0
    }
  },
  "sourceType": "module",
  "body": [
    {
      "type": "ImportDeclaration",
      "start": 0,
      "end": 26,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 26
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 7,
          "end": 12,
          "loc": {
            "start": {
              "line": 1,
              "column": 7
            },
            "end": {
              "line": 1,
              "column": 12
            }
          },
          "local": {
            "type": "Identifier",
            "start": 7,
            "end": 12,
            "loc": {
              "start": {
                "line": 1,
                "column": 7
              },
              "end": {
                "line": 1,
                "column": 12
              }
            },
            "name": "React"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 18,
        "end": 25,
        "loc": {
          "start": {
            "line": 1,
            "column": 18
          },
          "end": {
            "line": 1,
            "column": 25
          }
        },
        "value": "react",
        "rawValue": "react",
        "raw": "\"react\""
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 27,
      "end": 63,
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 36
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 34,
          "end": 44,
          "loc": {
            "start": {
              "line": 2,
              "column": 7
            },
            "end": {
              "line": 2,
              "column": 17
            }
          },
          "local": {
            "type": "Identifier",
            "start": 34,
            "end": 44,
            "loc": {
              "start": {
                "line": 2,
                "column": 7
              },
              "end": {
                "line": 2,
                "column": 17
              }
            },
            "name": "MapActions"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 50,
        "end": 62,
        "loc": {
          "start": {
            "line": 2,
            "column": 23
          },
          "end": {
            "line": 2,
            "column": 35
          }
        },
        "value": "../actions",
        "rawValue": "../actions",
        "raw": "\"../actions\""
      },
      "trailingComments": [
        {
          "type": "Block",
          "value": "*\n * Items on the map, or in the sidebar\n * @type {*|Function}x\n ",
          "start": 65,
          "end": 134,
          "loc": {
            "start": {
              "line": 4,
              "column": 0
            },
            "end": {
              "line": 7,
              "column": 3
            }
          },
          "range": [
            65,
            134
          ]
        }
      ]
    },
    {
      "type": "ExportDefaultDeclaration",
      "start": 135,
      "end": 2139,
      "loc": {
        "start": {
          "line": 8,
          "column": 0
        },
        "end": {
          "line": 73,
          "column": 1
        }
      },
      "declaration": {
        "type": "ClassDeclaration",
        "start": 150,
        "end": 2139,
        "loc": {
          "start": {
            "line": 8,
            "column": 15
          },
          "end": {
            "line": 73,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 156,
          "end": 164,
          "loc": {
            "start": {
              "line": 8,
              "column": 21
            },
            "end": {
              "line": 8,
              "column": 29
            }
          },
          "name": "ItemView",
          "leadingComments": null
        },
        "superClass": {
          "type": "MemberExpression",
          "start": 173,
          "end": 188,
          "loc": {
            "start": {
              "line": 8,
              "column": 38
            },
            "end": {
              "line": 8,
              "column": 53
            }
          },
          "object": {
            "type": "Identifier",
            "start": 173,
            "end": 178,
            "loc": {
              "start": {
                "line": 8,
                "column": 38
              },
              "end": {
                "line": 8,
                "column": 43
              }
            },
            "name": "React"
          },
          "property": {
            "type": "Identifier",
            "start": 179,
            "end": 188,
            "loc": {
              "start": {
                "line": 8,
                "column": 44
              },
              "end": {
                "line": 8,
                "column": 53
              }
            },
            "name": "Component"
          },
          "computed": false
        },
        "body": {
          "type": "ClassBody",
          "start": 189,
          "end": 2139,
          "loc": {
            "start": {
              "line": 8,
              "column": 54
            },
            "end": {
              "line": 73,
              "column": 1
            }
          },
          "body": [
            {
              "type": "MethodDefinition",
              "start": 193,
              "end": 1682,
              "loc": {
                "start": {
                  "line": 9,
                  "column": 2
                },
                "end": {
                  "line": 57,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 193,
                "end": 199,
                "loc": {
                  "start": {
                    "line": 9,
                    "column": 2
                  },
                  "end": {
                    "line": 9,
                    "column": 8
                  }
                },
                "name": "render"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 199,
                "end": 1682,
                "loc": {
                  "start": {
                    "line": 9,
                    "column": 8
                  },
                  "end": {
                    "line": 57,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 202,
                  "end": 1682,
                  "loc": {
                    "start": {
                      "line": 9,
                      "column": 11
                    },
                    "end": {
                      "line": 57,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 208,
                      "end": 346,
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 4
                        },
                        "end": {
                          "line": 14,
                          "column": 17
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 212,
                          "end": 234,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 8
                            },
                            "end": {
                              "line": 10,
                              "column": 30
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 212,
                            "end": 216,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 8
                              },
                              "end": {
                                "line": 10,
                                "column": 12
                              }
                            },
                            "name": "item"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 219,
                            "end": 234,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 15
                              },
                              "end": {
                                "line": 10,
                                "column": 30
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 219,
                              "end": 229,
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 15
                                },
                                "end": {
                                  "line": 10,
                                  "column": 25
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 219,
                                "end": 223,
                                "loc": {
                                  "start": {
                                    "line": 10,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 10,
                                    "column": 19
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 224,
                                "end": 229,
                                "loc": {
                                  "start": {
                                    "line": 10,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 10,
                                    "column": 25
                                  }
                                },
                                "name": "props"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 230,
                              "end": 234,
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 26
                                },
                                "end": {
                                  "line": 10,
                                  "column": 30
                                }
                              },
                              "name": "item"
                            },
                            "computed": false
                          }
                        },
                        {
                          "type": "VariableDeclarator",
                          "start": 244,
                          "end": 262,
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 8
                            },
                            "end": {
                              "line": 11,
                              "column": 26
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 244,
                            "end": 249,
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 8
                              },
                              "end": {
                                "line": 11,
                                "column": 13
                              }
                            },
                            "name": "title"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 252,
                            "end": 262,
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 16
                              },
                              "end": {
                                "line": 11,
                                "column": 26
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 252,
                              "end": 256,
                              "loc": {
                                "start": {
                                  "line": 11,
                                  "column": 16
                                },
                                "end": {
                                  "line": 11,
                                  "column": 20
                                }
                              },
                              "name": "item"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 257,
                              "end": 262,
                              "loc": {
                                "start": {
                                  "line": 11,
                                  "column": 21
                                },
                                "end": {
                                  "line": 11,
                                  "column": 26
                                }
                              },
                              "name": "title"
                            },
                            "computed": false
                          }
                        },
                        {
                          "type": "VariableDeclarator",
                          "start": 272,
                          "end": 294,
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 8
                            },
                            "end": {
                              "line": 12,
                              "column": 30
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 272,
                            "end": 283,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 8
                              },
                              "end": {
                                "line": 12,
                                "column": 19
                              }
                            },
                            "name": "classString"
                          },
                          "init": {
                            "type": "Literal",
                            "start": 286,
                            "end": 294,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 22
                              },
                              "end": {
                                "line": 12,
                                "column": 30
                              }
                            },
                            "value": "place ",
                            "rawValue": "place ",
                            "raw": "\"place \""
                          }
                        },
                        {
                          "type": "VariableDeclarator",
                          "start": 304,
                          "end": 327,
                          "loc": {
                            "start": {
                              "line": 13,
                              "column": 8
                            },
                            "end": {
                              "line": 13,
                              "column": 31
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 304,
                            "end": 312,
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 8
                              },
                              "end": {
                                "line": 13,
                                "column": 16
                              }
                            },
                            "name": "picClass"
                          },
                          "init": {
                            "type": "Literal",
                            "start": 315,
                            "end": 327,
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 19
                              },
                              "end": {
                                "line": 13,
                                "column": 31
                              }
                            },
                            "value": "place__pic",
                            "rawValue": "place__pic",
                            "raw": "\"place__pic\""
                          }
                        },
                        {
                          "type": "VariableDeclarator",
                          "start": 337,
                          "end": 345,
                          "loc": {
                            "start": {
                              "line": 14,
                              "column": 8
                            },
                            "end": {
                              "line": 14,
                              "column": 16
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 337,
                            "end": 345,
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 8
                              },
                              "end": {
                                "line": 14,
                                "column": 16
                              }
                            },
                            "name": "imgStyle"
                          },
                          "init": null
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "IfStatement",
                      "start": 352,
                      "end": 714,
                      "loc": {
                        "start": {
                          "line": 16,
                          "column": 4
                        },
                        "end": {
                          "line": 29,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "MemberExpression",
                        "start": 356,
                        "end": 366,
                        "loc": {
                          "start": {
                            "line": 16,
                            "column": 8
                          },
                          "end": {
                            "line": 16,
                            "column": 18
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 356,
                          "end": 360,
                          "loc": {
                            "start": {
                              "line": 16,
                              "column": 8
                            },
                            "end": {
                              "line": 16,
                              "column": 12
                            }
                          },
                          "name": "item"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 361,
                          "end": 366,
                          "loc": {
                            "start": {
                              "line": 16,
                              "column": 13
                            },
                            "end": {
                              "line": 16,
                              "column": 18
                            }
                          },
                          "name": "onMap"
                        },
                        "computed": false
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 368,
                        "end": 512,
                        "loc": {
                          "start": {
                            "line": 16,
                            "column": 20
                          },
                          "end": {
                            "line": 21,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 376,
                            "end": 422,
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 6
                              },
                              "end": {
                                "line": 17,
                                "column": 52
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 376,
                              "end": 421,
                              "loc": {
                                "start": {
                                  "line": 17,
                                  "column": 6
                                },
                                "end": {
                                  "line": 17,
                                  "column": 51
                                }
                              },
                              "operator": "+=",
                              "left": {
                                "type": "Identifier",
                                "start": 376,
                                "end": 387,
                                "loc": {
                                  "start": {
                                    "line": 17,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 17,
                                    "column": 17
                                  }
                                },
                                "name": "classString"
                              },
                              "right": {
                                "type": "Literal",
                                "start": 391,
                                "end": 421,
                                "loc": {
                                  "start": {
                                    "line": 17,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 17,
                                    "column": 51
                                  }
                                },
                                "value": "pin icon icon--chevron-right",
                                "rawValue": "pin icon icon--chevron-right",
                                "raw": "\"pin icon icon--chevron-right\""
                              }
                            }
                          },
                          {
                            "type": "IfStatement",
                            "start": 429,
                            "end": 506,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 6
                              },
                              "end": {
                                "line": 20,
                                "column": 7
                              }
                            },
                            "test": {
                              "type": "BinaryExpression",
                              "start": 433,
                              "end": 450,
                              "loc": {
                                "start": {
                                  "line": 18,
                                  "column": 10
                                },
                                "end": {
                                  "line": 18,
                                  "column": 27
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 433,
                                "end": 445,
                                "loc": {
                                  "start": {
                                    "line": 18,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 18,
                                    "column": 22
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 433,
                                  "end": 438,
                                  "loc": {
                                    "start": {
                                      "line": 18,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 18,
                                      "column": 15
                                    }
                                  },
                                  "name": "title"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 439,
                                  "end": 445,
                                  "loc": {
                                    "start": {
                                      "line": 18,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 18,
                                      "column": 22
                                    }
                                  },
                                  "name": "length"
                                },
                                "computed": false
                              },
                              "operator": ">",
                              "right": {
                                "type": "Literal",
                                "start": 448,
                                "end": 450,
                                "loc": {
                                  "start": {
                                    "line": 18,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 18,
                                    "column": 27
                                  }
                                },
                                "value": 23,
                                "rawValue": 23,
                                "raw": "23"
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 452,
                              "end": 506,
                              "loc": {
                                "start": {
                                  "line": 18,
                                  "column": 29
                                },
                                "end": {
                                  "line": 20,
                                  "column": 7
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 462,
                                  "end": 498,
                                  "loc": {
                                    "start": {
                                      "line": 19,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 19,
                                      "column": 44
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 462,
                                    "end": 497,
                                    "loc": {
                                      "start": {
                                        "line": 19,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 19,
                                        "column": 43
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "Identifier",
                                      "start": 462,
                                      "end": 467,
                                      "loc": {
                                        "start": {
                                          "line": 19,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 19,
                                          "column": 13
                                        }
                                      },
                                      "name": "title"
                                    },
                                    "right": {
                                      "type": "BinaryExpression",
                                      "start": 470,
                                      "end": 497,
                                      "loc": {
                                        "start": {
                                          "line": 19,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 19,
                                          "column": 43
                                        }
                                      },
                                      "left": {
                                        "type": "CallExpression",
                                        "start": 470,
                                        "end": 489,
                                        "loc": {
                                          "start": {
                                            "line": 19,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 19,
                                            "column": 35
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 470,
                                          "end": 482,
                                          "loc": {
                                            "start": {
                                              "line": 19,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 19,
                                              "column": 28
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 470,
                                            "end": 475,
                                            "loc": {
                                              "start": {
                                                "line": 19,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 19,
                                                "column": 21
                                              }
                                            },
                                            "name": "title"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 476,
                                            "end": 482,
                                            "loc": {
                                              "start": {
                                                "line": 19,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 19,
                                                "column": 28
                                              }
                                            },
                                            "name": "substr"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Literal",
                                            "start": 483,
                                            "end": 484,
                                            "loc": {
                                              "start": {
                                                "line": 19,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 19,
                                                "column": 30
                                              }
                                            },
                                            "value": 0,
                                            "rawValue": 0,
                                            "raw": "0"
                                          },
                                          {
                                            "type": "Literal",
                                            "start": 486,
                                            "end": 488,
                                            "loc": {
                                              "start": {
                                                "line": 19,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 19,
                                                "column": 34
                                              }
                                            },
                                            "value": 22,
                                            "rawValue": 22,
                                            "raw": "22"
                                          }
                                        ]
                                      },
                                      "operator": "+",
                                      "right": {
                                        "type": "Literal",
                                        "start": 492,
                                        "end": 497,
                                        "loc": {
                                          "start": {
                                            "line": 19,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 19,
                                            "column": 43
                                          }
                                        },
                                        "value": "...",
                                        "rawValue": "...",
                                        "raw": "\"...\""
                                      }
                                    }
                                  }
                                }
                              ]
                            },
                            "alternate": null
                          }
                        ]
                      },
                      "alternate": {
                        "type": "BlockStatement",
                        "start": 518,
                        "end": 714,
                        "loc": {
                          "start": {
                            "line": 21,
                            "column": 11
                          },
                          "end": {
                            "line": 29,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 526,
                            "end": 548,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 6
                              },
                              "end": {
                                "line": 22,
                                "column": 28
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 526,
                              "end": 547,
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 6
                                },
                                "end": {
                                  "line": 22,
                                  "column": 27
                                }
                              },
                              "operator": "+=",
                              "left": {
                                "type": "Identifier",
                                "start": 526,
                                "end": 537,
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 17
                                  }
                                },
                                "name": "classString"
                              },
                              "right": {
                                "type": "Literal",
                                "start": 541,
                                "end": 547,
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 27
                                  }
                                },
                                "value": "list",
                                "rawValue": "list",
                                "raw": "\"list\""
                              }
                            }
                          },
                          {
                            "type": "IfStatement",
                            "start": 555,
                            "end": 624,
                            "loc": {
                              "start": {
                                "line": 23,
                                "column": 6
                              },
                              "end": {
                                "line": 25,
                                "column": 7
                              }
                            },
                            "test": {
                              "type": "MemberExpression",
                              "start": 559,
                              "end": 575,
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 10
                                },
                                "end": {
                                  "line": 23,
                                  "column": 26
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 559,
                                "end": 563,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 14
                                  }
                                },
                                "name": "item"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 564,
                                "end": 575,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 26
                                  }
                                },
                                "name": "highlighted"
                              },
                              "computed": false
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 577,
                              "end": 624,
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 28
                                },
                                "end": {
                                  "line": 25,
                                  "column": 7
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 587,
                                  "end": 616,
                                  "loc": {
                                    "start": {
                                      "line": 24,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 24,
                                      "column": 37
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 587,
                                    "end": 615,
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 36
                                      }
                                    },
                                    "operator": "+=",
                                    "left": {
                                      "type": "Identifier",
                                      "start": 587,
                                      "end": 598,
                                      "loc": {
                                        "start": {
                                          "line": 24,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 24,
                                          "column": 19
                                        }
                                      },
                                      "name": "classString"
                                    },
                                    "right": {
                                      "type": "Literal",
                                      "start": 602,
                                      "end": 615,
                                      "loc": {
                                        "start": {
                                          "line": 24,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 24,
                                          "column": 36
                                        }
                                      },
                                      "value": " is-hovered",
                                      "rawValue": " is-hovered",
                                      "raw": "\" is-hovered\""
                                    }
                                  }
                                }
                              ]
                            },
                            "alternate": null
                          },
                          {
                            "type": "IfStatement",
                            "start": 631,
                            "end": 708,
                            "loc": {
                              "start": {
                                "line": 26,
                                "column": 6
                              },
                              "end": {
                                "line": 28,
                                "column": 7
                              }
                            },
                            "test": {
                              "type": "BinaryExpression",
                              "start": 635,
                              "end": 652,
                              "loc": {
                                "start": {
                                  "line": 26,
                                  "column": 10
                                },
                                "end": {
                                  "line": 26,
                                  "column": 27
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 635,
                                "end": 647,
                                "loc": {
                                  "start": {
                                    "line": 26,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 26,
                                    "column": 22
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 635,
                                  "end": 640,
                                  "loc": {
                                    "start": {
                                      "line": 26,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 26,
                                      "column": 15
                                    }
                                  },
                                  "name": "title"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 641,
                                  "end": 647,
                                  "loc": {
                                    "start": {
                                      "line": 26,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 26,
                                      "column": 22
                                    }
                                  },
                                  "name": "length"
                                },
                                "computed": false
                              },
                              "operator": ">",
                              "right": {
                                "type": "Literal",
                                "start": 650,
                                "end": 652,
                                "loc": {
                                  "start": {
                                    "line": 26,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 26,
                                    "column": 27
                                  }
                                },
                                "value": 36,
                                "rawValue": 36,
                                "raw": "36"
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 654,
                              "end": 708,
                              "loc": {
                                "start": {
                                  "line": 26,
                                  "column": 29
                                },
                                "end": {
                                  "line": 28,
                                  "column": 7
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 664,
                                  "end": 700,
                                  "loc": {
                                    "start": {
                                      "line": 27,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 27,
                                      "column": 44
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 664,
                                    "end": 699,
                                    "loc": {
                                      "start": {
                                        "line": 27,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 27,
                                        "column": 43
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "Identifier",
                                      "start": 664,
                                      "end": 669,
                                      "loc": {
                                        "start": {
                                          "line": 27,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 27,
                                          "column": 13
                                        }
                                      },
                                      "name": "title"
                                    },
                                    "right": {
                                      "type": "BinaryExpression",
                                      "start": 672,
                                      "end": 699,
                                      "loc": {
                                        "start": {
                                          "line": 27,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 27,
                                          "column": 43
                                        }
                                      },
                                      "left": {
                                        "type": "CallExpression",
                                        "start": 672,
                                        "end": 691,
                                        "loc": {
                                          "start": {
                                            "line": 27,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 27,
                                            "column": 35
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 672,
                                          "end": 684,
                                          "loc": {
                                            "start": {
                                              "line": 27,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 27,
                                              "column": 28
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 672,
                                            "end": 677,
                                            "loc": {
                                              "start": {
                                                "line": 27,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 27,
                                                "column": 21
                                              }
                                            },
                                            "name": "title"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 678,
                                            "end": 684,
                                            "loc": {
                                              "start": {
                                                "line": 27,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 27,
                                                "column": 28
                                              }
                                            },
                                            "name": "substr"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Literal",
                                            "start": 685,
                                            "end": 686,
                                            "loc": {
                                              "start": {
                                                "line": 27,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 27,
                                                "column": 30
                                              }
                                            },
                                            "value": 0,
                                            "rawValue": 0,
                                            "raw": "0"
                                          },
                                          {
                                            "type": "Literal",
                                            "start": 688,
                                            "end": 690,
                                            "loc": {
                                              "start": {
                                                "line": 27,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 27,
                                                "column": 34
                                              }
                                            },
                                            "value": 35,
                                            "rawValue": 35,
                                            "raw": "35"
                                          }
                                        ]
                                      },
                                      "operator": "+",
                                      "right": {
                                        "type": "Literal",
                                        "start": 694,
                                        "end": 699,
                                        "loc": {
                                          "start": {
                                            "line": 27,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 27,
                                            "column": 43
                                          }
                                        },
                                        "value": "...",
                                        "rawValue": "...",
                                        "raw": "\"...\""
                                      }
                                    }
                                  }
                                }
                              ]
                            },
                            "alternate": null
                          }
                        ]
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 719,
                      "end": 1125,
                      "loc": {
                        "start": {
                          "line": 30,
                          "column": 4
                        },
                        "end": {
                          "line": 38,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "MemberExpression",
                        "start": 723,
                        "end": 748,
                        "loc": {
                          "start": {
                            "line": 30,
                            "column": 8
                          },
                          "end": {
                            "line": 30,
                            "column": 33
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 723,
                          "end": 742,
                          "loc": {
                            "start": {
                              "line": 30,
                              "column": 8
                            },
                            "end": {
                              "line": 30,
                              "column": 27
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 723,
                            "end": 731,
                            "loc": {
                              "start": {
                                "line": 30,
                                "column": 8
                              },
                              "end": {
                                "line": 30,
                                "column": 16
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 723,
                              "end": 727,
                              "loc": {
                                "start": {
                                  "line": 30,
                                  "column": 8
                                },
                                "end": {
                                  "line": 30,
                                  "column": 12
                                }
                              },
                              "name": "item"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 728,
                              "end": 731,
                              "loc": {
                                "start": {
                                  "line": 30,
                                  "column": 13
                                },
                                "end": {
                                  "line": 30,
                                  "column": 16
                                }
                              },
                              "name": "geo"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 732,
                            "end": 742,
                            "loc": {
                              "start": {
                                "line": 30,
                                "column": 17
                              },
                              "end": {
                                "line": 30,
                                "column": 27
                              }
                            },
                            "name": "properties"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 743,
                          "end": 748,
                          "loc": {
                            "start": {
                              "line": 30,
                              "column": 28
                            },
                            "end": {
                              "line": 30,
                              "column": 33
                            }
                          },
                          "name": "image"
                        },
                        "computed": false
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 750,
                        "end": 908,
                        "loc": {
                          "start": {
                            "line": 30,
                            "column": 35
                          },
                          "end": {
                            "line": 33,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "VariableDeclaration",
                            "start": 758,
                            "end": 846,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 6
                              },
                              "end": {
                                "line": 31,
                                "column": 94
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 762,
                                "end": 845,
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 93
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 762,
                                  "end": 768,
                                  "loc": {
                                    "start": {
                                      "line": 31,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 31,
                                      "column": 16
                                    }
                                  },
                                  "name": "imgSrc"
                                },
                                "init": {
                                  "type": "BinaryExpression",
                                  "start": 771,
                                  "end": 845,
                                  "loc": {
                                    "start": {
                                      "line": 31,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 31,
                                      "column": 93
                                    }
                                  },
                                  "left": {
                                    "type": "Literal",
                                    "start": 771,
                                    "end": 817,
                                    "loc": {
                                      "start": {
                                        "line": 31,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 31,
                                        "column": 65
                                      }
                                    },
                                    "value": "http://images-resrc.staticlp.com/O=60/S=W80/",
                                    "rawValue": "http://images-resrc.staticlp.com/O=60/S=W80/",
                                    "raw": "\"http://images-resrc.staticlp.com/O=60/S=W80/\""
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "MemberExpression",
                                    "start": 820,
                                    "end": 845,
                                    "loc": {
                                      "start": {
                                        "line": 31,
                                        "column": 68
                                      },
                                      "end": {
                                        "line": 31,
                                        "column": 93
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 820,
                                      "end": 839,
                                      "loc": {
                                        "start": {
                                          "line": 31,
                                          "column": 68
                                        },
                                        "end": {
                                          "line": 31,
                                          "column": 87
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 820,
                                        "end": 828,
                                        "loc": {
                                          "start": {
                                            "line": 31,
                                            "column": 68
                                          },
                                          "end": {
                                            "line": 31,
                                            "column": 76
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 820,
                                          "end": 824,
                                          "loc": {
                                            "start": {
                                              "line": 31,
                                              "column": 68
                                            },
                                            "end": {
                                              "line": 31,
                                              "column": 72
                                            }
                                          },
                                          "name": "item"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 825,
                                          "end": 828,
                                          "loc": {
                                            "start": {
                                              "line": 31,
                                              "column": 73
                                            },
                                            "end": {
                                              "line": 31,
                                              "column": 76
                                            }
                                          },
                                          "name": "geo"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 829,
                                        "end": 839,
                                        "loc": {
                                          "start": {
                                            "line": 31,
                                            "column": 77
                                          },
                                          "end": {
                                            "line": 31,
                                            "column": 87
                                          }
                                        },
                                        "name": "properties"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 840,
                                      "end": 845,
                                      "loc": {
                                        "start": {
                                          "line": 31,
                                          "column": 88
                                        },
                                        "end": {
                                          "line": 31,
                                          "column": 93
                                        }
                                      },
                                      "name": "image"
                                    },
                                    "computed": false
                                  }
                                }
                              }
                            ],
                            "kind": "let"
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 853,
                            "end": 902,
                            "loc": {
                              "start": {
                                "line": 32,
                                "column": 6
                              },
                              "end": {
                                "line": 32,
                                "column": 55
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 853,
                              "end": 901,
                              "loc": {
                                "start": {
                                  "line": 32,
                                  "column": 6
                                },
                                "end": {
                                  "line": 32,
                                  "column": 54
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "Identifier",
                                "start": 853,
                                "end": 861,
                                "loc": {
                                  "start": {
                                    "line": 32,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 32,
                                    "column": 14
                                  }
                                },
                                "name": "imgStyle"
                              },
                              "right": {
                                "type": "ObjectExpression",
                                "start": 864,
                                "end": 901,
                                "loc": {
                                  "start": {
                                    "line": 32,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 32,
                                    "column": 54
                                  }
                                },
                                "properties": [
                                  {
                                    "type": "Property",
                                    "start": 866,
                                    "end": 899,
                                    "loc": {
                                      "start": {
                                        "line": 32,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 32,
                                        "column": 52
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 866,
                                      "end": 881,
                                      "loc": {
                                        "start": {
                                          "line": 32,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 32,
                                          "column": 34
                                        }
                                      },
                                      "name": "backgroundImage"
                                    },
                                    "value": {
                                      "type": "TemplateLiteral",
                                      "start": 883,
                                      "end": 899,
                                      "loc": {
                                        "start": {
                                          "line": 32,
                                          "column": 36
                                        },
                                        "end": {
                                          "line": 32,
                                          "column": 52
                                        }
                                      },
                                      "expressions": [
                                        {
                                          "type": "Identifier",
                                          "start": 890,
                                          "end": 896,
                                          "loc": {
                                            "start": {
                                              "line": 32,
                                              "column": 43
                                            },
                                            "end": {
                                              "line": 32,
                                              "column": 49
                                            }
                                          },
                                          "name": "imgSrc"
                                        }
                                      ],
                                      "quasis": [
                                        {
                                          "type": "TemplateElement",
                                          "start": 884,
                                          "end": 888,
                                          "loc": {
                                            "start": {
                                              "line": 32,
                                              "column": 37
                                            },
                                            "end": {
                                              "line": 32,
                                              "column": 41
                                            }
                                          },
                                          "value": {
                                            "raw": "url(",
                                            "cooked": "url("
                                          },
                                          "tail": false
                                        },
                                        {
                                          "type": "TemplateElement",
                                          "start": 897,
                                          "end": 898,
                                          "loc": {
                                            "start": {
                                              "line": 32,
                                              "column": 50
                                            },
                                            "end": {
                                              "line": 32,
                                              "column": 51
                                            }
                                          },
                                          "value": {
                                            "raw": ")",
                                            "cooked": ")"
                                          },
                                          "tail": true
                                        }
                                      ]
                                    },
                                    "kind": "init"
                                  }
                                ]
                              }
                            }
                          }
                        ]
                      },
                      "alternate": {
                        "type": "BlockStatement",
                        "start": 918,
                        "end": 1125,
                        "loc": {
                          "start": {
                            "line": 34,
                            "column": 9
                          },
                          "end": {
                            "line": 38,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "VariableDeclaration",
                            "start": 990,
                            "end": 1062,
                            "loc": {
                              "start": {
                                "line": 36,
                                "column": 6
                              },
                              "end": {
                                "line": 36,
                                "column": 78
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 994,
                                "end": 1061,
                                "loc": {
                                  "start": {
                                    "line": 36,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 36,
                                    "column": 77
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 994,
                                  "end": 998,
                                  "loc": {
                                    "start": {
                                      "line": 36,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 36,
                                      "column": 14
                                    }
                                  },
                                  "name": "type",
                                  "leadingComments": null
                                },
                                "init": {
                                  "type": "ConditionalExpression",
                                  "start": 1001,
                                  "end": 1061,
                                  "loc": {
                                    "start": {
                                      "line": 36,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 36,
                                      "column": 77
                                    }
                                  },
                                  "test": {
                                    "type": "BinaryExpression",
                                    "start": 1001,
                                    "end": 1038,
                                    "loc": {
                                      "start": {
                                        "line": 36,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 36,
                                        "column": 54
                                      }
                                    },
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 1001,
                                      "end": 1026,
                                      "loc": {
                                        "start": {
                                          "line": 36,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 36,
                                          "column": 42
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 1001,
                                        "end": 1016,
                                        "loc": {
                                          "start": {
                                            "line": 36,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 36,
                                            "column": 32
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 1001,
                                          "end": 1011,
                                          "loc": {
                                            "start": {
                                              "line": 36,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 36,
                                              "column": 27
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 1001,
                                            "end": 1005,
                                            "loc": {
                                              "start": {
                                                "line": 36,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 36,
                                                "column": 21
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1006,
                                            "end": 1011,
                                            "loc": {
                                              "start": {
                                                "line": 36,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 36,
                                                "column": 27
                                              }
                                            },
                                            "name": "props"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 1012,
                                          "end": 1016,
                                          "loc": {
                                            "start": {
                                              "line": 36,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 36,
                                              "column": 32
                                            }
                                          },
                                          "name": "item"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1017,
                                        "end": 1026,
                                        "loc": {
                                          "start": {
                                            "line": 36,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 36,
                                            "column": 42
                                          }
                                        },
                                        "name": "item_type"
                                      },
                                      "computed": false
                                    },
                                    "operator": "===",
                                    "right": {
                                      "type": "Literal",
                                      "start": 1031,
                                      "end": 1038,
                                      "loc": {
                                        "start": {
                                          "line": 36,
                                          "column": 47
                                        },
                                        "end": {
                                          "line": 36,
                                          "column": 54
                                        }
                                      },
                                      "value": "Place",
                                      "rawValue": "Place",
                                      "raw": "\"Place\""
                                    }
                                  },
                                  "consequent": {
                                    "type": "Literal",
                                    "start": 1041,
                                    "end": 1048,
                                    "loc": {
                                      "start": {
                                        "line": 36,
                                        "column": 57
                                      },
                                      "end": {
                                        "line": 36,
                                        "column": 64
                                      }
                                    },
                                    "value": "sight",
                                    "rawValue": "sight",
                                    "raw": "\"sight\""
                                  },
                                  "alternate": {
                                    "type": "Literal",
                                    "start": 1051,
                                    "end": 1061,
                                    "loc": {
                                      "start": {
                                        "line": 36,
                                        "column": 67
                                      },
                                      "end": {
                                        "line": 36,
                                        "column": 77
                                      }
                                    },
                                    "value": "activity",
                                    "rawValue": "activity",
                                    "raw": "\"activity\""
                                  }
                                },
                                "leadingComments": null
                              }
                            ],
                            "kind": "let",
                            "leadingComments": [
                              {
                                "type": "CommentLine",
                                "value": " TODO: This will have to change when topics are correct",
                                "start": 926,
                                "end": 983,
                                "loc": {
                                  "start": {
                                    "line": 35,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 35,
                                    "column": 63
                                  }
                                },
                                "range": [
                                  926,
                                  983
                                ]
                              }
                            ]
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 1069,
                            "end": 1119,
                            "loc": {
                              "start": {
                                "line": 37,
                                "column": 6
                              },
                              "end": {
                                "line": 37,
                                "column": 56
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 1069,
                              "end": 1118,
                              "loc": {
                                "start": {
                                  "line": 37,
                                  "column": 6
                                },
                                "end": {
                                  "line": 37,
                                  "column": 55
                                }
                              },
                              "operator": "+=",
                              "left": {
                                "type": "Identifier",
                                "start": 1069,
                                "end": 1077,
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 37,
                                    "column": 14
                                  }
                                },
                                "name": "picClass"
                              },
                              "right": {
                                "type": "TemplateLiteral",
                                "start": 1081,
                                "end": 1118,
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 37,
                                    "column": 55
                                  }
                                },
                                "expressions": [
                                  {
                                    "type": "Identifier",
                                    "start": 1112,
                                    "end": 1116,
                                    "loc": {
                                      "start": {
                                        "line": 37,
                                        "column": 49
                                      },
                                      "end": {
                                        "line": 37,
                                        "column": 53
                                      }
                                    },
                                    "name": "type"
                                  }
                                ],
                                "quasis": [
                                  {
                                    "type": "TemplateElement",
                                    "start": 1082,
                                    "end": 1110,
                                    "loc": {
                                      "start": {
                                        "line": 37,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 37,
                                        "column": 47
                                      }
                                    },
                                    "value": {
                                      "raw": " topic__image topic__image--",
                                      "cooked": " topic__image topic__image--"
                                    },
                                    "tail": false
                                  },
                                  {
                                    "type": "TemplateElement",
                                    "start": 1117,
                                    "end": 1117,
                                    "loc": {
                                      "start": {
                                        "line": 37,
                                        "column": 54
                                      },
                                      "end": {
                                        "line": 37,
                                        "column": 54
                                      }
                                    },
                                    "value": {
                                      "raw": "",
                                      "cooked": ""
                                    },
                                    "tail": true
                                  }
                                ]
                              }
                            }
                          }
                        ]
                      }
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 1131,
                      "end": 1144,
                      "loc": {
                        "start": {
                          "line": 40,
                          "column": 4
                        },
                        "end": {
                          "line": 40,
                          "column": 17
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 1135,
                          "end": 1143,
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 8
                            },
                            "end": {
                              "line": 40,
                              "column": 16
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 1135,
                            "end": 1143,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 8
                              },
                              "end": {
                                "line": 40,
                                "column": 16
                              }
                            },
                            "name": "subtitle"
                          },
                          "init": null
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "IfStatement",
                      "start": 1149,
                      "end": 1241,
                      "loc": {
                        "start": {
                          "line": 41,
                          "column": 4
                        },
                        "end": {
                          "line": 43,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "MemberExpression",
                        "start": 1153,
                        "end": 1166,
                        "loc": {
                          "start": {
                            "line": 41,
                            "column": 8
                          },
                          "end": {
                            "line": 41,
                            "column": 21
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 1153,
                          "end": 1157,
                          "loc": {
                            "start": {
                              "line": 41,
                              "column": 8
                            },
                            "end": {
                              "line": 41,
                              "column": 12
                            }
                          },
                          "name": "item"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1158,
                          "end": 1166,
                          "loc": {
                            "start": {
                              "line": 41,
                              "column": 13
                            },
                            "end": {
                              "line": 41,
                              "column": 21
                            }
                          },
                          "name": "subtitle"
                        },
                        "computed": false
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 1168,
                        "end": 1241,
                        "loc": {
                          "start": {
                            "line": 41,
                            "column": 23
                          },
                          "end": {
                            "line": 43,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 1176,
                            "end": 1235,
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 6
                              },
                              "end": {
                                "line": 42,
                                "column": 65
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 1176,
                              "end": 1234,
                              "loc": {
                                "start": {
                                  "line": 42,
                                  "column": 6
                                },
                                "end": {
                                  "line": 42,
                                  "column": 64
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "Identifier",
                                "start": 1176,
                                "end": 1184,
                                "loc": {
                                  "start": {
                                    "line": 42,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 42,
                                    "column": 14
                                  }
                                },
                                "name": "subtitle"
                              },
                              "right": {
                                "type": "JSXElement",
                                "start": 1187,
                                "end": 1234,
                                "loc": {
                                  "start": {
                                    "line": 42,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 42,
                                    "column": 64
                                  }
                                },
                                "openingElement": {
                                  "type": "JSXOpeningElement",
                                  "start": 1187,
                                  "end": 1213,
                                  "loc": {
                                    "start": {
                                      "line": 42,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 42,
                                      "column": 43
                                    }
                                  },
                                  "attributes": [
                                    {
                                      "type": "JSXAttribute",
                                      "start": 1192,
                                      "end": 1212,
                                      "loc": {
                                        "start": {
                                          "line": 42,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 42,
                                          "column": 42
                                        }
                                      },
                                      "name": {
                                        "type": "JSXIdentifier",
                                        "start": 1192,
                                        "end": 1201,
                                        "loc": {
                                          "start": {
                                            "line": 42,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 42,
                                            "column": 31
                                          }
                                        },
                                        "name": "className"
                                      },
                                      "value": {
                                        "type": "Literal",
                                        "start": 1202,
                                        "end": 1212,
                                        "loc": {
                                          "start": {
                                            "line": 42,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 42,
                                            "column": 42
                                          }
                                        },
                                        "value": "subtitle",
                                        "rawValue": null,
                                        "raw": "\"subtitle\""
                                      }
                                    }
                                  ],
                                  "name": {
                                    "type": "JSXIdentifier",
                                    "start": 1188,
                                    "end": 1191,
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 42,
                                        "column": 21
                                      }
                                    },
                                    "name": "div"
                                  },
                                  "selfClosing": false
                                },
                                "closingElement": {
                                  "type": "JSXClosingElement",
                                  "start": 1228,
                                  "end": 1234,
                                  "loc": {
                                    "start": {
                                      "line": 42,
                                      "column": 58
                                    },
                                    "end": {
                                      "line": 42,
                                      "column": 64
                                    }
                                  },
                                  "name": {
                                    "type": "JSXIdentifier",
                                    "start": 1230,
                                    "end": 1233,
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 60
                                      },
                                      "end": {
                                        "line": 42,
                                        "column": 63
                                      }
                                    },
                                    "name": "div"
                                  }
                                },
                                "children": [
                                  {
                                    "type": "JSXExpressionContainer",
                                    "start": 1213,
                                    "end": 1228,
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 43
                                      },
                                      "end": {
                                        "line": 42,
                                        "column": 58
                                      }
                                    },
                                    "expression": {
                                      "type": "MemberExpression",
                                      "start": 1214,
                                      "end": 1227,
                                      "loc": {
                                        "start": {
                                          "line": 42,
                                          "column": 44
                                        },
                                        "end": {
                                          "line": 42,
                                          "column": 57
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 1214,
                                        "end": 1218,
                                        "loc": {
                                          "start": {
                                            "line": 42,
                                            "column": 44
                                          },
                                          "end": {
                                            "line": 42,
                                            "column": 48
                                          }
                                        },
                                        "name": "item"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1219,
                                        "end": 1227,
                                        "loc": {
                                          "start": {
                                            "line": 42,
                                            "column": 49
                                          },
                                          "end": {
                                            "line": 42,
                                            "column": 57
                                          }
                                        },
                                        "name": "subtitle"
                                      },
                                      "computed": false
                                    }
                                  }
                                ]
                              }
                            }
                          }
                        ]
                      },
                      "alternate": null
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 1247,
                      "end": 1678,
                      "loc": {
                        "start": {
                          "line": 45,
                          "column": 4
                        },
                        "end": {
                          "line": 56,
                          "column": 6
                        }
                      },
                      "argument": {
                        "type": "JSXElement",
                        "start": 1262,
                        "end": 1671,
                        "loc": {
                          "start": {
                            "line": 46,
                            "column": 6
                          },
                          "end": {
                            "line": 55,
                            "column": 12
                          }
                        },
                        "openingElement": {
                          "type": "JSXOpeningElement",
                          "start": 1262,
                          "end": 1368,
                          "loc": {
                            "start": {
                              "line": 46,
                              "column": 6
                            },
                            "end": {
                              "line": 46,
                              "column": 112
                            }
                          },
                          "attributes": [
                            {
                              "type": "JSXAttribute",
                              "start": 1267,
                              "end": 1290,
                              "loc": {
                                "start": {
                                  "line": 46,
                                  "column": 11
                                },
                                "end": {
                                  "line": 46,
                                  "column": 34
                                }
                              },
                              "name": {
                                "type": "JSXIdentifier",
                                "start": 1267,
                                "end": 1276,
                                "loc": {
                                  "start": {
                                    "line": 46,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 46,
                                    "column": 20
                                  }
                                },
                                "name": "className"
                              },
                              "value": {
                                "type": "JSXExpressionContainer",
                                "start": 1277,
                                "end": 1290,
                                "loc": {
                                  "start": {
                                    "line": 46,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 46,
                                    "column": 34
                                  }
                                },
                                "expression": {
                                  "type": "Identifier",
                                  "start": 1278,
                                  "end": 1289,
                                  "loc": {
                                    "start": {
                                      "line": 46,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 46,
                                      "column": 33
                                    }
                                  },
                                  "name": "classString"
                                }
                              }
                            },
                            {
                              "type": "JSXAttribute",
                              "start": 1291,
                              "end": 1331,
                              "loc": {
                                "start": {
                                  "line": 46,
                                  "column": 35
                                },
                                "end": {
                                  "line": 46,
                                  "column": 75
                                }
                              },
                              "name": {
                                "type": "JSXIdentifier",
                                "start": 1291,
                                "end": 1303,
                                "loc": {
                                  "start": {
                                    "line": 46,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 46,
                                    "column": 47
                                  }
                                },
                                "name": "onMouseEnter"
                              },
                              "value": {
                                "type": "JSXExpressionContainer",
                                "start": 1304,
                                "end": 1331,
                                "loc": {
                                  "start": {
                                    "line": 46,
                                    "column": 48
                                  },
                                  "end": {
                                    "line": 46,
                                    "column": 75
                                  }
                                },
                                "expression": {
                                  "type": "CallExpression",
                                  "start": 1305,
                                  "end": 1330,
                                  "loc": {
                                    "start": {
                                      "line": 46,
                                      "column": 49
                                    },
                                    "end": {
                                      "line": 46,
                                      "column": 74
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 1305,
                                    "end": 1324,
                                    "loc": {
                                      "start": {
                                        "line": 46,
                                        "column": 49
                                      },
                                      "end": {
                                        "line": 46,
                                        "column": 68
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 1305,
                                      "end": 1319,
                                      "loc": {
                                        "start": {
                                          "line": 46,
                                          "column": 49
                                        },
                                        "end": {
                                          "line": 46,
                                          "column": 63
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 1305,
                                        "end": 1309,
                                        "loc": {
                                          "start": {
                                            "line": 46,
                                            "column": 49
                                          },
                                          "end": {
                                            "line": 46,
                                            "column": 53
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1310,
                                        "end": 1319,
                                        "loc": {
                                          "start": {
                                            "line": 46,
                                            "column": 54
                                          },
                                          "end": {
                                            "line": 46,
                                            "column": 63
                                          }
                                        },
                                        "name": "hoverItem"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1320,
                                      "end": 1324,
                                      "loc": {
                                        "start": {
                                          "line": 46,
                                          "column": 64
                                        },
                                        "end": {
                                          "line": 46,
                                          "column": 68
                                        }
                                      },
                                      "name": "bind"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "ThisExpression",
                                      "start": 1325,
                                      "end": 1329,
                                      "loc": {
                                        "start": {
                                          "line": 46,
                                          "column": 69
                                        },
                                        "end": {
                                          "line": 46,
                                          "column": 73
                                        }
                                      }
                                    }
                                  ]
                                }
                              }
                            },
                            {
                              "type": "JSXAttribute",
                              "start": 1332,
                              "end": 1367,
                              "loc": {
                                "start": {
                                  "line": 46,
                                  "column": 76
                                },
                                "end": {
                                  "line": 46,
                                  "column": 111
                                }
                              },
                              "name": {
                                "type": "JSXIdentifier",
                                "start": 1332,
                                "end": 1339,
                                "loc": {
                                  "start": {
                                    "line": 46,
                                    "column": 76
                                  },
                                  "end": {
                                    "line": 46,
                                    "column": 83
                                  }
                                },
                                "name": "onClick"
                              },
                              "value": {
                                "type": "JSXExpressionContainer",
                                "start": 1340,
                                "end": 1367,
                                "loc": {
                                  "start": {
                                    "line": 46,
                                    "column": 84
                                  },
                                  "end": {
                                    "line": 46,
                                    "column": 111
                                  }
                                },
                                "expression": {
                                  "type": "CallExpression",
                                  "start": 1341,
                                  "end": 1366,
                                  "loc": {
                                    "start": {
                                      "line": 46,
                                      "column": 85
                                    },
                                    "end": {
                                      "line": 46,
                                      "column": 110
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 1341,
                                    "end": 1360,
                                    "loc": {
                                      "start": {
                                        "line": 46,
                                        "column": 85
                                      },
                                      "end": {
                                        "line": 46,
                                        "column": 104
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 1341,
                                      "end": 1355,
                                      "loc": {
                                        "start": {
                                          "line": 46,
                                          "column": 85
                                        },
                                        "end": {
                                          "line": 46,
                                          "column": 99
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 1341,
                                        "end": 1345,
                                        "loc": {
                                          "start": {
                                            "line": 46,
                                            "column": 85
                                          },
                                          "end": {
                                            "line": 46,
                                            "column": 89
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1346,
                                        "end": 1355,
                                        "loc": {
                                          "start": {
                                            "line": 46,
                                            "column": 90
                                          },
                                          "end": {
                                            "line": 46,
                                            "column": 99
                                          }
                                        },
                                        "name": "clickItem"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1356,
                                      "end": 1360,
                                      "loc": {
                                        "start": {
                                          "line": 46,
                                          "column": 100
                                        },
                                        "end": {
                                          "line": 46,
                                          "column": 104
                                        }
                                      },
                                      "name": "bind"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "ThisExpression",
                                      "start": 1361,
                                      "end": 1365,
                                      "loc": {
                                        "start": {
                                          "line": 46,
                                          "column": 105
                                        },
                                        "end": {
                                          "line": 46,
                                          "column": 109
                                        }
                                      }
                                    }
                                  ]
                                }
                              }
                            }
                          ],
                          "name": {
                            "type": "JSXIdentifier",
                            "start": 1263,
                            "end": 1266,
                            "loc": {
                              "start": {
                                "line": 46,
                                "column": 7
                              },
                              "end": {
                                "line": 46,
                                "column": 10
                              }
                            },
                            "name": "div"
                          },
                          "selfClosing": false
                        },
                        "closingElement": {
                          "type": "JSXClosingElement",
                          "start": 1665,
                          "end": 1671,
                          "loc": {
                            "start": {
                              "line": 55,
                              "column": 6
                            },
                            "end": {
                              "line": 55,
                              "column": 12
                            }
                          },
                          "name": {
                            "type": "JSXIdentifier",
                            "start": 1667,
                            "end": 1670,
                            "loc": {
                              "start": {
                                "line": 55,
                                "column": 8
                              },
                              "end": {
                                "line": 55,
                                "column": 11
                              }
                            },
                            "name": "div"
                          }
                        },
                        "children": [
                          {
                            "type": "Literal",
                            "start": 1368,
                            "end": 1377,
                            "loc": {
                              "start": {
                                "line": 46,
                                "column": 112
                              },
                              "end": {
                                "line": 47,
                                "column": 8
                              }
                            },
                            "value": "\n        ",
                            "rawValue": null,
                            "raw": "\n        "
                          },
                          {
                            "type": "JSXElement",
                            "start": 1377,
                            "end": 1415,
                            "loc": {
                              "start": {
                                "line": 47,
                                "column": 8
                              },
                              "end": {
                                "line": 47,
                                "column": 46
                              }
                            },
                            "openingElement": {
                              "type": "JSXOpeningElement",
                              "start": 1377,
                              "end": 1409,
                              "loc": {
                                "start": {
                                  "line": 47,
                                  "column": 8
                                },
                                "end": {
                                  "line": 47,
                                  "column": 40
                                }
                              },
                              "attributes": [
                                {
                                  "type": "JSXAttribute",
                                  "start": 1382,
                                  "end": 1408,
                                  "loc": {
                                    "start": {
                                      "line": 47,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 47,
                                      "column": 39
                                    }
                                  },
                                  "name": {
                                    "type": "JSXIdentifier",
                                    "start": 1382,
                                    "end": 1391,
                                    "loc": {
                                      "start": {
                                        "line": 47,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 47,
                                        "column": 22
                                      }
                                    },
                                    "name": "className"
                                  },
                                  "value": {
                                    "type": "Literal",
                                    "start": 1392,
                                    "end": 1408,
                                    "loc": {
                                      "start": {
                                        "line": 47,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 47,
                                        "column": 39
                                      }
                                    },
                                    "value": "place__pointer",
                                    "rawValue": null,
                                    "raw": "\"place__pointer\""
                                  }
                                }
                              ],
                              "name": {
                                "type": "JSXIdentifier",
                                "start": 1378,
                                "end": 1381,
                                "loc": {
                                  "start": {
                                    "line": 47,
                                    "column": 9
                                  },
                                  "end": {
                                    "line": 47,
                                    "column": 12
                                  }
                                },
                                "name": "div"
                              },
                              "selfClosing": false
                            },
                            "closingElement": {
                              "type": "JSXClosingElement",
                              "start": 1409,
                              "end": 1415,
                              "loc": {
                                "start": {
                                  "line": 47,
                                  "column": 40
                                },
                                "end": {
                                  "line": 47,
                                  "column": 46
                                }
                              },
                              "name": {
                                "type": "JSXIdentifier",
                                "start": 1411,
                                "end": 1414,
                                "loc": {
                                  "start": {
                                    "line": 47,
                                    "column": 42
                                  },
                                  "end": {
                                    "line": 47,
                                    "column": 45
                                  }
                                },
                                "name": "div"
                              }
                            },
                            "children": []
                          },
                          {
                            "type": "Literal",
                            "start": 1415,
                            "end": 1424,
                            "loc": {
                              "start": {
                                "line": 47,
                                "column": 46
                              },
                              "end": {
                                "line": 48,
                                "column": 8
                              }
                            },
                            "value": "\n        ",
                            "rawValue": null,
                            "raw": "\n        "
                          },
                          {
                            "type": "JSXElement",
                            "start": 1424,
                            "end": 1482,
                            "loc": {
                              "start": {
                                "line": 48,
                                "column": 8
                              },
                              "end": {
                                "line": 49,
                                "column": 14
                              }
                            },
                            "openingElement": {
                              "type": "JSXOpeningElement",
                              "start": 1424,
                              "end": 1467,
                              "loc": {
                                "start": {
                                  "line": 48,
                                  "column": 8
                                },
                                "end": {
                                  "line": 48,
                                  "column": 51
                                }
                              },
                              "attributes": [
                                {
                                  "type": "JSXAttribute",
                                  "start": 1429,
                                  "end": 1449,
                                  "loc": {
                                    "start": {
                                      "line": 48,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 48,
                                      "column": 33
                                    }
                                  },
                                  "name": {
                                    "type": "JSXIdentifier",
                                    "start": 1429,
                                    "end": 1438,
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 22
                                      }
                                    },
                                    "name": "className"
                                  },
                                  "value": {
                                    "type": "JSXExpressionContainer",
                                    "start": 1439,
                                    "end": 1449,
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 33
                                      }
                                    },
                                    "expression": {
                                      "type": "Identifier",
                                      "start": 1440,
                                      "end": 1448,
                                      "loc": {
                                        "start": {
                                          "line": 48,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 48,
                                          "column": 32
                                        }
                                      },
                                      "name": "picClass"
                                    }
                                  }
                                },
                                {
                                  "type": "JSXAttribute",
                                  "start": 1450,
                                  "end": 1466,
                                  "loc": {
                                    "start": {
                                      "line": 48,
                                      "column": 34
                                    },
                                    "end": {
                                      "line": 48,
                                      "column": 50
                                    }
                                  },
                                  "name": {
                                    "type": "JSXIdentifier",
                                    "start": 1450,
                                    "end": 1455,
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 34
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 39
                                      }
                                    },
                                    "name": "style"
                                  },
                                  "value": {
                                    "type": "JSXExpressionContainer",
                                    "start": 1456,
                                    "end": 1466,
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 40
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 50
                                      }
                                    },
                                    "expression": {
                                      "type": "Identifier",
                                      "start": 1457,
                                      "end": 1465,
                                      "loc": {
                                        "start": {
                                          "line": 48,
                                          "column": 41
                                        },
                                        "end": {
                                          "line": 48,
                                          "column": 49
                                        }
                                      },
                                      "name": "imgStyle"
                                    }
                                  }
                                }
                              ],
                              "name": {
                                "type": "JSXIdentifier",
                                "start": 1425,
                                "end": 1428,
                                "loc": {
                                  "start": {
                                    "line": 48,
                                    "column": 9
                                  },
                                  "end": {
                                    "line": 48,
                                    "column": 12
                                  }
                                },
                                "name": "div"
                              },
                              "selfClosing": false
                            },
                            "closingElement": {
                              "type": "JSXClosingElement",
                              "start": 1476,
                              "end": 1482,
                              "loc": {
                                "start": {
                                  "line": 49,
                                  "column": 8
                                },
                                "end": {
                                  "line": 49,
                                  "column": 14
                                }
                              },
                              "name": {
                                "type": "JSXIdentifier",
                                "start": 1478,
                                "end": 1481,
                                "loc": {
                                  "start": {
                                    "line": 49,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 49,
                                    "column": 13
                                  }
                                },
                                "name": "div"
                              }
                            },
                            "children": [
                              {
                                "type": "Literal",
                                "start": 1467,
                                "end": 1476,
                                "loc": {
                                  "start": {
                                    "line": 48,
                                    "column": 51
                                  },
                                  "end": {
                                    "line": 49,
                                    "column": 8
                                  }
                                },
                                "value": "\n        ",
                                "rawValue": null,
                                "raw": "\n        "
                              }
                            ]
                          },
                          {
                            "type": "Literal",
                            "start": 1482,
                            "end": 1491,
                            "loc": {
                              "start": {
                                "line": 49,
                                "column": 14
                              },
                              "end": {
                                "line": 50,
                                "column": 8
                              }
                            },
                            "value": "\n        ",
                            "rawValue": null,
                            "raw": "\n        "
                          },
                          {
                            "type": "JSXElement",
                            "start": 1491,
                            "end": 1537,
                            "loc": {
                              "start": {
                                "line": 50,
                                "column": 8
                              },
                              "end": {
                                "line": 50,
                                "column": 54
                              }
                            },
                            "openingElement": {
                              "type": "JSXOpeningElement",
                              "start": 1491,
                              "end": 1521,
                              "loc": {
                                "start": {
                                  "line": 50,
                                  "column": 8
                                },
                                "end": {
                                  "line": 50,
                                  "column": 38
                                }
                              },
                              "attributes": [
                                {
                                  "type": "JSXAttribute",
                                  "start": 1496,
                                  "end": 1520,
                                  "loc": {
                                    "start": {
                                      "line": 50,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 50,
                                      "column": 37
                                    }
                                  },
                                  "name": {
                                    "type": "JSXIdentifier",
                                    "start": 1496,
                                    "end": 1505,
                                    "loc": {
                                      "start": {
                                        "line": 50,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 50,
                                        "column": 22
                                      }
                                    },
                                    "name": "className"
                                  },
                                  "value": {
                                    "type": "Literal",
                                    "start": 1506,
                                    "end": 1520,
                                    "loc": {
                                      "start": {
                                        "line": 50,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 50,
                                        "column": 37
                                      }
                                    },
                                    "value": "place__order",
                                    "rawValue": null,
                                    "raw": "\"place__order\""
                                  }
                                }
                              ],
                              "name": {
                                "type": "JSXIdentifier",
                                "start": 1492,
                                "end": 1495,
                                "loc": {
                                  "start": {
                                    "line": 50,
                                    "column": 9
                                  },
                                  "end": {
                                    "line": 50,
                                    "column": 12
                                  }
                                },
                                "name": "div"
                              },
                              "selfClosing": false
                            },
                            "closingElement": {
                              "type": "JSXClosingElement",
                              "start": 1531,
                              "end": 1537,
                              "loc": {
                                "start": {
                                  "line": 50,
                                  "column": 48
                                },
                                "end": {
                                  "line": 50,
                                  "column": 54
                                }
                              },
                              "name": {
                                "type": "JSXIdentifier",
                                "start": 1533,
                                "end": 1536,
                                "loc": {
                                  "start": {
                                    "line": 50,
                                    "column": 50
                                  },
                                  "end": {
                                    "line": 50,
                                    "column": 53
                                  }
                                },
                                "name": "div"
                              }
                            },
                            "children": [
                              {
                                "type": "JSXExpressionContainer",
                                "start": 1521,
                                "end": 1531,
                                "loc": {
                                  "start": {
                                    "line": 50,
                                    "column": 38
                                  },
                                  "end": {
                                    "line": 50,
                                    "column": 48
                                  }
                                },
                                "expression": {
                                  "type": "BinaryExpression",
                                  "start": 1522,
                                  "end": 1530,
                                  "loc": {
                                    "start": {
                                      "line": 50,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 50,
                                      "column": 47
                                    }
                                  },
                                  "left": {
                                    "type": "MemberExpression",
                                    "start": 1522,
                                    "end": 1528,
                                    "loc": {
                                      "start": {
                                        "line": 50,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 50,
                                        "column": 45
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 1522,
                                      "end": 1526,
                                      "loc": {
                                        "start": {
                                          "line": 50,
                                          "column": 39
                                        },
                                        "end": {
                                          "line": 50,
                                          "column": 43
                                        }
                                      },
                                      "name": "item"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1527,
                                      "end": 1528,
                                      "loc": {
                                        "start": {
                                          "line": 50,
                                          "column": 44
                                        },
                                        "end": {
                                          "line": 50,
                                          "column": 45
                                        }
                                      },
                                      "name": "i"
                                    },
                                    "computed": false
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "Literal",
                                    "start": 1529,
                                    "end": 1530,
                                    "loc": {
                                      "start": {
                                        "line": 50,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 50,
                                        "column": 47
                                      }
                                    },
                                    "value": 1,
                                    "rawValue": 1,
                                    "raw": "1"
                                  }
                                }
                              }
                            ]
                          },
                          {
                            "type": "Literal",
                            "start": 1537,
                            "end": 1546,
                            "loc": {
                              "start": {
                                "line": 50,
                                "column": 54
                              },
                              "end": {
                                "line": 51,
                                "column": 8
                              }
                            },
                            "value": "\n        ",
                            "rawValue": null,
                            "raw": "\n        "
                          },
                          {
                            "type": "JSXElement",
                            "start": 1546,
                            "end": 1658,
                            "loc": {
                              "start": {
                                "line": 51,
                                "column": 8
                              },
                              "end": {
                                "line": 54,
                                "column": 14
                              }
                            },
                            "openingElement": {
                              "type": "JSXOpeningElement",
                              "start": 1546,
                              "end": 1575,
                              "loc": {
                                "start": {
                                  "line": 51,
                                  "column": 8
                                },
                                "end": {
                                  "line": 51,
                                  "column": 37
                                }
                              },
                              "attributes": [
                                {
                                  "type": "JSXAttribute",
                                  "start": 1551,
                                  "end": 1574,
                                  "loc": {
                                    "start": {
                                      "line": 51,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 51,
                                      "column": 36
                                    }
                                  },
                                  "name": {
                                    "type": "JSXIdentifier",
                                    "start": 1551,
                                    "end": 1560,
                                    "loc": {
                                      "start": {
                                        "line": 51,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 51,
                                        "column": 22
                                      }
                                    },
                                    "name": "className"
                                  },
                                  "value": {
                                    "type": "Literal",
                                    "start": 1561,
                                    "end": 1574,
                                    "loc": {
                                      "start": {
                                        "line": 51,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 51,
                                        "column": 36
                                      }
                                    },
                                    "value": "place__text",
                                    "rawValue": null,
                                    "raw": "\"place__text\""
                                  }
                                }
                              ],
                              "name": {
                                "type": "JSXIdentifier",
                                "start": 1547,
                                "end": 1550,
                                "loc": {
                                  "start": {
                                    "line": 51,
                                    "column": 9
                                  },
                                  "end": {
                                    "line": 51,
                                    "column": 12
                                  }
                                },
                                "name": "div"
                              },
                              "selfClosing": false
                            },
                            "closingElement": {
                              "type": "JSXClosingElement",
                              "start": 1652,
                              "end": 1658,
                              "loc": {
                                "start": {
                                  "line": 54,
                                  "column": 8
                                },
                                "end": {
                                  "line": 54,
                                  "column": 14
                                }
                              },
                              "name": {
                                "type": "JSXIdentifier",
                                "start": 1654,
                                "end": 1657,
                                "loc": {
                                  "start": {
                                    "line": 54,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 54,
                                    "column": 13
                                  }
                                },
                                "name": "div"
                              }
                            },
                            "children": [
                              {
                                "type": "Literal",
                                "start": 1575,
                                "end": 1586,
                                "loc": {
                                  "start": {
                                    "line": 51,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 52,
                                    "column": 10
                                  }
                                },
                                "value": "\n          ",
                                "rawValue": null,
                                "raw": "\n          "
                              },
                              {
                                "type": "JSXElement",
                                "start": 1586,
                                "end": 1622,
                                "loc": {
                                  "start": {
                                    "line": 52,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 52,
                                    "column": 46
                                  }
                                },
                                "openingElement": {
                                  "type": "JSXOpeningElement",
                                  "start": 1586,
                                  "end": 1609,
                                  "loc": {
                                    "start": {
                                      "line": 52,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 52,
                                      "column": 33
                                    }
                                  },
                                  "attributes": [
                                    {
                                      "type": "JSXAttribute",
                                      "start": 1591,
                                      "end": 1608,
                                      "loc": {
                                        "start": {
                                          "line": 52,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 52,
                                          "column": 32
                                        }
                                      },
                                      "name": {
                                        "type": "JSXIdentifier",
                                        "start": 1591,
                                        "end": 1600,
                                        "loc": {
                                          "start": {
                                            "line": 52,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 52,
                                            "column": 24
                                          }
                                        },
                                        "name": "className"
                                      },
                                      "value": {
                                        "type": "Literal",
                                        "start": 1601,
                                        "end": 1608,
                                        "loc": {
                                          "start": {
                                            "line": 52,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 52,
                                            "column": 32
                                          }
                                        },
                                        "value": "title",
                                        "rawValue": null,
                                        "raw": "\"title\""
                                      }
                                    }
                                  ],
                                  "name": {
                                    "type": "JSXIdentifier",
                                    "start": 1587,
                                    "end": 1590,
                                    "loc": {
                                      "start": {
                                        "line": 52,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 52,
                                        "column": 14
                                      }
                                    },
                                    "name": "div"
                                  },
                                  "selfClosing": false
                                },
                                "closingElement": {
                                  "type": "JSXClosingElement",
                                  "start": 1616,
                                  "end": 1622,
                                  "loc": {
                                    "start": {
                                      "line": 52,
                                      "column": 40
                                    },
                                    "end": {
                                      "line": 52,
                                      "column": 46
                                    }
                                  },
                                  "name": {
                                    "type": "JSXIdentifier",
                                    "start": 1618,
                                    "end": 1621,
                                    "loc": {
                                      "start": {
                                        "line": 52,
                                        "column": 42
                                      },
                                      "end": {
                                        "line": 52,
                                        "column": 45
                                      }
                                    },
                                    "name": "div"
                                  }
                                },
                                "children": [
                                  {
                                    "type": "JSXExpressionContainer",
                                    "start": 1609,
                                    "end": 1616,
                                    "loc": {
                                      "start": {
                                        "line": 52,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 52,
                                        "column": 40
                                      }
                                    },
                                    "expression": {
                                      "type": "Identifier",
                                      "start": 1610,
                                      "end": 1615,
                                      "loc": {
                                        "start": {
                                          "line": 52,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 52,
                                          "column": 39
                                        }
                                      },
                                      "name": "title"
                                    }
                                  }
                                ]
                              },
                              {
                                "type": "Literal",
                                "start": 1622,
                                "end": 1633,
                                "loc": {
                                  "start": {
                                    "line": 52,
                                    "column": 46
                                  },
                                  "end": {
                                    "line": 53,
                                    "column": 10
                                  }
                                },
                                "value": "\n          ",
                                "rawValue": null,
                                "raw": "\n          "
                              },
                              {
                                "type": "JSXExpressionContainer",
                                "start": 1633,
                                "end": 1643,
                                "loc": {
                                  "start": {
                                    "line": 53,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 53,
                                    "column": 20
                                  }
                                },
                                "expression": {
                                  "type": "Identifier",
                                  "start": 1634,
                                  "end": 1642,
                                  "loc": {
                                    "start": {
                                      "line": 53,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 53,
                                      "column": 19
                                    }
                                  },
                                  "name": "subtitle"
                                }
                              },
                              {
                                "type": "Literal",
                                "start": 1643,
                                "end": 1652,
                                "loc": {
                                  "start": {
                                    "line": 53,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 54,
                                    "column": 8
                                  }
                                },
                                "value": "\n        ",
                                "rawValue": null,
                                "raw": "\n        "
                              }
                            ]
                          },
                          {
                            "type": "Literal",
                            "start": 1658,
                            "end": 1665,
                            "loc": {
                              "start": {
                                "line": 54,
                                "column": 14
                              },
                              "end": {
                                "line": 55,
                                "column": 6
                              }
                            },
                            "value": "\n      ",
                            "rawValue": null,
                            "raw": "\n      "
                          }
                        ],
                        "parenthesizedExpression": true
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 1686,
              "end": 2035,
              "loc": {
                "start": {
                  "line": 59,
                  "column": 2
                },
                "end": {
                  "line": 67,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1686,
                "end": 1695,
                "loc": {
                  "start": {
                    "line": 59,
                    "column": 2
                  },
                  "end": {
                    "line": 59,
                    "column": 11
                  }
                },
                "name": "clickItem"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 1695,
                "end": 2035,
                "loc": {
                  "start": {
                    "line": 59,
                    "column": 11
                  },
                  "end": {
                    "line": 67,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 1698,
                  "end": 2035,
                  "loc": {
                    "start": {
                      "line": 59,
                      "column": 14
                    },
                    "end": {
                      "line": 67,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 1704,
                      "end": 1727,
                      "loc": {
                        "start": {
                          "line": 60,
                          "column": 4
                        },
                        "end": {
                          "line": 60,
                          "column": 27
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 1708,
                          "end": 1726,
                          "loc": {
                            "start": {
                              "line": 60,
                              "column": 8
                            },
                            "end": {
                              "line": 60,
                              "column": 26
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 1708,
                            "end": 1713,
                            "loc": {
                              "start": {
                                "line": 60,
                                "column": 8
                              },
                              "end": {
                                "line": 60,
                                "column": 13
                              }
                            },
                            "name": "props"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 1716,
                            "end": 1726,
                            "loc": {
                              "start": {
                                "line": 60,
                                "column": 16
                              },
                              "end": {
                                "line": 60,
                                "column": 26
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1716,
                              "end": 1720,
                              "loc": {
                                "start": {
                                  "line": 60,
                                  "column": 16
                                },
                                "end": {
                                  "line": 60,
                                  "column": 20
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1721,
                              "end": 1726,
                              "loc": {
                                "start": {
                                  "line": 60,
                                  "column": 21
                                },
                                "end": {
                                  "line": 60,
                                  "column": 26
                                }
                              },
                              "name": "props"
                            },
                            "computed": false
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "IfStatement",
                      "start": 1732,
                      "end": 2031,
                      "loc": {
                        "start": {
                          "line": 61,
                          "column": 4
                        },
                        "end": {
                          "line": 66,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 1735,
                        "end": 1767,
                        "loc": {
                          "start": {
                            "line": 61,
                            "column": 7
                          },
                          "end": {
                            "line": 61,
                            "column": 39
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 1735,
                          "end": 1755,
                          "loc": {
                            "start": {
                              "line": 61,
                              "column": 7
                            },
                            "end": {
                              "line": 61,
                              "column": 27
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1735,
                            "end": 1745,
                            "loc": {
                              "start": {
                                "line": 61,
                                "column": 7
                              },
                              "end": {
                                "line": 61,
                                "column": 17
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 1735,
                              "end": 1740,
                              "loc": {
                                "start": {
                                  "line": 61,
                                  "column": 7
                                },
                                "end": {
                                  "line": 61,
                                  "column": 12
                                }
                              },
                              "name": "props"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1741,
                              "end": 1745,
                              "loc": {
                                "start": {
                                  "line": 61,
                                  "column": 13
                                },
                                "end": {
                                  "line": 61,
                                  "column": 17
                                }
                              },
                              "name": "item"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1746,
                            "end": 1755,
                            "loc": {
                              "start": {
                                "line": 61,
                                "column": 18
                              },
                              "end": {
                                "line": 61,
                                "column": 27
                              }
                            },
                            "name": "item_type"
                          },
                          "computed": false
                        },
                        "operator": "===",
                        "right": {
                          "type": "Literal",
                          "start": 1760,
                          "end": 1767,
                          "loc": {
                            "start": {
                              "line": 61,
                              "column": 32
                            },
                            "end": {
                              "line": 61,
                              "column": 39
                            }
                          },
                          "value": "Place",
                          "rawValue": "Place",
                          "raw": "\"Place\""
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 1769,
                        "end": 1895,
                        "loc": {
                          "start": {
                            "line": 61,
                            "column": 41
                          },
                          "end": {
                            "line": 63,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 1777,
                            "end": 1889,
                            "loc": {
                              "start": {
                                "line": 62,
                                "column": 6
                              },
                              "end": {
                                "line": 62,
                                "column": 118
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 1777,
                              "end": 1888,
                              "loc": {
                                "start": {
                                  "line": 62,
                                  "column": 6
                                },
                                "end": {
                                  "line": 62,
                                  "column": 117
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 1777,
                                "end": 1797,
                                "loc": {
                                  "start": {
                                    "line": 62,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 62,
                                    "column": 26
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 1777,
                                  "end": 1787,
                                  "loc": {
                                    "start": {
                                      "line": 62,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 62,
                                      "column": 16
                                    }
                                  },
                                  "name": "MapActions"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1788,
                                  "end": 1797,
                                  "loc": {
                                    "start": {
                                      "line": 62,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 62,
                                      "column": 26
                                    }
                                  },
                                  "name": "gotoPlace"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "ObjectExpression",
                                  "start": 1798,
                                  "end": 1887,
                                  "loc": {
                                    "start": {
                                      "line": 62,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 62,
                                      "column": 116
                                    }
                                  },
                                  "properties": [
                                    {
                                      "type": "Property",
                                      "start": 1800,
                                      "end": 1822,
                                      "loc": {
                                        "start": {
                                          "line": 62,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 62,
                                          "column": 51
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 1800,
                                        "end": 1805,
                                        "loc": {
                                          "start": {
                                            "line": 62,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 62,
                                            "column": 34
                                          }
                                        },
                                        "name": "place"
                                      },
                                      "value": {
                                        "type": "MemberExpression",
                                        "start": 1807,
                                        "end": 1822,
                                        "loc": {
                                          "start": {
                                            "line": 62,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 62,
                                            "column": 51
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 1807,
                                          "end": 1817,
                                          "loc": {
                                            "start": {
                                              "line": 62,
                                              "column": 36
                                            },
                                            "end": {
                                              "line": 62,
                                              "column": 46
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 1807,
                                            "end": 1812,
                                            "loc": {
                                              "start": {
                                                "line": 62,
                                                "column": 36
                                              },
                                              "end": {
                                                "line": 62,
                                                "column": 41
                                              }
                                            },
                                            "name": "props"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1813,
                                            "end": 1817,
                                            "loc": {
                                              "start": {
                                                "line": 62,
                                                "column": 42
                                              },
                                              "end": {
                                                "line": 62,
                                                "column": 46
                                              }
                                            },
                                            "name": "item"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 1818,
                                          "end": 1822,
                                          "loc": {
                                            "start": {
                                              "line": 62,
                                              "column": 47
                                            },
                                            "end": {
                                              "line": 62,
                                              "column": 51
                                            }
                                          },
                                          "name": "slug"
                                        },
                                        "computed": false
                                      },
                                      "kind": "init"
                                    },
                                    {
                                      "type": "Property",
                                      "start": 1824,
                                      "end": 1852,
                                      "loc": {
                                        "start": {
                                          "line": 62,
                                          "column": 53
                                        },
                                        "end": {
                                          "line": 62,
                                          "column": 81
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 1824,
                                        "end": 1834,
                                        "loc": {
                                          "start": {
                                            "line": 62,
                                            "column": 53
                                          },
                                          "end": {
                                            "line": 62,
                                            "column": 63
                                          }
                                        },
                                        "name": "placeTitle"
                                      },
                                      "value": {
                                        "type": "MemberExpression",
                                        "start": 1836,
                                        "end": 1852,
                                        "loc": {
                                          "start": {
                                            "line": 62,
                                            "column": 65
                                          },
                                          "end": {
                                            "line": 62,
                                            "column": 81
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 1836,
                                          "end": 1846,
                                          "loc": {
                                            "start": {
                                              "line": 62,
                                              "column": 65
                                            },
                                            "end": {
                                              "line": 62,
                                              "column": 75
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 1836,
                                            "end": 1841,
                                            "loc": {
                                              "start": {
                                                "line": 62,
                                                "column": 65
                                              },
                                              "end": {
                                                "line": 62,
                                                "column": 70
                                              }
                                            },
                                            "name": "props"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1842,
                                            "end": 1846,
                                            "loc": {
                                              "start": {
                                                "line": 62,
                                                "column": 71
                                              },
                                              "end": {
                                                "line": 62,
                                                "column": 75
                                              }
                                            },
                                            "name": "item"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 1847,
                                          "end": 1852,
                                          "loc": {
                                            "start": {
                                              "line": 62,
                                              "column": 76
                                            },
                                            "end": {
                                              "line": 62,
                                              "column": 81
                                            }
                                          },
                                          "name": "title"
                                        },
                                        "computed": false
                                      },
                                      "kind": "init"
                                    },
                                    {
                                      "type": "Property",
                                      "start": 1854,
                                      "end": 1885,
                                      "loc": {
                                        "start": {
                                          "line": 62,
                                          "column": 83
                                        },
                                        "end": {
                                          "line": 62,
                                          "column": 114
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 1854,
                                        "end": 1864,
                                        "loc": {
                                          "start": {
                                            "line": 62,
                                            "column": 83
                                          },
                                          "end": {
                                            "line": 62,
                                            "column": 93
                                          }
                                        },
                                        "name": "breadcrumb"
                                      },
                                      "value": {
                                        "type": "MemberExpression",
                                        "start": 1866,
                                        "end": 1885,
                                        "loc": {
                                          "start": {
                                            "line": 62,
                                            "column": 95
                                          },
                                          "end": {
                                            "line": 62,
                                            "column": 114
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 1866,
                                          "end": 1876,
                                          "loc": {
                                            "start": {
                                              "line": 62,
                                              "column": 95
                                            },
                                            "end": {
                                              "line": 62,
                                              "column": 105
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 1866,
                                            "end": 1871,
                                            "loc": {
                                              "start": {
                                                "line": 62,
                                                "column": 95
                                              },
                                              "end": {
                                                "line": 62,
                                                "column": 100
                                              }
                                            },
                                            "name": "props"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1872,
                                            "end": 1876,
                                            "loc": {
                                              "start": {
                                                "line": 62,
                                                "column": 101
                                              },
                                              "end": {
                                                "line": 62,
                                                "column": 105
                                              }
                                            },
                                            "name": "item"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 1877,
                                          "end": 1885,
                                          "loc": {
                                            "start": {
                                              "line": 62,
                                              "column": 106
                                            },
                                            "end": {
                                              "line": 62,
                                              "column": 114
                                            }
                                          },
                                          "name": "subtitle"
                                        },
                                        "computed": false
                                      },
                                      "kind": "init"
                                    }
                                  ]
                                }
                              ]
                            }
                          }
                        ]
                      },
                      "alternate": {
                        "type": "BlockStatement",
                        "start": 1901,
                        "end": 2031,
                        "loc": {
                          "start": {
                            "line": 63,
                            "column": 11
                          },
                          "end": {
                            "line": 66,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 1909,
                            "end": 1970,
                            "loc": {
                              "start": {
                                "line": 64,
                                "column": 6
                              },
                              "end": {
                                "line": 64,
                                "column": 67
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 1909,
                              "end": 1969,
                              "loc": {
                                "start": {
                                  "line": 64,
                                  "column": 6
                                },
                                "end": {
                                  "line": 64,
                                  "column": 66
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 1909,
                                "end": 1927,
                                "loc": {
                                  "start": {
                                    "line": 64,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 64,
                                    "column": 24
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 1909,
                                  "end": 1919,
                                  "loc": {
                                    "start": {
                                      "line": 64,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 64,
                                      "column": 16
                                    }
                                  },
                                  "name": "MapActions"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1920,
                                  "end": 1927,
                                  "loc": {
                                    "start": {
                                      "line": 64,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 64,
                                      "column": 24
                                    }
                                  },
                                  "name": "poiOpen"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "ObjectExpression",
                                  "start": 1928,
                                  "end": 1968,
                                  "loc": {
                                    "start": {
                                      "line": 64,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 64,
                                      "column": 65
                                    }
                                  },
                                  "properties": [
                                    {
                                      "type": "Property",
                                      "start": 1930,
                                      "end": 1949,
                                      "loc": {
                                        "start": {
                                          "line": 64,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 64,
                                          "column": 46
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 1930,
                                        "end": 1935,
                                        "loc": {
                                          "start": {
                                            "line": 64,
                                            "column": 27
                                          },
                                          "end": {
                                            "line": 64,
                                            "column": 32
                                          }
                                        },
                                        "name": "index"
                                      },
                                      "value": {
                                        "type": "MemberExpression",
                                        "start": 1937,
                                        "end": 1949,
                                        "loc": {
                                          "start": {
                                            "line": 64,
                                            "column": 34
                                          },
                                          "end": {
                                            "line": 64,
                                            "column": 46
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 1937,
                                          "end": 1947,
                                          "loc": {
                                            "start": {
                                              "line": 64,
                                              "column": 34
                                            },
                                            "end": {
                                              "line": 64,
                                              "column": 44
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 1937,
                                            "end": 1942,
                                            "loc": {
                                              "start": {
                                                "line": 64,
                                                "column": 34
                                              },
                                              "end": {
                                                "line": 64,
                                                "column": 39
                                              }
                                            },
                                            "name": "props"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1943,
                                            "end": 1947,
                                            "loc": {
                                              "start": {
                                                "line": 64,
                                                "column": 40
                                              },
                                              "end": {
                                                "line": 64,
                                                "column": 44
                                              }
                                            },
                                            "name": "item"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 1948,
                                          "end": 1949,
                                          "loc": {
                                            "start": {
                                              "line": 64,
                                              "column": 45
                                            },
                                            "end": {
                                              "line": 64,
                                              "column": 46
                                            }
                                          },
                                          "name": "i"
                                        },
                                        "computed": false
                                      },
                                      "kind": "init"
                                    },
                                    {
                                      "type": "Property",
                                      "start": 1951,
                                      "end": 1966,
                                      "loc": {
                                        "start": {
                                          "line": 64,
                                          "column": 48
                                        },
                                        "end": {
                                          "line": 64,
                                          "column": 63
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 1951,
                                        "end": 1954,
                                        "loc": {
                                          "start": {
                                            "line": 64,
                                            "column": 48
                                          },
                                          "end": {
                                            "line": 64,
                                            "column": 51
                                          }
                                        },
                                        "name": "poi"
                                      },
                                      "value": {
                                        "type": "MemberExpression",
                                        "start": 1956,
                                        "end": 1966,
                                        "loc": {
                                          "start": {
                                            "line": 64,
                                            "column": 53
                                          },
                                          "end": {
                                            "line": 64,
                                            "column": 63
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 1956,
                                          "end": 1961,
                                          "loc": {
                                            "start": {
                                              "line": 64,
                                              "column": 53
                                            },
                                            "end": {
                                              "line": 64,
                                              "column": 58
                                            }
                                          },
                                          "name": "props"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 1962,
                                          "end": 1966,
                                          "loc": {
                                            "start": {
                                              "line": 64,
                                              "column": 59
                                            },
                                            "end": {
                                              "line": 64,
                                              "column": 63
                                            }
                                          },
                                          "name": "item"
                                        },
                                        "computed": false
                                      },
                                      "kind": "init"
                                    }
                                  ]
                                }
                              ]
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 1977,
                            "end": 2025,
                            "loc": {
                              "start": {
                                "line": 65,
                                "column": 6
                              },
                              "end": {
                                "line": 65,
                                "column": 54
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 1977,
                              "end": 2024,
                              "loc": {
                                "start": {
                                  "line": 65,
                                  "column": 6
                                },
                                "end": {
                                  "line": 65,
                                  "column": 53
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 1977,
                                "end": 1996,
                                "loc": {
                                  "start": {
                                    "line": 65,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 65,
                                    "column": 25
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 1977,
                                  "end": 1987,
                                  "loc": {
                                    "start": {
                                      "line": 65,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 65,
                                      "column": 16
                                    }
                                  },
                                  "name": "MapActions"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1988,
                                  "end": 1996,
                                  "loc": {
                                    "start": {
                                      "line": 65,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 65,
                                      "column": 25
                                    }
                                  },
                                  "name": "pinHover"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "ObjectExpression",
                                  "start": 1997,
                                  "end": 2023,
                                  "loc": {
                                    "start": {
                                      "line": 65,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 65,
                                      "column": 52
                                    }
                                  },
                                  "properties": [
                                    {
                                      "type": "Property",
                                      "start": 1999,
                                      "end": 2021,
                                      "loc": {
                                        "start": {
                                          "line": 65,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 65,
                                          "column": 50
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 1999,
                                        "end": 2007,
                                        "loc": {
                                          "start": {
                                            "line": 65,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 65,
                                            "column": 36
                                          }
                                        },
                                        "name": "poiIndex"
                                      },
                                      "value": {
                                        "type": "MemberExpression",
                                        "start": 2009,
                                        "end": 2021,
                                        "loc": {
                                          "start": {
                                            "line": 65,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 65,
                                            "column": 50
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 2009,
                                          "end": 2019,
                                          "loc": {
                                            "start": {
                                              "line": 65,
                                              "column": 38
                                            },
                                            "end": {
                                              "line": 65,
                                              "column": 48
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 2009,
                                            "end": 2014,
                                            "loc": {
                                              "start": {
                                                "line": 65,
                                                "column": 38
                                              },
                                              "end": {
                                                "line": 65,
                                                "column": 43
                                              }
                                            },
                                            "name": "props"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 2015,
                                            "end": 2019,
                                            "loc": {
                                              "start": {
                                                "line": 65,
                                                "column": 44
                                              },
                                              "end": {
                                                "line": 65,
                                                "column": 48
                                              }
                                            },
                                            "name": "item"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 2020,
                                          "end": 2021,
                                          "loc": {
                                            "start": {
                                              "line": 65,
                                              "column": 49
                                            },
                                            "end": {
                                              "line": 65,
                                              "column": 50
                                            }
                                          },
                                          "name": "i"
                                        },
                                        "computed": false
                                      },
                                      "kind": "init"
                                    }
                                  ]
                                }
                              ]
                            }
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 2039,
              "end": 2137,
              "loc": {
                "start": {
                  "line": 69,
                  "column": 2
                },
                "end": {
                  "line": 72,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2039,
                "end": 2048,
                "loc": {
                  "start": {
                    "line": 69,
                    "column": 2
                  },
                  "end": {
                    "line": 69,
                    "column": 11
                  }
                },
                "name": "hoverItem"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 2048,
                "end": 2137,
                "loc": {
                  "start": {
                    "line": 69,
                    "column": 11
                  },
                  "end": {
                    "line": 72,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 2051,
                  "end": 2137,
                  "loc": {
                    "start": {
                      "line": 69,
                      "column": 14
                    },
                    "end": {
                      "line": 72,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 2057,
                      "end": 2080,
                      "loc": {
                        "start": {
                          "line": 70,
                          "column": 4
                        },
                        "end": {
                          "line": 70,
                          "column": 27
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 2061,
                          "end": 2079,
                          "loc": {
                            "start": {
                              "line": 70,
                              "column": 8
                            },
                            "end": {
                              "line": 70,
                              "column": 26
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 2061,
                            "end": 2066,
                            "loc": {
                              "start": {
                                "line": 70,
                                "column": 8
                              },
                              "end": {
                                "line": 70,
                                "column": 13
                              }
                            },
                            "name": "props"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 2069,
                            "end": 2079,
                            "loc": {
                              "start": {
                                "line": 70,
                                "column": 16
                              },
                              "end": {
                                "line": 70,
                                "column": 26
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 2069,
                              "end": 2073,
                              "loc": {
                                "start": {
                                  "line": 70,
                                  "column": 16
                                },
                                "end": {
                                  "line": 70,
                                  "column": 20
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2074,
                              "end": 2079,
                              "loc": {
                                "start": {
                                  "line": 70,
                                  "column": 21
                                },
                                "end": {
                                  "line": 70,
                                  "column": 26
                                }
                              },
                              "name": "props"
                            },
                            "computed": false
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2085,
                      "end": 2133,
                      "loc": {
                        "start": {
                          "line": 71,
                          "column": 4
                        },
                        "end": {
                          "line": 71,
                          "column": 52
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 2085,
                        "end": 2132,
                        "loc": {
                          "start": {
                            "line": 71,
                            "column": 4
                          },
                          "end": {
                            "line": 71,
                            "column": 51
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 2085,
                          "end": 2104,
                          "loc": {
                            "start": {
                              "line": 71,
                              "column": 4
                            },
                            "end": {
                              "line": 71,
                              "column": 23
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 2085,
                            "end": 2095,
                            "loc": {
                              "start": {
                                "line": 71,
                                "column": 4
                              },
                              "end": {
                                "line": 71,
                                "column": 14
                              }
                            },
                            "name": "MapActions"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2096,
                            "end": 2104,
                            "loc": {
                              "start": {
                                "line": 71,
                                "column": 15
                              },
                              "end": {
                                "line": 71,
                                "column": 23
                              }
                            },
                            "name": "pinHover"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ObjectExpression",
                            "start": 2105,
                            "end": 2131,
                            "loc": {
                              "start": {
                                "line": 71,
                                "column": 24
                              },
                              "end": {
                                "line": 71,
                                "column": 50
                              }
                            },
                            "properties": [
                              {
                                "type": "Property",
                                "start": 2107,
                                "end": 2129,
                                "loc": {
                                  "start": {
                                    "line": 71,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 71,
                                    "column": 48
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 2107,
                                  "end": 2115,
                                  "loc": {
                                    "start": {
                                      "line": 71,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 71,
                                      "column": 34
                                    }
                                  },
                                  "name": "poiIndex"
                                },
                                "value": {
                                  "type": "MemberExpression",
                                  "start": 2117,
                                  "end": 2129,
                                  "loc": {
                                    "start": {
                                      "line": 71,
                                      "column": 36
                                    },
                                    "end": {
                                      "line": 71,
                                      "column": 48
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 2117,
                                    "end": 2127,
                                    "loc": {
                                      "start": {
                                        "line": 71,
                                        "column": 36
                                      },
                                      "end": {
                                        "line": 71,
                                        "column": 46
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 2117,
                                      "end": 2122,
                                      "loc": {
                                        "start": {
                                          "line": 71,
                                          "column": 36
                                        },
                                        "end": {
                                          "line": 71,
                                          "column": 41
                                        }
                                      },
                                      "name": "props"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2123,
                                      "end": 2127,
                                      "loc": {
                                        "start": {
                                          "line": 71,
                                          "column": 42
                                        },
                                        "end": {
                                          "line": 71,
                                          "column": 46
                                        }
                                      },
                                      "name": "item"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2128,
                                    "end": 2129,
                                    "loc": {
                                      "start": {
                                        "line": 71,
                                        "column": 47
                                      },
                                      "end": {
                                        "line": 71,
                                        "column": 48
                                      }
                                    },
                                    "name": "i"
                                  },
                                  "computed": false
                                },
                                "kind": "init"
                              }
                            ]
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        "leadingComments": [
          {
            "type": "Block",
            "value": "*\n * Items on the map, or in the sidebar\n * @type {*|Function}x\n ",
            "start": 65,
            "end": 134,
            "loc": {
              "start": {
                "line": 4,
                "column": 0
              },
              "end": {
                "line": 7,
                "column": 3
              }
            },
            "range": [
              65,
              134
            ]
          }
        ],
        "trailingComments": []
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": "*\n * Items on the map, or in the sidebar\n * @type {*|Function}x\n ",
          "start": 65,
          "end": 134,
          "loc": {
            "start": {
              "line": 4,
              "column": 0
            },
            "end": {
              "line": 7,
              "column": 3
            }
          },
          "range": [
            65,
            134
          ]
        }
      ]
    }
  ]
}