I have a number of fusion tables, each of which can be viewed in the form of maps. There iframe representation is along the following lines:
<iframe width="100%" height="400" scrolling="no" frameborder="no" src="https://www.google.com/fusiontables/embedviz?viz=MAP&q=select+col0+from+1w5Ksc0GqzFKgf91tyauCbnhymszbsNlQay8scLs&h=false&lat=58.3&lng=19.1&z=11&t=1&l=col0"></iframe>
How I use javascript to replace the src so as to switch between maps?
How can I use a search box so as to center the map based on a user inputted address?