Map

<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script><div style="overflow:hidden;height:337px;width:228px;"><div id="gmap_canvas" style="height:337px;width:228px;"></div><style>#gmap_canvas img{max-width:none!important;background:none!important}</style><a class="google-map-code" href="http://www.themetriangle.net" id="get-map-data">www.themetriangle.net</a></div><script type="text/javascript"> function init_map(){var myOptions = {zoom:5,center:new google.maps.LatLng(-33.827919,151.20233410000003),mapTypeId: google.maps.MapTypeId.ROADMAP};map = new google.maps.Map(document.getElementById("gmap_canvas"), myOptions);marker = new google.maps.Marker({map: map,position: new google.maps.LatLng(-33.827919, 151.20233410000003)});infowindow = new google.maps.InfoWindow({content:"<b>Creative Computing</b><br/> 236 Pacific Highway. Crows Nest,  Sydney<br/>2065 Australia." });google.maps.event.addListener(marker, "click", function(){infowindow.open(map,marker);});}google.maps.event.addDomListener(window, 'load', init_map);</script>