I have been asked by a client to map data, but the client does not what any other data besides addresses for geocoding to be sent to another server. Does the Google maps API submit other data besides addresses and latitude/longitude to Google?
For example, I would not want the "dealerInfo" node to be submitted to Google in the following XML used for a map on [http://www.coastalbendchevydealers.com/][1] .
<?xml version="1.0" encoding="utf-8"?>
<markers>
<!-- Neessen Automotive -->
<marker lat="27.5380258" lng="-97.8547257" dealer="Neessen Automotive">
<dealerInfo><![CDATA[
<table border="0" class="infoWindow">
<tr><td rowspan="5" width="155" align="left"><img src="images/chevydealer.jpg" width="150" height="113"/></td></tr>
<tr><td align="left"><strong>Neessen Automotive</strong></td></tr>
<tr><td align="left">2007 S. US Highway 77 Bypass<br>Kingsville, Texas</td></tr>
<tr><td align="left">361-592-2668</td></tr>
<tr><td align="left"><a href="http://www.neessenautomotive.com" target="_blank">www.neessenautomotive.com</a></td></tr>
</table>
]]></dealerInfo>
</marker>