There's something wrong with your PHP search app (phpsqlsearch_genxml.php), 
because it's returning an empty XML document.  So in your callback function 
the bounds object is initialized but never set with any other values, so 
it's defaulting to the Pacific Ocean.
For example, a search for "texas" generates this searchUrl: 
 
http://www.rentalmatch101.com.php5-20.dfw1-1.websitetestlink.com/phpsqlsearch_genxml.php?lat=31.9685988&lng=-99.90181310000003&radius=25
which returns no data, so markerNodes is an empty array.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-maps-js-api-v3/-/7LG2BOiz5dgJ.
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