(function($){

	$(document).ready(function(){
		if($('#contact-map').length > 0){
			apt.googleMap.load(
				'#contact-map',
				{
					navigationBar:true,
					mapType:true,
					mapCenter:{
						'latitude':59.94260,
						'longitude':10.88439,
						'zoom':14
					}
				}

			);

      apt.googleMap.addMarker(new GLatLng(59.94260,10.88439),$('.vcard'),true);
		}

	});
})(jQuery);

