Personalized Google Maps Location instructions:



The downloadable customized location has been tested on Safari, Firefox, IE6, IE7 and Opera.
The code generator (this page) has been developed specifically to be used with Firefox.
Width -   |   - Height
Your Location


Your API Key:

Get your API Key from google.


Usage sample:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
	"http://www.w3.org/TR/html4/loose.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >	
	<head profile="http://gmpg.org/xfn/11">
		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
		<title>Testing - Costumizable Google Maps Location for your Website</title>
		
		<!-- Google Maps API Setup -->
		<script type="text/javascript" src="http://www.google.com/jsapi?key=Your_Api_Key_Goes_Here"></script>
		<script type="text/javascript">
			google.load("maps", "2.x");
		</script>
		<!-- End of Google Maps API Setup -->

	</head>

	<body>
	
		<!-- Google Maps Location Map -->
		<script type="text/javascript" src="GMLocation.js"></script>
		<!-- End of Google Maps Location Map -->
		
	</body>

</html>