googlemaps['domains']['http://192.168.50.1/HENNIEASSINK'] = new Object(
	{
		key : 'ABQIAAAADijT4-80XxVFYvH4YQhqexShjJ0zE_lwWUSooquQyssPaskLbhRhaliQ8--cBUzg2Kmi9nK593ElsA',
		loc : 'loc1'
	}
);
googlemaps['domains']['http://www.hennie-assink.nl'] = new Object(
	{
		key : 'ABQIAAAADijT4-80XxVFYvH4YQhqexQfv8MybbrC6Jrol9TDZO34ya5f9BS7HJeAqhg9LBgmlCuvOSrlIYvzxw',
		loc : 'loc1'
	}
);
googlemaps['domains']['http://hennie-assink.nl'] = new Object(
	{
		key : 'ABQIAAAADijT4-80XxVFYvH4YQhqexSspHdTiIjvHWOwejuRxYvrSUBu2xTFZTV9YC_b0MCBJnsYSYv6oob_DA',
		loc : 'loc1'
	}
);

googlemaps['locations']['loc1'] = new Object(
	{
		latitude : 52.15290,
		longitude : 6.71339,
		adres : new Object(
			{
				nl : 'Tolstraat 6 7482 DB Haaksbergen'
			}
		),
		name : new Object(
			{
				nl : 'Hennie Assink Installatietechniek, Haaksbergen'
			}
		),
		directions_bg : '#eeeeee',
		directions_border : '#cccccc',
		marker_a : 'a.png',
		marker_b : 'b.png',
		marker_source : 'loc1.png',
		marker_width : 100,
		marker_height : 80,
		marker_x : 30,
		marker_y : 80,
		zoom : 16
	}
);

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';
		}
	}
}
