function mapToggle(view) {
  var streetView = '<iframe width="610" height="425" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps/sv?cbp=12,276.67,,0,2.24&amp;cbll=45.459333,-98.480723&amp;v=1&amp;panoid=&amp;gl=&amp;hl=en"></iframe><br /><small><a id="cbembedlink" href="/http://maps.google.com/maps?cbp=1,298.09849978508794,,0,-6.80327868852459&cbll=45.459148,-98.480721&ll=45.459148,-98.480721&layer=c" style="color:#0000FF;text-align:left">View Larger Map</a></small>';
  var mapView = '<iframe width="610" height="425" 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=524+S+ARCH+ST+ABERDEEN,+SD+57401&amp;sll=46.794987,-68.023136&amp;sspn=0.008226,0.019312&amp;ie=UTF8&amp;ll=45.468799,-98.476553&amp;spn=0.025582,0.052357&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=524+S+ARCH+ST+ABERDEEN,+SD+57401&amp;sll=46.794987,-68.023136&amp;sspn=0.008226,0.019312&amp;ie=UTF8&amp;ll=45.468799,-98.476553&amp;spn=0.025582,0.052357&amp;z=14&amp;iwloc=A" style="color:#0000FF;text-align:left">View Larger Map</a></small>';
  var map = document.getElementById('map');
  map.innerHTML = eval(view+"View");
}

