Advertisement
Guest User

Untitled

a guest
Jun 28th, 2011
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. Firebug console return me this error :
  2. unterminated string literal
  3. [Break On This Error] var m_infowindow = '<span style="font-...l\'année. La Seigneurie : haute<br />
  4.  
  5. Here is the code...
  6.  
  7. var m_position = new google.maps.LatLng(48.108234000000,-66.133704000000);
  8. var m_title = "LA SEIGNEURIE HOSTELLERIE BAIE BLEUE ET LE PUB ST-JOSEPH";
  9. var m_infowindow = '<span style="font-weight:bold; color:#5E8A29;">LA SEIGNEURIE HOSTELLERIE BAIE BLEUE ET LE PUB ST-JOSEPH</span><br />Salle à manger ouverte toute l\'année. La Seigneurie : haute<br />
  10. saison, déjeuners dès 7 h du lundi...<br /><a href="http://tbdc.matrix/accueil/intervenant?id=178"></a>';
  11. addMarker(m_position,m_title,m_infowindow);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement