{{ $mapLat := default "" (.Get "lat") }} {{ $mapLon := default "" (.Get "lon") }} {{ $pop := default "" (.Get "pop") }} {{ $zoom := default "17" (.Get "zoom") }} {{ $mapWidth := default "100%" (.Get "width") }} {{ $mapHeight := default "480px" (.Get "height") }} {{ $mapMargin := default "0px" (.Get "margin") }} {{ $mapId := default (md5 (printf "%s%s" $mapLat $mapLon)) (.Get "mapId") }} {{ $scrollWheelZoom := default "true" (.Get "scrollWheelZoom") }} {{ $mapDescription := default "" (.Get "mapDescription") }} {{ $id := .Get "id" }}