send us an email

Contact Info

  • BELSAD, NAUGARH,
    SIDDHARTH NAGAR, UP
  • info@hotelbooking.com
var myCenter=new google.maps.LatLng(-37.831208, 144.998499); function initialize() { var mapProp = { center:myCenter, zoom:15, scrollwheel: false, mapTypeId:google.maps.MapTypeId.ROADMAP }; var map=new google.maps.Map(document.getElementById("contactgoogleMap"),mapProp); var marker=new google.maps.Marker({ position:myCenter, animation:google.maps.Animation.BOUNCE, icon:'img/google-pin-one.png' }); var infowindow = new google.maps.InfoWindow({ content:"united-states" }); marker.setMap(map); } google.maps.event.addDomListener(window, 'load', initialize);