Hey...I'm not the greatest at this stuff, however, I managed to make the old API work.
I copied over the API script from the tutorial and adjusted to work for my site. I have gone through and double-checked each facet and I think everything is as it should be, but map still not showing up.
Would someone be willing to be a second pair of eyes and let me know what I am missing here?
(What I would eventually like it to look like once I learn the scripting is on my current location.htm page using the old API:
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- InstanceBeginEditable name="metadata" -->
<title>430 Plantation Club, Sea Pines - Property Location</title>
<meta name="Description" content="Sea Pines Real Estate Source. Nancy Love, Sea Pines Hilton Head Home Specialist is proud to present 430 Plantation Club - Sea Pines." />
<meta name="keywords" content="sea pines, sea pines hilton head, sea pines resort, sea pines villas, sea pines plantation, seapines, seapines realty, hilton head, hilton head island, hilton head real estate, sea pines resort hilton head, hilton head sea pines, hilton head realtor, hilton head villas, hilton head properties, hiltonhead" />
<!-- InstanceEndEditable -->
<link href="../scripts/property-styleguide.css" rel="stylesheet" type="text/css" />
<!-- InstanceBeginEditable name="scripts" -->
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<script type="text/javascript"
</script>
<script type="text/javascript">
function initialize() {
var latlng = new google.maps.LatLng(32.129435, -80.792836);
var myOptions = {
zoom: 8,
center: latlng,
mapTypeId: google.maps.MapTypeId.ROADMAP
};
var map = new google.maps.Map(document.getElementById("map"),
myOptions);
}
</script>
<!-- InstanceEndEditable -->
</head>
<body onload="initialize()">
<div id="container">
<div id="header">
<div id="banner">
<!--end banner-->
<a href="../index.htm"><img src="../images/430_plantation-club-property-banner.gif" width="900" height="101" alt="12 Calibogue Cay, Sea Pines, Hilton Head Island" /></a></div>
<div id="beachScene"><!-- InstanceBeginEditable name="panorama" -->
<img src="../images/Love-Beach-Scene.jpg" width="900" height="102" alt="Sea Pines Beach Scene" />
<!-- InstanceEndEditable -->
<!--end beachScene-->
</div>
<div id="mainNav">
<div id="box"></div>
<!--end mainNav-->
</div>
<!--end header--> </div>
<div id="content">
<div id="links">
<p>brochure</p>
<p><a href="flash_gallery/gallery.htm">gallery</a></p>
<p><a href="details.htm">details</a></p>
<p><a href="financials.htm">financial</a></p>
<p>documents</p>
<p><a href="location.htm">location</a></p>
<p><a href="hilton_head.htm">hilton head</a></p>
</div>
<div id="listing">
<!-- InstanceBeginEditable name="mainContent" -->
<div id="map" style="width:100%; height:100%"></div>
<!-- InstanceEndEditable -->
</div>
<p> <br class="clearfloat" />
</p>
<!--end content--></div>
<div id="footer">
<!--end footer--></div>
<!--end container--></div>
</body>
<!-- InstanceEnd --></html>
---------------------------------------------------------------------------------------------------------------------------