1. We've never had this question before so it will take some research. Are you using IE or FF? Which version?
Only happens in FF 3.0
2. The size of the iframe starts at 460. This is specified in the axsearch module where the iframe is created. The size of the actual map is specified in the ShowGoogleMap script and starts at 400x400 (setWidth and setHeight statements). If the size of the area for your template requires a smaller size, you need to adjust the setWidth and setHeight to make the map a little smaller. Then change the iframe size to accommodate the smaller map. Sorry I can't give exact numbers, but it varies by the real estate you have.
I think I have this figured out thanks.
3. I need to see the line from the vcard template where $gmmaPart6 is being set in order to help with this question. Please only post that line.
$gmmaPart6 = '<b>'.$gmmaPart5.'</b><br/><a href="
milbguide.com/index.php?option=com_sobi2&sobi2Task=sobi2Details&catid=0&sobi2Id=64'.$gmmaSobi_id.'&Itemid=268" target="_parent">View Profile</a>';
4. I'm not sure what you want here so I need further explination. What exactly are you trying to change?
I would like the google map zoomed further out...
As for changing the map to show on the top, this would be a major change in the way the entire search process works. I do not have the map marker information until after all of the search results have been rendered, so I can't create the map before that either. OK