Gmaps (Google Maps) addon

Gmaps - Styled map with a circle

ExpressionEngine Code
{exp:gmaps:init}
{exp:gmaps:map
    width="100%"
    zoom="8"
    map_style:default:saturation="-80"
    map_style:road.arterial:element_type="geometry"
    map_style:road.arterial:hue="#00ffee"
    map_style:road.arterial:saturation="50"
    map_style:poi.business:element_type="labels"
    map_style:poi.business:visibility="off"
   center:address="amsterdam"
} 

 {gmaps:add_circle
        address="amsterdam"
        radius="5000"
        width="100%"
    }
{/exp:gmaps:map}