@charset "UTF-8";
/* CSS Document */
/* Map */ 
#map { 
    width:300px; 
    height:300px; 
} 
/* Info window size (optional) */ 
.gomapMarker { 
    display: block; 
    width: 70px; 
    height: auto; 
} 

