I have a Google Map (v3) setup with search functionality to search a Fusion Table. The search works fine, but I need for the map to center on the search results marker(s). I have a large field of markers and would like for the user to see all of the search results in one screen.
Thank you!
Use the Fusion Tables v1.0 API or GViz to query the table. Add all the locations to a google.maps.LatLngBounds object (with extend). Call the .fitBounds method of your map object on the resulting bounds. Need more information to give more details than that.
Examples querying tables with various data formats on geocodezip.com