Below is the sample code that works locally, but not on the server. The local dev environment is driven by the buil in Coldfusion 9 server, while the production server is IIS & CF9 Ent.
<cfmap name="name"
centerlatitude="36.82617"
centerlongitude="-1.27431"
doubleclickzoom="true"
overview="true"
scrollwheelzoom="true"
showscale="true"
tip="My Map"
zoomlevel="13"
typecontrol="basic"
height="600"
width ="600"/>
The google map key is intered via cfajaximport.
Thank you.
