$(document).ready(function(){
        $("#gmap").gMap({ 
          markers: [{ 
            latitude: 46.075195543907434,
            longitude: 18.23307752609253,
            html: "<div>F3 Fitness<br />7621 Pécs, Munkácsy u. 33. <br />+36 72/517-333<br />info@f3fitness.hu</div>",
            popup: true
          }],
          
          html_prepend:           "<div class=\"gmap_marker\">",
          html_append:            "</div>",

          
          zoom: 15,
          controls: ["GSmallMapControl"]
          
//          icon: {
//            image:              "/Static/Images/csengo.png",
//            shadow:             false,
//            iconsize:           [19, 21],
//            shadowsize:         false,
//            iconanchor:         [4, 19],
//            infowindowanchor:   [8, 2]
//          }

          });
      });
