Soda Blast
East
Our contact details:
Please leave a message when telephoning, we are unable to answer the telephone whilst blasting.
Telephone: 01933 628249
Mobile: 07982 195273
We may not always be able to answer but we ALWAYS respond to messages left for us.
email at info@SodaBlastEast.co.uk
As we offer a mobile service we are not always at our base. Please check that we will be there before travelling.
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="initial-
<style type="text/css">
html { height: 100% }
body { height: 100%; margin: 0; padding: 0 }
#map_canvas { height: 100% }
</style>
<script type="text/javascript"
src="http://maps.googleapis.com/maps/api/js?sensor=set_to_true_or_false">
</script>
<script type="text/javascript">
function initialize() {
var latlng = new google.maps.LatLng(-
var myOptions = {
zoom: 8,
center: latlng,
mapTypeId: google.maps.MapTypeId.ROADMAP
};
var map = new google.maps.Map(document.getElementById("map_canvas"),
myOptions);
}
</script>
</head>
<body onload="initialize()">
<div id="map_canvas" style="width:100%; height:100%"></div>
</body>
</html>
Loading...