Here's the page: http://lender-reviews.com/cgi/dbmod.cgi/lender/default.htm?view_records=1&st=VT&name=OPPORTUNITIES%20CREDIT%20UNION%20INC
The source code is created by the wizard: <script src="http://maps.google.com/maps? file=api&v=2&key=ABQIAAAA00f6RJPhAAbk6QarcLR5mRTZJ_Vawp3X6rGZbC3RV1AX3MLMzBQhk1G2GigDOJIG_oDnFsssIomD3g" type="text/javascript"></script> <script src="http://www.google.com/uds/api? file=uds.js&v=1.0&source=uds- msw&key=ABQIAAAA00f6RJPhAAbk6QarcLR5mRTZJ_Vawp3X6rGZbC3RV1AX3MLMzBQhk1G2GigDOJIG_oDnFsssIomD3g" type="text/javascript"></script> <style type="text/css"> @import url("http://www.google.com/uds/css/gsearch.css"); </style> <!-- Map Search Control and Stylesheet --> <script type="text/javascript"> window._uds_msw_donotrepair = true; </script> <script src="http://www.google.com/uds/solutions/mapsearch/ gsmapsearch.js?mode=new" type="text/javascript"></script> <style type="text/css"> @import url("http://www.google.com/uds/solutions/mapsearch/ gsmapsearch.css"); </style> <style type="text/css"> .gsmsc-mapDiv { height : 250px; } .gsmsc-idleMapDiv { height : 250px; } #mapsearch { width : 300px; margin: 10px; padding: 4px; } </style> All of that is placed above the </head> tag. This is in postion on the page, and produces two maps: <div id="mapsearch"><span style="color:#676767;font-size:18px;margin: 10px;padding:4px;">Loading...</span></div> <script type="text/javascript"> function LoadMapSearchControl() { var options = { zoomControl : GSmapSearchControl.ZOOM_CONTROL_ENABLE_ALL, title : "OPPORTUNITIES CREDIT UNION INC", url : "http://lender-reviews.com", idleMapZoom : GSmapSearchControl.ACTIVE_MAP_ZOOM, activeMapZoom : GSmapSearchControl.ACTIVE_MAP_ZOOM } new GSmapSearchControl(document.getElementById("mapsearch"), "18 PEARL ST BURLINGTON VT 05401", options); } GSearch.setOnLoadCallback(LoadMapSearchControl); </script> I'm viewing the output on IE 7.0... and do not want two maps. Any help gang? -- You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
