Click to rate this post!
[Total: 0 Average: 0]

Keep In Touch With Us

Drop us a Message!

Our Social Networks

Find us in the most popular social websites.

    '+ '

    ' + 'Office 1'+ '

    '+ '

    ' + 'Your description goes here.' + '

    '+ '
    '; var marker = new MarkerWithLabel({ position: myLatlng, draggable: true, raiseOnDrag: true, icon: ' ', map: map, labelContent: '', labelAnchor: new google.maps.Point(22, 50), labelClass: "labels" // the CSS class for the label }); marker.setMap( map ); var infowindow = new google.maps.InfoWindow({ content: contentString }); google.maps.event.addListener(marker, 'click', function(e) { infowindow.open(map,this); }); /* ========= End First Marker ========= */ });