Contact us

<!DOCTYPE html>
<html>
 
<head>
   
<style>
     
#map {
       
width: 500px;
       
height: 400px;
     
}
   
</style>
   
<script src="https://maps.googleapis.com/maps/api/js"></script>
   
<script>
     
function initialize() {
       
var mapCanvas = document.getElementById('map');
       
var mapOptions = {
          center
: new google.maps.LatLng(44.5403, -78.5463),
          zoom
: 8,
          mapTypeId
: google.maps.MapTypeId.ROADMAP
       
}
       
var map = new google.maps.Map(mapCanvas, mapOptions)
     
}
      google
.maps.event.addDomListener(window, 'load', initialize);
   
</script>
 
</head>
 
<body>
   
<div id="map"></div>
 
</body>

</html>

 Mr. MADHUSUDAN R BIDI
890/4/5,3rd "A " Main ,D, Block 2ND STAGE,RAJAJINAGAR, BANGALORE-560010

Mobile : +91 9844136206

Email : bidi@mvrandco.com