Menu
    Menu

That's how I want to work tomorrow :

icon_lupe
icon_standort

Locations

Franz & Wach near you
icon_standort
To the locations

Temporary work with Franz & Wach has a future and is fun

Franz & Wach means joy for applicants. Because with us, you remain absolutely flexible with equal rights and a secure employment relationship, and you can gain many different experiences. Companies benefit from Franz & Wach as a customer. Because temporary employment makes you as flexible as possible and can be calculated with the lowest possible recruitment costs. At the same time, companies increase their competitiveness with temporary staffing, relieve the permanent staff during peaks and have access to a large pool of applicants at any time with transparent employee potential.

Franz & Wach offers you, as a career starter, job changer or even re-entering the workforce, an employment service that is free of charge at all times. Companies benefit from a digitized, process-optimized personnel service ranging from employee leasing and classic personnel placement to strategic partnerships. As a renowned and long-standing provider in temporary staffing, we also look for and employ trainees, career changers or career changers and industry experts who want to start at Franz & Wach.

If you are interested in our offers, please feel free to call us at any time.
Everything starts with an appreciative conversation.

Franz & Wach
The management

We want to make temporary work better. Better than yesterday. Better than others.
© 2025 Job & Talent Group
var marker; function createNewMarker(name, strasse, hausnummer, plz, ort, tel, lat, lng){ var contentString = '
'+ '
'+ '
'+ '

' + name + '

'+ '
'+ '

' + 'Kontakt:' + '
' + strasse + ' ' + hausnummer + '
' + plz + ' ' + ort + '
' + 'Tel.: ' + tel + '
' + '

'+ '
'+ '
'; var infowindow = new google.maps.InfoWindow({ content: contentString }); //marker.setMap(null); // The location of Uluru var uluru = {lat: lat, lng: lng}; // The map, centered at Uluru var map = new google.maps.Map( document.getElementById("map"), {zoom: 15, center: uluru}); // The marker, positioned at Uluru marker = new google.maps.Marker({position: uluru, icon: 'https://www.unwiderstehlich-gut.de/wp-content/uploads/2020/04/flag.svg', title: name, map: map}); /*marker = new google.maps.Marker({position: uluru, icon: '../img/flag.svg', title: name, map: map});*/ marker.addListener('click', function() { infowindow.open(map, marker); }); } jQuery(document).ready(function() { // autocomplete function initialize() { var input = document.getElementById('search-where'); var input2 = document.getElementById('search-where2'); var options = { types: ['(regions)'], componentRestrictions: { country: 'de' } }; var acInputs = document.getElementsByClassName("autocomplete"); //console.log(acInputs); (function pacSelectFirst(input){ // store the original event binding function var _addEventListener = (input.addEventListener) ? input.addEventListener : input.attachEvent; function addEventListenerWrapper(type, listener) { // Simulate a 'down arrow' keypress on hitting 'return' when no pac suggestion is selected, // and then trigger the original listener. if (type == "keydown") { var orig_listener = listener; listener = function (event) { var suggestion_selected = acInputs[0].length > 0; if (event.which == 13 && !suggestion_selected) { var simulated_downarrow = $.Event("keydown", {keyCode:40, which:40}) orig_listener.apply(input, [simulated_downarrow]); } orig_listener.apply(input, [event]); }; } // add the modified listener _addEventListener.apply(input, [type, listener]); } if (input.addEventListener) input.addEventListener = addEventListenerWrapper; else if (input.attachEvent) input.attachEvent = addEventListenerWrapper; })(acInputs[0]); for (var i = 0; i < acInputs.length; i++) { var autocomplete = new google.maps.places.Autocomplete(acInputs[i], options); autocomplete.inputId = acInputs[i].id; google.maps.event.addListener(autocomplete, 'place_changed', function () { let placeResult = this.getPlace(); //console.log(placeResult); //console.log(placeResult); document.getElementById('cityLat').value = placeResult.geometry.location.lat(); document.getElementById('cityLng').value = placeResult.geometry.location.lng(); //document.getElementById("log").innerHTML = 'You used input with id ' + this.inputId; }); } /* if(cookieCheck() == true){ autocomplete = new google.maps.places.Autocomplete(input, options); google.maps.event.addListener(autocomplete, 'place_changed', function() { var place = autocomplete.getPlace(); document.getElementById('cityLat').value = place.geometry.location.lat(); document.getElementById('cityLng').value = place.geometry.location.lng(); }) autocomplete2 = new google.maps.places.Autocomplete(input2, options); }else{ jQuery('.kraus_suche input[type="submit"]').prop('disabled', true); } */ } if(cookieCheck() == true){ //google.maps.event.addDomListener(window, "load", initialize); window.addEventListener('load', (event) => { initialize(); }); } // map on bottom var myEle = document.getElementById("map"); if(myEle){ if(cookieCheck() == true){ initDUDI(); }else{ jQuery("#map").css("display", "flex"); jQuery("#map").append(' Karte anzeigen'); } } // Initialize and add the map function initDUDI() { // The location of Uluru var uluru = {lat: 50.9687102, lng: 6.8773579}; // The map, centered at Uluru var map = new google.maps.Map( document.getElementById("map"), {zoom: 15, center: uluru}); // The marker, positioned at Uluru // marker = new google.maps.Marker({position: uluru, map: map}); } // Add smooth scrolling to all links // Add function to checkboxes var active_filter = ""; var all_filter = document.getElementsByClassName("kraus_filter_check"); for (let filter of all_filter) { document.getElementById(filter.id).onclick = function() { let filter_class = "." + filter.id; if(this.checked){ active_filter += filter_class; } else { active_filter = active_filter.replace(filter_class,""); } jQuery(".kraus_filial_box").hide(); jQuery(".kraus_filial_box" + active_filter).show(); }; }; function cookieCheck(){ return true; } /* if( cookieCheck() == false ){ cookieConfirm(); } function cookieConfirm(){ jQuery('.kraus_map_link').removeAttr("onclick"); jQuery('#plz').click(function(){ if( confirm("Um diese Funktion nutzen zu können müssen Sie die Cookies für Externe Medien zulassen. Möchten Sie die Einstellungen öffnen?") ){ window.BorlabsCookie.showCookieBox(); } }); jQuery('.kraus_map_link').click(function(e){; if( confirm("Um diese Funktion nutzen zu können müssen Sie die Cookies für Externe Medien zulassen. Möchten Sie die Einstellungen öffnen?") ){ window.BorlabsCookie.showCookieBox(); } }); jQuery('#cookie-show-map').click(function(e){ e.preventDefault(); if( confirm("Um diese Funktion nutzen zu können müssen Sie die Cookies für Externe Medien zulassen. Möchten Sie die Einstellungen öffnen?") ){ window.BorlabsCookie.showCookieBox(); } }); jQuery('#CookieBoxSaveButton').click(function(){ window.location.reload(); }); jQuery('._brlbs-btn-accept-all').click(function(){ window.location.reload(); }); } function cookieCheck(){ let cookies = window.BorlabsCookie.getCookie(); let cookieName ="filialfinder"; if(typeof cookies["consents"]["external-media"] != "undefined" ){ cookies = cookies["consents"]["external-media"]; if(cookies.includes(cookieName)){ return true; } } return false; } */ });