I'm using the Google Maps Store locator but I want to use a custom image as 
the pin. Is this possible? If so, how? Here is a sample of my code. 

function searchLocationsNear(center) {
     var radius = document.getElementById('radiusSelect').value;
     
     var searchUrl = 'phpsqlsearch_genxml.php?lat=' + center.lat() + '&lng=' 
+ center.lng() + '&radius=' + radius;
     GDownloadUrl(searchUrl, function(data) {
       var xml = GXml.parse(data);
       markers = xml.documentElement.getElementsByTagName('marker');

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to