ÿþd o c u m e n t . w r i t e   ( " < s c r i p t   s r c = ' h t t p : / / m a p s . g o o g l e . c o m / m a p s / a p i / j s ? s e n s o r = f a l s e & l a n g u a g e = v i '   t y p e = ' t e x t / j a v a s c r i p t ' > < / s c r i p t > " ) ;  
 v a r   m a p ;  
 f u n c t i o n   i n i t i a l i z e ( )   {  
         v a r   m y L a t L n g   =   n e w   g o o g l e . m a p s . L a t L n g ( 1 6 . 0 6 5 4 7 1 ,   1 0 8 . 2 1 9 5 4 5 ) ;  
     v a r   m y O p t i o n s   =   {  
         z o o m :   1 6 ,  
         c e n t e r :   m y L a t L n g ,  
         m a p T y p e I d :   g o o g l e . m a p s . M a p T y p e I d . R O A D M A P  
     }  
     m a p   =   n e w   g o o g l e . m a p s . M a p ( d o c u m e n t . g e t E l e m e n t B y I d ( " m a p _ c a n v a s " ) ,   m y O p t i o n s ) ;  
  
   v a r   i m a g e   =   ' i m a g e s / b u i l d i n g . j p g ' ;  
  
   v a r   m y L a t L n g   =   n e w   g o o g l e . m a p s . L a t L n g ( 1 6 . 0 6 5 4 7 1 ,   1 0 8 . 2 1 9 5 4 5 ) ;  
 / /         v a r   c o n t e n t S t r i n g   =   '   < p   a l i g n = " c e n t e r " > < f o n t   f a c e = " A r i a l "   s i z e = " 1 "   c o l o r = " # 0 0 0 0 F F " > < b > C T   C P   éc   M ¡n h   -   D u c   M a n h   C o r p < / b > < b r > 2 5 3   H ù n g   V °¡n g   -   à   N µn g < / f o n t > < / p > ' ;  
 v a r   c o n t e n t S t r i n g   =   ' < d i v     c l a s s = " m m " > C Ô N G   T Y   C P   P H Á T   T R I ÂN   C Ô N G   N G H Æ  V À   T ¯  V ¤N   ¦U   T ¯  À   N ´N G < b r >   2 5   H o à n g   D i Çu   -   Q u ­n   H £i   C h â u   -   T P . à   N µn g < / d i v > ' ;  
  
                                  
         v a r   i n f o w i n d o w   =   n e w   g o o g l e . m a p s . I n f o W i n d o w ( {  
                 c o n t e n t :   c o n t e n t S t r i n g ,  
                 p o s i t i o n :   m y L a t L n g  
         } ) ;  
  
         v a r   m a r k e r   =   n e w   g o o g l e . m a p s . M a r k e r ( {  
                 p o s i t i o n :   m y L a t L n g ,  
                 m a p :   m a p ,                  
                 i c o n :   i m a g e ,  
                 t i t l e :   ' I C T I   C O R P '  
         } ) ;  
         i n f o w i n d o w . o p e n ( m a p ) ;      
 }  
  
   i f ( d o c u m e n t . c r e a t e E l e m e n t )   w i n d o w . o n l o a d   =   i n i t i a l i z e ; 
