Settings > API > Google Api Key', 'stratum' ); ?>

[ 'mapLat' => esc_attr( $settings[ 'map_lat' ] ), 'mapLng' => esc_attr( $settings[ 'map_lng' ] ) ], 'controls' => [ 'streetViewControl' => !empty( $settings[ 'street_view_control' ] ) ? true : false, 'mapTypeControl' => !empty( $settings[ 'map_type_control' ] ) ? true : false, 'zoomControl' => !empty( $settings[ 'zoom_control' ] ) ? true : false, 'fullscreenControl' => !empty( $settings[ 'fullscreen_control' ] ) ? true : false ], 'zoomLevel' => $settings[ 'zoom_level' ], 'markerTypeSetup' => $settings[ 'marker_type_setup' ], 'mapTypeSetup' => $settings[ 'map_type_setup' ], 'interaction' => $settings[ 'interaction' ], 'markers' => $this->get_markers_options( $settings ), 'mapTheme' => $this->set_map_theme_style( $settings ) ]; $map_options = json_encode( $options ); ?>