I'm using the jQuery Plugin GMAP3 to display a map with a number of markers on my website.
I know that the Google Maps API V3 allows custom styling of Maps, I just can't figure out how to use this feature with GMAP3. Can anyone help?
Check out the setOptions function for the map object.
https://developers.google.com/maps/documentation/javascript/reference#
If this still wont work you may try making the styled map outside of gmap3 first.
In gmap3 api docs, there is an example about how to use styled map, you can check it out here.