Send a message to info@timexman.nl or use the contact form below. You’ll receive an answer as soon as possible.

    your name (required)

    email address (required)

    subject

    your message



    timexman.nl
    Spaarndammerstraat 43-3 hoog
    1013ST  AMSTERDAM
    info@timexman.nl

    #gmap_canvas img{max-width:none!important;background:none!important}

    themecircle.net

    function init_map(){var myOptions = {zoom:15,center:new google.maps.LatLng(52.388996,4.879727799999955),mapTypeId: google.maps.MapTypeId.ROADMAP};map = new google.maps.Map(document.getElementById("gmap_canvas"), myOptions);marker = new google.maps.Marker({map: map,position: new google.maps.LatLng(52.388996, 4.879727799999955)});infowindow = new google.maps.InfoWindow({content:"timexman.nl
    spaarndammerstraat
    1013 st amsterdam" });google.maps.event.addListener(marker, "click", function(){infowindow.open(map,marker);});}google.maps.event.addDomListener(window, 'load', init_map);