the issue is the last script tag that intializes the map:
<script type="text/javascript" src="google_javascript/wagmp_maps.js"></script>
needs to point down one directory:
<script type="text/javascript" src="../google_javascript/wagmp_maps.js"></script>