Google Maps

I want to set the zoom and location but doesnt seem to grab this
script. The current script that I put doesnt come with a zoom.

var mapOptions = {
    zoom: 4,
    center: new google.maps.LatLng(37.09024, -95.712891),
    disableDefaultUI: true
  }