Enquiry
var latlng = new google.maps.LatLng(0, 0);
var myOptions = {
zoom: 16,
center: latlng,
scrollwheel: true,
scaleControl: false,
disableDefaultUI: false,
mapTypeId: google.maps.MapTypeId.ROADMAP
};
var map = new google.maps.Map(document.getElementById("map"),
myOptions);
var geocoder_map = new google.maps.Geocoder();
var address = 'Birmingham, B6 5RS';
geocoder_map.geocode( { 'address': address}, function(results, status) {
if (status == google.maps.GeocoderStatus.OK) {
map.setCenter(results[0].geometry.location);
var marker = new google.maps.Marker({
map: map,
position: map.getCenter()
});
} else {
alert("Geocode was not successful for the following reason: " + status);
}
});
Email us at [email protected]
British Safety Services
Radio House
Aston Road North
Aston, Birmingham
B6 4DA
England
Telephone (from the UK) 0121 314 1828
Telephone (international) +44 121 314 1828