if (GBrowserIsCompatible())
	var geocoder = new GClientGeocoder();

var map = {};

function load()
{
	if (GBrowserIsCompatible())
	{
		map = new GMap2(document.getElementById("map"));

		map.setCenter(new GLatLng(52.247983,0.6), 8);
		map.addControl(new GLargeMapControl());
		
		map.zoom = false;
		
		map.def = true;
		map.commune = false;
		map.travel = false;
		map.childoff = false;
		map.consult = false;

		show_offices();
	}
}

function address_point(address, markerOptions, html)
{
	geocoder.getLatLng(
		address,
		function(point)
		{
			if ( point )
			{
				var marker = new GMarker(point, markerOptions);
				map.addOverlay(marker);
				GEvent.addListener(
					marker, "click",
					function()
					{
						marker.openInfoWindowHtml("<div class=\"map_popup\">" + html + "</div>"); 
					}
					);
			}
		} );			   
}


function map_scroll_wheel()
{
	if ( map.zoom )
	{
		map.disableScrollWheelZoom();
		map.zoom = false;
	}
	else
	{
		map.enableScrollWheelZoom();
		map.zoom = true;
	}
}


function def_toggle()
{
	if ( map.def )
		map.def = false;
	else
		map.def = true;

	show_offices();
}

function commune_toggle()
{
	if ( map.commune )
		map.commune = false;
	else
		map.commune = true;

	show_offices();
}

function travel_toggle()
{
	if ( map.travel )
		map.travel = false;
	else
		map.travel = true;

	show_offices();
}

function childoff_toggle()
{
	if ( map.childoff )
		map.childoff = false;
	else
		map.childoff = true;

	show_offices();
}

function consult_toggle()
{
	if ( map.consult )
		map.consult = false;
	else
		map.consult = true;

	show_offices();
}

function show_offices()
{
	map.clearOverlays();

	var defIcon = new GIcon(G_DEFAULT_ICON);
	defIcon.image = "http://www.google.com/intl/en_us/mapfiles/ms/micons/blue-dot.png";
	defIcon.iconSize = new GSize(32, 32);
	defMarkerOptions = { icon:defIcon };

	var communeIcon = new GIcon(G_DEFAULT_ICON);
	communeIcon.image = "http://www.google.com/intl/en_us/mapfiles/ms/micons/red-dot.png";
	communeIcon.iconSize = new GSize(32, 32);
	communeMarkerOptions = { icon:communeIcon };

	var travelIcon = new GIcon(G_DEFAULT_ICON);
	travelIcon.image = "http://www.google.com/intl/en_us/mapfiles/ms/micons/orange-dot.png";
	travelIcon.iconSize = new GSize(32, 32);
	travelMarkerOptions = { icon:travelIcon };

	var childoffIcon = new GIcon(G_DEFAULT_ICON);
	childoffIcon.image = "http://www.google.com/intl/en_us/mapfiles/ms/micons/green-dot.png";
	childoffIcon.iconSize = new GSize(32, 32);
	childoffMarkerOptions = { icon:childoffIcon };

	var consultIcon = new GIcon(G_DEFAULT_ICON);
//	consultIcon.image = "http://new.ormiston.org/images/consult-dot.png";
	consultIcon.image = "http://www.google.com/intl/en_us/mapfiles/ms/micons/purple-dot.png";
	consultIcon.iconSize = new GSize(32, 32);
	consultMarkerOptions = { icon:consultIcon };

	if ( map.def )
	{
		address_point("52.045879,1.187918",defMarkerOptions,"<a href=\"/\">Ormiston Children &amp; Families Trust</a><br/>333 Felixstowe Road<br/>Ipswich<br/>IP3 9BU");
		address_point("52.239968,0.158293",defMarkerOptions,"<a href=\"/\">Ormiston Children &amp; Families Trust</a><br/>Cambridge Office<br/>51 Cambridge Road<br/>Milton<br/>Cambridge<br/>CB24 6AW");
	}

/* --- Auto added lines start --- */
    if ( map.childoff )
    {
        address_point("52.138941,-0.47076",childoffMarkerOptions,"<a href=\"http://www.ormiston.org/opus25.html\">Ormiston at HM Prison Bedford</a><br/>Visitors Centre<br/>HMP Bedford<br/>St Loyes St<br/>Bedford<br/>MK40 1HG<br/><br/>Click <a href=\"http://www.ormiston.org/opus25.html\">here</a> to find out more");
        address_point("51.736796,0.484686",childoffMarkerOptions,"<a href=\"http://www.ormiston.org/chelmsfordprison\">Ormiston at HM Prison Chelmsford</a><br/>Visitors Centre<br/>HMP Chelmsford<br/>200 Springfield Road<br/>Chelmsford<br/>CM2 6LQ<br/><br/>Click <a href=\"http://www.ormiston.org/chelmsfordprison\">here</a> to find out more");
        address_point("52.1401,0.512967",childoffMarkerOptions,"<a href=\"http://www.ormiston.org/edmundshillprison\">Ormiston at HM Prison Edmunds Hill</a><br/>HMP Edmunds Hill<br/>Unit 5<br/>Stradishall<br/>Newmarket<br/>Suffolk<br/>CB8 9YN<br/><br/>Click <a href=\"http://www.ormiston.org/edmundshillprison\">here</a> to find out more");
        address_point("52.136926,0.510693",childoffMarkerOptions,"<a href=\"http://www.ormiston.org/highpointprison\">Ormiston at HMP Highpoint</a><br/>South 4<br/>HMP Highpoint<br/>Stradishall<br/>Newmarket<br/>Suffolk<br/>CB8 9YG<br/><br/>Click <a href=\"http://www.ormiston.org/highpointprison\">here</a> to find out more");
        address_point("52.637000,1.318190",childoffMarkerOptions,"<a href=\"http://www.ormiston.org/norwichprison\">Ormiston at HM Prison Norwich</a><br/>Visitors Centre<br/>HMP Norwich<br/>Knox Road<br/>Norwich<br/>NR1 4LU<br/><br/>Click <a href=\"http://www.ormiston.org/norwichprison\">here</a> to find out more");
        address_point("51.867610, 0.904390",childoffMarkerOptions,"<a href=\"http://www.ormiston.org/opus43.html\">Time for Children &amp; Young People (Essex)</a><br/>Ormiston Centre<br/>School Road<br/>Monkwick<br/>Colchester<br/>Essex<br/>CO2 8NN<br/><br/>Click <a href=\"http://www.ormiston.org/opus43.html\">here</a> to find out more");
        address_point("52.553694,0.861568",childoffMarkerOptions,"<a href=\"http://www.ormiston.org/waylandprison\">Ormiston at HM Prison Wayland</a><br/>HMP Wayland<br/>Griston<br/>Thetford<br/>Norfolk<br/>IP25 6RL<br/><br/>Click <a href=\"http://www.ormiston.org/waylandprison\">here</a> to find out more");
        address_point("NR32 5BG, UK",childoffMarkerOptions,"<a href=\"http://www.ormiston.org/blundestonprison\">Ormiston at HMP Blundeston</a><br/>Visitors Centre<br/>HMP Blundeston<br/>Lakeside Rise<br/>Blundeston<br/>Lowestoft<br/>NR32 5BG<br/><br/>Click <a href=\"http://www.ormiston.org/blundestonprison\">here</a> to find out more");
        address_point("52.057907,1.459808",childoffMarkerOptions,"<a href=\"http://www.ormiston.org/warrenhill\">Ormiston at HM YOI Warren Hill</a><br/>Hollesley<br/>Woodbridge<br/>IP12 3JW<br/><br/>Click <a href=\"http://www.ormiston.org/warrenhill\">here</a> to find out more");
        address_point("52.051448,1.451054",childoffMarkerOptions,"<a href=\"http://www.ormiston.org/hollesleybay\">HM YOI Hollesley Bay</a><br/>Hollesley<br/>Woodbridge<br/>Suffolk<br/>IP12 3JW<br/><br/>Click <a href=\"http://www.ormiston.org/hollesleybay\">here</a> to find out more");
        address_point("52.138941,-0.47076",childoffMarkerOptions,"<a href=\"http://www.ormiston.org/londonlinks\">Children, Young People</a><br/>and Families, Ormiston London Links</strong><br/>Visitors Centre<br/>HMP Bedford<br/>St Loyes St<br/>Bedford<br/>MK40 1HG<br/><br/>Click <a href=\"http://www.ormiston.org/londonlinks\">here</a> to find out more");
        address_point("52.637048,1.318145",childoffMarkerOptions,"<a href=\"http://www.ormiston.org/norfolktime\">Time for Children &amp; Young People (Norfolk)</a><br/>Ormiston Centre<br/>13/14 South Quay<br/>Gt Yarmouth<br/>Norfolk<br/>NR30 2QX<br/><br/>Click <a href=\"http://www.ormiston.org/norfolktime\">here</a> to find out more");
        address_point("52.637048,1.318145",childoffMarkerOptions,"<a href=\"http://www.ormiston.org/essextime\">Time for Children &amp; Young People (Essex)</a><br/>Ormiston Centre<br/>School Road<br/>Monkwick<br/>Colchester<br/>Essex<br/>CO2 8NN<br/><br/>Click <a href=\"http://www.ormiston.org/essextime\">here</a> to find out more");
        address_point("52.138941,-0.47076",childoffMarkerOptions,"<a href=\"http://www.ormiston.org/bedfordtime\">Time for Children &amp; Young People, Bedford</a><br/>Visitors Centre<br/>HMP Bedford<br/>St Loyes St<br/>Bedford<br/>MK40 1HG<br/><br/>Click <a href=\"http://www.ormiston.org/bedfordtime\">here</a> to find out more");
        address_point("NR1 4LU, UK",childoffMarkerOptions,"<a href=\"http://www.ormiston.org/hmp_norwich_video.html\">Ormiston at HM Prison Norwich</a><br/>Visitors Centre<br/>HMP Norwich<br/>Knox Road<br/>Norwich<br/>NR1 4LU<br/><br/>Click <a href=\"http://www.ormiston.org/hmp_norwich_video.html\">here</a> to find out more");
        address_point("NR1 4LU, UK",childoffMarkerOptions,"<a href=\"http://www.ormiston.org/hmp_norwich_video-en.html\">Ormiston at HM Prison Norwich</a><br/>Visitors Centre<br/>HMP Norwich<br/>Knox Road<br/>Norwich<br/>NR1 4LU<br/><br/>Click <a href=\"http://www.ormiston.org/hmp_norwich_video-en.html\">here</a> to find out more");
        address_point("NR1 4LU, UK",childoffMarkerOptions,"<a href=\"http://www.ormiston.org/hmp_norwich_video-pl.html\">Ormiston at HM Prison Norwich</a><br/>Visitors Centre<br/>HMP Norwich<br/>Knox Road<br/>Norwich<br/>NR1 4LU<br/><br/>Click <a href=\"http://www.ormiston.org/hmp_norwich_video-pl.html\">here</a> to find out more");
        address_point("NR1 4LU, UK",childoffMarkerOptions,"<a href=\"http://www.ormiston.org/hmp_norwich_video-en_st.html\">Ormiston at HM Prison Norwich</a><br/>Visitors Centre<br/>HMP Norwich<br/>Knox Road<br/>Norwich<br/>NR1 4LU<br/><br/>Click <a href=\"http://www.ormiston.org/hmp_norwich_video-en_st.html\">here</a> to find out more");
        address_point("NR1 4LU, UK",childoffMarkerOptions,"<a href=\"http://www.ormiston.org/hmp_norwich_video-vi.html\">Ormiston at HM Prison Norwich</a><br/>Visitors Centre<br/>HMP Norwich<br/>Knox Road<br/>Norwich<br/>NR1 4LU<br/><br/>Click <a href=\"http://www.ormiston.org/hmp_norwich_video-vi.html\">here</a> to find out more");
        address_point("NR1 4LU, UK",childoffMarkerOptions,"<a href=\"http://www.ormiston.org/hmp_norwich_video-pt.html\">Ormiston at HM Prison Norwich</a><br/>Visitors Centre<br/>HMP Norwich<br/>Knox Road<br/>Norwich<br/>NR1 4LU<br/><br/>Click <a href=\"http://www.ormiston.org/hmp_norwich_video-pt.html\">here</a> to find out more");
        address_point("NR1 4LU, UK",childoffMarkerOptions,"<a href=\"http://www.ormiston.org/hmp_norwich_video-ru.html\">Ormiston at HM Prison Norwich</a><br/>Visitors Centre<br/>HMP Norwich<br/>Knox Road<br/>Norwich<br/>NR1 4LU<br/><br/>Click <a href=\"http://www.ormiston.org/hmp_norwich_video-ru.html\">here</a> to find out more");
        address_point("NR1 4LU, UK",childoffMarkerOptions,"<a href=\"http://www.ormiston.org/hmp_norwich_video-fr.html\">Ormiston at HM Prison Norwich</a><br/>Visitors Centre<br/>HMP Norwich<br/>Knox Road<br/>Norwich<br/>NR1 4LU<br/><br/>Click <a href=\"http://www.ormiston.org/hmp_norwich_video-fr.html\">here</a> to find out more");
    }

    if ( map.commune )
    {
        address_point("52.594080, -0.206750",communeMarkerOptions,"<a href=\"http://www.ormiston.org/community/eastchildrenscentre\">Ormiston Peterborough East </a><br/>21 Durham Road<br/>Eastfield<br/>Peterborough<br/>PE1 5JU<br/><br/>Click <a href=\"http://www.ormiston.org/community/eastchildrenscentre\">here</a> to find out more");
        address_point("52.558403,0.09141",communeMarkerOptions,"<a href=\"http://www.ormiston.org/community/marchandchatteris\">March and District Children's Centre</a><br/>Cavalry Drive<br/>March<br/>Cambs<br/>PE15 9EQ<br/><br/>Click <a href=\"http://www.ormiston.org/community/marchandchatteris\">here</a> to find out more");
        address_point("52.604807,1.726012",communeMarkerOptions,"<a href=\"http://www.ormiston.org/community/opus29.html\">Ormiston Great Yarmouth</a><br/>Ormiston Centre<br/>13/14 South Quay<br/>Gt Yarmouth<br/>Norfolk<br/>NR30 2QX<br/><br/>Click <a href=\"http://www.ormiston.org/community/opus29.html\">here</a> to find out more");
        address_point("52.541259,-0.300107",communeMarkerOptions,"<a href=\"http://www.ormiston.org/community/peterboroughsouth\">Ormiston Peterborough South</a><br/>1 Riseholme<br/>Orton Goldhay<br/>Peterborough<br/>Cambs<br/>PE2 5SP<br/><br/>Click <a href=\"http://www.ormiston.org/community/peterboroughsouth\">here</a> to find out more");
        address_point("IP3 9BU, UK",communeMarkerOptions,"<a href=\"http://www.ormiston.org/community/opus38.html\">Ormiston Children's Centre</a><br/>333 Felixstowe Road<br/>Ipswich<br/>Suffolk<br/>IP3 9BU<br/><br/>Click <a href=\"http://www.ormiston.org/community/opus38.html\">here</a> to find out more");
        address_point("51.891458,0.936949",communeMarkerOptions,"<a href=\"http://www.ormiston.org/community/opus41.html\">{url:www.colchester.surestart.org//strongbr /< birch and rural areas>br /< birch church of england school>br /< school hill>br /< birch>br /< colchester>br /< co2>br /< tel: 331118>br /p/pbr /< the ormiston centre>br /< school road>br /< monkwick>br /< colchester>br /br /< tel: 578978>br /p/pbr /< hawthorn avenue>br /< colchester>br /< co4>br /< tel: 861950>br /< fax: 878643>p/pbr /< the ark methodist church>br /< jack andrews drive off gavin way>br /< colchester>br /br /< tel: 845557>br /p/pbr /< st stephens church centre>br /< canterbury road>br /< colchester>br /br /< tel: 510639>br /p/pbr /< shrub end community and sports centre>br /< boadicea way>br /< colchester>br /< co2>br /< tel: 105072>br /p/pbr /< harwich road>br /< colchester>br /< co4>br /< tel: 865555>br /< fax: 865572>/divpOrmiston Children's Centres Colchester }provides a wide range of community activities and services to local families with children under 5 years old. The 7 main centres are presently serving a known 5,700 children under 5 in the Children's Centre areas, providing services, activities, advice, information and support. This includes advice on parenting, child development and childcare. Further services are being developed in partnership with Job Centre Plus, Health, the National Childminding Association and pre-schools and nurseries.You are welcome to contact us and find out more about what we offer or click {url:www.colchester.surestart.org/</a><br/><br/>Click <a href=\"http://www.ormiston.org/community/opus41.html\">here</a> to find out more");
        address_point("51.867310, 0.904480",communeMarkerOptions,"<a href=\"http://www.ormiston.org/community/opus39.html\">Ormiston Centre (Colchester)</a><br/>Ormiston Centre<br/>School Road<br/>Monkwick<br/>Colchester<br/>Essex<br/>CO2 8NN<br/><br/>Click <a href=\"http://www.ormiston.org/community/opus39.html\">here</a> to find out more");
        address_point("52.034739,1.181931",communeMarkerOptions,"<a href=\"http://www.ormiston.org/community/opus42.html\">The Tree House Nursery</a><br/>The Tree House Children's Centre<br/>251 Clapgate Lane<br/>Ipswich<br/>Suffolk<br/>IP3 0RH<br/><br/>Click <a href=\"http://www.ormiston.org/community/opus42.html\">here</a> to find out more");
        address_point("52.660767,0.171275",communeMarkerOptions,"<a href=\"http://www.ormiston.org/community/wisbech\">Ormiston Wisbech</a><br/>95 Money Bank<br/>Wisbech<br/>Cambs<br/>PE13 2JF<br/><br/>Click <a href=\"http://www.ormiston.org/community/wisbech\">here</a> to find out more");
    }

    if ( map.travel )
    {
        address_point("52.298441,-0.072334",travelMarkerOptions,"<a href=\"http://www.ormiston.org/opus24.html\">Ormiston Travellers' Initiative</a><br/>(Cambridgeshire)</b><br/>7e High Street<br/>Fenstanton<br/>Huntingdon<br/>PE28 9LQ<br/><br/>Click <a href=\"http://www.ormiston.org/opus24.html\">here</a> to find out more");
        address_point("52.680560, 0.937420",travelMarkerOptions,"<a href=\"http://www.ormiston.org/opus315.html\">Ormiston Travellers' Initiative</a><br/>(Norfolk)</b><br/>Room 200<br/>Breckland Business Centre<br/>St Withburga Lane<br/>Dereham<br/>Norfolk<br/>NR19 1FD<br/><br/>Click <a href=\"http://www.ormiston.org/opus315.html\">here</a> to find out more");
    }

/* --- Auto added lines end ----- */

	if ( map.consult )
	{
		address_point("52.239916,0.15825",consultMarkerOptions,"<a href=\"/consultancy/\">Consultancy Service</a><br/>Ormiston Children and Families Trust<br/>51 Cambridge Road<br/>Milton<br/>Cambridge<br/>CB24 6AW<br/><br/>Click <a href=\"/consultancy/\">here</a> to find out more");
	}	
}
