var icon = new google.maps.Icon(); icon.image = "{$PLUGIN_ROOT_URL}/template/markers/small_bullet_orange.png"; icon.iconSize = new google.maps.Size(11, 11); icon.iconAnchor = new google.maps.Point(5, 5); icon.infoWindowAnchor = new google.maps.Point(5, 0); return icon;