ÿþ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 7 3 5 , 1 0 8 . 2 1 4 0 5 ) ;  
         v a r   m y O p t i o n s   =   {  
             z o o m :   1 5 ,  
             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  
         }  
    
         v a r   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   c o n t e n t S t r i n g   =   ' < b > ' +  
  
                 ' éc   M ¡n h   C o r p < / b > ' +  
                 ' < b r > ' +  
                 ' 2 5 3 - 2 5 5 - 2 5 7   H ù n g   V °¡n g   -   à   N µn g ' ;  
                  
         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  
         } ) ;  
    
         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 ,  
                 t i t l e :   ' éc   M ¡n h   C o r p '  
         } ) ;  
         g o o g l e . m a p s . e v e n t . a d d L i s t e n e r ( m a r k e r ,   ' c l i c k ' ,   f u n c t i o n ( )   {  
             i n f o w i n d o w . o p e n ( m a p , m a r k e r ) ;  
         } ) ;  
     } 
