Hi
I have tried your new functions_phoogle.php file and i still get a blank map, here is the source from the page!
I now have the original php file installed
The map location is your white house 1 copied and pasted!!
Code:
<script type="text/javascript">
function showmap51599()
{
//<![CDATA[
if (GBrowserIsCompatible())
{
var map51599 = new GMap(document.getElementById("map51599"));
map51599.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);
map51599.addControl(new GLargeMapControl());
map51599.addControl(new GMapTypeControl());
//]]>
}
showmap51599();
</script>