cfmap not displaying marker
Using cfmap in version 9.02 to work with Google maps v3.
Location is displayed correctly. Address is obtained from a query Cannot obtain a marker on the map using below code.
<cfmap
centeraddress="#google_address#"
name="locationmap"
height="350"
type="map"
zoomlevel="15"
scrollwheelzoom="true"
doubleclickzoom="true"
continuouszoom="true"
overview="true"
zoomcontrol="large"
showmarkerwindow="true"
showcentermarker="true"
showscale="true"
showallmarkers="true"
hideborder="true"
typecontrol="advanced">
<cfmapitem name="marker01"
address="#google_address#"
showmarkerwindow="true"
markerwindowcontent="#google_address#"
/>
</cfmap>
Any help is appreciated.
Thanks, Pam
