No m8, I am using a dedicated server from bobhosting
EDIT: and the curl file did nothing for me
Just in case heres the source again
BTW enjoy the wedding
Code:
<script type="text/javascript">
function showmap51602()
{
//<![CDATA[
if (GBrowserIsCompatible())
{
var map51602 = new GMap(document.getElementById("map51602"));
map51602.centerAndZoom(new GPoint(, ), 4);
}
var icon = new GIcon();
icon.image = "http://labs.google.com/ridefinder/images/mm_20_red.png";
icon.shadow = "http://labs.google.com/ridefinder/images/mm_20_shadow.png";
icon.iconSize = new GSize(12, 20);
icon.shadowSize = new GSize(22, 20);
icon.iconAnchor = new GPoint(6, 20);
icon.infoWindowAnchor = new GPoint(5, 1);
map51602.addControl(new GLargeMapControl());
map51602.addControl(new GMapTypeControl());
//]]>
}
showmap51602();
</script>