diff --git a/addressfield-staticmap-static-map.tpl.php b/addressfield-staticmap-static-map.tpl.php
index 529f0fc..bbfb828 100644
--- a/addressfield-staticmap-static-map.tpl.php
+++ b/addressfield-staticmap-static-map.tpl.php
@@ -7,7 +7,7 @@
 <?php if (isset($settings['link'])): ?>
   <a title="<?php print t('Go to Google map of this location'); ?>" <?php print $settings['target']; ?> href="<?php print $settings['link']; ?>">
 <?php endif; ?>
-<?php print theme_image(array('path' => $settings['staticmap_url'], 'attributes' => array('class' => 'static_google_map'))); ?>
+<?php print theme_image(array('path' => $settings['staticmap_url'],  'alt' => $address,  'attributes' => array('class' => 'static_google_map'))); ?>
 <?php if (isset($settings['link'])): ?>
   </a>
 <?php endif; ?>
\ No newline at end of file
