googlemaps['domains']['http://192.168.50.1/ESSENTIALS'] = new Object(
	{
		key : 'ABQIAAAAe08uJSn9glgvj0IhnTPA1RSeDW3ne0Bi-GfUPKpzv0r1i5J91xTrmCYG34Fe0w5Dvw65SE-cp4OyqA',
		loc : 'rotterdam'
	}
);
googlemaps['domains']['http://www.essentials-media.nl/'] = new Object(
	{
		key : 'ABQIAAAAe08uJSn9glgvj0IhnTPA1RTxURYnsIwTWzZmSdoV-QtfjGJAwxR1JOGS-1ojjepeaOqYOFL16S7QaA',
		loc : 'rotterdam'
	}
);
googlemaps['domains']['http://essentials-media.nl/'] = new Object(
	{
		key : 'ABQIAAAAe08uJSn9glgvj0IhnTPA1RRS3WrZAqY3oAVEVVP65azFdC-a2xRlJ7dJxt0lc2XuIfHrUqWgFzv0jQ',
		loc : 'rotterdam'
	}
);
googlemaps['domains']['http://www.metgebak.nl/essentials'] = new Object(
	{
		key : 'ABQIAAAAe08uJSn9glgvj0IhnTPA1RReTiqYwi3DAgOxwJ9ZOURLzIw6sxSuUMeCevQWwI_OVUb3AtIkrkv6dg',
		loc : 'rotterdam'
	}
);
googlemaps['domains']['http://metgebak.nl/essentials'] = new Object(
	{
		key : 'ABQIAAAAe08uJSn9glgvj0IhnTPA1RSVv2sNzUvUYpwvR57G6Wj4h68xzhRNXFG9_re5j39zSxJhJb3DqekNVA',
		loc : 'rotterdam'
	}
);

googlemaps['locations']['rotterdam'] = new Object(
	{
		latitude : 51.92050,
		longitude : 4.48046,
		adres : new Object(
			{
				nl : 'Beursplein 37, 3011 AA Rotterdam, Zuid-Holland',
				de : 'Beursplein 37, 3011 AA Rotterdam, Zuid-Holland, Niederlande',
				en : 'Beursplein 37, 3011 AA Rotterdam, Zuid-Holland, Netherlands'
			}
		),
		name : new Object(
			{
				nl : 'Essentials, Rotterdam',
				de : 'Essentials, Rotterdam, Niederlande',
				en : 'Essentials, Rotterdam, Netherlands'
			}
		),
		directions_bg : '#eeeeee',
		directions_border : '#eeeeee',
		marker_a : 'a.png',
		marker_b : 'b.png',
		marker_source : 'rotterdam.png',
		marker_width : 100,
		marker_height : 80,
		marker_x : 33,
		marker_y : 70,
		zoom : 14
	}
);

function googlemaps_custom_build(map) {

}

function googlemaps_custom_marker(marker) {

}

function googlemaps_custom_submit() {
	for(i = 0; i < document.getElementById(googlemaps['id']).getElementsByTagName('img').length; i++) {
		if(document.getElementById(googlemaps['id']).getElementsByTagName('img')[i].src == googlemaps['images'] + googlemaps['locations'][googlemaps['loc']].marker_source) {
			document.getElementById(googlemaps['id']).getElementsByTagName('img')[i].style.display = 'none';
		}
	}
}
