<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE map PUBLIC "-//LAMATEK, Inc.//DTD GoogleMaps JSP Tag Library 1.0//EN" "http://localhost/GoogleMaps/dtds/googlemaps.dtd">
<map height="300" scope="page" type="map" version="2" width="780" 
	bound="false" language="en" showDaylight="false" debug="false" >
  <key domain="localhost" key="ABQIAAAAud48p8QcsDbHAE7j5sj4RRT2yXp_ZAY8_ufC3CFXhHIE1NvwkxRn96jfDn1C5fzUoJylS62_Ucwejg"/>
  <key domain="www.lamatek.com" key="ABQIAAAAud48p8QcsDbHAE7j5sj4RRS_wlJyCX-ZjmTOXtetJMcWB88t9RQibZp5TIwZMKwOoPlZKfQgQ7yrJA"/>
  <key domain="web" key="ABQIAAAAud48p8QcsDbHAE7j5sj4RRTmy0N3KnYIkZe4B0cD5a85XPz6mxQxOcydV4oaC0L96tW9F-wSQNWtNQ"/>
  <cluster pathToScript="/GoogleMaps/Clusterer2.js" gridSize="5" maxVisibleMarkers="5" markersPerCluster="2">
  	<icon icon="/GoogleMaps/images/g.png" shadow="/GoogleMaps/images/g_shadow.png" 
  	    iconWidth="48" iconHeight="48" shadowWidth="64" shadowHeight="48" anchorX="24" 
  	    anchorY="45" infoWindowAnchorX="24" infoWindowAnchorY="1"/>
  </cluster>
  <point address="74 Connors Lane" city="Elkton" country="US" id="point1" state="MD" zip="21921"/>
  <point address="1226 Forest Parkway" city="West Deptford" country="US" id="point2" state="NJ" zip="08066"/>
  
  <point id="euro" city="Bridlington" state="East Yorkshire" country="UK" zip="YO153QY"/>
  <marker id="euromarker" point="euro">
  	<infowindow>
  		Good Ol' Bridlington, England!
  	</infowindow>
  </marker>
  <marker id="marker1" point="point1">
    <tabbedInfoWindow display="false">
    	<tab label="Tab One">Tab one contents.</tab>
    	<tab label="Tab Two" content="Tab two contents."></tab>
    </tabbedInfoWindow>
    <event action="dblclick" asynchronous="false" url="/GoogleMaps/example_15.jsp"/>
  </marker>
  <marker id="marker2" point="point2" draggable="true">
    <blowup display="false" maptype="satellite" zoom="1"/>
    <event action="dblclick" asynchronous="false" url="/GoogleMaps/example_15.jsp"/>
  </marker>
  <traffic id="traffic1" point="point1" radius="10" severity="2" type="incident">
    <icon anchorX="50" anchorY="35" icon="/GoogleMaps/images/accident.png" iconHeight="35" iconWidth="100" infoWindowAnchorX="50" infoWindowAnchorY="1"/>
  </traffic>
  <traffic id="traffic2" point="point1" radius="10" severity="2" type="construction">
    <icon anchorX="24" anchorY="48" icon="/GoogleMaps/images/construction.png" iconHeight="48" iconWidth="48" infoWindowAnchorX="24" infoWindowAnchorY="1"/>
  </traffic>
  <box color="#00ff00" id="box1" opacity="0.50" point1="point1" point2="point2" weight="2"/>
  <circle color="#ff0000" id="circle1" opacity="0.50" point="point1" radius="10" weight="2"/>
  <circle color="#ff0000" id="circle2" opacity="0.50" point="point2" radius="10" weight="2"/>
  <polyline color="#0000ff" id="line1" opacity="0.50" pointlist="point1 point2" weight="2"/>
  <imageoverlay id="image_1" url="/GoogleMaps/images/icon2.gif" opacity="0.50" x="75" y="10" link="http://www.lamatek.com/GoogleMaps/"/>
  <coordinates x="250" y="275" style="background: #ffffff; border: dashed 1px #000000; opacity: 0.75; filter: alpha(opacity=75);"/>
  <panControl enable="true"/>
  <typeControl enable="true"/>
  <wheelControl enable="true"/>
  <zoomControl enable="true" size="large"/>
  <scaleControl enable="true"/>
  <overviewControl/>
  <message>Please wait...</message>
  <event url="." action="maptypechanged" asynchronous="true"/>
</map>
