$(function() { var myStyles =[ { featureType: "poi", elementType: "labels", stylers: [{ visibility: "off" }] } ]; $('#obj_map').gmap({'center': '46.77280267234962,17.36095690735965','mapTypeId':google.maps.MapTypeId.TERRAIN,'zoom': 13,'streetViewControl': false,'styles': myStyles, 'callback': function() { var self = this; if('13'==13){ self.addMarker({'icon':'layout/map_icon_fewo.png', 'position': '46.77280267234962,17.36095690735965'}); } }}); });