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