// Copyright (c) 2010 Histopolis.com.  All Rights Reserved Worldwide.
function highlightPlace354276274(map, color, weight, opacity) {
if (color   == undefined) color   = "#99ff33";
if (weight  == undefined) weight  = 3;
if (opacity == undefined) opacity = 0.8;
map.addOverlay(new GPolygon.fromEncoded({
  polylines: [
  {
    color:   color,
    weight:  weight,
    opacity: opacity,
    points: "qhgpGhyufPI`c@hAbqBELATNv]\\xpA}Xn@oT\\ydCM_W@unBWsw@q@cnAUk|@Ue\\_@A_Ai@{Uc@gU}@kh@_@iWs@mwAWgb@H]?a}BGqFiAcg@@_mAHaKKeBISKmu@N}_@MqU@oCGea@[ov@~X^Gj_@|UFEw_@dd@\\xF??cHGqWhHJ~Jf@x|@Nb@GrDL~Tp@|N?vSHfmAt@ta@FfH?~FDvN@zf@BpGDhKAtDCfWEnOEtB@lm@GF|O|AdhDb@tz@Hhx@Hh[Hnc@`@`cALzd@",
    levels: "PBB?A?J@C?DBB?BL??@@C?DAC@CAB@BAB@?@LFGHG@G?HACAC?C@AD?????B???@?K??B@?A?P",
    zoomFactor: 2,
    numLevels: 18
  }
  ],
  fill: false,
  color: "#0000ff",
  opacity: 0.1,
  outline: true
}));
}

