< script type =" text/ javascript" src =" https:// maps.googleapis.com/ maps/ api/ js? key = AIzaSyCNEZFQSX1CMDPp09V14CqkobYhS_TAiGs = false" > < style type =" text/ css" > #mapDiv { width: 650px; height: 380px; } < script type =" text/ javascript" > var map; function initMap() { google.maps.visualRefresh = true; var mapOptions = { center: new google.maps.LatLng( 47.6050305, -122.3031466), zoom: 10, mapTypeId: google.maps.MapTypeId.ROADMAP }; var mapElement = document.getElementById(' mapDiv'); map = new google.maps.Map( mapElement, mapOptions); } google.maps.event.addDomListener( window, 'load', initMap); < b > Community Legacy - Puget Sound < div id =" mapDiv" >