[Home] [Blog] [Contact] - [Talks] [Bio] [Customers]
twitter linkedin youtube github rss

How to Contact me

Patrick Debois

I’m a social person and should be easy to reach. Contact me through one of my socials.

Jedi BV


<script src="https://maps.google.com/maps?file=api&amp;v=2&amp;key=ABQIAAAA-_xq4xWdGM_Cr0mB475CDxS-2QLOlUbSLsExp-rYMmRE9FN3SRQl-0jcuboX3QuBnQ1M3fhroCLV2Q" type="text/javascript"></script>
<script type="text/javascript">

    //<![CDATA[

    function mapLoad() {
      if (GBrowserIsCompatible()) {
        var html="JEDI BV";
        var map = new GMap2(document.getElementById("map"));
        map.addControl(new GSmallMapControl());
        map.addControl(new GOverviewMapControl());
        map.addControl(new GMapTypeControl());
        var lat=51.030167;
        var lat2=4.026575;
        map.setCenter(new GLatLng(lat, lat2), 9);
        var marker = new GMarker(new GLatLng(51.030167,4.026575));
        map.addOverlay(marker);
        //GEvent.addListener(marker,"click",function() {
        // marker.openInfoWindowHtml(html);
        //map.setCenter(new GLatLng(lat, lat2), 9);
        //});
        //marker.openInfoWindowHtml(html);
      }
    }
	mapLoad();
    //]]>
</script>


<!--[if IE 5]><div id="ie5" class="ie"><![endif]-->
<!--[if IE 6]><div id="ie6" class="ie"><![endif]-->
<!--[if IE 7]><div id="ie7" class="ie"><![endif]-->