var infoTabs = [
new GInfoWindowTab("Address", '<h2>Rainier Lighting and Electric Supply</h2><address>ADDRESS<br />CITY, STATE ZIP</address>'),
new GInfoWindowTab("Directions", '<form target="_blank" action="http://maps.google.com/maps" method="get"><fieldset><legend>Directions from Your Address</legend><input type="hidden" name="daddr" value="RAINIER SUPPLY ADDRESS" id="daddr" /><label for="saddr">Address:</label> <input type="text" name="saddr" value="" id="saddr" /><br /><input type="submit" name="submit" value="Get Directions" id="submit" /></fieldset></form>')
];