diff --git a/public_html/script.js b/public_html/script.js
index 6162381..f79c8ca 100644
--- a/public_html/script.js
+++ b/public_html/script.js
@@ -413,6 +413,8 @@ function initialize_map() {
mapTypeId: google.maps.MapTypeId.ROADMAP,
mapTypeControl: true,
streetViewControl: false,
+ zoomControl: true,
+ scaleControl: true,
mapTypeControlOptions: {
mapTypeIds: mapTypeIds,
position: google.maps.ControlPosition.TOP_LEFT,