Map of Bar Harbor
Wedding
The map below identifies Bar Harbor within the New England region. The marker shows the location of the wedding itself. You can use the controls in the upper-left corner to zoom in and out, and you can click-drag the map to pan.
<script type="text/javascript">
//<![CDATA[
//initialize global gmap variables
var geocoder = null;
var mycontrol=null;
var mytypecontrol=null;
var barharbor=null;
var gxmarkerjs=0;
var gmapMarkerLocation="/sites/heatherandbarry.org/modules/gmap/markers";
var markerlink=1;
var bounds = new GLatLngBounds();
addLoadEvent(gmap_init);
addLoadEvent(gmap_load_barharbor);
function gmap_load_barharbor() {
barharbor = new GMap2($("barharbor"));
geocoder = new GClientGeocoder();
barharbor.setCenter(new GLatLng(44.3969953168216, -68.22466850280762), 6);
mycontrol=new GLargeMapControl();
barharbor.addControl(mycontrol);
keyboardhandler=new GKeyboardHandler(barharbor);
barharbor.addOverlay(createGMarker(new GLatLng(,),”,”,”,”)); barharbor.addOverlay(createGMarker(new GLatLng(,),”,”,”,”));
}
//]]>
