Buradasınız

Sosyal Tesisler

Kıztaşı Çoçukevi

Bağlı olduğu Birim:Destek Hizmetleri Grup Müdürlüğü
AdresSofular Mah.Kıztaşı cd.No:6 FATİH/ İstanbul
Tel0212 635 27 72
Faks 0212 635 27 72
E-postacocukevi@ivdb.gov.tr
web sayfasıKıztaşı Çocuk Evi
Undefined
const a = document.getElementsByTagName('img'); for(let i=0; i< a.length; i++){ let find = a[i].src.search('https://www.gib.gov.tr'); if (find === 0){ a[i].src = a[i].src.replace('https://gib.gov.tr', 'https://gib.gov.tr'); } };