// JavaScript Document
 dojo.require("dijit.Dialog");
  // create the dialog:
  
function showMapOne(){
	dijit.byId('dialogOne').show();
	dojo.byId('mapOne').innerHTML = '<iframe width="620" height="420" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=1950+Lee+Rd,+Suite+204+Winter+Park,+FL+32789&amp;aq=&amp;sll=37.0625,-95.677068&amp;sspn=41.95363,93.076172&amp;ie=UTF8&amp;hq=&amp;hnear=1950+Lee+Rd,+Winter+Park,+Florida+32789&amp;amp;ll=28.609617,-81.374445&amp;spn=0.036168,0.054932&amp;z=14&amp;iwloc=A&amp;output=embed"></iframe><br /><small><a href="http://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=1950+Lee+Rd,+Suite+204+Winter+Park,+FL+32789&amp;aq=&amp;sll=37.0625,-95.677068&amp;sspn=41.95363,93.076172&amp;ie=UTF8&amp;hq=&amp;hnear=1950+Lee+Rd,+Winter+Park,+Florida+32789&amp;amp;ll=28.609617,-81.374445&amp;spn=0.036168,0.054932&amp;z=14&amp;iwloc=A" style="color:#0000FF;text-align:left">View Larger Map</a></small>';
	  
}
  
function showMapTwo(){
	dijit.byId('dialogTwo').show();
    dojo.byId('mapTwo').innerHTML = '<iframe width="620" height="420" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=++20+South+Rose+Ave+Suite+3A+Kissimmee,+FL+34741&amp;aq=&amp;sll=37.0625,-95.677068&amp;sspn=41.95363,93.076172&amp;ie=UTF8&amp;hq=&amp;hnear=20+S+Rose+Ave,+Kissimmee,+Osceola,+Florida+34741&amp;ll=28.29108,-81.41221&amp;spn=0.036278,0.054932&amp;z=14&amp;iwloc=A&amp;output=embed"></iframe><br /><small><a href="http://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=++20+South+Rose+Ave+Suite+3A+Kissimmee,+FL+34741&amp;aq=&amp;sll=37.0625,-95.677068&amp;sspn=41.95363,93.076172&amp;ie=UTF8&amp;hq=&amp;hnear=20+S+Rose+Ave,+Kissimmee,+Osceola,+Florida+34741&amp;ll=28.29108,-81.41221&amp;spn=0.036278,0.054932&amp;z=14&amp;iwloc=A" style="color:#0000FF;text-align:left">View Larger Map</a></small>';
}
