Advertisement
Guest User

Untitled

a guest
Feb 12th, 2016
383
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <script src="http://maps.google.com/maps?file=api&v=2ampkey=AIzaSyAaj8LTfKJ6tgN1ulSEUYsD9Xqs4wnurMs" type="text/javascript"></script>
  2. <div id="gmap" style="width: 100%"></div>
  3. <script type="text/javascript">
  4. //<![CDATA[
  5. function load() {
  6. if (GBrowserIsCompatible()) {
  7. var map = new GMap2(document.getElementById("gmap"));
  8. map.setCenter(new GLatLng(<?php echo $latitude; ?>, <?php echo $longitude; ?>), 13);
  9. }
  10. }
  11. //]]>
  12. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement