

<!DOCTYPE html>

<html lang="tr">



<head>

    <title>Cin Paket Büfe | Online Sipariş</title>

    <meta charset="windows-1254">

    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no" />

    <meta name="author" content="">

    

    <link rel="shortcut icon" href="favicon.ico" type="image/x-icon">

    <link href='https://fonts.googleapis.com/css?family=Roboto:400,300,500,700,900&subset=latin,latin-ext' rel='stylesheet' type='text/css'>

    <!--<link href="assets/fonts/roboto/style.css" rel="stylesheet" type="text/css">-->

    <link href="assets/css/reset.css" rel="stylesheet" type="text/css">

    

    <link rel="stylesheet" href="assets/owl-carousel/owl.carousel.css">

    <link rel="stylesheet" href="assets/owl-carousel/owl.theme.css">

    
    <link href="assets/featherlight/featherlight.min.css" rel="stylesheet" type="text/css">


    <link href="assets/zebradate/css/bootstrap.css" rel="stylesheet" type="text/css">


   


    <link href="assets/css/style.css" rel="stylesheet" type="text/css">
    <link href="assets/css/mobile.css" rel="stylesheet" type="text/css">
    <link href="assets/css/cpaket.css" rel="stylesheet" type="text/css">

    
    <style>
    
    
    
@media only screen and (max-width: 768px){
	.mnav li {
    width: 33%;
	}

.mmenu div {

    background: #ffedc9;

}



.urunlist .btnsepet i {
    display: none;

}


 }   
    </style>


    <meta name="description" content="Cin Paket Büfe,internet kullanıcılarının online olarak yemek sipariş etmelerini sağlayan kapsamlı bir sipariş sistemidir.">

    <meta name="keywords" content="cinpaketbüfe,paket,bif,sipariş,paket,cart,order,restoran,fastfood,döner,dürüm,menejer,eadisyon,1001kart,online">

    

    <meta property="og:type"   content="website">

    <meta property="og:url"    content="http://cinpaket.com">

    <meta property="og:title"  content="Cin Paket Büfe | Online Sipariş">

    <meta property="og:description" content="Cin Paket Büfe,internet kullanıcılarının online olarak yemek sipariş etmelerini sağlayan kapsamlı bir sipariş sistemidir.">

    <meta property="og:image"  content="http://cinpaket.com/img/cin_about.jpg">

    

    <meta name="twitter:card" content="summary_large_image">

    <meta name="twitter:site" content="@durumcu_bekir">

    <meta name="twitter:creator" content="@gho_style">

    <meta name="twitter:title" content="Cin Paket Büfe | Online Sipariş">

    <meta name="twitter:description" content="Cin Paket Büfe,internet kullanıcılarının online olarak yemek sipariş etmelerini sağlayan kapsamlı bir sipariş sistemidir.">

    <meta name="twitter:image" content="http://cinpaket.com/img/cin_about.jpg">

    

</head>

<body class="boxed">
    <div class="bodybg"></div>


<script type="text/javascript">
   


function isNumber(n) {
  return !isNaN(parseFloat(n)) && isFinite(n);
}


function karakterbak1(str){
    var bl=0
    
    var rgch = "abcdefghijklmnopqrstuvwxyz" 
    rgch = rgch + rgch.toUpperCase() + "0123456789-_çÇğĞıİöÖşŞüÜ"
    for (var i=1;i<=str.length;i++)
        { 
        textara=str.substring(i-1,i)
            for (var j=1;j<=rgch.length;j++)
            {           
                ara=rgch.substring(j-1,j)
                if (textara != ara)  
                    {bl=bl+1;}
            }
         }
    
    if ( bl > str.length*(rgch.length-1) )
        {return false;}
    else
        {return true;}
    
}



function sayibak1(str){
    var bl=0
    var rgch = "0123456789" 
    
    for (var i=1;i<=str.length;i++)
    { 
        textara=str.substring(i-1,i)
    
        for (var j=1;j<=rgch.length;j++)
        { 
            ara=rgch.substring(j-1,j)
            if (textara != ara)  
                {bl=bl+1;}
        }

    }

    if ( bl > str.length*(rgch.length-1) )
        {return false;}
    else
        {return true;}

}


function isDate(txtDate, separator) { 
var aoDate,           // needed for creating array and object      
    ms,               // date in milliseconds       
    month, day, year; // (integer) month, day and year   
    // if separator is not defined then set '/'    
    if (separator === undefined) {        
    separator = '/';    
    }    
      // split input date to month, day and year    
    aoDate = txtDate.split(separator);    
    // array length should be exactly 3 (no more no less)    
    if (aoDate.length !== 3) {        
        return false;    
    }
    // define month, day and year from array (expected format is m/d/yyyy)    
    // subtraction will cast variables to integer implicitly   
    month = aoDate[1] - 1; // because months in JS start from 0   
    day = aoDate[2] - 0;   
    year = aoDate[0] - 0;    
    // test year range   
    if (year < 1000 || year > 3000) {        
        return false;    
    }    
    // convert input date to milliseconds  
    ms = (new Date(year, month, day)).getTime();    
    // initialize Date() object from milliseconds (reuse aoDate variable)  
    aoDate = new Date();    
    aoDate.setTime(ms);    
    // compare input date and parts from Date() object    
    // if difference exists then input date is not valid  
    if (aoDate.getFullYear() !== year ||
        aoDate.getMonth() !== month ||  
        aoDate.getDate() !== day) {       
        return false;    
        }    
        // date is OK, return true    
        return true;
}

function alt1(){

alert('test');

}

function ismaxlength(obj){
    var mlength=obj.getAttribute? parseInt(obj.getAttribute("maxlength")) : ""
    
    if (obj.getAttribute && obj.value.length>mlength)
        {obj.value=obj.value.substring(0,mlength)}

}

    function furunspec(id){
        
        //var current = $.featherlight.current();
        //if (current!="undefined"){current.close();}
        

        $.featherlight( $('#'+id), { type:'jquery', closeOnClick:false, closeOnEsc:false, beforeClose:function(){
            
                if(isMobile){$('html,body').css('overflow','visible'); }
            
            }
        });
        
        if(isMobile){
            $('html,body').css('overflow','hidden');
        }
        
        //return false;
    }


function  ozellikekle(id,urnno,ozlno){
        
$('#'+id,'.featherlight').each(function(){

  

        if( !$(this).hasClass('dis') ){
            
            if( $('.adresler').length >0 ){
                $('.adresler .urunspec_radi').removeClass('chc');
            }
            
            if( $(this).hasClass('chc') ){
                $(this).removeClass('chc');
                $('input',this).prop('checked', false);

                ozellik(ozlno,urnno,'cika');

            }else{
                $(this).addClass('chc');
                $('input',this).prop('checked', true);

                ozellik(ozlno,urnno,'ekle');
            }
            
            if($('.featherlight').length > 0){ fiyatHesapla(); }
            
        }

});

 
    }


function RefreshImage(valImageId) {
    var objImage = document.images[valImageId];
    if (objImage == undefined) {
        return;
    }
    var now = new Date();
    objImage.src = objImage.src.split('?')[0] + '?x=' + now.toUTCString();
}


function menu_hy(id){


var eski = document.getElementById('menusecilmisid').value
ideski="id_"+eski


document.getElementById(ideski).className=''

document.getElementById(ideski).onmouseout=function (){this.className=''}


//document.getElementById(ideski).onmouseup="this.className='kkat'"



ideski="id_"+id
document.getElementById(ideski).className='active'
document.getElementById(ideski).onmouseout=function (){this.className='active'}
//document.getElementById(ideski).onmouseup="this.className='kkat_sel'"



document.getElementById('menusecilmisid').value=id


}

function sepetfrmctrl() {




if (document.getElementById("idsepetdolbos").value=='0' ){
    
    if (confirm('Paketinizde henüz ürün yok. Sipariş vermek ister misiniz?.')){window.location.href='?urunlist'}
    //alert('Paketinizde henüz ürün yok. Lütfen ürün ekleyiniz.');
    return false;
}

                    
if (window.sepetfrm.adres.value=='' && window.sepetfrm.adrestarifi.value==''){
    alert('Adres veya Adres tarifinden en az birini doldurunuz');
    return false;
}


if (window.sepetfrm.sube.value==0){
    alert('Lütfen bir şube seçiniz.');
    return false;
}




window.sepetfrm.submit();



return true;

}



function fajax_hy(frmname,itd,op,op2,str1) {
    var xmlhttp;
    frmstr='';
 
    if (window.XMLHttpRequest)
    {// code for IE7+, Firefox, Chrome, Opera, Safari
//Set xmlhttp= CreateObject("MSXML2.XMLHTTP")  
    xmlhttp=new XMLHttpRequest();
    }
    else
    {// code for IE6, IE5
    xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
    }
    xmlhttp.onreadystatechange=function(){
        if (xmlhttp.readyState==4 && xmlhttp.status==200)
            {


            if (itd=='hy_menudiv')  
                {   
                    document.getElementById(itd).innerHTML=xmlhttp.responseText
                    //$("#hy_menutd").fadeIn();
                    fajax_hy('','hy_maindiv','urun','','');
                    
                }


            if (itd=='hy_nobjects')  
                {   
                    document.getElementById(itd).innerHTML=xmlhttp.responseText;
                    
                    //fajax_hy('','hy_menudiv','menu','','');
    

                }

            if (itd=='sptkalem')  
                {   
                    document.getElementById(itd).innerHTML=xmlhttp.responseText;
                    
                    document.getElementById('spankalem').innerHTML=xmlhttp.responseText;
                    
    

                }




            if (op=='urun')  
                {
                
                    menuid1=document.getElementById('menusecilmisid').value
                    menu_hy(menuid1)
                    
                    document.getElementById(itd).innerHTML=xmlhttp.responseText
                    parseScript(xmlhttp.responseText);
                    $("#hy_uruntd").fadeIn();
                    //document.getElementById('loaderhy_maindiv').innerHTML='';
				
                
					imggen();
					scrolurn();
				
                }


            if (itd=='hy_cartdiv')  
                {   
                    document.getElementById(itd).innerHTML=xmlhttp.responseText;
                    document.getElementById('spankalem').innerHTML=document.getElementById('in_sepetad').value;           
                    document.getElementById('sptkalem').innerHTML=document.getElementById('in_sepetad').value;  
                        if (str2>0)
        
                        {
                        blinkit('tdi_'+str2)
                        }
                }           


            if (op=='sipgetirpaket')  
                {
                
                    //menuid1=document.getElementById('menusecilmisid').value
                    //menu_hy(menuid1)
                    
                    document.getElementById(itd).innerHTML=xmlhttp.responseText
                    //$("#hy_uruntd").fadeIn();
                    //document.getElementById('loaderhy_maindiv').innerHTML='';
                    document.getElementById('spankalem').innerHTML=document.getElementById('in_sepetad').value;
                
                
                    if ($('#puanyetermi').html().indexOf("puanvar")>=0){
                    
                    
                    
                        tblhobi='<div id="hobipuantbl"><table border="0" style="border-collapse: collapse" cellspacing="1" ><tr>'
                        tblhobi=tblhobi +'<td id="hobipuan1"><input type="radio" name="odemesekli" id="idodemesekli8" value="Puan" ></td>'
                        tblhobi=tblhobi +'<td id="hobipuan2"><label for="idodemesekli8">Puan</label></label></td>'
                        tblhobi=tblhobi +'<td><div id="puanmsg" class="uyebaslik"> &nbsp;&nbsp;Siparişinizi puanınız ile ödeyebilirsiniz.</div></td></tr></table></div>'
                    
                    
                    document.getElementById('puantd').innerHTML=tblhobi
                    
                    
                    
                        if ($('#puanmsg').html()!='undefined'){
                    
                    blinkk('#puanmsg');
                    
                    }
                    }
                    
                    else{
                    
                            tblhobi='<div id="hobipuantbl"><table border="0" style="border-collapse: collapse" cellspacing="1" ><tr>'
                        tblhobi=tblhobi +'<td><div id="puanmsg" class="uyebaslik">Puanınız paket turanızı karşılıyor ise otomatik olarak ödeme seçeneklerine "Puan" eklenecektir.</div></td></tr></table></div>'
                    
                    
                    document.getElementById('puantd').innerHTML=tblhobi
                    
                
                    
                    }
                
                
                }






        if (itd=='urunduzenle')  
    {   
        
        $("#ulist").fadeOut();
        
        
        
        document.getElementById(itd).innerHTML=xmlhttp.responseText
        
        //document.getElementById('loadertdurunler').innerHTML=''
        
        $("#ulist").fadeIn();
        
    
    }


        if (itd=='urunresimduzenle')  
    {   
        
        
        document.getElementById(itd).innerHTML=xmlhttp.responseText
        
        //document.getElementById('loadertdurunler').innerHTML=''
        
        
    
    }

        if (itd=='siparisdetay')  
    {   
        
        
        document.getElementById(itd).innerHTML=xmlhttp.responseText
        
        document.getElementById('sipyazdirbtn'+str1).click();
        
        //document.getElementById('loadertdurunler').innerHTML=''
        
        
    
    }




        if (itd=='idyenisip')  
    {   
        
         
        document.getElementById(itd).innerHTML=''
 
        
    if (xmlhttp.responseText.indexOf("yenisipyok")<=0) {        
    
    document.getElementById(itd).innerHTML=xmlhttp.responseText;
    
    
    
    $('#msgyenisip').fadeIn('slow')
    
    PlaySound('REMINDER.WAV');
    
        
    $('#test').html($('#tblsip').html()+$('#test').html());
    
    $('#tblsip').html('');
    
    }
    

    

    
        //document.getElementById('loadertdurunler').innerHTML=''
        
        
        
    
    }
    

    if (itd=='divdurum_'+str1)  
    {
    
    
    document.getElementById(itd).innerHTML=xmlhttp.responseText;
    
    document.getElementById('idD1_'+str1).value=sipdurumm;
    
    //alert(document.getElementById('idD1_'+str1).value)
    
    $('#iddiv_'+str1).fadeIn('slow');
    
    if(sipdurumm=='0'){ document.getElementById('id_tr_bek'+str1).className='info';}
    if(sipdurumm=='1'){ document.getElementById('id_tr_bek'+str1).className='info';}
    if(sipdurumm=='2'){ document.getElementById('id_tr_bek'+str1).className='';
    
    
    document.getElementById('sipdetaybtn'+str1).click();
    }
    if(sipdurumm=='3'){ document.getElementById('id_tr_bek'+str1).className='warning';}
    if(sipdurumm=='4'){ document.getElementById('id_tr_bek'+str1).className='success';}
    if(sipdurumm=='5'){ document.getElementById('id_tr_bek'+str1).className='error';}
    

    

    //blinkit('id_tr_bek'+str1) ;   
    
    }
    
    if (itd=='divurntip')  
    {
    
    
    document.getElementById(itd).innerHTML=xmlhttp.responseText;
    

        
    
    }   
    
    if (itd=='tdsepet')  
    {
    
    
    document.getElementById(itd).innerHTML=xmlhttp.responseText;
    
    
        
    
    }
    

    if (itd=='tdsepetpaket')  
    {
    
    document.getElementById(itd).innerHTML=xmlhttp.responseText;
    
    //document.getElementById('td_sepetad').innerHTML=request.Cookies("kalem");
    
    }
    





    
    
    

    
     }
   else
    {
    
   
   //   document.getElementById(idbg).style.backgroundImage='url("fimages/ajax-loader_t.gif")';
   //   document.getElementById(idbg).style.backgroundPosition='center';
   //   document.getElementById(idbg).style.backgroundRepeat='no-repeat';
    
    
    
   //   document.getElementById(itd).innerHTML=xmlhttp.responseText;
    
    //document.getElementById('td_sepetad').innerHTML=document.getElementById('in_sepetad').value
    
    if (op=='urun') {
    document.getElementById('loader'+itd).innerHTML=document.getElementById('msg'+itd).innerHTML; //loadin eklemk için
    $("#hy_uruntd").fadeTo('fast',0.50);
    }

        if (itd=='divdurum_'+str1)  
    {
    
    document.getElementById(itd).innerHTML=document.getElementById('sipdurumload').innerHTML;
    
    
    }

        if (itd=='siparisdetay')  
    {
    
    document.getElementById(itd).innerHTML=document.getElementById('siparisdetayload').innerHTML;
    
    
    }  
    
  
    
    
    //document.getElementById().offsetHeight
     // document.getElementById().offsetWidth
  
    }  
   }
 

    if (itd=='urunduzenle')  {

document.getElementById(itd).innerHTML=document.getElementById('msg'+itd).innerHTML

}


    if (itd=='idyenisip')  {

StopSound();
}


    if (itd=='divdurum_'+str1)  {
    
    sipdurumm=document.getElementById('idD1_'+str1).value

    frmstr='&sipdurum='+document.getElementById('idD1_'+str1).value
    
   
    }
 
 //if (frmname<>''){frmstr='&'+getquerystring(frmname)}
 
 var params="op="+op+"&op2="+op2+"&str1="+str1+frmstr;

 xmlhttp.open("POST","hy/hy_ajax.asp",true);
 
 xmlhttp.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
 xmlhttp.setRequestHeader("Content-length", params.length);
 xmlhttp.setRequestHeader("Connection", "close");
 xmlhttp.setRequestHeader("If-Modified-Since", "Sat, 1 Jan 2000 00:00:00 GMT");
  
 xmlhttp.send(params);


 }



</script>

<script>
function parseScript(strcode) {
  var scripts = new Array();         // Array which will store the script's code
  
  // Strip out tags
  while(strcode.indexOf("<script") > -1 || strcode.indexOf("</script") > -1) {
    var s = strcode.indexOf("<script");
    var s_e = strcode.indexOf(">", s);
    var e = strcode.indexOf("</script", s);
    var e_e = strcode.indexOf(">", e);
    
    // Add to scripts array
    scripts.push(strcode.substring(s_e+1, e));
    // Strip from strcode
    strcode = strcode.substring(0, s) + strcode.substring(e_e+1);
  }
  
  // Loop through every script collected and eval it
  for(var i=0; i<scripts.length; i++) {
    
    console.log(i);
      eval(scripts[i]);
   
   
  }
}



</script>



    

    

    <div class="mmenu">

        <div>

            <a href="" class="mmenu_close"></a>

            <ul>

                <li><a href="?">ANASAYFA</a></li>


                <li><a href="#" onclick="furunspec('divsubeler');return false;">ÜRÜNLER</a></li>

                <li><a href="?subeler">ŞUBELER</a></li>


                <li><a href="?haberler">HABERLER</a></li>

                <li><a href="?hakkimizda">HAKKIMIZDA</a></li>
                <li><a href="?"></a></li>




            </ul>

        </div>

    </div>

    

    <div class="mnav">



        <ul>

            <li><a href="?giris" class="sip">SİPARİŞLERİM</a></li>

            

            <li><a href="?sepetim" class="sep">SEPETİM<i><span id="spankalem">0</span></i></a></li>

            <li><a href="?giris" class="hes">HESABIM</a></li>

        </ul>



    </div>

    

    <header>

        

        <section id="topbar">

        <div class="wrapper">

                

            <div class="topbar">

            

                <div class="logo"><a href="?"><img src="assets/images/logo.png" /></a><h1>Cin Paket Büfe</h1></div>

                <a href="?sepetim" class="mmenu_sepet"><span id="sptkalem"></span></a>

                <a href="" class="mmenu_open"></a>

  <script type="text/javascript">
    
       fajax_hy('','sptkalem','cartcount','','')

</script>              

                <ul class="topbar_menu">

                    <li><a href="?">ANASAYFA</a></li>


                    <li><a href="#" onclick="furunspec('divsubeler');return false;">ÜRÜNLER</a></li>


                    <li><a href="?subeler">ŞUBELER</a></li>



                    <li><a href="?haberler">HABERLER</a></li>

                    <li><a href="?hakkimizda">HAKKIMIZDA</a></li>
                





                </ul>

                

            </div>

            

        </div>

        </section>
<div style="display: none;">
<div id="divsubeler" style="max-width: 400px;" >


                 

                <div class="pgsbox" >

                <h2 class="pgstitle wbr">Lütfen Sipariş Vermek İsteğiniz Şubemizi Seçiniz.</h2>
                    
                    <ul class="urunkats">

                        <li><a href="?islem/subesec/41" ><span>Dikkaldırım</span></a></li>



                    </ul>

                    
                </div>


</div>        
</div>
        <section id="navbar">

        <div class="wrapper">

            

            <div class="navbar">

                

                <ul class="navbar_menu">
                 

                    <li class="btn"><a href="?giris">GİRİŞ YAP</a></li>

                    <li class="btn"><a href="?kayit">KAYIT OL</a></li>



                </ul>

            
                

            </div>

            

        </div>

        </section>

    

    </header>

    

    

    

    <section>

    <div class="wrapper">
    <div class="whitebg">



        <div class="page">

            

            <div class="content full">

            

                <h2 class="pgstitle wbr">Şubelerimiz</h2>

                <div class="subemap">

                    

                   <div id="map"></div>

                    

                </div>

            

            
        <br>


                                    

            
                <div class="pgsbox full">

                <h2 class="pgstitle">Cin Paket Büfe - Dikkaldırım</h2>

                <div class="sipbox full">

                    <ul class="sipdurum account">

                        <li>
                            <a href="tel:02242397950">
                            <span>Telefon :</span>

                            <strong>(0224) 239 79 50</strong>
                            </a>
                        </li>

                        <li class="dot">&nbsp;</li>

                        <li>

                            <span>Adres :</span>

                            <strong>Dikkaldırım Mh. ve Caddesi No:50 Osmangazi / Bursa</strong>

                        </li>

                        <li>

                            <span>Eposta :</span>

                            <strong>bilgi@cinpaket .com</strong>

                        </li>


                    </ul>

                </div>

                </div>
                

             
              



           </div>



        </div>

<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js" type="text/javascript"></script>



    

    <script src="assets/js/markerclusterer_compiled.js" type="text/javascript"></script>

    <!-- AIzaSyBLpPEL7Sr2qqhpw-PEzHiutAH2AVoVEuY -->

    <script src="https://maps.googleapis.com/maps/api/js?callback=initMap" async defer></script>

    <script src="assets/js/infobubble.js" type="text/javascript"></script>

    

    <script src="assets/js/main.js" type="text/javascript"></script>

    <script type="text/javascript">

        var data = {

            "subeler": [

    

                { "firma":"Cin Paket Büfe - Dikkaldırım","kisa":"Dikkaldırım","lat":40.1885281,"lon":29.0609637,"adres":"Dikkaldırım Mh. ve Caddesi No:50 Osmangazi / Bursa" },

                


  

            ]

        };



        var markerClusterer = null;

        var map = null;

        var imageUrl = 'assets/images/marker.png';

        var clusterStyles = [

          {

            textColor: 'white',

            url: 'assets/images/mark1.png',

            width: 40,

            height: 60,

            fontFamily:"'Open Sans', Arial",

            fontWeight:"400",

            textSize:"20"

          },

         {

            textColor: 'white',

            url: 'assets/images/mark2.png',

            width: 49,

            height: 74,

            fontFamily:"'Open Sans', Arial",

            fontWeight:"400",

            textSize:"24"

          },

         {

            textColor: 'white',

            url: 'assets/images/mark3.png',

            width: 59,

            height: 89,

            fontFamily:"'Open Sans', Arial",

            fontWeight:"400",

            textSize:"24"

          }

        ];

       

        function initMap() {

            var isMobile = false; //initiate as false

            // device detection

            if(/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|ipad|iris|kindle|Android|Silk|lge |maemo|midp|mmp|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows (ce|phone)|xda|xiino/i.test(navigator.userAgent) 

            || /1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i.test(navigator.userAgent.substr(0,4))) isMobile = true;

            

            var center = new google.maps.LatLng(40.187832, 29.059067);

            var options = {

              'zoom': 11,

              'center': center,

              'mapTypeId': google.maps.MapTypeId.ROADMAP

            };

            

            var map = new google.maps.Map(document.getElementById("map"), options);

            var markers = [];

            var markerImage = new google.maps.MarkerImage(imageUrl,new google.maps.Size(60, 80));

            var myinfowindow = new google.maps.InfoWindow({ content:''});

            var infoBubble = new InfoBubble({

              map: map,

              content: '<div class="mylabel">The label</div>',

              position: new google.maps.LatLng(-32.0, 149.0),

              shadowStyle: 0,

              padding: 12,

              backgroundColor: 'rgb(255,255,255)',

              borderRadius: 5,

              arrowSize: 12,

              borderWidth: 4,

              borderColor: '#c00',

              disableAutoPan: false,

              hideCloseButton: true,

              arrowPosition: 30,

              backgroundClassName: 'transparent',

              arrowStyle: 0,

              minWidth:240,

              maxHeight:120

            });

            

            if(isMobile){

                infoBubble.minWidth=150;

                //map.setOptions({draggable:false});

            }

            

            for (var i=0; i<data.subeler.length; i++) {

              

              var latLng = new google.maps.LatLng(data.subeler[i].lat,data.subeler[i].lon);

              

              var marker = new google.maps.Marker({

                position:latLng,

                icon:markerImage,

                data:data.subeler[i],

                infowindow: infoBubble

              });

              

              google.maps.event.addListener(marker, 'click', function() {

                

                var cont = '<div class="mapbox">'+

                '<h1>'+this.data.firma+'</h1>'+

                '<p>'+this.data.adres+'</p>'+

                '<p>'+this.data.kisa+'</p></div>';

                

                this.infowindow.setContent(cont);

                this.infowindow.open(map, this);

                //map.setCenter(this.position);

                //map.panTo(this.position);

                

              });

              markers.push(marker);

            }

            

            var mcOptions = {

                minimumClusterSize:3,

                gridSize: 60,

                styles: clusterStyles,

                maxZoom: 15

            };  

            var markerCluster = new MarkerClusterer(map, markers, mcOptions);

            

        

            

            map.addListener('zoom_changed', function() { infoBubble.close(); });

            

            

            

            

            

            

            // Try HTML5 geolocation.

            if (navigator.geolocation) {

                navigator.geolocation.getCurrentPosition(function(position) {

                    var pos = {

                        lat: position.coords.latitude,

                        lng: position.coords.longitude

                    };

                    

                    //infoWindow.setPosition(pos);

                    //infoWindow.setContent('Location found.');

                    

                    map.setCenter(pos);

                }, function() {

                    handleLocationError(true, infoWindow, map.getCenter());

                });

            } else {

                // Browser doesn't support Geolocation

                handleLocationError(false, infoWindow, map.getCenter());

            }

            

            function handleLocationError(browserHasGeolocation, infoWindow, pos) {

                infoWindow.setPosition(pos);

                infoWindow.setContent(browserHasGeolocation ?

                    'Error: The Geolocation service failed.' :

                    'Error: Your browser doesn\'t support geolocation.');

            }  

            

        }

    </script>







    </div>
    </div>

    </section>

    

    

    <footer>

    <div class="wrapper">

            

        <div class="footer_menu">

            <h2 class="footertitle">Hızlı Menü</h2>

            <ul>

                <li><a href="?">Anasayfa</a></li>

                <li><a href="?urunlist">Ürünler</a></li>


                <li><a href="?haberler">Haberler</a></li>

                <li><a href="?subeler">Şubeler</a></li>

                

            </ul>    

        </div>

        

        <div class="footer_oth">

            <h2 class="footertitle">Diğer Bilgiler</h2>

            <ul>

                <li><a href="?hakkimizda">Hakkımızda</a></li>


                <li><a href="?iletisim">İletişim</a></li>
                
            </ul>    

        </div>

        

        <div class="footer_social">

            <h2 class="footertitle">Sosyal Medyada Biz</h2>

            <ul>

                <li><a href="" class="sface" title="Facebook">Facebook</a></li>

                <li><a href="" class="stwet" title="Twitter">Twitter</a></li>

                <li><a href="" class="syout" title="Youtube">Youtube</a></li>

                <li><a href="" class="sinst" title="Instagram">Instagram</a></li>



            </ul>    

        </div>

        

        <div class="footer_tel" style="display:">

                            

                <a href="?subeler" class="textbar_subelerbtn"><span>ŞUBELERİMİZ</span><br />Size en yakın şubemiz ?</a>

                 

               

        </div>

        

        <div class="footercopy">

            <img src="assets/images/logo_mini.png" alt="" />

            <div>

                <span class="mini">

                    Cin Paket Büfe<br>
                    © 2018 <br>
                    Tüm Hakları saklıdır. 


                </span>

                <span class="all">

                    Cin Paket Büfe<br>
                    © 2018 <br>
                    Tüm Hakları saklıdır. 

                </span>

            </div> 

        </div>

                        

    </div>

    </footer>

    



    
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js" type="text/javascript"></script>



    <script type="text/javascript" src="assets/js/jquery.simulate.js"></script>

    <script type="text/javascript" src="assets/featherlight/featherlight.min.js"></script>

    <script type="text/javascript" src="assets/zebradate/js/zebra_datepicker.js"></script>

    <script type="text/javascript" src="assets/js/jquery.cycle.lite.js"></script>
    
    <script src="assets/owl-carousel/owl.carousel.js" type="text/javascript"></script>

    <script src="assets/js/main.js?49DSNKH8B2WRQ5059TLA" type="text/javascript"></script>

<script>


function sepethigh(){


  var desiredHeight = $("body").height() - $("header").height() - $("footer").height();
  
  if ($('.scrl')) {
		
	$(".scrl").css("max-height", desiredHeight-150 + "px" );

}

}



function imggen(){


if($('.urunlink img').length>0){ 

liwidth=$('.urunlink').width()
imgwidth=$('.urunlink img').width()

imgwidth=210

 
console.log(liwidth);
console.log(imgwidth);

if (liwidth<imgwidth){

$('.urunlink img').css('left', (liwidth-imgwidth)/2+'px'); 
	}
else {

$('.urunlink img').css('left', '0px'); 

}

$('.urunlink img').css('left', (liwidth-imgwidth)/2+'px'); 


console.log((liwidth-imgwidth))

}



}


function scrolurn(){

 $('html, body').animate({
        scrollTop: $(".urunlist").offset().top-300
    }, 100);


}

function pagehigh(){

  var desiredHeight = $("body").height() - $("header").height() - $("footer").height();
  $(".page").css("min-height", desiredHeight-50 + "px" );
  //$(".page").height(desiredHeight-138)
  



  console.log(desiredHeight );

}

$(document).ready(function() {

pagehigh();
 
imggen();

 
});

$(window).resize(function() {

pagehigh();

if($('aside').length>0){ $('aside').css('left', $('aside').offset().left-8+'px'); }

imggen();

  
});



</script>


</body>

</html>



