{
  "type": "Program",
  "start": 0,
  "end": 1581,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 52,
      "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\""
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 64,
      "end": 103,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 39
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 71,
          "end": 77,
          "loc": {
            "start": {
              "line": 3,
              "column": 7
            },
            "end": {
              "line": 3,
              "column": 13
            }
          },
          "local": {
            "type": "Identifier",
            "start": 71,
            "end": 77,
            "loc": {
              "start": {
                "line": 3,
                "column": 7
              },
              "end": {
                "line": 3,
                "column": 13
              }
            },
            "name": "$clamp"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 83,
        "end": 102,
        "loc": {
          "start": {
            "line": 3,
            "column": 19
          },
          "end": {
            "line": 3,
            "column": 38
          }
        },
        "value": "clamp-js/clamp.js",
        "rawValue": "clamp-js/clamp.js",
        "raw": "\"clamp-js/clamp.js\""
      }
    },
    {
      "type": "ExportDefaultDeclaration",
      "start": 105,
      "end": 1580,
      "loc": {
        "start": {
          "line": 5,
          "column": 0
        },
        "end": {
          "line": 51,
          "column": 1
        }
      },
      "declaration": {
        "type": "ClassDeclaration",
        "start": 120,
        "end": 1580,
        "loc": {
          "start": {
            "line": 5,
            "column": 15
          },
          "end": {
            "line": 51,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 126,
          "end": 144,
          "loc": {
            "start": {
              "line": 5,
              "column": 21
            },
            "end": {
              "line": 5,
              "column": 39
            }
          },
          "name": "SidebarDetailsView"
        },
        "superClass": {
          "type": "MemberExpression",
          "start": 153,
          "end": 168,
          "loc": {
            "start": {
              "line": 5,
              "column": 48
            },
            "end": {
              "line": 5,
              "column": 63
            }
          },
          "object": {
            "type": "Identifier",
            "start": 153,
            "end": 158,
            "loc": {
              "start": {
                "line": 5,
                "column": 48
              },
              "end": {
                "line": 5,
                "column": 53
              }
            },
            "name": "React"
          },
          "property": {
            "type": "Identifier",
            "start": 159,
            "end": 168,
            "loc": {
              "start": {
                "line": 5,
                "column": 54
              },
              "end": {
                "line": 5,
                "column": 63
              }
            },
            "name": "Component"
          },
          "computed": false
        },
        "body": {
          "type": "ClassBody",
          "start": 168,
          "end": 1580,
          "loc": {
            "start": {
              "line": 5,
              "column": 63
            },
            "end": {
              "line": 51,
              "column": 1
            }
          },
          "body": [
            {
              "type": "MethodDefinition",
              "start": 172,
              "end": 274,
              "loc": {
                "start": {
                  "line": 6,
                  "column": 2
                },
                "end": {
                  "line": 10,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 172,
                "end": 189,
                "loc": {
                  "start": {
                    "line": 6,
                    "column": 2
                  },
                  "end": {
                    "line": 6,
                    "column": 19
                  }
                },
                "name": "componentDidMount"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 189,
                "end": 274,
                "loc": {
                  "start": {
                    "line": 6,
                    "column": 19
                  },
                  "end": {
                    "line": 10,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 192,
                  "end": 274,
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 22
                    },
                    "end": {
                      "line": 10,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 198,
                      "end": 239,
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 4
                        },
                        "end": {
                          "line": 7,
                          "column": 45
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 202,
                          "end": 238,
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 8
                            },
                            "end": {
                              "line": 7,
                              "column": 44
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 202,
                            "end": 204,
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 8
                              },
                              "end": {
                                "line": 7,
                                "column": 10
                              }
                            },
                            "name": "el"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 207,
                            "end": 238,
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 13
                              },
                              "end": {
                                "line": 7,
                                "column": 44
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 207,
                              "end": 236,
                              "loc": {
                                "start": {
                                  "line": 7,
                                  "column": 13
                                },
                                "end": {
                                  "line": 7,
                                  "column": 42
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 207,
                                "end": 225,
                                "loc": {
                                  "start": {
                                    "line": 7,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 7,
                                    "column": 31
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 207,
                                  "end": 216,
                                  "loc": {
                                    "start": {
                                      "line": 7,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 7,
                                      "column": 22
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 207,
                                    "end": 211,
                                    "loc": {
                                      "start": {
                                        "line": 7,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 7,
                                        "column": 17
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 212,
                                    "end": 216,
                                    "loc": {
                                      "start": {
                                        "line": 7,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 7,
                                        "column": 22
                                      }
                                    },
                                    "name": "refs"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 217,
                                  "end": 225,
                                  "loc": {
                                    "start": {
                                      "line": 7,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 7,
                                      "column": 31
                                    }
                                  },
                                  "name": "poiTitle"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 226,
                                "end": 236,
                                "loc": {
                                  "start": {
                                    "line": 7,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 7,
                                    "column": 42
                                  }
                                },
                                "name": "getDOMNode"
                              },
                              "computed": false
                            },
                            "arguments": []
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 245,
                      "end": 270,
                      "loc": {
                        "start": {
                          "line": 9,
                          "column": 4
                        },
                        "end": {
                          "line": 9,
                          "column": 29
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 245,
                        "end": 269,
                        "loc": {
                          "start": {
                            "line": 9,
                            "column": 4
                          },
                          "end": {
                            "line": 9,
                            "column": 28
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 245,
                          "end": 251,
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 4
                            },
                            "end": {
                              "line": 9,
                              "column": 10
                            }
                          },
                          "name": "$clamp"
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 252,
                            "end": 254,
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 11
                              },
                              "end": {
                                "line": 9,
                                "column": 13
                              }
                            },
                            "name": "el"
                          },
                          {
                            "type": "ObjectExpression",
                            "start": 256,
                            "end": 268,
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 15
                              },
                              "end": {
                                "line": 9,
                                "column": 27
                              }
                            },
                            "properties": [
                              {
                                "type": "Property",
                                "start": 258,
                                "end": 266,
                                "loc": {
                                  "start": {
                                    "line": 9,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 9,
                                    "column": 25
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 258,
                                  "end": 263,
                                  "loc": {
                                    "start": {
                                      "line": 9,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 9,
                                      "column": 22
                                    }
                                  },
                                  "name": "clamp"
                                },
                                "value": {
                                  "type": "Literal",
                                  "start": 265,
                                  "end": 266,
                                  "loc": {
                                    "start": {
                                      "line": 9,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 9,
                                      "column": 25
                                    }
                                  },
                                  "value": 2,
                                  "rawValue": 2,
                                  "raw": "2"
                                },
                                "kind": "init"
                              }
                            ]
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 277,
              "end": 1505,
              "loc": {
                "start": {
                  "line": 11,
                  "column": 2
                },
                "end": {
                  "line": 44,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 277,
                "end": 283,
                "loc": {
                  "start": {
                    "line": 11,
                    "column": 2
                  },
                  "end": {
                    "line": 11,
                    "column": 8
                  }
                },
                "name": "render"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 283,
                "end": 1505,
                "loc": {
                  "start": {
                    "line": 11,
                    "column": 8
                  },
                  "end": {
                    "line": 44,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 286,
                  "end": 1505,
                  "loc": {
                    "start": {
                      "line": 11,
                      "column": 11
                    },
                    "end": {
                      "line": 44,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 292,
                      "end": 462,
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 4
                        },
                        "end": {
                          "line": 15,
                          "column": 58
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 296,
                          "end": 316,
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 8
                            },
                            "end": {
                              "line": 12,
                              "column": 28
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 296,
                            "end": 299,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 8
                              },
                              "end": {
                                "line": 12,
                                "column": 11
                              }
                            },
                            "name": "poi"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 302,
                            "end": 316,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 14
                              },
                              "end": {
                                "line": 12,
                                "column": 28
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 302,
                              "end": 312,
                              "loc": {
                                "start": {
                                  "line": 12,
                                  "column": 14
                                },
                                "end": {
                                  "line": 12,
                                  "column": 24
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 302,
                                "end": 306,
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 18
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 307,
                                "end": 312,
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 24
                                  }
                                },
                                "name": "props"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 313,
                              "end": 316,
                              "loc": {
                                "start": {
                                  "line": 12,
                                  "column": 25
                                },
                                "end": {
                                  "line": 12,
                                  "column": 28
                                }
                              },
                              "name": "poi"
                            },
                            "computed": false
                          }
                        },
                        {
                          "type": "VariableDeclarator",
                          "start": 326,
                          "end": 336,
                          "loc": {
                            "start": {
                              "line": 13,
                              "column": 8
                            },
                            "end": {
                              "line": 13,
                              "column": 18
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 326,
                            "end": 331,
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 8
                              },
                              "end": {
                                "line": 13,
                                "column": 13
                              }
                            },
                            "name": "image"
                          },
                          "init": {
                            "type": "Literal",
                            "start": 334,
                            "end": 336,
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 16
                              },
                              "end": {
                                "line": 13,
                                "column": 18
                              }
                            },
                            "value": "",
                            "rawValue": "",
                            "raw": "\"\""
                          }
                        },
                        {
                          "type": "VariableDeclarator",
                          "start": 412,
                          "end": 461,
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 8
                            },
                            "end": {
                              "line": 15,
                              "column": 57
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 412,
                            "end": 416,
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 8
                              },
                              "end": {
                                "line": 15,
                                "column": 12
                              }
                            },
                            "name": "slug",
                            "leadingComments": null
                          },
                          "init": {
                            "type": "TemplateLiteral",
                            "start": 419,
                            "end": 461,
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 15
                              },
                              "end": {
                                "line": 15,
                                "column": 57
                              }
                            },
                            "expressions": [
                              {
                                "type": "MemberExpression",
                                "start": 451,
                                "end": 459,
                                "loc": {
                                  "start": {
                                    "line": 15,
                                    "column": 47
                                  },
                                  "end": {
                                    "line": 15,
                                    "column": 55
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 451,
                                  "end": 454,
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 47
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 50
                                    }
                                  },
                                  "name": "poi"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 455,
                                  "end": 459,
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 51
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 55
                                    }
                                  },
                                  "name": "slug"
                                },
                                "computed": false
                              }
                            ],
                            "quasis": [
                              {
                                "type": "TemplateElement",
                                "start": 420,
                                "end": 449,
                                "loc": {
                                  "start": {
                                    "line": 15,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 15,
                                    "column": 45
                                  }
                                },
                                "value": {
                                  "raw": "https://www.lonelyplanet.com/",
                                  "cooked": "https://www.lonelyplanet.com/"
                                },
                                "tail": false
                              },
                              {
                                "type": "TemplateElement",
                                "start": 460,
                                "end": 460,
                                "loc": {
                                  "start": {
                                    "line": 15,
                                    "column": 56
                                  },
                                  "end": {
                                    "line": 15,
                                    "column": 56
                                  }
                                },
                                "value": {
                                  "raw": "",
                                  "cooked": ""
                                },
                                "tail": true
                              }
                            ]
                          },
                          "leadingComments": [
                            {
                              "type": "CommentLine",
                              "value": " TODO Switch back to just ${poi.slug} once this is live",
                              "start": 346,
                              "end": 403,
                              "loc": {
                                "start": {
                                  "line": 14,
                                  "column": 8
                                },
                                "end": {
                                  "line": 14,
                                  "column": 65
                                }
                              },
                              "range": [
                                346,
                                403
                              ]
                            }
                          ]
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "IfStatement",
                      "start": 468,
                      "end": 704,
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 4
                        },
                        "end": {
                          "line": 22,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "MemberExpression",
                        "start": 472,
                        "end": 496,
                        "loc": {
                          "start": {
                            "line": 17,
                            "column": 8
                          },
                          "end": {
                            "line": 17,
                            "column": 32
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 472,
                          "end": 490,
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 8
                            },
                            "end": {
                              "line": 17,
                              "column": 26
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 472,
                            "end": 479,
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 8
                              },
                              "end": {
                                "line": 17,
                                "column": 15
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 472,
                              "end": 475,
                              "loc": {
                                "start": {
                                  "line": 17,
                                  "column": 8
                                },
                                "end": {
                                  "line": 17,
                                  "column": 11
                                }
                              },
                              "name": "poi"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 476,
                              "end": 479,
                              "loc": {
                                "start": {
                                  "line": 17,
                                  "column": 12
                                },
                                "end": {
                                  "line": 17,
                                  "column": 15
                                }
                              },
                              "name": "geo"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 480,
                            "end": 490,
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 16
                              },
                              "end": {
                                "line": 17,
                                "column": 26
                              }
                            },
                            "name": "properties"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 491,
                          "end": 496,
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 27
                            },
                            "end": {
                              "line": 17,
                              "column": 32
                            }
                          },
                          "name": "image"
                        },
                        "computed": false
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 498,
                        "end": 704,
                        "loc": {
                          "start": {
                            "line": 17,
                            "column": 34
                          },
                          "end": {
                            "line": 22,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "VariableDeclaration",
                            "start": 506,
                            "end": 598,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 6
                              },
                              "end": {
                                "line": 18,
                                "column": 98
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 510,
                                "end": 597,
                                "loc": {
                                  "start": {
                                    "line": 18,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 18,
                                    "column": 97
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 510,
                                  "end": 516,
                                  "loc": {
                                    "start": {
                                      "line": 18,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 18,
                                      "column": 16
                                    }
                                  },
                                  "name": "imgSrc"
                                },
                                "init": {
                                  "type": "TemplateLiteral",
                                  "start": 519,
                                  "end": 597,
                                  "loc": {
                                    "start": {
                                      "line": 18,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 18,
                                      "column": 97
                                    }
                                  },
                                  "expressions": [
                                    {
                                      "type": "MemberExpression",
                                      "start": 571,
                                      "end": 595,
                                      "loc": {
                                        "start": {
                                          "line": 18,
                                          "column": 71
                                        },
                                        "end": {
                                          "line": 18,
                                          "column": 95
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 571,
                                        "end": 589,
                                        "loc": {
                                          "start": {
                                            "line": 18,
                                            "column": 71
                                          },
                                          "end": {
                                            "line": 18,
                                            "column": 89
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 571,
                                          "end": 578,
                                          "loc": {
                                            "start": {
                                              "line": 18,
                                              "column": 71
                                            },
                                            "end": {
                                              "line": 18,
                                              "column": 78
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 571,
                                            "end": 574,
                                            "loc": {
                                              "start": {
                                                "line": 18,
                                                "column": 71
                                              },
                                              "end": {
                                                "line": 18,
                                                "column": 74
                                              }
                                            },
                                            "name": "poi"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 575,
                                            "end": 578,
                                            "loc": {
                                              "start": {
                                                "line": 18,
                                                "column": 75
                                              },
                                              "end": {
                                                "line": 18,
                                                "column": 78
                                              }
                                            },
                                            "name": "geo"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 579,
                                          "end": 589,
                                          "loc": {
                                            "start": {
                                              "line": 18,
                                              "column": 79
                                            },
                                            "end": {
                                              "line": 18,
                                              "column": 89
                                            }
                                          },
                                          "name": "properties"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 590,
                                        "end": 595,
                                        "loc": {
                                          "start": {
                                            "line": 18,
                                            "column": 90
                                          },
                                          "end": {
                                            "line": 18,
                                            "column": 95
                                          }
                                        },
                                        "name": "image"
                                      },
                                      "computed": false
                                    }
                                  ],
                                  "quasis": [
                                    {
                                      "type": "TemplateElement",
                                      "start": 520,
                                      "end": 569,
                                      "loc": {
                                        "start": {
                                          "line": 18,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 18,
                                          "column": 69
                                        }
                                      },
                                      "value": {
                                        "raw": "http://images-resrc.staticlp.com/s=w470,pd1/o=85/",
                                        "cooked": "http://images-resrc.staticlp.com/s=w470,pd1/o=85/"
                                      },
                                      "tail": false
                                    },
                                    {
                                      "type": "TemplateElement",
                                      "start": 596,
                                      "end": 596,
                                      "loc": {
                                        "start": {
                                          "line": 18,
                                          "column": 96
                                        },
                                        "end": {
                                          "line": 18,
                                          "column": 96
                                        }
                                      },
                                      "value": {
                                        "raw": "",
                                        "cooked": ""
                                      },
                                      "tail": true
                                    }
                                  ]
                                }
                              }
                            ],
                            "kind": "let"
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 605,
                            "end": 698,
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 6
                              },
                              "end": {
                                "line": 21,
                                "column": 13
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 605,
                              "end": 697,
                              "loc": {
                                "start": {
                                  "line": 19,
                                  "column": 6
                                },
                                "end": {
                                  "line": 21,
                                  "column": 12
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "Identifier",
                                "start": 605,
                                "end": 610,
                                "loc": {
                                  "start": {
                                    "line": 19,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 19,
                                    "column": 11
                                  }
                                },
                                "name": "image"
                              },
                              "right": {
                                "type": "JSXElement",
                                "start": 613,
                                "end": 697,
                                "loc": {
                                  "start": {
                                    "line": 19,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 12
                                  }
                                },
                                "openingElement": {
                                  "type": "JSXOpeningElement",
                                  "start": 613,
                                  "end": 645,
                                  "loc": {
                                    "start": {
                                      "line": 19,
                                      "column": 14
                                    },
                                    "end": {
                                      "line": 19,
                                      "column": 46
                                    }
                                  },
                                  "attributes": [
                                    {
                                      "type": "JSXAttribute",
                                      "start": 618,
                                      "end": 644,
                                      "loc": {
                                        "start": {
                                          "line": 19,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 19,
                                          "column": 45
                                        }
                                      },
                                      "name": {
                                        "type": "JSXIdentifier",
                                        "start": 618,
                                        "end": 627,
                                        "loc": {
                                          "start": {
                                            "line": 19,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 19,
                                            "column": 28
                                          }
                                        },
                                        "name": "className"
                                      },
                                      "value": {
                                        "type": "Literal",
                                        "start": 628,
                                        "end": 644,
                                        "loc": {
                                          "start": {
                                            "line": 19,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 19,
                                            "column": 45
                                          }
                                        },
                                        "value": "details__image",
                                        "rawValue": null,
                                        "raw": "\"details__image\""
                                      }
                                    }
                                  ],
                                  "name": {
                                    "type": "JSXIdentifier",
                                    "start": 614,
                                    "end": 617,
                                    "loc": {
                                      "start": {
                                        "line": 19,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 19,
                                        "column": 18
                                      }
                                    },
                                    "name": "div"
                                  },
                                  "selfClosing": false
                                },
                                "closingElement": {
                                  "type": "JSXClosingElement",
                                  "start": 691,
                                  "end": 697,
                                  "loc": {
                                    "start": {
                                      "line": 21,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 21,
                                      "column": 12
                                    }
                                  },
                                  "name": {
                                    "type": "JSXIdentifier",
                                    "start": 693,
                                    "end": 696,
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 11
                                      }
                                    },
                                    "name": "div"
                                  }
                                },
                                "children": [
                                  {
                                    "type": "Literal",
                                    "start": 645,
                                    "end": 654,
                                    "loc": {
                                      "start": {
                                        "line": 19,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 8
                                      }
                                    },
                                    "value": "\n        ",
                                    "rawValue": null,
                                    "raw": "\n        "
                                  },
                                  {
                                    "type": "JSXElement",
                                    "start": 654,
                                    "end": 684,
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 38
                                      }
                                    },
                                    "openingElement": {
                                      "type": "JSXOpeningElement",
                                      "start": 654,
                                      "end": 684,
                                      "loc": {
                                        "start": {
                                          "line": 20,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 20,
                                          "column": 38
                                        }
                                      },
                                      "attributes": [
                                        {
                                          "type": "JSXAttribute",
                                          "start": 659,
                                          "end": 671,
                                          "loc": {
                                            "start": {
                                              "line": 20,
                                              "column": 13
                                            },
                                            "end": {
                                              "line": 20,
                                              "column": 25
                                            }
                                          },
                                          "name": {
                                            "type": "JSXIdentifier",
                                            "start": 659,
                                            "end": 662,
                                            "loc": {
                                              "start": {
                                                "line": 20,
                                                "column": 13
                                              },
                                              "end": {
                                                "line": 20,
                                                "column": 16
                                              }
                                            },
                                            "name": "src"
                                          },
                                          "value": {
                                            "type": "JSXExpressionContainer",
                                            "start": 663,
                                            "end": 671,
                                            "loc": {
                                              "start": {
                                                "line": 20,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 20,
                                                "column": 25
                                              }
                                            },
                                            "expression": {
                                              "type": "Identifier",
                                              "start": 664,
                                              "end": 670,
                                              "loc": {
                                                "start": {
                                                  "line": 20,
                                                  "column": 18
                                                },
                                                "end": {
                                                  "line": 20,
                                                  "column": 24
                                                }
                                              },
                                              "name": "imgSrc"
                                            }
                                          }
                                        },
                                        {
                                          "type": "JSXAttribute",
                                          "start": 672,
                                          "end": 681,
                                          "loc": {
                                            "start": {
                                              "line": 20,
                                              "column": 26
                                            },
                                            "end": {
                                              "line": 20,
                                              "column": 35
                                            }
                                          },
                                          "name": {
                                            "type": "JSXIdentifier",
                                            "start": 672,
                                            "end": 675,
                                            "loc": {
                                              "start": {
                                                "line": 20,
                                                "column": 26
                                              },
                                              "end": {
                                                "line": 20,
                                                "column": 29
                                              }
                                            },
                                            "name": "ref"
                                          },
                                          "value": {
                                            "type": "Literal",
                                            "start": 676,
                                            "end": 681,
                                            "loc": {
                                              "start": {
                                                "line": 20,
                                                "column": 30
                                              },
                                              "end": {
                                                "line": 20,
                                                "column": 35
                                              }
                                            },
                                            "value": "img",
                                            "rawValue": null,
                                            "raw": "\"img\""
                                          }
                                        }
                                      ],
                                      "name": {
                                        "type": "JSXIdentifier",
                                        "start": 655,
                                        "end": 658,
                                        "loc": {
                                          "start": {
                                            "line": 20,
                                            "column": 9
                                          },
                                          "end": {
                                            "line": 20,
                                            "column": 12
                                          }
                                        },
                                        "name": "img"
                                      },
                                      "selfClosing": true
                                    },
                                    "closingElement": null,
                                    "children": []
                                  },
                                  {
                                    "type": "Literal",
                                    "start": 684,
                                    "end": 691,
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 6
                                      }
                                    },
                                    "value": "\n      ",
                                    "rawValue": null,
                                    "raw": "\n      "
                                  }
                                ]
                              }
                            }
                          }
                        ]
                      },
                      "alternate": null
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 710,
                      "end": 1501,
                      "loc": {
                        "start": {
                          "line": 24,
                          "column": 4
                        },
                        "end": {
                          "line": 43,
                          "column": 6
                        }
                      },
                      "argument": {
                        "type": "JSXElement",
                        "start": 725,
                        "end": 1494,
                        "loc": {
                          "start": {
                            "line": 25,
                            "column": 6
                          },
                          "end": {
                            "line": 42,
                            "column": 12
                          }
                        },
                        "openingElement": {
                          "type": "JSXOpeningElement",
                          "start": 725,
                          "end": 758,
                          "loc": {
                            "start": {
                              "line": 25,
                              "column": 6
                            },
                            "end": {
                              "line": 25,
                              "column": 39
                            }
                          },
                          "attributes": [
                            {
                              "type": "JSXAttribute",
                              "start": 730,
                              "end": 757,
                              "loc": {
                                "start": {
                                  "line": 25,
                                  "column": 11
                                },
                                "end": {
                                  "line": 25,
                                  "column": 38
                                }
                              },
                              "name": {
                                "type": "JSXIdentifier",
                                "start": 730,
                                "end": 739,
                                "loc": {
                                  "start": {
                                    "line": 25,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 25,
                                    "column": 20
                                  }
                                },
                                "name": "className"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 740,
                                "end": 757,
                                "loc": {
                                  "start": {
                                    "line": 25,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 25,
                                    "column": 38
                                  }
                                },
                                "value": "sidebar details",
                                "rawValue": null,
                                "raw": "\"sidebar details\""
                              }
                            }
                          ],
                          "name": {
                            "type": "JSXIdentifier",
                            "start": 726,
                            "end": 729,
                            "loc": {
                              "start": {
                                "line": 25,
                                "column": 7
                              },
                              "end": {
                                "line": 25,
                                "column": 10
                              }
                            },
                            "name": "div"
                          },
                          "selfClosing": false
                        },
                        "closingElement": {
                          "type": "JSXClosingElement",
                          "start": 1488,
                          "end": 1494,
                          "loc": {
                            "start": {
                              "line": 42,
                              "column": 6
                            },
                            "end": {
                              "line": 42,
                              "column": 12
                            }
                          },
                          "name": {
                            "type": "JSXIdentifier",
                            "start": 1490,
                            "end": 1493,
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 8
                              },
                              "end": {
                                "line": 42,
                                "column": 11
                              }
                            },
                            "name": "div"
                          }
                        },
                        "children": [
                          {
                            "type": "Literal",
                            "start": 758,
                            "end": 767,
                            "loc": {
                              "start": {
                                "line": 25,
                                "column": 39
                              },
                              "end": {
                                "line": 26,
                                "column": 8
                              }
                            },
                            "value": "\n        ",
                            "rawValue": null,
                            "raw": "\n        "
                          },
                          {
                            "type": "JSXElement",
                            "start": 767,
                            "end": 1074,
                            "loc": {
                              "start": {
                                "line": 26,
                                "column": 8
                              },
                              "end": {
                                "line": 31,
                                "column": 17
                              }
                            },
                            "openingElement": {
                              "type": "JSXOpeningElement",
                              "start": 767,
                              "end": 803,
                              "loc": {
                                "start": {
                                  "line": 26,
                                  "column": 8
                                },
                                "end": {
                                  "line": 26,
                                  "column": 44
                                }
                              },
                              "attributes": [
                                {
                                  "type": "JSXAttribute",
                                  "start": 775,
                                  "end": 802,
                                  "loc": {
                                    "start": {
                                      "line": 26,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 26,
                                      "column": 43
                                    }
                                  },
                                  "name": {
                                    "type": "JSXIdentifier",
                                    "start": 775,
                                    "end": 784,
                                    "loc": {
                                      "start": {
                                        "line": 26,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 26,
                                        "column": 25
                                      }
                                    },
                                    "name": "className"
                                  },
                                  "value": {
                                    "type": "Literal",
                                    "start": 785,
                                    "end": 802,
                                    "loc": {
                                      "start": {
                                        "line": 26,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 26,
                                        "column": 43
                                      }
                                    },
                                    "value": "sidebar__header",
                                    "rawValue": null,
                                    "raw": "\"sidebar__header\""
                                  }
                                }
                              ],
                              "name": {
                                "type": "JSXIdentifier",
                                "start": 768,
                                "end": 774,
                                "loc": {
                                  "start": {
                                    "line": 26,
                                    "column": 9
                                  },
                                  "end": {
                                    "line": 26,
                                    "column": 15
                                  }
                                },
                                "name": "header"
                              },
                              "selfClosing": false
                            },
                            "closingElement": {
                              "type": "JSXClosingElement",
                              "start": 1065,
                              "end": 1074,
                              "loc": {
                                "start": {
                                  "line": 31,
                                  "column": 8
                                },
                                "end": {
                                  "line": 31,
                                  "column": 17
                                }
                              },
                              "name": {
                                "type": "JSXIdentifier",
                                "start": 1067,
                                "end": 1073,
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 16
                                  }
                                },
                                "name": "header"
                              }
                            },
                            "children": [
                              {
                                "type": "Literal",
                                "start": 803,
                                "end": 814,
                                "loc": {
                                  "start": {
                                    "line": 26,
                                    "column": 44
                                  },
                                  "end": {
                                    "line": 27,
                                    "column": 10
                                  }
                                },
                                "value": "\n          ",
                                "rawValue": null,
                                "raw": "\n          "
                              },
                              {
                                "type": "JSXElement",
                                "start": 814,
                                "end": 959,
                                "loc": {
                                  "start": {
                                    "line": 27,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 27,
                                    "column": 155
                                  }
                                },
                                "openingElement": {
                                  "type": "JSXOpeningElement",
                                  "start": 814,
                                  "end": 890,
                                  "loc": {
                                    "start": {
                                      "line": 27,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 27,
                                      "column": 86
                                    }
                                  },
                                  "attributes": [
                                    {
                                      "type": "JSXAttribute",
                                      "start": 817,
                                      "end": 825,
                                      "loc": {
                                        "start": {
                                          "line": 27,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 27,
                                          "column": 21
                                        }
                                      },
                                      "name": {
                                        "type": "JSXIdentifier",
                                        "start": 817,
                                        "end": 821,
                                        "loc": {
                                          "start": {
                                            "line": 27,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 27,
                                            "column": 17
                                          }
                                        },
                                        "name": "href"
                                      },
                                      "value": {
                                        "type": "Literal",
                                        "start": 822,
                                        "end": 825,
                                        "loc": {
                                          "start": {
                                            "line": 27,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 27,
                                            "column": 21
                                          }
                                        },
                                        "value": "#",
                                        "rawValue": null,
                                        "raw": "\"#\""
                                      }
                                    },
                                    {
                                      "type": "JSXAttribute",
                                      "start": 826,
                                      "end": 865,
                                      "loc": {
                                        "start": {
                                          "line": 27,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 27,
                                          "column": 61
                                        }
                                      },
                                      "name": {
                                        "type": "JSXIdentifier",
                                        "start": 826,
                                        "end": 835,
                                        "loc": {
                                          "start": {
                                            "line": 27,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 27,
                                            "column": 31
                                          }
                                        },
                                        "name": "className"
                                      },
                                      "value": {
                                        "type": "Literal",
                                        "start": 836,
                                        "end": 865,
                                        "loc": {
                                          "start": {
                                            "line": 27,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 27,
                                            "column": 61
                                          }
                                        },
                                        "value": "close-poi location-subtitle",
                                        "rawValue": null,
                                        "raw": "\"close-poi location-subtitle\""
                                      }
                                    },
                                    {
                                      "type": "JSXAttribute",
                                      "start": 866,
                                      "end": 889,
                                      "loc": {
                                        "start": {
                                          "line": 27,
                                          "column": 62
                                        },
                                        "end": {
                                          "line": 27,
                                          "column": 85
                                        }
                                      },
                                      "name": {
                                        "type": "JSXIdentifier",
                                        "start": 866,
                                        "end": 873,
                                        "loc": {
                                          "start": {
                                            "line": 27,
                                            "column": 62
                                          },
                                          "end": {
                                            "line": 27,
                                            "column": 69
                                          }
                                        },
                                        "name": "onClick"
                                      },
                                      "value": {
                                        "type": "JSXExpressionContainer",
                                        "start": 874,
                                        "end": 889,
                                        "loc": {
                                          "start": {
                                            "line": 27,
                                            "column": 70
                                          },
                                          "end": {
                                            "line": 27,
                                            "column": 85
                                          }
                                        },
                                        "expression": {
                                          "type": "MemberExpression",
                                          "start": 875,
                                          "end": 888,
                                          "loc": {
                                            "start": {
                                              "line": 27,
                                              "column": 71
                                            },
                                            "end": {
                                              "line": 27,
                                              "column": 84
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 875,
                                            "end": 879,
                                            "loc": {
                                              "start": {
                                                "line": 27,
                                                "column": 71
                                              },
                                              "end": {
                                                "line": 27,
                                                "column": 75
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 880,
                                            "end": 888,
                                            "loc": {
                                              "start": {
                                                "line": 27,
                                                "column": 76
                                              },
                                              "end": {
                                                "line": 27,
                                                "column": 84
                                              }
                                            },
                                            "name": "closePOI"
                                          },
                                          "computed": false
                                        }
                                      }
                                    }
                                  ],
                                  "name": {
                                    "type": "JSXIdentifier",
                                    "start": 815,
                                    "end": 816,
                                    "loc": {
                                      "start": {
                                        "line": 27,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 27,
                                        "column": 12
                                      }
                                    },
                                    "name": "a"
                                  },
                                  "selfClosing": false
                                },
                                "closingElement": {
                                  "type": "JSXClosingElement",
                                  "start": 955,
                                  "end": 959,
                                  "loc": {
                                    "start": {
                                      "line": 27,
                                      "column": 151
                                    },
                                    "end": {
                                      "line": 27,
                                      "column": 155
                                    }
                                  },
                                  "name": {
                                    "type": "JSXIdentifier",
                                    "start": 957,
                                    "end": 958,
                                    "loc": {
                                      "start": {
                                        "line": 27,
                                        "column": 153
                                      },
                                      "end": {
                                        "line": 27,
                                        "column": 154
                                      }
                                    },
                                    "name": "a"
                                  }
                                },
                                "children": [
                                  {
                                    "type": "JSXElement",
                                    "start": 890,
                                    "end": 951,
                                    "loc": {
                                      "start": {
                                        "line": 27,
                                        "column": 86
                                      },
                                      "end": {
                                        "line": 27,
                                        "column": 147
                                      }
                                    },
                                    "openingElement": {
                                      "type": "JSXOpeningElement",
                                      "start": 890,
                                      "end": 947,
                                      "loc": {
                                        "start": {
                                          "line": 27,
                                          "column": 86
                                        },
                                        "end": {
                                          "line": 27,
                                          "column": 143
                                        }
                                      },
                                      "attributes": [
                                        {
                                          "type": "JSXAttribute",
                                          "start": 893,
                                          "end": 927,
                                          "loc": {
                                            "start": {
                                              "line": 27,
                                              "column": 89
                                            },
                                            "end": {
                                              "line": 27,
                                              "column": 123
                                            }
                                          },
                                          "name": {
                                            "type": "JSXIdentifier",
                                            "start": 893,
                                            "end": 902,
                                            "loc": {
                                              "start": {
                                                "line": 27,
                                                "column": 89
                                              },
                                              "end": {
                                                "line": 27,
                                                "column": 98
                                              }
                                            },
                                            "name": "className"
                                          },
                                          "value": {
                                            "type": "Literal",
                                            "start": 903,
                                            "end": 927,
                                            "loc": {
                                              "start": {
                                                "line": 27,
                                                "column": 99
                                              },
                                              "end": {
                                                "line": 27,
                                                "column": 123
                                              }
                                            },
                                            "value": "icon icon-chevron-left",
                                            "rawValue": null,
                                            "raw": "\"icon icon-chevron-left\""
                                          }
                                        },
                                        {
                                          "type": "JSXAttribute",
                                          "start": 928,
                                          "end": 946,
                                          "loc": {
                                            "start": {
                                              "line": 27,
                                              "column": 124
                                            },
                                            "end": {
                                              "line": 27,
                                              "column": 142
                                            }
                                          },
                                          "name": {
                                            "type": "JSXIdentifier",
                                            "start": 928,
                                            "end": 939,
                                            "loc": {
                                              "start": {
                                                "line": 27,
                                                "column": 124
                                              },
                                              "end": {
                                                "line": 27,
                                                "column": 135
                                              }
                                            },
                                            "name": "aria-hidden"
                                          },
                                          "value": {
                                            "type": "Literal",
                                            "start": 940,
                                            "end": 946,
                                            "loc": {
                                              "start": {
                                                "line": 27,
                                                "column": 136
                                              },
                                              "end": {
                                                "line": 27,
                                                "column": 142
                                              }
                                            },
                                            "value": "true",
                                            "rawValue": null,
                                            "raw": "\"true\""
                                          }
                                        }
                                      ],
                                      "name": {
                                        "type": "JSXIdentifier",
                                        "start": 891,
                                        "end": 892,
                                        "loc": {
                                          "start": {
                                            "line": 27,
                                            "column": 87
                                          },
                                          "end": {
                                            "line": 27,
                                            "column": 88
                                          }
                                        },
                                        "name": "i"
                                      },
                                      "selfClosing": false
                                    },
                                    "closingElement": {
                                      "type": "JSXClosingElement",
                                      "start": 947,
                                      "end": 951,
                                      "loc": {
                                        "start": {
                                          "line": 27,
                                          "column": 143
                                        },
                                        "end": {
                                          "line": 27,
                                          "column": 147
                                        }
                                      },
                                      "name": {
                                        "type": "JSXIdentifier",
                                        "start": 949,
                                        "end": 950,
                                        "loc": {
                                          "start": {
                                            "line": 27,
                                            "column": 145
                                          },
                                          "end": {
                                            "line": 27,
                                            "column": 146
                                          }
                                        },
                                        "name": "i"
                                      }
                                    },
                                    "children": []
                                  },
                                  {
                                    "type": "Literal",
                                    "start": 951,
                                    "end": 955,
                                    "loc": {
                                      "start": {
                                        "line": 27,
                                        "column": 147
                                      },
                                      "end": {
                                        "line": 27,
                                        "column": 151
                                      }
                                    },
                                    "value": "Back",
                                    "rawValue": null,
                                    "raw": "Back"
                                  }
                                ]
                              },
                              {
                                "type": "Literal",
                                "start": 959,
                                "end": 970,
                                "loc": {
                                  "start": {
                                    "line": 27,
                                    "column": 155
                                  },
                                  "end": {
                                    "line": 28,
                                    "column": 10
                                  }
                                },
                                "value": "\n          ",
                                "rawValue": null,
                                "raw": "\n          "
                              },
                              {
                                "type": "JSXElement",
                                "start": 970,
                                "end": 1056,
                                "loc": {
                                  "start": {
                                    "line": 28,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 30,
                                    "column": 15
                                  }
                                },
                                "openingElement": {
                                  "type": "JSXOpeningElement",
                                  "start": 970,
                                  "end": 1016,
                                  "loc": {
                                    "start": {
                                      "line": 28,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 28,
                                      "column": 56
                                    }
                                  },
                                  "attributes": [
                                    {
                                      "type": "JSXAttribute",
                                      "start": 974,
                                      "end": 988,
                                      "loc": {
                                        "start": {
                                          "line": 28,
                                          "column": 14
                                        },
                                        "end": {
                                          "line": 28,
                                          "column": 28
                                        }
                                      },
                                      "name": {
                                        "type": "JSXIdentifier",
                                        "start": 974,
                                        "end": 977,
                                        "loc": {
                                          "start": {
                                            "line": 28,
                                            "column": 14
                                          },
                                          "end": {
                                            "line": 28,
                                            "column": 17
                                          }
                                        },
                                        "name": "ref"
                                      },
                                      "value": {
                                        "type": "Literal",
                                        "start": 978,
                                        "end": 988,
                                        "loc": {
                                          "start": {
                                            "line": 28,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 28,
                                            "column": 28
                                          }
                                        },
                                        "value": "poiTitle",
                                        "rawValue": null,
                                        "raw": "\"poiTitle\""
                                      }
                                    },
                                    {
                                      "type": "JSXAttribute",
                                      "start": 989,
                                      "end": 1015,
                                      "loc": {
                                        "start": {
                                          "line": 28,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 28,
                                          "column": 55
                                        }
                                      },
                                      "name": {
                                        "type": "JSXIdentifier",
                                        "start": 989,
                                        "end": 998,
                                        "loc": {
                                          "start": {
                                            "line": 28,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 28,
                                            "column": 38
                                          }
                                        },
                                        "name": "className"
                                      },
                                      "value": {
                                        "type": "Literal",
                                        "start": 999,
                                        "end": 1015,
                                        "loc": {
                                          "start": {
                                            "line": 28,
                                            "column": 39
                                          },
                                          "end": {
                                            "line": 28,
                                            "column": 55
                                          }
                                        },
                                        "value": "sidebar__title",
                                        "rawValue": null,
                                        "raw": "\"sidebar__title\""
                                      }
                                    }
                                  ],
                                  "name": {
                                    "type": "JSXIdentifier",
                                    "start": 971,
                                    "end": 973,
                                    "loc": {
                                      "start": {
                                        "line": 28,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 28,
                                        "column": 13
                                      }
                                    },
                                    "name": "h1"
                                  },
                                  "selfClosing": false
                                },
                                "closingElement": {
                                  "type": "JSXClosingElement",
                                  "start": 1051,
                                  "end": 1056,
                                  "loc": {
                                    "start": {
                                      "line": 30,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 30,
                                      "column": 15
                                    }
                                  },
                                  "name": {
                                    "type": "JSXIdentifier",
                                    "start": 1053,
                                    "end": 1055,
                                    "loc": {
                                      "start": {
                                        "line": 30,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 30,
                                        "column": 14
                                      }
                                    },
                                    "name": "h1"
                                  }
                                },
                                "children": [
                                  {
                                    "type": "Literal",
                                    "start": 1016,
                                    "end": 1029,
                                    "loc": {
                                      "start": {
                                        "line": 28,
                                        "column": 56
                                      },
                                      "end": {
                                        "line": 29,
                                        "column": 12
                                      }
                                    },
                                    "value": "\n            ",
                                    "rawValue": null,
                                    "raw": "\n            "
                                  },
                                  {
                                    "type": "JSXExpressionContainer",
                                    "start": 1029,
                                    "end": 1040,
                                    "loc": {
                                      "start": {
                                        "line": 29,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 29,
                                        "column": 23
                                      }
                                    },
                                    "expression": {
                                      "type": "MemberExpression",
                                      "start": 1030,
                                      "end": 1039,
                                      "loc": {
                                        "start": {
                                          "line": 29,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 29,
                                          "column": 22
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 1030,
                                        "end": 1033,
                                        "loc": {
                                          "start": {
                                            "line": 29,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 29,
                                            "column": 16
                                          }
                                        },
                                        "name": "poi"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1034,
                                        "end": 1039,
                                        "loc": {
                                          "start": {
                                            "line": 29,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 29,
                                            "column": 22
                                          }
                                        },
                                        "name": "title"
                                      },
                                      "computed": false
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "start": 1040,
                                    "end": 1051,
                                    "loc": {
                                      "start": {
                                        "line": 29,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 30,
                                        "column": 10
                                      }
                                    },
                                    "value": "\n          ",
                                    "rawValue": null,
                                    "raw": "\n          "
                                  }
                                ]
                              },
                              {
                                "type": "Literal",
                                "start": 1056,
                                "end": 1065,
                                "loc": {
                                  "start": {
                                    "line": 30,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 8
                                  }
                                },
                                "value": "\n        ",
                                "rawValue": null,
                                "raw": "\n        "
                              }
                            ]
                          },
                          {
                            "type": "Literal",
                            "start": 1074,
                            "end": 1083,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 17
                              },
                              "end": {
                                "line": 32,
                                "column": 8
                              }
                            },
                            "value": "\n        ",
                            "rawValue": null,
                            "raw": "\n        "
                          },
                          {
                            "type": "JSXElement",
                            "start": 1083,
                            "end": 1481,
                            "loc": {
                              "start": {
                                "line": 32,
                                "column": 8
                              },
                              "end": {
                                "line": 41,
                                "column": 14
                              }
                            },
                            "openingElement": {
                              "type": "JSXOpeningElement",
                              "start": 1083,
                              "end": 1106,
                              "loc": {
                                "start": {
                                  "line": 32,
                                  "column": 8
                                },
                                "end": {
                                  "line": 32,
                                  "column": 31
                                }
                              },
                              "attributes": [
                                {
                                  "type": "JSXAttribute",
                                  "start": 1088,
                                  "end": 1105,
                                  "loc": {
                                    "start": {
                                      "line": 32,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 32,
                                      "column": 30
                                    }
                                  },
                                  "name": {
                                    "type": "JSXIdentifier",
                                    "start": 1088,
                                    "end": 1097,
                                    "loc": {
                                      "start": {
                                        "line": 32,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 32,
                                        "column": 22
                                      }
                                    },
                                    "name": "className"
                                  },
                                  "value": {
                                    "type": "Literal",
                                    "start": 1098,
                                    "end": 1105,
                                    "loc": {
                                      "start": {
                                        "line": 32,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 32,
                                        "column": 30
                                      }
                                    },
                                    "value": "panel",
                                    "rawValue": null,
                                    "raw": "\"panel\""
                                  }
                                }
                              ],
                              "name": {
                                "type": "JSXIdentifier",
                                "start": 1084,
                                "end": 1087,
                                "loc": {
                                  "start": {
                                    "line": 32,
                                    "column": 9
                                  },
                                  "end": {
                                    "line": 32,
                                    "column": 12
                                  }
                                },
                                "name": "div"
                              },
                              "selfClosing": false
                            },
                            "closingElement": {
                              "type": "JSXClosingElement",
                              "start": 1475,
                              "end": 1481,
                              "loc": {
                                "start": {
                                  "line": 41,
                                  "column": 8
                                },
                                "end": {
                                  "line": 41,
                                  "column": 14
                                }
                              },
                              "name": {
                                "type": "JSXIdentifier",
                                "start": 1477,
                                "end": 1480,
                                "loc": {
                                  "start": {
                                    "line": 41,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 41,
                                    "column": 13
                                  }
                                },
                                "name": "div"
                              }
                            },
                            "children": [
                              {
                                "type": "Literal",
                                "start": 1106,
                                "end": 1117,
                                "loc": {
                                  "start": {
                                    "line": 32,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 33,
                                    "column": 10
                                  }
                                },
                                "value": "\n          ",
                                "rawValue": null,
                                "raw": "\n          "
                              },
                              {
                                "type": "JSXExpressionContainer",
                                "start": 1117,
                                "end": 1124,
                                "loc": {
                                  "start": {
                                    "line": 33,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 33,
                                    "column": 17
                                  }
                                },
                                "expression": {
                                  "type": "Identifier",
                                  "start": 1118,
                                  "end": 1123,
                                  "loc": {
                                    "start": {
                                      "line": 33,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 33,
                                      "column": 16
                                    }
                                  },
                                  "name": "image"
                                }
                              },
                              {
                                "type": "Literal",
                                "start": 1124,
                                "end": 1135,
                                "loc": {
                                  "start": {
                                    "line": 33,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 34,
                                    "column": 10
                                  }
                                },
                                "value": "\n          ",
                                "rawValue": null,
                                "raw": "\n          "
                              },
                              {
                                "type": "JSXElement",
                                "start": 1135,
                                "end": 1225,
                                "loc": {
                                  "start": {
                                    "line": 34,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 34,
                                    "column": 100
                                  }
                                },
                                "openingElement": {
                                  "type": "JSXOpeningElement",
                                  "start": 1135,
                                  "end": 1219,
                                  "loc": {
                                    "start": {
                                      "line": 34,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 34,
                                      "column": 94
                                    }
                                  },
                                  "attributes": [
                                    {
                                      "type": "JSXAttribute",
                                      "start": 1140,
                                      "end": 1166,
                                      "loc": {
                                        "start": {
                                          "line": 34,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 34,
                                          "column": 41
                                        }
                                      },
                                      "name": {
                                        "type": "JSXIdentifier",
                                        "start": 1140,
                                        "end": 1149,
                                        "loc": {
                                          "start": {
                                            "line": 34,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 34,
                                            "column": 24
                                          }
                                        },
                                        "name": "className"
                                      },
                                      "value": {
                                        "type": "Literal",
                                        "start": 1150,
                                        "end": 1166,
                                        "loc": {
                                          "start": {
                                            "line": 34,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 34,
                                            "column": 41
                                          }
                                        },
                                        "value": "panel__content",
                                        "rawValue": null,
                                        "raw": "\"panel__content\""
                                      }
                                    },
                                    {
                                      "type": "JSXAttribute",
                                      "start": 1167,
                                      "end": 1218,
                                      "loc": {
                                        "start": {
                                          "line": 34,
                                          "column": 42
                                        },
                                        "end": {
                                          "line": 34,
                                          "column": 93
                                        }
                                      },
                                      "name": {
                                        "type": "JSXIdentifier",
                                        "start": 1167,
                                        "end": 1190,
                                        "loc": {
                                          "start": {
                                            "line": 34,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 34,
                                            "column": 65
                                          }
                                        },
                                        "name": "dangerouslySetInnerHTML"
                                      },
                                      "value": {
                                        "type": "JSXExpressionContainer",
                                        "start": 1191,
                                        "end": 1218,
                                        "loc": {
                                          "start": {
                                            "line": 34,
                                            "column": 66
                                          },
                                          "end": {
                                            "line": 34,
                                            "column": 93
                                          }
                                        },
                                        "expression": {
                                          "type": "ObjectExpression",
                                          "start": 1192,
                                          "end": 1217,
                                          "loc": {
                                            "start": {
                                              "line": 34,
                                              "column": 67
                                            },
                                            "end": {
                                              "line": 34,
                                              "column": 92
                                            }
                                          },
                                          "properties": [
                                            {
                                              "type": "Property",
                                              "start": 1193,
                                              "end": 1216,
                                              "loc": {
                                                "start": {
                                                  "line": 34,
                                                  "column": 68
                                                },
                                                "end": {
                                                  "line": 34,
                                                  "column": 91
                                                }
                                              },
                                              "method": false,
                                              "shorthand": false,
                                              "computed": false,
                                              "key": {
                                                "type": "Identifier",
                                                "start": 1193,
                                                "end": 1199,
                                                "loc": {
                                                  "start": {
                                                    "line": 34,
                                                    "column": 68
                                                  },
                                                  "end": {
                                                    "line": 34,
                                                    "column": 74
                                                  }
                                                },
                                                "name": "__html"
                                              },
                                              "value": {
                                                "type": "MemberExpression",
                                                "start": 1201,
                                                "end": 1216,
                                                "loc": {
                                                  "start": {
                                                    "line": 34,
                                                    "column": 76
                                                  },
                                                  "end": {
                                                    "line": 34,
                                                    "column": 91
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 1201,
                                                  "end": 1204,
                                                  "loc": {
                                                    "start": {
                                                      "line": 34,
                                                      "column": 76
                                                    },
                                                    "end": {
                                                      "line": 34,
                                                      "column": 79
                                                    }
                                                  },
                                                  "name": "poi"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 1205,
                                                  "end": 1216,
                                                  "loc": {
                                                    "start": {
                                                      "line": 34,
                                                      "column": 80
                                                    },
                                                    "end": {
                                                      "line": 34,
                                                      "column": 91
                                                    }
                                                  },
                                                  "name": "description"
                                                },
                                                "computed": false
                                              },
                                              "kind": "init"
                                            }
                                          ]
                                        }
                                      }
                                    }
                                  ],
                                  "name": {
                                    "type": "JSXIdentifier",
                                    "start": 1136,
                                    "end": 1139,
                                    "loc": {
                                      "start": {
                                        "line": 34,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 34,
                                        "column": 14
                                      }
                                    },
                                    "name": "div"
                                  },
                                  "selfClosing": false
                                },
                                "closingElement": {
                                  "type": "JSXClosingElement",
                                  "start": 1219,
                                  "end": 1225,
                                  "loc": {
                                    "start": {
                                      "line": 34,
                                      "column": 94
                                    },
                                    "end": {
                                      "line": 34,
                                      "column": 100
                                    }
                                  },
                                  "name": {
                                    "type": "JSXIdentifier",
                                    "start": 1221,
                                    "end": 1224,
                                    "loc": {
                                      "start": {
                                        "line": 34,
                                        "column": 96
                                      },
                                      "end": {
                                        "line": 34,
                                        "column": 99
                                      }
                                    },
                                    "name": "div"
                                  }
                                },
                                "children": []
                              },
                              {
                                "type": "Literal",
                                "start": 1225,
                                "end": 1236,
                                "loc": {
                                  "start": {
                                    "line": 34,
                                    "column": 100
                                  },
                                  "end": {
                                    "line": 35,
                                    "column": 10
                                  }
                                },
                                "value": "\n          ",
                                "rawValue": null,
                                "raw": "\n          "
                              },
                              {
                                "type": "JSXElement",
                                "start": 1236,
                                "end": 1466,
                                "loc": {
                                  "start": {
                                    "line": 35,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 16
                                  }
                                },
                                "openingElement": {
                                  "type": "JSXOpeningElement",
                                  "start": 1236,
                                  "end": 1267,
                                  "loc": {
                                    "start": {
                                      "line": 35,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 35,
                                      "column": 41
                                    }
                                  },
                                  "attributes": [
                                    {
                                      "type": "JSXAttribute",
                                      "start": 1241,
                                      "end": 1266,
                                      "loc": {
                                        "start": {
                                          "line": 35,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 35,
                                          "column": 40
                                        }
                                      },
                                      "name": {
                                        "type": "JSXIdentifier",
                                        "start": 1241,
                                        "end": 1250,
                                        "loc": {
                                          "start": {
                                            "line": 35,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 35,
                                            "column": 24
                                          }
                                        },
                                        "name": "className"
                                      },
                                      "value": {
                                        "type": "Literal",
                                        "start": 1251,
                                        "end": 1266,
                                        "loc": {
                                          "start": {
                                            "line": 35,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 35,
                                            "column": 40
                                          }
                                        },
                                        "value": "panel__footer",
                                        "rawValue": null,
                                        "raw": "\"panel__footer\""
                                      }
                                    }
                                  ],
                                  "name": {
                                    "type": "JSXIdentifier",
                                    "start": 1237,
                                    "end": 1240,
                                    "loc": {
                                      "start": {
                                        "line": 35,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 35,
                                        "column": 14
                                      }
                                    },
                                    "name": "div"
                                  },
                                  "selfClosing": false
                                },
                                "closingElement": {
                                  "type": "JSXClosingElement",
                                  "start": 1460,
                                  "end": 1466,
                                  "loc": {
                                    "start": {
                                      "line": 40,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 40,
                                      "column": 16
                                    }
                                  },
                                  "name": {
                                    "type": "JSXIdentifier",
                                    "start": 1462,
                                    "end": 1465,
                                    "loc": {
                                      "start": {
                                        "line": 40,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 40,
                                        "column": 15
                                      }
                                    },
                                    "name": "div"
                                  }
                                },
                                "children": [
                                  {
                                    "type": "Literal",
                                    "start": 1267,
                                    "end": 1280,
                                    "loc": {
                                      "start": {
                                        "line": 35,
                                        "column": 41
                                      },
                                      "end": {
                                        "line": 36,
                                        "column": 12
                                      }
                                    },
                                    "value": "\n            ",
                                    "rawValue": null,
                                    "raw": "\n            "
                                  },
                                  {
                                    "type": "JSXElement",
                                    "start": 1280,
                                    "end": 1449,
                                    "loc": {
                                      "start": {
                                        "line": 36,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 39,
                                        "column": 16
                                      }
                                    },
                                    "openingElement": {
                                      "type": "JSXOpeningElement",
                                      "start": 1280,
                                      "end": 1320,
                                      "loc": {
                                        "start": {
                                          "line": 36,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 36,
                                          "column": 52
                                        }
                                      },
                                      "attributes": [
                                        {
                                          "type": "JSXAttribute",
                                          "start": 1283,
                                          "end": 1307,
                                          "loc": {
                                            "start": {
                                              "line": 36,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 36,
                                              "column": 39
                                            }
                                          },
                                          "name": {
                                            "type": "JSXIdentifier",
                                            "start": 1283,
                                            "end": 1292,
                                            "loc": {
                                              "start": {
                                                "line": 36,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 36,
                                                "column": 24
                                              }
                                            },
                                            "name": "className"
                                          },
                                          "value": {
                                            "type": "Literal",
                                            "start": 1293,
                                            "end": 1307,
                                            "loc": {
                                              "start": {
                                                "line": 36,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 36,
                                                "column": 39
                                              }
                                            },
                                            "value": "panel__close",
                                            "rawValue": null,
                                            "raw": "\"panel__close\""
                                          }
                                        },
                                        {
                                          "type": "JSXAttribute",
                                          "start": 1308,
                                          "end": 1319,
                                          "loc": {
                                            "start": {
                                              "line": 36,
                                              "column": 40
                                            },
                                            "end": {
                                              "line": 36,
                                              "column": 51
                                            }
                                          },
                                          "name": {
                                            "type": "JSXIdentifier",
                                            "start": 1308,
                                            "end": 1312,
                                            "loc": {
                                              "start": {
                                                "line": 36,
                                                "column": 40
                                              },
                                              "end": {
                                                "line": 36,
                                                "column": 44
                                              }
                                            },
                                            "name": "href"
                                          },
                                          "value": {
                                            "type": "JSXExpressionContainer",
                                            "start": 1313,
                                            "end": 1319,
                                            "loc": {
                                              "start": {
                                                "line": 36,
                                                "column": 45
                                              },
                                              "end": {
                                                "line": 36,
                                                "column": 51
                                              }
                                            },
                                            "expression": {
                                              "type": "Identifier",
                                              "start": 1314,
                                              "end": 1318,
                                              "loc": {
                                                "start": {
                                                  "line": 36,
                                                  "column": 46
                                                },
                                                "end": {
                                                  "line": 36,
                                                  "column": 50
                                                }
                                              },
                                              "name": "slug"
                                            }
                                          }
                                        }
                                      ],
                                      "name": {
                                        "type": "JSXIdentifier",
                                        "start": 1281,
                                        "end": 1282,
                                        "loc": {
                                          "start": {
                                            "line": 36,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 36,
                                            "column": 14
                                          }
                                        },
                                        "name": "a"
                                      },
                                      "selfClosing": false
                                    },
                                    "closingElement": {
                                      "type": "JSXClosingElement",
                                      "start": 1445,
                                      "end": 1449,
                                      "loc": {
                                        "start": {
                                          "line": 39,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 39,
                                          "column": 16
                                        }
                                      },
                                      "name": {
                                        "type": "JSXIdentifier",
                                        "start": 1447,
                                        "end": 1448,
                                        "loc": {
                                          "start": {
                                            "line": 39,
                                            "column": 14
                                          },
                                          "end": {
                                            "line": 39,
                                            "column": 15
                                          }
                                        },
                                        "name": "a"
                                      }
                                    },
                                    "children": [
                                      {
                                        "type": "Literal",
                                        "start": 1320,
                                        "end": 1388,
                                        "loc": {
                                          "start": {
                                            "line": 36,
                                            "column": 52
                                          },
                                          "end": {
                                            "line": 38,
                                            "column": 14
                                          }
                                        },
                                        "value": "\n              Close map and explore this destination\n              ",
                                        "rawValue": null,
                                        "raw": "\n              Close map and explore this destination\n              "
                                      },
                                      {
                                        "type": "JSXElement",
                                        "start": 1388,
                                        "end": 1432,
                                        "loc": {
                                          "start": {
                                            "line": 38,
                                            "column": 14
                                          },
                                          "end": {
                                            "line": 38,
                                            "column": 58
                                          }
                                        },
                                        "openingElement": {
                                          "type": "JSXOpeningElement",
                                          "start": 1388,
                                          "end": 1425,
                                          "loc": {
                                            "start": {
                                              "line": 38,
                                              "column": 14
                                            },
                                            "end": {
                                              "line": 38,
                                              "column": 51
                                            }
                                          },
                                          "attributes": [
                                            {
                                              "type": "JSXAttribute",
                                              "start": 1394,
                                              "end": 1424,
                                              "loc": {
                                                "start": {
                                                  "line": 38,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 38,
                                                  "column": 50
                                                }
                                              },
                                              "name": {
                                                "type": "JSXIdentifier",
                                                "start": 1394,
                                                "end": 1403,
                                                "loc": {
                                                  "start": {
                                                    "line": 38,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 38,
                                                    "column": 29
                                                  }
                                                },
                                                "name": "className"
                                              },
                                              "value": {
                                                "type": "Literal",
                                                "start": 1404,
                                                "end": 1424,
                                                "loc": {
                                                  "start": {
                                                    "line": 38,
                                                    "column": 30
                                                  },
                                                  "end": {
                                                    "line": 38,
                                                    "column": 50
                                                  }
                                                },
                                                "value": "icon-chevron-right",
                                                "rawValue": null,
                                                "raw": "\"icon-chevron-right\""
                                              }
                                            }
                                          ],
                                          "name": {
                                            "type": "JSXIdentifier",
                                            "start": 1389,
                                            "end": 1393,
                                            "loc": {
                                              "start": {
                                                "line": 38,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 38,
                                                "column": 19
                                              }
                                            },
                                            "name": "span"
                                          },
                                          "selfClosing": false
                                        },
                                        "closingElement": {
                                          "type": "JSXClosingElement",
                                          "start": 1425,
                                          "end": 1432,
                                          "loc": {
                                            "start": {
                                              "line": 38,
                                              "column": 51
                                            },
                                            "end": {
                                              "line": 38,
                                              "column": 58
                                            }
                                          },
                                          "name": {
                                            "type": "JSXIdentifier",
                                            "start": 1427,
                                            "end": 1431,
                                            "loc": {
                                              "start": {
                                                "line": 38,
                                                "column": 53
                                              },
                                              "end": {
                                                "line": 38,
                                                "column": 57
                                              }
                                            },
                                            "name": "span"
                                          }
                                        },
                                        "children": []
                                      },
                                      {
                                        "type": "Literal",
                                        "start": 1432,
                                        "end": 1445,
                                        "loc": {
                                          "start": {
                                            "line": 38,
                                            "column": 58
                                          },
                                          "end": {
                                            "line": 39,
                                            "column": 12
                                          }
                                        },
                                        "value": "\n            ",
                                        "rawValue": null,
                                        "raw": "\n            "
                                      }
                                    ]
                                  },
                                  {
                                    "type": "Literal",
                                    "start": 1449,
                                    "end": 1460,
                                    "loc": {
                                      "start": {
                                        "line": 39,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 40,
                                        "column": 10
                                      }
                                    },
                                    "value": "\n          ",
                                    "rawValue": null,
                                    "raw": "\n          "
                                  }
                                ]
                              },
                              {
                                "type": "Literal",
                                "start": 1466,
                                "end": 1475,
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 41,
                                    "column": 8
                                  }
                                },
                                "value": "\n        ",
                                "rawValue": null,
                                "raw": "\n        "
                              }
                            ]
                          },
                          {
                            "type": "Literal",
                            "start": 1481,
                            "end": 1488,
                            "loc": {
                              "start": {
                                "line": 41,
                                "column": 14
                              },
                              "end": {
                                "line": 42,
                                "column": 6
                              }
                            },
                            "value": "\n      ",
                            "rawValue": null,
                            "raw": "\n      "
                          }
                        ],
                        "parenthesizedExpression": true
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 1509,
              "end": 1577,
              "loc": {
                "start": {
                  "line": 46,
                  "column": 2
                },
                "end": {
                  "line": 49,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1509,
                "end": 1517,
                "loc": {
                  "start": {
                    "line": 46,
                    "column": 2
                  },
                  "end": {
                    "line": 46,
                    "column": 10
                  }
                },
                "name": "closePOI"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 1517,
                "end": 1577,
                "loc": {
                  "start": {
                    "line": 46,
                    "column": 10
                  },
                  "end": {
                    "line": 49,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 1518,
                    "end": 1519,
                    "loc": {
                      "start": {
                        "line": 46,
                        "column": 11
                      },
                      "end": {
                        "line": 46,
                        "column": 12
                      }
                    },
                    "name": "e"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 1521,
                  "end": 1577,
                  "loc": {
                    "start": {
                      "line": 46,
                      "column": 14
                    },
                    "end": {
                      "line": 49,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 1527,
                      "end": 1546,
                      "loc": {
                        "start": {
                          "line": 47,
                          "column": 4
                        },
                        "end": {
                          "line": 47,
                          "column": 23
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1527,
                        "end": 1545,
                        "loc": {
                          "start": {
                            "line": 47,
                            "column": 4
                          },
                          "end": {
                            "line": 47,
                            "column": 22
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1527,
                          "end": 1543,
                          "loc": {
                            "start": {
                              "line": 47,
                              "column": 4
                            },
                            "end": {
                              "line": 47,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 1527,
                            "end": 1528,
                            "loc": {
                              "start": {
                                "line": 47,
                                "column": 4
                              },
                              "end": {
                                "line": 47,
                                "column": 5
                              }
                            },
                            "name": "e"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1529,
                            "end": 1543,
                            "loc": {
                              "start": {
                                "line": 47,
                                "column": 6
                              },
                              "end": {
                                "line": 47,
                                "column": 20
                              }
                            },
                            "name": "preventDefault"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1551,
                      "end": 1573,
                      "loc": {
                        "start": {
                          "line": 48,
                          "column": 4
                        },
                        "end": {
                          "line": 48,
                          "column": 26
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1551,
                        "end": 1572,
                        "loc": {
                          "start": {
                            "line": 48,
                            "column": 4
                          },
                          "end": {
                            "line": 48,
                            "column": 25
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1551,
                          "end": 1570,
                          "loc": {
                            "start": {
                              "line": 48,
                              "column": 4
                            },
                            "end": {
                              "line": 48,
                              "column": 23
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 1551,
                            "end": 1561,
                            "loc": {
                              "start": {
                                "line": 48,
                                "column": 4
                              },
                              "end": {
                                "line": 48,
                                "column": 14
                              }
                            },
                            "name": "MapActions"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1562,
                            "end": 1570,
                            "loc": {
                              "start": {
                                "line": 48,
                                "column": 15
                              },
                              "end": {
                                "line": 48,
                                "column": 23
                              }
                            },
                            "name": "poiClose"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        "leadingComments": [],
        "trailingComments": []
      }
    }
  ]
}