{{ $mapLat := default "" .mapLat }} {{ $mapLon := default "" .mapLon }} {{ $zoom := default "13" .zoom }} {{ $mapWidth := default "100%" .mapWidth }} {{ $mapHeight := default "400px" .mapHeight }} {{ $mapId := default (md5 (printf "%s%s" $mapLat $mapLon)) .mapId }} {{ $scrollWheelZoom := default "true" .scrollWheelZoom }}