Benban

Apply to work

Birth Date

Upload photo, Please, ensure your name on your photo
Upload cv, Please, ensure your name on your CV

Type the number:



P

Call us

(+20) 1102499313 - (+20) 1102599303
P

Email us

jobs@benbansolarpark.com
P

Visit us

42Km Aswan Cairo Desert Rd
1 Map
// Initialize and add the map function initMap() { // The location of Uluru const uluru = { lat: -25.344, lng: 131.036 }; // The map, centered at Uluru const map = new google.maps.Map(document.getElementById("map"), { zoom: 4, center: uluru, }); // The marker, positioned at Uluru const marker = new google.maps.Marker({ position: uluru, map: map, }); }