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