$(function() { var myStyles =[ { featureType: "poi", elementType: "labels", stylers: [{ visibility: "off" }] } ]; $('#obj_map').gmap({'center': '46.712856,17.4825423','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.712856,17.4825423'}); } }}); });