And tried to build your options into my code, but the controlls still there ??
`if(function_exists(‘pronamic_google_maps’)) {
pronamic_google_maps( array(
‘width’ => 150 ,
‘height’ => 125 ,
‘map_options’ => array(
‘minZoom’ => 10,
‘maxZoom’ => 11,
‘streetViewControl’ => false,
‘scrollwheel’ => false,
‘styles’ => array(
(object) array(
‘featureType’ => ‘all’ ,
‘elementType’ => ‘all’ ,
‘stylers’ => array(
(object) array(‘weight’ => ‘0.5’) ,
(object) array(‘saturation’ => ‘-73’) ,
(object) array(‘hue’ => ‘#007fff’)
)
)
)
)
));
}`